gd-sprest 7.2.2 → 7.2.3
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/@types/sptypes/sptypes.d.ts +3 -0
- package/build/rest.js +1 -1
- package/build/sptypes/sptypes.js +1 -0
- package/dist/gd-sprest.d.ts +3 -0
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
package/dist/gd-sprest.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){var e={1514:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Executor=void 0,t.Executor=function(e,t,r){var a=this;void 0===e&&(e=[]);var n=null,s=null,o=function o(i){void 0===i&&(i=0);var u=i<e.length?t(e[i]):null;u&&u.then?u.then((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(r){var n=r.apply(a,e);n&&n.then?n.then((function(){o(i+1)})):o(i+1)}else o(i+1)}),s):i<e.length?o(i+1):n()};return new Promise((function(t,r){n=t,s=r,e.length>0?o():n()}))}},9078:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FieldSchemaXML=void 0;var a=r(1381),n=r(1771),s=r(5685);t.FieldSchemaXML=function(e,t){var r=null,o=function(e,t){var a=null;t.Type="Text",null!=e.maxLength&&(t.MaxLength=e.maxLength),a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")},i=function(e){var t="";for(var r in e){e[r];t+=(t?" ":"")+r+'="'+e[r]+'"'}return t};return new Promise((function(u,l){if(r=u,e.schemaXml)u(e.schemaXml);else{var p={};switch(p.ID="{"+a.ContextInfo.generateGUID()+"}",p.Name=e.name,p.StaticName=e.name,p.DisplayName=e.title||e.name,void 0!==e.allowDeletion&&(p.AllowDeletion=e.allowDeletion?"TRUE":"FALSE"),void 0!==e.description&&(p.Description=e.description),void 0!==e.enforceUniqueValues&&(p.EnforceUniqueValues=e.enforceUniqueValues?"TRUE":"FALSE"),void 0!==e.group&&(p.Group=e.group),void 0!==e.jslink&&(p.JSLink=e.jslink),void 0!==e.hidden&&(p.Hidden=e.hidden?"TRUE":"FALSE"),void 0!==e.indexed&&(p.Indexed=e.indexed?"TRUE":"FALSE"),void 0!==e.readOnly&&(p.ReadOnly=e.readOnly?"TRUE":"FALSE"),void 0!==e.required&&(p.Required=e.required?"TRUE":"FALSE"),void 0!==e.showInDisplayForm&&(p.ShowInDisplayForm=e.showInDisplayForm?"TRUE":"FALSE"),void 0!==e.showInEditForm&&(p.ShowInEditForm=e.showInEditForm?"TRUE":"FALSE"),void 0!==e.showInListSettings&&(p.ShowInListSettings=e.showInListSettings?"TRUE":"FALSE"),void 0!==e.showInNewForm&&(p.ShowInNewForm=e.showInNewForm?"TRUE":"FALSE"),void 0!==e.showInViewForms&&(p.ShowInViewForms=e.showInViewForms?"TRUE":"FALSE"),void 0!==e.sortable&&(p.Sortable=e.sortable?"TRUE":"FALSE"),e.type){case s.SPCfgFieldType.Boolean:!function(e,t){var a=null;t.Type="Boolean",a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Calculated:!function(e,t){var a=null;switch(t.Type="Calculated",e.resultType){case n.SPTypes.FieldResultType.Boolean:t.ResultType="Boolean";break;case n.SPTypes.FieldResultType.Currency:t.ResultType="Currency",e.lcid>0&&(t.LCID=e.lcid);break;case n.SPTypes.FieldResultType.DateOnly:t.Format="DateOnly",t.ResultType="DateTime";break;case n.SPTypes.FieldResultType.DateTime:t.Format="DateTime",t.ResultType="DateTime";break;case n.SPTypes.FieldResultType.Number:t.ResultType="Number",e.decimals>=0&&(t.Decimals=e.decimals),e.numberType==n.SPTypes.FieldNumberType.Percentage&&(t.Percentage="TRUE");break;default:t.ResultType="Text"}if(a="<Field "+i(t)+">",e.formula&&(a+="<Formula>"+e.formula+"</Formula>"),e.fieldRefs){a+="<FieldRefs>";for(var s=0;s<e.fieldRefs.length;s++)a+='<FieldRef Name="'+e.fieldRefs[s]+'" />';a+="</FieldRefs>"}r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Choice:!function(e,t){var a=null;switch(t.Type=e.multi?"MultiChoice":"Choice","boolean"==typeof e.fillInChoice&&(t.FillInChoice=e.fillInChoice?"TRUE":"FALSE"),e.format){case n.SPTypes.ChoiceFormatType.Dropdown:t.Format="Dropdown";break;case n.SPTypes.ChoiceFormatType.RadioButtons:t.Format="RadioButtons"}if(a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),e.choices){a+="<CHOICES>";for(var s=0;s<e.choices.length;s++)a+="<CHOICE>"+e.choices[s]+"</CHOICE>";a+="</CHOICES>"}r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Currency:!function(e,t){var a;t.Type="Currency",e.decimals>=0&&(t.Decimals=e.decimals),e.lcid>0&&(t.LCID=e.lcid),null!=e.max&&(t.Max=e.max),null!=e.min&&(t.Min=e.min),a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.Date:!function(e,t){var a=null;switch(t.Type="DateTime",t.Format=e.format==n.SPTypes.DateFormat.DateTime?"DateTime":"DateOnly",e.displayFormat){case n.SPTypes.FriendlyDateFormat.Disabled:t.FriendlyDisplayFormat="Disabled";break;case n.SPTypes.FriendlyDateFormat.Relative:t.FriendlyDisplayFormat="Relative";break;case n.SPTypes.FriendlyDateFormat.Unspecified:t.FriendlyDisplayFormat="Unspecified"}a="<Field "+i(t)+">",e.defaultToday?a+="<Default>[today]</Default>":e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),e.defaultFormula&&(a+="<DefaultFormula>"+e.defaultFormula+"</DefaultFormula>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Geolocation:!function(e,t){var a;t.Type="Geolocation",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Guid:!function(e,t){var a;t.Type="Guid",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Image:!function(e,t){var a;t.Type="Thumbnail",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Lookup:!function(e,s){switch(s.Type=e.multi?"LookupMulti":"Lookup",e.relationshipBehavior){case n.SPTypes.RelationshipDeleteBehaviorType.Cascade:s.RelationshipDeleteBehavior="Cascade";break;case n.SPTypes.RelationshipDeleteBehaviorType.None:s.RelationshipDeleteBehavior="None";break;case n.SPTypes.RelationshipDeleteBehaviorType.Restrict:s.RelationshipDeleteBehavior="Restrict"}e.fieldRef&&(s.FieldRef=e.fieldRef),e.multi&&(s.Mult="TRUE"),s.ShowField=e.showField||"Title",e.listName?a.Web(e.webUrl||t,{disableCache:!0}).Lists(e.listName).query({Expand:["ParentWeb"]}).execute((function(t){s.List="{"+t.Id+"}",e.webUrl&&(s.WebId=t.ParentWeb.Id),r("<Field "+i(s)+" />")})):(s.List="{"+e.listId.replace(/[\{\}]/g,"")+"}",r("<Field "+i(s)+" />"))}(e,p);break;case s.SPCfgFieldType.MMS:!function(e,t){var n={ID:"{"+a.ContextInfo.generateGUID()+"}",Name:e.name+"_0",StaticName:e.name+"_0",DisplayName:e.title+" Value",Type:"Note",Hidden:"TRUE",Required:"FALSE",ShowInViewForms:"FALSE",CanToggleHidden:"TRUE"},s="<Field "+i(n)+" />";t.Type="TaxonomyFieldType",t.ShowField="Term"+(e.locale?e.locale.toString():"1033");var o=["<Field "+i(t)+">","<Customization>","<ArrayOfProperty>","<Property>","<Name>TextField</Name>",'<Value xmlns:q6="http://www.w3.org/2001/XMLSchema" p4:type="q6:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">'+n.ID+"</Value>","</Property>","</ArrayOfProperty>","</Customization>","</Field>"].join("");r([s,o])}(e,p);break;case s.SPCfgFieldType.Note:!function(e,t){var a;t.Type="Note",e.appendFl&&(t.AppendOnly="TRUE"),e.noteType!=n.SPTypes.FieldNoteType.EnhancedRichText&&e.noteType!=n.SPTypes.FieldNoteType.RichText||(t.RichText="TRUE"),e.noteType==n.SPTypes.FieldNoteType.EnhancedRichText&&(t.RichTextMode="FullHtml"),e.numberOfLines>0&&(t.NumLines=e.numberOfLines),a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.Number:!function(e,t){var a=null;t.Type="Number",e.decimals>=0&&(t.Decimals=e.decimals),null!=e.max&&(t.Max=e.max),null!=e.min&&(t.Min=e.min),e.numberType==n.SPTypes.FieldNumberType.Integer&&(t.Decimals=0),e.numberType==n.SPTypes.FieldNumberType.Percentage&&(t.Percentage="TRUE"),a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Text:o(e,p);break;case s.SPCfgFieldType.Url:!function(e,t){var a;t.Type="URL",t.Format=e.format==n.SPTypes.UrlFormatType.Image?"Image":"Hyperlink",a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.User:!function(e,t){var a;t.Type="User",e.multi&&(t.Mult="TRUE"),null!=e.selectionMode&&(t.UserSelectionMode=e.selectionMode),null!=e.selectionScope&&(t.UserSelectionScope=e.selectionScope),null!=e.showField&&(t.ShowField=e.showField),a="<Field "+i(t)+" />",r(a)}(e,p);break;default:o(e,p)}}}))}},6483:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(1514),t),n(r(9078),t),n(r(52),t),n(r(4132),t),n(r(2682),t),n(r(5969),t),n(r(7186),t),n(r(9498),t),n(r(7766),t),n(r(5685),t),n(r(9177),t),n(r(132),t)},52:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JSLink=void 0;var a=r(1381),n=r(6007);t.JSLink={_hideEventFl:!1,_fieldToMethodMapper:{Attachments:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldAttachments_Default,2:a.ContextInfo.window.SPFieldAttachments_Default,3:a.ContextInfo.window.SPFieldAttachments_Default},Boolean:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_DefaultNoEncode,2:a.ContextInfo.window.SPFieldBoolean_Edit,3:a.ContextInfo.window.SPFieldBoolean_Edit},Currency:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Calculated:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPField_FormDisplay_Empty,3:a.ContextInfo.window.SPField_FormDisplay_Empty},Choice:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldChoice_Edit,3:a.ContextInfo.window.SPFieldChoice_Edit},Computed:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPField_FormDisplay_Default,3:a.ContextInfo.window.SPField_FormDisplay_Default},DateTime:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldDateTime_Display,2:a.ContextInfo.window.SPFieldDateTime_Edit,3:a.ContextInfo.window.SPFieldDateTime_Edit},File:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldFile_Display,2:a.ContextInfo.window.SPFieldFile_Edit,3:a.ContextInfo.window.SPFieldFile_Edit},Integer:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Lookup:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldLookup_Display,2:a.ContextInfo.window.SPFieldLookup_Edit,3:a.ContextInfo.window.SPFieldLookup_Edit},LookupMulti:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldLookup_Display,2:a.ContextInfo.window.SPFieldLookup_Edit,3:a.ContextInfo.window.SPFieldLookup_Edit},MultiChoice:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldMultiChoice_Edit,3:a.ContextInfo.window.SPFieldMultiChoice_Edit},Note:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldNote_Display,2:a.ContextInfo.window.SPFieldNote_Edit,3:a.ContextInfo.window.SPFieldNote_Edit},Number:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Text:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldText_Edit,3:a.ContextInfo.window.SPFieldText_Edit},URL:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUrl_Display,2:a.ContextInfo.window.SPFieldUrl_Edit,3:a.ContextInfo.window.SPFieldUrl_Edit},User:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUser_Display,2:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate,3:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate},UserMulti:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUserMulti_Display,2:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate,3:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate}},disableEdit:function(e,r,a){var s=e.CurrentFieldValue;if(s){switch(e.CurrentFieldSchema.Type){case"MultiChoice":var o=new RegExp(n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString,"g");s=e.CurrentFieldValue.replace(o,"; ").replace(/^; /g,"").replace(/; $/g,"");break;case"Note":s="<div>"+e.CurrentFieldValue.replace(/\n/g,"<br />")+"</div>";break;case"User":case"UserMulti":for(var i=0;i<e.CurrentFieldValue.length;i++){var u=e.CurrentFieldValue[i];s+=u.EntityData.SPUserID+n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString+u.DisplayText+(i==e.CurrentFieldValue.length-1?"":n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString)}}e.CurrentFieldValue=s}var l=n.SPTypes.ControlMode.Display;return!a||null!=s&&""!=s||(l=e.ControlMode),t.JSLink.renderField(e,r,l)},disableQuickEdit:function(e,r){return e.inGridMode?(r.AllowGridEditing=!1,""):t.JSLink.renderField(e,r)},getListView:function(e){var r=t.JSLink.getWebPart(e);return r&&(r=r.querySelector(".ms-formtable")),r},getListViewItems:function(e){return e.ListData?e.ListData.Row:[]},getListViewSelectedItems:function(){return a.ContextInfo.window.SP.ListOperation.Selection.getSelectedItems()},getWebPart:function(e){return a.ContextInfo.document.querySelector("#WebPart"+(e.FormUniqueId||e.wpq))},hideField:function(e,r){t.JSLink._hideEventFl||(t.JSLink._hideEventFl=!0,a.ContextInfo.window.addEventListener("load",(function(){for(var e=0,t=a.ContextInfo.document.querySelectorAll(".hide-field");e<t.length;e++){var r=t[e],n=r.parentNode&&r.parentNode.parentNode?r.parentNode.parentNode:null;if(n){if(r.parentNode.getAttribute("data-field-name")!=n.getAttribute("data-field-name"))for(;n&&"tr"!=n.nodeName.toLowerCase();)n=n.parentNode;n&&(n.style.display="none")}}})))},register:function(e){if(e){var t=a.ContextInfo.window.SPClientTemplates;(t=t?t.TemplateManager:null)&&t.RegisterTemplateOverrides(e)}},removeField:function(e,r){return t.JSLink.hideField(e,r),"<div class='hide-field'></div>"},renderField:function(e,r,n){var s=r?r.Type:e.CurrentFieldSchema?e.CurrentFieldSchema.Type:null;if(n=n||e.ControlMode,t.JSLink._fieldToMethodMapper[s]&&t.JSLink._fieldToMethodMapper[s][n]){var o=t.JSLink._fieldToMethodMapper[s][n](e);if(o)return o}var i=null;switch((r=e.CurrentFieldSchema).Type){case"AllDayEvent":i=new a.ContextInfo.window.AllDayEventFieldRenderer(r.Name);break;case"Attachments":i=new a.ContextInfo.window.AttachmentFieldRenderer(r.Name);break;case"BusinessData":i=new a.ContextInfo.window.BusinessDataFieldRenderer(r.Name);break;case"Computed":i=new a.ContextInfo.window.ComputedFieldRenderer(r.Name);break;case"CrossProjectLink":i=new a.ContextInfo.window.ProjectLinkFieldRenderer(r.Name);break;case"Currency":case"Number":i=new a.ContextInfo.window.NumberFieldRenderer(r.Name);break;case"DateTime":i=new a.ContextInfo.window.DateTimeFieldRenderer(r.Name);break;case"Lookup":case"LookupMulti":i=new a.ContextInfo.window.LookupFieldRenderer(r.Name);break;case"Note":i=new a.ContextInfo.window.NoteFieldRenderer(r.Name);break;case"Recurrence":i=new a.ContextInfo.window.RecurrenceFieldRenderer(r.Name);break;case"Text":i=new a.ContextInfo.window.TextFieldRenderer(r.Name);break;case"URL":i=new a.ContextInfo.window.UrlFieldRenderer(r.Name);break;case"User":case"UserMulti":i=new a.ContextInfo.window.UserFieldRenderer(r.Name);break;case"WorkflowStatus":i=new a.ContextInfo.window.RawFieldRenderer(r.Name)}var u=e.CurrentItem||e.ListData.Items[0];return i?i.RenderField(e,r,u,e.ListSchema):u[r.Name]}}},4132:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ListForm=void 0;var a=r(1771);t.ListForm={create:function(e){var r=null,n=null,s=null,o=null;(n=e||{}).fields=n.fields;var i=function(){r.list.ContentTypes().query({Filter:n.contentType?"Name eq '"+n.contentType+"'":null,Expand:["FieldLinks"],Select:["*","FieldLinks/DisplayName","FieldLinks/Hidden","FieldLinks/Name","FieldLinks/ReadOnly","FieldLinks/Required"],Top:1}).execute((function(e){u(e.results[0])}),s)},u=function(e){for(var t=e?e.FieldLinks.results:[],a={},n={},s=0;s<t.length;s++){var o=t[s],i=r.fields[o.Name];if(i){if("ContentType"==i.InternalName)continue;if(i.Hidden||o.Hidden)continue;a[i.InternalName]=i,n[i.InternalName]=o}}r.contentType=e,r.fields=a,r.fieldLinks=n,l()},l=function(){var e=!1;if(r.item)for(var i in r.fields){var u=r.fields[i];switch(u.FieldTypeKind){case a.SPTypes.FieldType.Lookup:case a.SPTypes.FieldType.User:var l=r.item[i+"Id"];l&&(l.results?l.results.length>0:l>0)&&null==r.item[i]&&(e=!0);break;default:if(0==u.TypeAsString.indexOf("TaxonomyFieldType")){var p=r.item[i+"Id"];if(p&&(p.results?p.results.length>0:null!=p))for(var d in r.fields){var c=r.fields[d];if(c.InternalName==u.InternalName+"_0"||c.Title==u.InternalName+"_0"){null==r.item[c.InternalName]&&(e=!0);break}}}}if(e)break}r.item&&!e?n.loadAttachments&&null==r.attachments?t.ListForm.loadAttachments(n).then((function(e){r.attachments=e,o(r)}),s):o(r):e||n.itemId>0?(r.query=t.ListForm.generateODataQuery(r,n.loadAttachments),r.list.Items(e?n.item.Id:n.itemId).query(r.query).execute((function(e){r.attachments=e.AttachmentFiles.results,r.item=e,t.ListForm.refreshItem(r).then((function(e){o(r=e)}),s)}),s)):(r.attachments=n.loadAttachments?[]:r.attachments,o(r))},p=function(){return new Promise((function(e,t){r.list&&r.fields?e():a.Web(n.webUrl,{disableCache:!0}).Lists(n.listName).execute((function(e){r.list=e,r.webUrl=n.webUrl}),t).Fields().execute((function(t){!function(e){r.fields={};for(var t=0;t<e.results.length;t++){var a=e.results[t];if(n.excludeFields){for(var s=!1,o=0;o<n.excludeFields.length;o++)if(n.excludeFields[o]==a.InternalName){s=!0;break}if(s)continue}r.fields[a.InternalName]=a}}(t),e()}),t,!0)}))},d=function(){for(var e={},t=0;t<n.fields.length;t++){var a=r.fields[n.fields[t]];if(a&&(e[a.InternalName]=a,0==a.TypeAsString.indexOf("TaxonomyFieldType")))for(var s in r.fields){var o=r.fields[s];if(o.InternalName==a.InternalName+"_0"||o.Title==a.InternalName+"_0"){e[o.InternalName]=o;break}}}r.fields=e};return new Promise((function(e,t){s=t,o=e,r={item:n.item,query:n.query||{}},p().then((function(){n.fields?(d(),l()):i()}),s)}))},generateODataQuery:function(e,t){void 0===t&&(t=!1);var r=e.query||{};for(var n in r.Select=r.Select||["*"],r.Expand=r.Expand||[],t&&(r.Expand.push("AttachmentFiles"),r.Select.push("Attachments"),r.Select.push("AttachmentFiles")),e.fields){var s=e.fields[n];if("Attachments"!=n)if("FileLeafRef"!=s.InternalName)switch(s.FieldTypeKind){case a.SPTypes.FieldType.Lookup:var o=s;if(o.PrimaryFieldId)for(var i in e.fields){var u=e.fields[i];if(u.Id==o.PrimaryFieldId){r.Select.push(u.InternalName+"/"+o.LookupField);break}}else r.Expand.push(s.InternalName),r.Select.push(s.InternalName+"/Id"),r.Select.push(s.InternalName+"/"+s.LookupField);break;case a.SPTypes.FieldType.User:r.Expand.push(s.InternalName),r.Select.push(s.InternalName+"/Id"),r.Select.push(s.InternalName+"/Title");break;default:if(0==s.TypeAsString.indexOf("TaxonomyFieldType"))for(var l in e.fields){var p=e.fields[l];if(p.InternalName==s.InternalName+"_0"||p.Title==s.InternalName+"_0"){r.Select.push(p.InternalName);break}}}else r.Select.push("FileLeafRef")}return r},loadAttachments:function(e){return new Promise((function(t,r){var n=e.item?e.item.Id:e.itemId;n>0?a.Web(e.webUrl).Lists(e.listName).Items(n).AttachmentFiles().execute((function(e){e.existsFl?t(e.results||[]):r(e.response)}),r):t([])}))},refreshItem:function(e){return new Promise((function(r,a){e.query=t.ListForm.generateODataQuery(e,!!e.attachments),e.list.Items(e.item.Id).query(e.query).execute((function(t){e.item=t,e.list.Items(t.Id).query({Expand:["FieldValuesAsText","Folder"]}).execute((function(t){e.itemFolder=t.Folder,e.fieldValuesAsText=t.FieldValuesAsText})),e.list.Items(t.Id).FieldValuesAsHtml().execute((function(t){e.fieldValuesAsHtml=t,r(e)}),!0)}),a)}))},removeAttachment:function(e,t){return new Promise((function(r,n){if(e.attachments)for(var s=0;s<e.attachments.length;s++){var o=e.attachments[s];if(o.FileName==t)return void a.Web(e.webUrl).getFileByServerRelativeUrl(o.ServerRelativeUrl).delete().execute((function(){r(e)}),n);n("Attachment '"+t+"' was not found.")}else n("Attachment '"+t+"' was not found.")}))},saveAttachments:function(e,t){return new Promise((function(r,n){var s=e.item?e.item.Id:e.itemId;if(s>0){for(var o=a.Web(e.webUrl).Lists(e.listName).Items(s).AttachmentFiles(),i=0;i<t.length;i++){var u=t[i];o.add(u.name,u.data).execute(!0)}o.done((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r.apply(e)}))}else r(null)}))},saveItem:function(e,r){return void 0===r&&(r={}),new Promise((function(a,n){e.item&&e.item.update?e.item.update(r).execute((function(r){t.ListForm.refreshItem(e).then((function(e){a(e)}),n)})):(r.__metadata={type:e.list.ListItemEntityTypeFullName},e.list.Items().add(r).execute((function(r){e.item=r,t.ListForm.refreshItem(e).then((function(e){a(e)}))}),n))}))},showFileDialog:function(e,r){return new Promise((function(a,n){var s=document.body.querySelector("#listform-attachment");null==s&&((s=document.createElement("input")).id="listform-attachment",s.type="file",s.hidden=!0,s.onchange=function(o){var i=o.target.files[0];if(i){var u=new FileReader;u.onloadend=function(o){var u,l,p=i.name.split(".");p=p[p.length-1].toLowerCase(),e?(u=i.name,l=o.target.result,r&&r({name:u,data:l}),e.list.Items(e.item.Id).AttachmentFiles().add(u,l).execute((function(){t.ListForm.refreshItem(e).then((function(e){document.body.removeChild(s),a(e)}))}),n)):(document.body.removeChild(s),a({data:o.target.result,name:i.name}))},u.onerror=function(e){document.body.removeChild(s),n(e.target.error)},u.readAsArrayBuffer(i)}},document.body.appendChild(s)),s.click()}))}}},2682:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ListFormField=void 0;var a=r(1771);t.ListFormField={create:function(e){var t=e||{},r=null,n=null,s=function(){switch(t.defaultValue=t.field.DefaultValue,t.readOnly=t.field.ReadOnlyField,t.required=!!t.field.Required,t.title=t.field.Title,t.type=t.field.FieldTypeKind,t.typeAsString=t.field.TypeAsString,t.type){case a.SPTypes.FieldType.Choice:case a.SPTypes.FieldType.MultiChoice:var e=t.field.Choices;t.choices=(e?e.results:null)||[],t.multi=t.type==a.SPTypes.FieldType.MultiChoice;break;case a.SPTypes.FieldType.DateTime:var r=t.field;t.showTime=r.DisplayFormat==a.SPTypes.DateFormat.DateTime;break;case a.SPTypes.FieldType.Lookup:var s=t.field;t.lookupField=s.LookupField,t.lookupListId=s.LookupList,t.lookupWebId=s.LookupWebId,t.multi=s.AllowMultipleValues;break;case a.SPTypes.FieldType.Number:var o=t.field,i=o.SchemaXml.indexOf('Decimals="')+10;t.decimals=i>10?parseInt(o.SchemaXml.substr(i,o.SchemaXml.substr(i).indexOf('"'))):0,t.maxValue=o.MaximumValue,t.minValue=o.MinimumValue,t.showAsPercentage=o.SchemaXml.indexOf('Percentage="TRUE"')>0;break;case a.SPTypes.FieldType.Note:var u=t.field;t.multiline=!0,t.richText=u.RichText,t.rows=u.NumberOfLines;break;case a.SPTypes.FieldType.Text:t.multiline=!1,t.richText=!1,t.rows=1;break;case a.SPTypes.FieldType.User:var l=t.field;t.allowGroups=l.SelectionMode==a.SPTypes.FieldUserSelectionType.PeopleAndGroups,t.multi=l.AllowMultipleValues;break;default:if(0==t.typeAsString.indexOf("TaxonomyFieldType")){var p=t.field;t.multi=p.AllowMultipleValues,t.termId=p.IsAnchorValid?p.AnchorId:p.TermSetId,t.termSetId=p.TermSetId,t.termStoreId=p.SspId}}n(t)};return new Promise((function(e,o){n=e,r=o,t.field||t.field?s():a.Web(t.webUrl).Lists(t.listName).Fields().getByInternalNameOrTitle(t.name).execute((function(e){t.field=e,s()}),r)}))},getOrCreateImageFolder:function(e){return new Promise((function(t,r){new Promise((function(t){a.Web(e.webUrl).Lists("Site Assets").execute((function(e){t(e)}),(function(){a.Web(e.webUrl).Lists().add({Title:"SiteAssets",BaseTemplate:a.SPTypes.ListTemplateType.DocumentLibrary}).execute((function(e){e.update({Title:"Site Assets"}).execute((function(){t(e)}),r)}))}))})).then((function(a){a.RootFolder().Folders(e.listId).execute((function(e){t(e)}),(function(){a.RootFolder().Folders().add(e.listId).execute((function(e){t(e)}),r)}))}))}))},loadLookupData:function(e,t){return new Promise((function(r,n){a.Site().openWebById(e.lookupWebId).execute((function(a){var s=e.lookupFilter||{};"string"==typeof s&&(s={Filter:s}),null==s.GetAllItems&&(s.GetAllItems=!0),null==s.OrderBy&&(s.OrderBy=["Title"]),null==s.Select&&(s.Select=["ID",e.lookupField]),null==s.Top&&(s.Top=t>0&&t<=5e3?t:500),a.Lists().getById(e.lookupListId).Items().query(s).execute((function(e){r(e.results)}),n)}),n)}))},loadMMSData:function(e){return new Promise((function(t,r){a.Helper.Taxonomy.getTermSetById(e.termStoreId,e.termSetId).then((function(r){var n=a.Helper.Taxonomy.findById(r,e.termId);null==n&&(n=a.Helper.Taxonomy.findById(r,e.termSetId)),t(a.Helper.Taxonomy.toArray(n))}),r)}))},loadMMSValueField:function(e){return new Promise((function(t,r){a.Web(e.webUrl).Lists(e.listName).Fields().getByInternalNameOrTitle(e.name+"_0").execute((function(e){t(e)}),(function(){r("Unable to find the hidden value field for '"+e.name+"'.")}))}))}}},2854:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addContentEditorWebPart=void 0;var a=r(132);t.addContentEditorWebPart=function(e,t){return new Promise((function(r,n){var s=SP.ClientContext.get_current(),o=s.get_web().getFileByServerRelativeUrl(e).getLimitedWebPartManager(SP.WebParts.PersonalizationScope.shared),i=o.importWebPart(a.WebPart.generateContentEditorXML(t)).get_webPart();o.addWebPart(i,t.zone||"",t.index||0),s.load(i),s.executeQueryAsync((function(){r()}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1]?e[1].get_message():"")}))}))}},2305:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPermissionLevel=void 0;var a=r(1381);t.addPermissionLevel=function(e){return new Promise((function(t,r){if(SP&&SP.BasePermissions){for(var n=e.WebUrl?new SP.ClientContext(e.WebUrl):SP.ClientContext.get_current(),s=new SP.BasePermissions,o=e.Permissions||[],i=0;i<o.length;i++)s.set(o[i]);var u=new SP.RoleDefinitionCreationInformation;u.set_basePermissions(s),u.set_description(e.Description),u.set_name(e.Name),u.set_order(e.Order);var l=n.get_site().get_rootWeb().get_roleDefinitions().add(u);n.load(l),n.executeQueryAsync((function(){a.Site(e.WebUrl).RootWeb().RoleDefinitions().getById(l.get_id()).execute((function(e){t(e)}),r)}),r)}else r("The 'SP' core library is not available.")}))}},2766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addScriptEditorWebPart=void 0;var a=r(132);t.addScriptEditorWebPart=function(e,t){return new Promise((function(r,n){var s=SP.ClientContext.get_current(),o=s.get_web().getFileByServerRelativeUrl(e).getLimitedWebPartManager(SP.WebParts.PersonalizationScope.shared),i=o.importWebPart(a.WebPart.generateScriptEditorXML(t)).get_webPart();o.addWebPart(i,t.zone||"",t.index||0),s.load(i),s.executeQueryAsync((function(){r()}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1]?e[1].get_message():"")}))}))}},2339:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.copyPermissionLevel=void 0;var a=r(1381),n=r(6007);t.copyPermissionLevel=function(e){return new Promise((function(t,r){if(SP&&SP.BasePermissions){var s=e.WebUrl?new SP.ClientContext(e.WebUrl):SP.ClientContext.get_current(),o=s.get_site().get_rootWeb().get_roleDefinitions().getByName(e.BasePermission);s.load(o),s.executeQueryAsync((function(){var i=o.get_basePermissions(),u=new SP.BasePermissions,l=e.RemovePermissions||[];for(var p in n.SPTypes.BasePermissionTypes){var d=n.SPTypes.BasePermissionTypes[p];i.has(d)&&l.indexOf(d)<0&&u.set(d)}for(var c=e.AddPermissions||[],g=0;g<c.length;g++)u.set(c[g]);var m=new SP.RoleDefinitionCreationInformation;m.set_basePermissions(u),m.set_description(e.Description),m.set_name(e.Name),m.set_order(e.Order);var y=s.get_site().get_rootWeb().get_roleDefinitions().add(m);s.load(y),s.executeQueryAsync((function(){a.Site(e.WebUrl).RootWeb().RoleDefinitions().getById(y.get_id()).execute((function(e){t(e)}),r)}),r)}),(function(){r("Permission not found in site: "+e.WebUrl)}))}else r("The 'SP' core library is not available.")}))}},4439:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createContentType=void 0;var a=r(1381);t.createContentType=function(e,t,r,n){return new Promise((function(s,o){var i=r?new SP.ClientContext(r):SP.ClientContext.get_current(),u=(t.Url?i.get_site().openWeb(t.Url):i.get_web()).get_contentTypes().getById(t.Id),l=new SP.ContentTypeCreationInformation;null!=e.Description&&l.set_description(e.Description),null!=e.Group&&l.set_group(e.Group),l.set_name(e.Name),l.set_parentContentType(u);var p=(n?i.get_web().get_lists().getByTitle(n):i.get_web()).get_contentTypes();p.add(l),i.load(p),i.executeQueryAsync((function(){(n?a.Web().Lists(n):a.Web()).ContentTypes().query({Filter:"Name eq '"+e.Name+"'"}).execute((function(e){s(e.results[0])}))}),(function(t,r){console.log("[gd-sprest][Create Content Type] Error adding the content type.",e.Name),o(r.get_message())}))}))}},2711:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createDocSet=void 0;var a=r(1381),n=r(9138);t.createDocSet=function(e,t,r){return new Promise((function(s,o){a.Web(r).Lists(t).query({Expand:["ContentTypes","ParentWeb","RootFolder"]}).execute((function(i){for(var u="0x0120D520",l=0;l<i.ContentTypes.results.length;l++)if(0==i.ContentTypes.results[l].StringId.indexOf(u)){u=i.ContentTypes.results[l].StringId;break}n.request({method:"POST",url:i.ParentWebUrl+"/_vti_bin/listdata.svc/"+i.Title.replace(/ /g,""),headers:{Accept:"application/json;odata=verbose","Content-Type":"application/json;odata=verbose",Slug:i.RootFolder.ServerRelativeUrl+"/"+e+"|"+u,"X-Requested-With":"XMLHttpRequest"},data:{Title:e,Path:i.RootFolder.ServerRelativeUrl}}).then((function(e){e.d&&e.d.Id>0?a.Web(r).Lists(t).Items(e.d.Id).execute(s):o(e.response)}))}),o)}))}},6177:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hasPermissions=void 0,t.hasPermissions=function(e,t){void 0===t&&(t=[]);var r="number"==typeof t?[t]:t,a=!0;if(32767==(32767&e.High)&&65535==(65535&e.Low))return a;for(var n=0;n<r.length;n++){var s=r[n],o=e.Low;if(s>=32&&(o=e.High,s-=32),0==(o&1<<s-1)){a=!1;break}}return a}},5969:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(2854),t),n(r(2305),t),n(r(2766),t),n(r(2339),t),n(r(4439),t),n(r(2711),t),n(r(6177),t),n(r(2114),t),n(r(8872),t),n(r(9138),t),n(r(5342),t),n(r(4351),t)},2114:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.loadSPCore=void 0,t.loadSPCore=function(){return new Promise((function(e){for(var t=["init","MicrosoftAjax","SP.Runtime","SP"],r=0;r<t.length;r++){var a=t[r];if(null==document.querySelector("script[title='"+a+"']")){console.debug("[gd-sprest] Loading the core library: "+a);var n=document.createElement("script");n.title=a,n.src=document.location.origin+"/_layouts/15/"+a+".js",document.head.appendChild(n)}else console.debug("[gd-sprest] Core library already loaded: "+a)}e()}))}},8872:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=void 0;var a=r(3636);t.parse=function(e){try{var t=JSON.parse(e),r=new a.Base(t.props);return r.response=t.response,r.status=t.status,r.targetInfo=t.targetInfo,a.Request.updateDataObject(r,!1),r}catch(e){}return null}},9138:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.request=void 0;var a=r(3636);t.request=function(e){return new Promise((function(t,r){new a.Base({method:e.method||"GET",url:e.url,requestHeader:e.headers,data:e.data}).execute(t,r)}))}},5342:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setContentTypeFields=void 0;var a=r(1381);t.setContentTypeFields=function(e){var t=function(){return new Promise((function(t,r){(e.listName?a.Web(e.webUrl).Lists(e.listName).ContentTypes(e.id):a.Web(e.webUrl).ContentTypes(e.id)).FieldLinks().query({Select:["DisplayName","Id","Name","Required","ReadOnly","ShowInDisplayForm"]}).execute((function(e){t(e.results)}),r)}))};return new Promise((function(r,n){window.SP&&e.fields?new Promise((function(r,n){t().then((function(t){var s=[];if(t.length>0){for(var o=!1,i=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),u=(e.listName?i.get_web().get_lists().getByTitle(e.listName):i.get_web()).get_contentTypes().getById(e.id),l=0;l<t.length;l++){for(var p=t[l],d=!0,c=function(t){var r=e.fields[t];if(("string"==typeof r?r:r.Name||r.FieldInternalName)==p.Name){var a=!1,n=function(e,t){null!=t&&e!=t&&(a=!0)};return n(p.DisplayName,r.DisplayName),n(p.Hidden,r.Hidden),n(p.ReadOnly,r.ReadOnly),n(p.Required,r.Required),n(p.ShowInDisplayForm,r.ShowInDisplayForm),a||(d=!1,s.push(p)),"break"}},g=0;g<e.fields.length&&"break"!==c(g);g++);d&&(u.get_fieldLinks().getById(p.Id).deleteObject(),o=!0,console.log("[gd-sprest][Set Content Type Fields] Removing the field link: "+p.Name))}o?(u.update(!1),i.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Removed the field links successfully."),r(s)}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error removing the field links."),n()}))):(console.log("[gd-sprest][Set Content Type Fields] No fields need to be removed."),r(s))}else r(s)}),n)})).then((function(t){(function(t){return new Promise((function(r,n){for(var s=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),o=e.listName?s.get_web().get_lists().getByTitle(e.listName):s.get_web(),i=function(e,t){for(var r=0;r<t.length;r++)if(t[r].Name==e)return!0},u=[],l=0;l<e.fields.length;l++){var p=e.fields[l],d="string"==typeof p?p:p.Name||p.FieldInternalName;if(!i(d,t)){var c=o.get_fields().getByInternalNameOrTitle(d);s.load(c),console.log("[gd-sprest][Set Content Type Fields] Adding the field link: "+d),u.push({ref:c,info:p})}}u.length>0?s.executeQueryAsync((function(){var t=o.get_contentTypes().getById(e.id);s.load(t);for(var a=0;a<u.length;a++){var i=u[a];"string"!=typeof i.info&&(null!=i.info.DisplayName&&i.ref.set_title(i.info.DisplayName),null!=i.info.Hidden&&i.ref.set_hidden(i.info.Hidden),null!=i.info.ReadOnly&&i.ref.set_readOnlyField(i.info.ReadOnly),null!=i.info.Required&&i.ref.set_required(i.info.Required),null!=i.info.ShowInDisplayForm&&i.ref.setShowInDisplayForm(i.info.ShowInDisplayForm));var l=new SP.FieldLinkCreationInformation;l.set_field(i.ref),t.get_fieldLinks().add(l)}t.update(!1),s.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Added the field links successfully."),r()}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error adding field references.",t.get_message()),n()}))}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error getting field references.",t.get_message()),r()})):(console.log("[gd-sprest][Set Content Type Fields] No fields need to be added."),r())}))})(t).then((function(){new Promise((function(t,r){for(var n=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),s=(e.listName?n.get_web().get_lists().getByTitle(e.listName):n.get_web()).get_contentTypes().getById(e.id),o=[],i=0;i<e.fields.length;i++){var u=e.fields[i],l="string"==typeof u?u:u.Name||u.FieldInternalName;o.push(l)}s.get_fieldLinks().reorder(o),s.update(!e.listName),n.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Updated the field order successfully."),t()}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error updating the field order.",t.get_message()),r()}))})).then(r,n)}),n)}),n):r()}))}},4351:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setGroupOwner=void 0,t.setGroupOwner=function(e,t,r){return new Promise((function(a,n){var s=r?new SP.ClientContext(r):SP.ClientContext.get_current(),o=s.get_web().get_siteGroups(),i=o.getByName(e),u=o.getByName(t);i.set_owner(u),i.update(),s.executeQueryAsync(a,n)}))}},7186:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RibbonLink=void 0,t.RibbonLink=function(e){var t=function(){var t=null,a="boolean"==typeof e.appendFl&&e.appendFl;return null==(t=r.querySelector("#"+e.id))&&((t=document.createElement("a")).className="ms-promotedActionButton "+(e.className||""),t.href=e.href?e.href:"javascript:void()",t.innerHTML="<span class='ms-promotedActionButton-text'>"+e.title+"</span>",t.id=e.id,t.onclick=e.onClick,a?r.appendChild(t):r.insertBefore(t,r.firstChild)),t},r=null,a=function(){return null==r&&(r=document.querySelector("#RibbonContainer-TabRowRight")),r};return new Promise((function(e,r){if(a()){var n=t();n&&e(n)}else window&&window.addEventListener("load",(function(){if(a()){var r=t();r&&e(r)}}))}))}},9498:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SuiteBarLink=void 0,t.SuiteBarLink=function(e){var t=function(){var t="boolean"!=typeof e.appendFl||e.appendFl,a=r.querySelector("#"+e.id);if(null==a){(a=document.createElement("a")).className="ms-core-suiteLink-a "+(e.className||""),a.href=e.href?e.href:"javascript:void()",a.id=e.id,a.innerHTML=e.title,a.onclick=e.onClick;var n=document.createElement("li");n.className="ms-core-suiteLink",n.appendChild(a),t?r.appendChild(n):r.insertBefore(n,r.firstChild)}return a},r=null,a=function(){return null==r&&(r=document.querySelector("#suiteLinksBox > ul")),r};return new Promise((function(e,r){if(a()){var n=t();n&&e(n)}else window&&window.addEventListener("load",(function(){if(a()){var r=t();r&&e(r)}}))}))}},5685:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.SPConfig=void 0;var s=r(1381),o=r(1771),i=r(6483);n(r(564),t),t.SPConfig=function(e,t){var r=null,a=function(e,r,a){return new Promise((function(n,o){if(null!=r&&0!=r.length){var u=function e(t,r){return new Promise((function(a,n){s.Web(r,{disableCache:!0}).ContentTypes().query({Filter:"Name eq '"+t+"'"}).execute((function(o){o.results[0]?a({Id:o.results[0].Id.StringValue,Url:r}):r!=s.ContextInfo.siteServerRelativeUrl?e(t,s.ContextInfo.siteServerRelativeUrl).then(a,n):n()}),n)}))};i.Executor(r,(function(r){return new Promise((function(n,o){var p=l("Name",r.Name,e.results);if(p)return console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' already exists."),r.ContentType=p,void n(r);console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Creating the '"+r.Name+"' content type."),r.ParentName?u(r.ParentName,r.ParentWebUrl||t).then((function(e){i.createContentType({Description:r.Description,Group:r.Group,Name:r.Name},e,t,a?a.Title:null).then((function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' was created successfully."),r.ContentType=e,r.onCreated&&r.onCreated(e,a),n(r)}),(function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' failed to be created.",e),o(e)}))}),(function(){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The parent content type '"+r.ParentName+"' was not found."),o(p.response)})):e.add({Description:r.Description,Group:r.Group,Name:r.Name,Id:{__metadata:{type:"SP.ContentTypeId"},StringValue:r.Id||"0x0100"+s.ContextInfo.generateGUID().replace(/-/g,"")}}).execute((function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' was created successfully."),r.ContentType=e,r.onCreated&&r.onCreated(e,a),n(r)}),(function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' failed to be created."),console.error("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Error: "+e.response),o(e.response)}))}))})).then((function(){i.Executor(r,(function(e){return new Promise((function(r,n){var s={},o=!1;null!=e.ContentType?(console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Updating the field references for: "+e.Name),i.setContentTypeFields({fields:e.FieldRefs,id:e.ContentType.Id.StringValue,listName:a?a.Title:null,webUrl:t}).then((function(){null!=e.Description&&e.ContentType.Description!=e.Description&&(s.Description=e.Description,o=!0),null!=e.Group&&e.ContentType.Group!=e.Group&&(s.Group=e.Group,o=!0),null!=e.JSLink&&e.ContentType.JSLink!=e.JSLink&&(s.JSLink=e.JSLink,o=!0),null!=e.Name&&e.ContentType.Name!=e.Name&&(s.Name=e.Name,o=!0),o?(console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type]["+e.ContentType.Name+"] Updating the content type."),e.ContentType.update(s).execute((function(){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type]["+e.ContentType.Name+"] Update request completed."),e.onUpdated&&e.onUpdated(e.ContentType),r(null)}),n)):(e.onUpdated&&e.onUpdated(e.ContentType),r(null))}),n)):r(null)}))})).then(n,o)}),o)}else n()}))},n=function(e,r,a){return new Promise((function(n,s){var o=[];null!=r&&0!=r.length?i.Executor(r,(function(r){return new Promise((function(n,s){var u=l("InternalName",r.name,e.results);if(u)console.log("[gd-sprest][Field] The field '"+r.name+"' already exists."),r.onUpdated&&r.onUpdated(u,a),n(null);else{console.log("[gd-sprest][Field] Creating the '"+r.name+"' field.");var p=r;if(p.type==i.SPCfgFieldType.Lookup&&p.fieldRef){var d=l("InternalName",p.fieldRef,e.results)||l("InternalName",p.fieldRef,o);d&&(p.fieldRef=d.Id)}i.FieldSchemaXML(r,t).then((function(t){for(var i="string"==typeof t?[t]:t,u=0;u<i.length;u++)e.createFieldAsXml(i[u]).execute((function(e){e.InternalName?(console.log("[gd-sprest][Field] The field '"+e.InternalName+"' was created successfully."),o.push(e),r.onCreated&&r.onCreated(e,a),n(null)):(console.log("[gd-sprest][Field] The field '"+r.name+"' failed to be created."),console.error("[gd-sprest][Field] Error: "+e.response),s())}))}))}}))})).then(n):n()}))},u=function(e,t){return new Promise((function(r,a){null!=t&&0!=t.length?i.Executor(t,(function(t){l("Name",t.Name,e.results)?console.log("[gd-sprest][Custom Action] The custom action '"+t.Name+"' already exists."):(t.Rights&&(t.Rights=c(t.Rights)),e.add(t).execute((function(e){e.existsFl?console.log("[gd-sprest][Custom Action] The custom action '"+e.Name+"' was created successfully."):(console.log("[gd-sprest][Custom Action] The custom action '"+e.Name+"' failed to be created."),console.log("[gd-sprest][Custom Action] Error: "+e.response))}),a,!0))})).then(r):r()}))},l=function(e,t,r){if(t)for(var a=t?t.toLowerCase():"",n=0;n<r.length;n++){var s=r[n][e];if(a==(s=s?s.toLowerCase():""))return r[n]}return!1},p=function(e,t){return new Promise((function(r,a){null!=t&&0!=t.length?i.Executor(t,(function(t){var r=l("Name",t.Name,e.results);r&&r.delete().execute((function(){console.log("[gd-sprest][Custom Action] The custom action '"+r.Name+"' was removed.")}),a,!0)})).then(r):r()}))},d=function(){return new Promise((function(e,a){t?s.ContextInfo.getWeb(t).execute((function(t){r=t.GetContextWebInformation.FormDigestValue,e()}),a):e()}))},c=function(e){for(var t=e.High,r=e.Low,a=0;a<e.length;a++){var n=e[a];if(65==n){r=65535,t=32767;break}if(0==n)r=0,t=0;else{var s=n-1,o=1;if(s<0)continue;s<32?r|=o<<=s:t|=o<<=s-32}}return{Low:r.toString(),High:t.toString()}},g=function(e){return new Promise((function(o,p){!function o(d,c){var g=e[d];g?s.Web(t,{disableCache:!0,requestDigest:r}).Lists(g.ListInformation.Title).query({Expand:["ContentTypes","Fields","UserCustomActions","Views"]}).execute((function(e){m(e,g).then((function(){n(e.Fields,g.CustomFields,e).then((function(){a(e.ContentTypes,g.ContentTypes,e).then((function(){(function(e,t,r){return new Promise((function(a,n){null!=r&&0!=r.length?i.Executor(r,(function(r){l("Title",r.ViewName,t.results)?console.log("[gd-sprest][View] The view '"+r.ViewName+"' already exists."):t.add({Title:r.ViewName,ViewQuery:r.ViewQuery}).execute((function(t){t.existsFl?(console.log("[gd-sprest][View] The view '"+r.ViewName+"' was created successfully."),r.onCreated&&r.onCreated(t,e)):(console.log("[gd-sprest][View] The view '"+r.ViewName+"' failed to be created."),console.log("[gd-sprest][View] Error: "+t.response))}),n,!0)})).then((function(){y(e,t,r).then((function(){a()}))})):a()}))})(e,e.Views,g.ViewInformation).then((function(){u(e.UserCustomActions,g.UserCustomActions).then((function(){g.onUpdated&&g.onUpdated(e),o(d+1,c)}),p)}),p)}),p)}),p)}),p)}),p):c()}(0,o)}))},m=function(e,t){return new Promise((function(r,a){if(t.TitleFieldDisplayName||t.TitleFieldIndexed){var n={};t.TitleFieldDefaultValue&&(n.DefaultValue=t.TitleFieldDefaultValue),t.TitleFieldDisplayName&&(n.Title=t.TitleFieldDisplayName),(t.TitleFieldUniqueValues||t.TitleFieldIndexed)&&(n.Indexed=!0),"boolean"==typeof t.TitleFieldRequired&&(n.Required=t.TitleFieldRequired),t.TitleFieldUniqueValues&&(n.EnforceUniqueValues=!0),e.Fields.getByInternalNameOrTitle("Title").update(n).execute((function(){t.TitleFieldDisplayName&&console.log("[gd-sprest][List] The 'Title' field's display name was updated to '"+t.TitleFieldDisplayName+"'."),t.TitleFieldIndexed&&console.log("[gd-sprest][List] The 'Title' field's has been indexed."),r()}),a)}else r()}))},y=function(e,t,r){return new Promise((function(a){i.Executor(r,(function(r){return new Promise((function(a){var n=t.getByTitle(r.ViewName);if(r.ViewFields&&r.ViewFields.length>0){console.log("[gd-sprest][View] Updating the view fields for the '"+r.ViewName+"' view."),n.ViewFields().removeAllViewFields().execute(!0);for(var s=0;s<r.ViewFields.length;s++)n.ViewFields().addViewField(r.ViewFields[s]).execute(!0)}if("boolean"==typeof r.Default||r.JSLink||r.ViewQuery){var o={};console.log("[gd-sprest][View] Updating the view properties for the '"+r.ViewName+"' view."),"boolean"==typeof r.Default&&(o.DefaultView=r.Default),r.JSLink&&(o.JSLink=r.JSLink),r.ViewQuery&&(o.ViewQuery=r.ViewQuery),n.update(o).execute(!0)}n.done((function(){for(var t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];console.log("[gd-sprest][View] The updates for the '"+r.ViewName+"' view has completed."),r.onUpdated&&r.onUpdated(n,e),a(null)}))}))})).then(a)}))},f=function(){return new Promise((function(a,n){null!=e.CustomActionCfg&&null!=e.CustomActionCfg.Site||null!=e.WebPartCfg?(console.log("[gd-sprest][uninstall] Loading the site information..."),s.Site(t,{disableCache:!0,requestDigest:r}).query({Expand:["UserCustomActions"]}).execute((function(t){p(t.UserCustomActions,e.CustomActionCfg?e.CustomActionCfg.Site:[]).then((function(){(function(t){var r=e.WebPartCfg;return new Promise((function(e,a){null!=r&&0!=r.length?(console.log("[gd-sprest][WebPart] Removing the web parts."),t.RootWeb().getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).RootFolder().Files().execute((function(t){for(var a=function(e){var a=r[e],n=l("Name",a.FileName,t.results);n&&n.delete().execute((function(){console.log("[gd-sprest][WebPart] The webpart '"+n.Name+"' file was removed.")}),!0)},n=0;n<r.length;n++)a(n);e()}),a)):e()}))})(t).then((function(){a(t)}),n)}))}),n)):a(null)}))},T=function(){return new Promise((function(a,n){var o=[];console.log("[gd-sprest][uninstall] Loading the web information..."),e.ContentTypes&&o.push("ContentTypes"),e.CustomActionCfg&&o.push("UserCustomActions"),e.Fields&&o.push("Fields"),e.ListCfg&&o.push("Lists"),s.Web(t,{disableCache:!0,requestDigest:r}).query({Expand:o}).execute((function(t){p(t.UserCustomActions,e.CustomActionCfg?e.CustomActionCfg.Web:null).then((function(){var r,s;(r=t.Lists,s=e.ListCfg,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("Title",e.ListInformation.Title,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][List] The list '"+a.Title+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){var r,s;(r=t.ContentTypes,s=e.ContentTypes,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("Name",e.Name,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][Content Type] The content type '"+a.Name+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){var r,s;(r=t.Fields,s=e.Fields,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("InternalName",e.name,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][Field] The field '"+a.InternalName+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){a()}),n)}),n)}),n)}),n)}),n)}))};return{_configuration:e,install:function(){return new Promise((function(p,c){d().then((function(){console.log("[gd-sprest] Installing the web assets...");var d=s.Web(t,{disableCache:!0,requestDigest:r}),m=function(){return new Promise((function(t,r){e.ListCfg&&e.ListCfg.length?(console.log("[gd-sprest][Lists] Starting the requests."),d.Lists().execute((function(a){(function(e,t){return new Promise((function(r,a){i.Executor(t,(function(t){return new Promise((function(r){if(l("Title",t.ListInformation.Title,e.results))return console.log("[gd-sprest][List] The list '"+t.ListInformation.Title+"' already exists."),void r(null);console.log("[gd-sprest][List] Creating the '"+t.ListInformation.Title+"' list.");var n=t.ListInformation,s=n.Title;n.Title=s.replace(/ /g,""),e.add(n).execute((function(e){t._list=e,n.Title=s,e.Id?(e.Title!=s?e.update({Title:s}).execute((function(){console.log("[gd-sprest][List] The list '"+e.Title+"' was created successfully."),r(null)})):(console.log("[gd-sprest][List] The list '"+e.Title+"' was created successfully."),r(null)),t.onCreating&&t.onCreating(e)):(console.log("[gd-sprest][List] The list '"+n.Title+"' failed to be created."),console.log("[gd-sprest][List] Error: '"+e.response),r(null))}),a)}))})).then((function(){g(t).then((function(){for(var e=0;e<t.length;e++){var a=t[e];a.onCreated&&a.onCreated(a._list)}r()}),a)}))}))})(a,e.ListCfg).then((function(){console.log("[gd-sprest][Lists] Completed the requests."),t()}),r)}),r)):t()}))},y=function(){return new Promise((function(a,n){e.WebPartCfg&&e.WebPartCfg.length>0?(console.log("[gd-sprest][WebParts] Starting the requests."),new Promise((function(a,n){var i=e.WebPartCfg;null!=i&&0!=i.length?(console.log("[gd-sprest][WebPart] Creating the web parts."),s.Web(t,{disableCache:!0,requestDigest:r}).getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).RootFolder().query({Expand:["Files"]}).execute((function(e){for(var t=0,r=function(r){var n=i[r],u=function(){++t>=i.length&&a()},p=l("Name",n.FileName,e.Files.results);if(p.Name)console.log("[gd-sprest][WebPart] The webpart '"+n.FileName+"' already exists."),n.onUpdated&&n.onUpdated(p),u();else{for(var d=n.XML.trim(),c=new ArrayBuffer(2*d.length),g=new Uint16Array(c),m=0;m<d.length;m++)g[m]=d.charCodeAt(m);e.Files.add(n.FileName,!0,c).execute((function(e){n.Group&&s.Web(s.ContextInfo.siteServerRelativeUrl,{disableCache:!0}).getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).Items().query({Filter:"FileLeafRef eq '"+n.FileName+"'"}).execute((function(e){e.results[0].update({Group:n.Group}).execute(u)})),console.log("[gd-sprest][WebPart] The '"+e.Name+"' webpart file was uploaded successfully."),n.onCreated&&n.onCreated(e)}),(function(){console.log("[gd-sprest][WebPart] The '"+p.Name+"' webpart file upload failed."),a()}))}},n=0;n<i.length;n++)r(n)}),n)):a()})).then((function(){console.log("[gd-sprest][WebParts] Completed the requests."),a()}),n)):a()}))};new Promise((function(t,r){e.Fields&&e.Fields.length>0?(console.log("[gd-sprest][Fields] Starting the requests."),d.Fields().execute((function(a){n(a,e.Fields).then((function(){console.log("[gd-sprest][Fields] Completed the requests."),t(null)}),r)}),r)):t(null)})).then((function(){new Promise((function(t,r){e.ContentTypes&&e.ContentTypes.length>0?(console.log("[gd-sprest][Content Types] Starting the requests."),d.ContentTypes().execute((function(n){a(n,e.ContentTypes).then((function(){console.log("[gd-sprest][Content Types] Completed the requests."),t()}),r)}),r)):t()})).then((function(){m().then((function(){y().then((function(){new Promise((function(a,n){e.CustomActionCfg&&e.CustomActionCfg.Site?(console.log("[gd-sprest][Site Custom Actions] Starting the requests."),s.Site(t,{disableCache:!0,requestDigest:r}).UserCustomActions().execute((function(t){u(t,e.CustomActionCfg.Site).then((function(){console.log("[gd-sprest][Site Custom Actions] Completed the requests."),a()}),n)}),n)):a()})).then((function(){new Promise((function(t,r){e.CustomActionCfg&&e.CustomActionCfg.Web?(console.log("[gd-sprest][Web Custom Actions] Starting the requests."),d.UserCustomActions().execute((function(r){u(r,e.CustomActionCfg.Web).then((function(){console.log("[gd-sprest][Web Custom Actions] Completed the requests."),t()}))}),r)):t()})).then((function(){console.log("[gd-sprest] The configuration script completed, but some requests may still be running."),p()}),c)}),c)}),c)}),c)}),c)}),c)}),c)}))},setWebUrl:function(e){t=e},uninstall:function(){return new Promise((function(e,t){d().then((function(){T().then((function(){f().then((function(){console.log("[gd-sprest] The configuration script completed, but some requests may still be running."),e()}),t)}),t)}))}))}}}},564:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SPCfgType=t.SPCfgFieldType=void 0,t.SPCfgFieldType={Boolean:0,Calculated:1,Choice:2,Currency:3,Date:4,Geolocation:5,Guid:6,Image:7,Lookup:8,MMS:9,Note:10,Number:11,Text:12,Url:13,User:14},t.SPCfgType={Fields:0,ContentTypes:1,Lists:2,SiteUserCustomActions:3,WebParts:5,WebUserCustomActions:4}},9273:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutManager=void 0,t.CalloutManager={closeAll:function(){return window.CalloutManager.closeAll()},containsOneCalloutOpen:function(e){return window.CalloutManager.containsOneCalloutOpen(e)},createAction:function(e){var t=new window.CalloutActionOptions;for(var r in e)t[r]=e[r];return new window.CalloutAction(t)},createMenuEntries:function(e){for(var t=[],r=0;r<e.length;r++){var a=e[r];t.push(new window.CalloutActionMenuEntry(a.text,a.onClickCallback,a.iconUrl))}return t},createNew:function(e){return window.CalloutManager.createNew(e)},createNewIfNecessary:function(e){return window.CalloutManager.createNewIfNecessary(e)},forEach:function(e){return window.CalloutManager.forEach(e)},getFromCalloutDescendant:function(e){return window.CalloutManager.getFromCalloutDescendant(e)},getFromLaunchPoint:function(e){return window.CalloutManager.getFromLaunchPoint(e)},getFromLaunchPointIfExists:function(e){return window.CalloutManager.getFromLaunchPointIfExists(e)},isAtLeastOneCalloutOn:function(){return window.CalloutManager.isAtLeastOneCalloutOn()},isAtLeastOneCalloutOpen:function(){return window.CalloutManager.isAtLeastOneCalloutOpen()},init:function(){return new Promise((function(e,t){window.CalloutManager?e():window.SP.SOD.executeFunc("callout.js","Callout",(function(){e()}))}))},remove:function(e){return window.CalloutManager.remove(e)}}},7766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SP=void 0;var a=r(9273),n=r(6219),s=r(5738),o=r(1392),i=r(380);t.SP={CalloutManager:a.CalloutManager,ModalDialog:n.ModalDialog,Notify:s.Notify,SOD:o.SOD,Status:i.Status}},6219:function(e,t){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.ModalDialog=void 0,t.ModalDialog=(r=function(e){return e.show=function(){var t=e.get_dialogElement();t&&(t.style.display=""),(t=e.get_frameElement())&&(t.style.display="")},e.setTitle=function(t){var r=e.get_dialogElement(),a=r?r.querySelector(".ms-dlgLoadingTextDiv .ms-core-pageTitle"):null;(a=a||r.querySelector(".ms-dlgTitle .ms-dlgTitleText"))&&(a.innerHTML=t)},e.setSubTitle=function(t){var r=e.get_dialogElement(),a=r?r.querySelector(".ms-dlgLoadingTextDiv ~ div"):null;a&&(a.innerHTML=t)},e},{commonModalDialogClose:function(e,r){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.commonModalDialogClose(e,r)}))},commonModalDialogOpen:function(e,r,a,n){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.commonModalDialogOpen(e,r,a,n)}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.ModalDialog?e():window.SP.SOD.executeFunc("sp.js","SP.UI.ModalDialog",(function(){e()}))}))},OpenPopUpPage:function(e,r,a,n){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.OpenPopUpPage(e,r,a,n)}))},RefreshPage:function(e){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.RefreshPage(e)}))},showModalDialog:function(e){return new Promise((function(a){t.ModalDialog.load().then((function(){a(r(window.SP.UI.ModalDialog.showModalDialog(e)))}))}))},ShowPopupDialog:function(e){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.ShowPopupDialog(e)}))},showWaitScreenSize:function(e,a,n,s,o){return new Promise((function(i){t.ModalDialog.load().then((function(){i(r(window.SP.UI.ModalDialog.showWaitScreenSize(e,a,n,s,o)))}))}))},showWaitScreenWithNoClose:function(e,a,n,s){return new Promise((function(o){t.ModalDialog.load().then((function(){o(r(window.SP.UI.ModalDialog.showWaitScreenWithNoClose(e,a,n,s)))}))}))}})},5738:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Notify=void 0,t.Notify={addNotification:function(e,r){return new Promise((function(a,n){t.Notify.load().then((function(){a(window.SP.UI.Notify.addNotification(e,r))}))}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.Notify?e():window.SP.SOD.executeFunc("sp.js","SP.UI.Notify",(function(){e()}))}))},removeNotification:function(e){t.Notify.load().then((function(){window.SP.UI.Notify.removeNotification(e)}))}}},1392:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SOD=void 0,t.SOD={execute:function(e,t){for(var r=[],a=2;a<arguments.length;a++)r[a-2]=arguments[a];window.SP&&window.SP.SOD.execute(e,t,r)},executeFunc:function(e,t,r){window.SP&&window.SP.SOD.executeFunc(e,t,r)},executeOrDelayUntilEventNotified:function(e,t){window.SP&&window.SP.SOD.executeOrDelayUntilEventNotified(e,t)},executeOrDelayUntilScriptLoaded:function(e,t){window.SP&&window.SP.SOD.executeOrDelayUntilScriptLoaded(e,t)},notifyEventAndExecuteWaitingJobs:function(e){window.SP&&window.SP.SOD.notifyEventAndExecuteWaitingJobs(e)},notifyScriptLoadedAndExecuteWaitingJobs:function(e){window.SP&&window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs(e)},registerSod:function(e,t){window.SP&&window.SP.SOD.registerSod(e,t)},registerSodDep:function(e,t){window.SP&&window.SP.SOD.registerSodDep(e,t)}}},380:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Status=void 0,t.Status={addStatus:function(e,r,a){return new Promise((function(n,s){t.Status.load().then((function(){n(window.SP.UI.Status.addStatus(e,r,a))}))}))},appendStatus:function(e,r,a){return new Promise((function(n,s){t.Status.load().then((function(){n(window.SP.UI.Status.appendStatus(e,r,a))}))}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.Status?e():window.SP.SOD.executeFunc("sp.js","SP.UI.Status",(function(){e()}))}))},removeAllStatus:function(e){t.Status.load().then((function(){window.SP.UI.Status.removeAllStatus(e)}))},removeStatus:function(e){t.Status.load().then((function(){window.SP.UI.Status.removeStatus(e)}))},setStatusPriColor:function(e,r){t.Status.load().then((function(){window.SP.UI.Status.setStatusPriColor(e,r)}))},updateStatus:function(e,r){t.Status.load().then((function(){window.SP.UI.Status.updateStatus(e,r)}))}}},9177:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Taxonomy=void 0;var a=r(7117);t.Taxonomy={findById:function(e,r){if(e.info&&e.info.id==r)return e;for(var a in e)if("info"!=a&&"parent"!=a){var n=t.Taxonomy.findById(e[a],r);if(n)return n}},findByName:function(e,r){if(e.info&&e.info.name==r)return e;for(var a in e)if("info"!=a&&"parent"!=a){var n=t.Taxonomy.findByName(e[a],r);if(n)return n}},getTerms:function(e,t){var r=[];r.push({description:e.get_description(),id:e.get_id().toString(),name:e.get_name(),path:[],pathAsString:"",props:e.get_customProperties()});for(var a=t.getEnumerator();a.moveNext();){var n=a.get_current();r.push({description:n.get_description(),id:n.get_id().toString(),name:n.get_name(),path:n.get_pathOfTerm().split(";"),pathAsString:n.get_pathOfTerm(),props:n.get_customProperties()})}return r=r.sort((function(e,t){return e.pathAsString<t.pathAsString?-1:e.pathAsString>t.pathAsString?1:0}))},getTermGroup:function(e){return new Promise((function(r,a){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),n=SP.Taxonomy.TaxonomySession.getTaxonomySession(t);if(e){var s=n.get_termStores();t.load(s,"Include(Groups)"),t.executeQueryAsync((function(){var n=s.getEnumerator(),o=n.moveNext()?n.get_current():null;if(o){var i=o.get_groups().getByName(e);t.load(i),r({context:t,termGroup:i})}else a("Unable to find the taxonomy store.")}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}else{var o=n.getDefaultSiteCollectionTermStore().getSiteCollectionGroup(t.get_site());t.load(o),r({context:t,termGroup:o})}}))}))},getTermGroups:function(){return new Promise((function(e,r){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),a=SP.Taxonomy.TaxonomySession.getTaxonomySession(t).get_termStores();t.load(a,"Include(Groups)"),t.executeQueryAsync((function(){var n=a.getEnumerator(),s=n.moveNext()?n.get_current():null;if(s){var o=s.get_groups();t.load(o,"Include(Description, Id, Name)"),t.executeQueryAsync((function(){for(var t=[],r=o.getEnumerator();r.moveNext();){var a=r.get_current();t.push({description:a.get_description(),id:a.get_id().toString(),name:a.get_name()})}e(t)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}else r("Unable to find the taxonomy store.")}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}))}))},getTermSets:function(e){return new Promise((function(r,a){t.Taxonomy.getTermGroup(e).then((function(e){var t=e.context,n=e.termGroup.get_termSets();t.load(n,"Include(CustomProperties, Description, Id, Name)"),t.executeQueryAsync((function(){for(var e=[],t=n.getEnumerator();t.moveNext();){var a=t.get_current();e.push({description:a.get_description(),id:a.get_id().toString(),name:a.get_name(),props:a.get_customProperties()})}r(e)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}),(function(e){a(e)}))}))},getTermSetsFromDefaultSC:function(){return new Promise((function(e,r){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),a=SP.Taxonomy.TaxonomySession.getTaxonomySession(t).getDefaultSiteCollectionTermStore().getSiteCollectionGroup(t.get_site()).get_termSets();t.load(a,"Include(CustomProperties, Description, Id, Name)"),t.executeQueryAsync((function(){for(var t=[],r=a.getEnumerator();r.moveNext();){var n=r.get_current();t.push({description:n.get_description(),id:n.get_id().toString(),name:n.get_name(),props:n.get_customProperties()})}e(t)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}))}))},getTermsById:function(e,r){return new Promise((function(a,n){t.Taxonomy.loadScripts().then((function(){var s=SP.ClientContext.get_current(),o=SP.Taxonomy.TaxonomySession.getTaxonomySession(s).get_termStores().getById(e).getTermSet(r),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){a(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1].get_message())}))}))}))},getTermSetById:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermsById(e,r).then((function(e){a(t.Taxonomy.toObject(e))}),(function(e){n(e)}))}))},getTermsFromDefaultSC:function(e){return new Promise((function(r,a){t.Taxonomy.getTermGroup().then((function(n){var s=n.context,o=n.termGroup.get_termSets().getByName(e),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){r(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}),(function(e){a(e)}))}))},getTermSetFromDefaultSC:function(e){return new Promise((function(r,a){t.Taxonomy.getTermsFromDefaultSC(e).then((function(e){r(t.Taxonomy.toObject(e))}),(function(e){a(e)}))}))},getTermsByGroupName:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermGroup(r).then((function(r){var s=r.context,o=r.termGroup.get_termSets().getByName(e),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){a(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1].get_message())}))}))}))},getTermSetByGroupName:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermsByGroupName(e,r).then((function(e){a(t.Taxonomy.toObject(e))}),(function(e){n(e)}))}))},loadScripts:function(){return new Promise((function(e,t){SP.SOD.executeFunc("sp.js","SP.Utilities.Utility",(function(){SP.SOD.registerSod("sp.taxonomy.js",a.ContextInfo.webServerRelativeUrl+"/_layouts/15/sp.taxonomy.js"),SP.SOD.executeFunc("sp.taxonomy.js","SP.Taxonomy.TaxonomySession",(function(){e()}))}),"sp.js")}))},toArray:function(e){var t=[];return e&&(e.info&&t.push(e.info),function e(t,r){for(var a in t)if("info"!=a&&"parent"!=a){var n=t[a];r.push(n.info),e(n,r)}}(e,t)),t},toFieldValue:function(e){var t=e?e.info||e:null;return t?{__metadata:{type:"SP.Taxonomy.TaxonomyFieldValue"},Label:t.name,TermGuid:t.id,WssId:-1}:null},toFieldMultiValue:function(e){var t=[];if(e&&e.length>0)for(var r=0;r<e.length;r++){var a=e[r].info||e[r];t.push(";#"+a.name+"|"+a.id)}return{__metadata:{type:"Collection(SP.Taxonomy.TaxonomyFieldValue)"},results:t}},toObject:function(e){var r={},a=function(e,t,r){for(var a=e,n="";r.length>0;){null==a[n=r[0]]&&(a[n]={});var s=a;(a=a[n]).parent=s,r.splice(0,1)}a.info=t};if(e&&e.length>0){for(var n=0;n<e.length;n++){var s=e[n];""==s.pathAsString?r.info=s:a(r,s,s.pathAsString.split(";"))}return t.Taxonomy.findById(r,e[0].id)}return null}}},132:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebPart=void 0;var r=function(){function e(e){var r=this;this._props=null,this._wp=null,this.addHelpLink=function(){if(r._props.helpProps){var e=document.querySelector("div[webpartid='"+r._wp.wpId+"'] a[title='Edit Snippet']");if(e){var t=document.createElement("a");t.href=r._props.helpProps.url||"#",t.style.paddingLeft="10px",t.setAttribute("role","button"),t.title=r._props.helpProps.title||"Help",t.innerHTML="<span class='ms-metadata'>"+t.title+"</span>",t.target="_blank",e.parentElement.appendChild(t)}}},this.getWebPartId=function(e){for(;e;){var t=e.getAttribute("webpartid");if(t)return t;e=e.parentElement}return""},this.getWebPartInfo=function(){var e={cfg:null,el:null,wpId:null};if(r._props.elementId){for(var t=document.querySelectorAll("#"+r._props.elementId),a=0;a<t.length;a++){var n=t[a];if(!n.getAttribute("data-isConfigured")){var s=r.getWebPartId(n);if(s){var o=r._props.cfgElementId?n.parentElement.querySelector("#"+r._props.cfgElementId):null;if(o){try{var i=JSON.parse(o.innerText.trim());if(!i.WebPartId){e={cfg:{WebPartId:s},el:n,wpId:s};break}if(i.WebPartId==s){e={cfg:i,el:n,wpId:s};break}}catch(t){e={cfg:{WebPartId:s},el:n,wpId:s},console.log("[sp-webpart] Error parsing the configuration for element '"+r._props.cfgElementId+"'.")}break}e={cfg:{WebPartId:s},el:n,wpId:s};break}}}0==t.length&&console.log("[sp-webpart] Error - Unable to find elements with id '"+r._props.elementId+"'.")}else console.log("[sp-webpart] The target element id is not defined.");return e.el&&e.el.setAttribute("data-isConfigured","true"),e},this.render=function(){if(r._wp=r.getWebPartInfo(),null!=r._wp&&null!=r._wp.el){var e=null;t.WebPart.isEditMode()?(r.addHelpLink(),r._props.onRenderEdit&&(e=r._props.onRenderEdit(r._wp))):r._wp.cfg||0==(r._props.cfgElementId||"").length?e=r._props.onRenderDisplay(r._wp):r._wp.el.innerHTML="<h3>Please edit the page and configure the webpart.</h3>",e&&e.then?e.then((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r._props.onPostRender&&r._props.onPostRender(r._wp)})):r._props.onPostRender&&r._props.onPostRender(r._wp)}else console.log("[sp-webpart] The target webpart element '"+r._props.elementId+"' was not found.")},this._props=e||{},window.addEventListener("load",(function(){r.render()}))}return e.create=function(t){return new e(t)},e.generateContentEditorXML=function(e){return'<?xml version="1.0" encoding="utf-8"?>\n<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">\n <Assembly>Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>\n <TypeName>Microsoft.SharePoint.WebPartPages.ContentEditorWebPart</TypeName>\n <Title>[[Title]]</Title>\n <Description>[[Description]]</Description>\n <FrameType>[[FrameType]]</FrameType>\n <ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor">[[ContentLink]]</ContentLink>\n <Content xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor"><![CDATA[[[Content]]]]></Content>\n</WebPart>'.replace(/\r?\n/g,"").replace(/\[\[FrameType\]\]/g,e.frameType||"Default").replace(/\[\[Content\]\]/g,e.content||"").replace(/\[\[ContentLink\]\]/g,e.contentLink||"").replace(/\[\[Description\]\]/g,e.description||"").replace(/\[\[Title\]\]/g,e.title||"")},e.generateScriptEditorXML=function(e){return'<?xml version="1.0" encoding="utf-8"?>\n<webParts>\n <webPart xmlns="http://schemas.microsoft.com/WebPart/v3">\n <metaData>\n <type name="Microsoft.SharePoint.WebPartPages.ScriptEditorWebPart, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />\n <importErrorMessage>$Resources:core,ImportantErrorMessage;</importErrorMessage>\n </metaData>\n <data>\n <properties>\n <property name="Title" type="string">[[Title]]</property>\n <property name="Description" type="string">[[Description]]</property>\n <property name="ChromeType" type="chrometype">[[ChromeType]]</property>\n <property name="Content" type="string">[[Content]]</property>\n </properties>\n </data>\n </webPart>\n</webParts>'.replace(/\r?\n/g,"").replace(/\[\[ChromeType\]\]/g,e.chromeType||"TitleOnly").replace(/\[\[Content\]\]/g,e.content.replace(/\</g,"<").replace(/\>/g,">")).replace(/\[\[Description\]\]/g,e.description||"").replace(/\[\[Title\]\]/g,e.title||"")},e.isEditMode=function(){MSOWebPartPageFormName;var e=document.forms[MSOWebPartPageFormName];if(e){var t=e._wikiPageMode?e._wikiPageMode.value:null,r=e.MSOLayout_InDesignMode?e.MSOLayout_InDesignMode.value:null;return"Edit"==t||"1"==r}return!1},e}();t.WebPart=r},1771:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.Helper=void 0;var s=r(6483);t.Helper=s,n(r(1381),t),n(r(7228),t),n(r(6007),t)},106:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Apps=void 0;var a=r(3636);t.Apps=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="apps",a.Request.addMethods(t,{__metadata:{type:"Microsoft.AppServices.AppCollection"}}),t}},7117:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ContextInfo=void 0;var a=r(3636),n=function(){function e(){}return Object.defineProperty(e,"_contextInfo",{get:function(){return this.window._spPageContextInfo?this.window._spPageContextInfo:this._spfxPageContext&&this._spfxPageContext.legacyPageContext?this._spfxPageContext.legacyPageContext:{existsFl:!1,isAppWeb:!1,isHubSite:!1,isSPO:!1,siteAbsoluteUrl:"",siteServerRelativeUrl:"",userId:0,webAbsoluteUrl:"",webServerRelativeUrl:""}},enumerable:!1,configurable:!0}),Object.defineProperty(e,"aadInstanceUrl",{get:function(){return this._contextInfo.aadInstanceUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"aadTenantId",{get:function(){return this._contextInfo.aadTenantId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"alertsEnabled",{get:function(){return this._contextInfo.alertsEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"allowSilverlightPrompt",{get:function(){return"True"==this._contextInfo.allowSilverlightPrompt},enumerable:!1,configurable:!0}),Object.defineProperty(e,"canUserCreateMicrosoftForm",{get:function(){return this._contextInfo.canUserCreateMicrosoftForm},enumerable:!1,configurable:!0}),Object.defineProperty(e,"canUserCreateVisioDrawing",{get:function(){return this._contextInfo.canUserCreateVisioDrawing},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cdnPrefix",{get:function(){return this._contextInfo.cdnPrefix},enumerable:!1,configurable:!0}),Object.defineProperty(e,"clientServerTimeDelta",{get:function(){return this._contextInfo.clientServerTimeDelta},enumerable:!1,configurable:!0}),Object.defineProperty(e,"CorrelationId",{get:function(){return this._contextInfo.CorrelationId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"crossDomainPhotosEnabled",{get:function(){return this._contextInfo.crossDomainPhotosEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentCultureName",{get:function(){return this._contextInfo.currentCultureName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentLanguage",{get:function(){return this._contextInfo.currentLanguage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentUICultureName",{get:function(){return this._contextInfo.currentUICultureName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"departmentId",{get:function(){return this._contextInfo.departmentId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"DesignPackageId",{get:function(){return this._contextInfo.DesignPackageId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"disableAppViews",{get:function(){return this._contextInfo.disableAppViews},enumerable:!1,configurable:!0}),Object.defineProperty(e,"disableFlows",{get:function(){return this._contextInfo.disableFlows},enumerable:!1,configurable:!0}),Object.defineProperty(e,"document",{get:function(){return this.window?this.window.document:null},enumerable:!1,configurable:!0}),Object.defineProperty(e,"env",{get:function(){return this._contextInfo.env},enumerable:!1,configurable:!0}),Object.defineProperty(e,"existsFl",{get:function(){return null==this._contextInfo.existsFl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"farmLabel",{get:function(){return this._contextInfo.farmLabel},enumerable:!1,configurable:!0}),Object.defineProperty(e,"fid",{get:function(){return this._contextInfo.fid},enumerable:!1,configurable:!0}),Object.defineProperty(e,"formDigestTimeoutSeconds",{get:function(){return this._contextInfo.formDigestTimeoutSeconds},enumerable:!1,configurable:!0}),Object.defineProperty(e,"formDigestValue",{get:function(){return this._contextInfo.formDigestValue},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupColor",{get:function(){return this._contextInfo.groupColor},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupHasHomepage",{get:function(){return this._contextInfo.groupHasHomepage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupId",{get:function(){return this._contextInfo.groupId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupType",{get:function(){return this._contextInfo.groupType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"guestsEnabled",{get:function(){return this._contextInfo.guestsEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hasManageWebPermissions",{get:function(){return this._contextInfo.hasManageWebPermissions},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hasPendingWebTemplateExtension",{get:function(){return this._contextInfo.hasPendingWebTemplateExtension},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hideSyncButtonOnODB",{get:function(){return this._contextInfo.hideSyncButtonOnODB},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hubSiteId",{get:function(){return this._contextInfo.hubSiteId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"idleSessionSignOutEnabled",{get:function(){return this._contextInfo.idleSessionSignOutEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isAnonymousGuestUser",{get:function(){return this._contextInfo.isAnonymousGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isAppWeb",{get:function(){return this._contextInfo.isAppWeb},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isArchived",{get:function(){return this._contextInfo.isArchived},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isEmailAuthenticationGuestUser",{get:function(){return this._contextInfo.isEmailAuthenticationGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isExternalGuestUser",{get:function(){return this._contextInfo.isExternalGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupRelatedSite",{get:function(){return this._contextInfo.isGroupRelatedSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupifyDisabled",{get:function(){return this._contextInfo.isGroupifyDisabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupifyMenuButtonFeatureOff",{get:function(){return this._contextInfo.isGroupifyMenuButtonFeatureOff},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHubSite",{get:function(){return this._contextInfo.isHubSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLocationserviceAvailable",{get:function(){return this._contextInfo.isLocationserviceAvailable},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMultiGeoODBMode",{get:function(){return this._contextInfo.isMultiGeoODBMode},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMultiGeoTenant",{get:function(){return this._contextInfo.isMultiGeoTenant},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isNoScriptEnabled",{get:function(){return this._contextInfo.isNoScriptEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSiteAdmin",{get:function(){return this._contextInfo.isSiteAdmin},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSiteOwner",{get:function(){return this._contextInfo.isSiteOwner},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSPO",{get:function(){return this._contextInfo.isSPO},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isShareByLinkEnabled",{get:function(){return this._contextInfo.isShareByLinkEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTeamsChannelSite",{get:function(){return this._contextInfo.isTeamsChannelSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTeamsConnectedSite",{get:function(){return this._contextInfo.isTeamsConnectedSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTenantDevSite",{get:function(){return this._contextInfo.isTenantDevSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUnauthorizedTenant",{get:function(){return this._contextInfo.isUnauthorizedTenant},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isWebWelcomePage",{get:function(){return this._contextInfo.isWebWelcomePage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"layoutsUrl",{get:function(){return this._contextInfo.layoutsUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listBaseTemplate",{get:function(){return this._contextInfo.listBaseTemplate},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listBaseType",{get:function(){return this._contextInfo.listBaseType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listId",{get:function(){return this._contextInfo.listId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listItemCount",{get:function(){return this._contextInfo.listItemCount},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listTitle",{get:function(){return this._contextInfo.listTitle},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listPermsMask",{get:function(){return this._contextInfo.listPermsMask},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listUrl",{get:function(){return this._contextInfo.listUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"maximumFileSize",{get:function(){return this._contextInfo.maximumFileSize},enumerable:!1,configurable:!0}),Object.defineProperty(e,"modernThemingEnabled",{get:function(){return this._contextInfo.modernThemingEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"msGraphEndpointUrl",{get:function(){return this._contextInfo.msGraphEndpointUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"msMruEndpointUrl",{get:function(){return this._contextInfo.msMruEndpointUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"multiGeoInfo",{get:function(){return this._contextInfo.multiGeoInfo},enumerable:!1,configurable:!0}),Object.defineProperty(e,"navigationInfo",{get:function(){return this._contextInfo.navigationInfo},enumerable:!1,configurable:!0}),Object.defineProperty(e,"nid",{get:function(){return this._contextInfo.nid},enumerable:!1,configurable:!0}),Object.defineProperty(e,"openInClient",{get:function(){return this._contextInfo.openInClient},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pageItemId",{get:function(){return this._contextInfo.pageItemId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pageListId",{get:function(){return this._contextInfo.pageListId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pagePermsMask",{get:function(){return this._contextInfo.pagePermsMask},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pagePersonalizationScope",{get:function(){return this._contextInfo.pagePersonalizationScope},enumerable:!1,configurable:!0}),Object.defineProperty(e,"preferUserTimeZone",{get:function(){return this._contextInfo.preferUserTimeZone},enumerable:!1,configurable:!0}),Object.defineProperty(e,"PreviewFeaturesEnabled",{get:function(){return this._contextInfo.PreviewFeaturesEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"portalUrl",{get:function(){return this._contextInfo.portalUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"profileUrl",{get:function(){return this._contextInfo.profileUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"PublishingFeatureOn",{get:function(){return this._contextInfo.PublishingFeatureOn},enumerable:!1,configurable:!0}),Object.defineProperty(e,"RecycleBinItemCount",{get:function(){return this._contextInfo.RecycleBinItemCount},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverRedirectedUrl",{get:function(){return this._contextInfo.serverRedirectedUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverRequestPath",{get:function(){return this._contextInfo.serverRequestPath},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverTime",{get:function(){return this._contextInfo.serverTime},enumerable:!1,configurable:!0}),Object.defineProperty(e,"showNGSCDialogForSyncOnODB",{get:function(){return this._contextInfo.showNGSCDialogForSyncOnODB},enumerable:!1,configurable:!0}),Object.defineProperty(e,"showNGSCDialogForSyncOnTS",{get:function(){return this._contextInfo.showNGSCDialogForSyncOnTS},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteAbsoluteUrl",{get:function(){return this._contextInfo.siteAbsoluteUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteClassification",{get:function(){return this._contextInfo.siteClassification},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteClientTag",{get:function(){return this._contextInfo.siteClientTag},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteColor",{get:function(){return this._contextInfo.siteColor},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteId",{get:function(){return this._contextInfo.siteId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"sitePagesEnabled",{get:function(){return this._contextInfo.sitePagesEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"sitePagesFeatureVersion",{get:function(){return this._contextInfo.sitePagesFeatureVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteServerRelativeUrl",{get:function(){return this._contextInfo.siteServerRelativeUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteSubscriptionId",{get:function(){return this._contextInfo.siteSubscriptionId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"socialBarEnabled",{get:function(){return this._contextInfo.socialBarEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"supportPercentStorePage",{get:function(){return this._contextInfo.supportPercentStorePage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"supportPoundStorePath",{get:function(){return this._contextInfo.supportPoundStorePath},enumerable:!1,configurable:!0}),Object.defineProperty(e,"systemUserKey",{get:function(){return this._contextInfo.systemUserKey},enumerable:!1,configurable:!0}),Object.defineProperty(e,"teamsChannelType",{get:function(){return this._contextInfo.teamsChannelType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"tenantAppVersion",{get:function(){return this._contextInfo.tenantAppVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"tenantDisplayName",{get:function(){return this._contextInfo.tenantDisplayName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themeCacheToken",{get:function(){return this._contextInfo.themeCacheToken},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themedCssFolderUrl",{get:function(){return this._contextInfo.themedCssFolderUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themedImageFileNames",{get:function(){return this._contextInfo.themedImageFileNames},enumerable:!1,configurable:!0}),Object.defineProperty(e,"updateFromDigestPageLoaded",{get:function(){return this._contextInfo.updateFromDigestPageLoaded},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userDisplayName",{get:function(){return this._contextInfo.userDisplayName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userEmail",{get:function(){return this._contextInfo.userEmail},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userFirstDayOfWeek",{get:function(){return this._contextInfo.userFirstDayOfWeek},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userId",{get:function(){return this._contextInfo.userId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userLoginName",{get:function(){return this._contextInfo.userLoginName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userPhotoCdnBaseUrl",{get:function(){return this._contextInfo.userPhotoCdnBaseUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userPrincipalName",{get:function(){return this._contextInfo.userPrincipalName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userTime24",{get:function(){return this._contextInfo.userTime24},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userTimeZoneData",{get:function(){return this._contextInfo.userTimeZoneData},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userVoiceForFeedbackEnabled",{get:function(){return this._contextInfo.userVoiceForFeedbackEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"viewId",{get:function(){return this._contextInfo.viewId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"viewOnlyExperienceEnabled",{get:function(){return this._contextInfo.viewOnlyExperienceEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webAbsoluteUrl",{get:function(){return this._contextInfo.webAbsoluteUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webDescription",{get:function(){return this._contextInfo.webDescription},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webDomain",{get:function(){return this._contextInfo.webDomain},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webFirstDayOfWeek",{get:function(){return this._contextInfo.webFirstDayOfWeek},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webId",{get:function(){return this._contextInfo.webId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLanguage",{get:function(){return this._contextInfo.webLanguage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLanguageName",{get:function(){return this._contextInfo.webLanguageName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLogoUrl",{get:function(){return this._contextInfo.webLogoUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webPermMasks",{get:function(){return this._contextInfo.webPermMasks},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webServerRelativeUrl",{get:function(){return this._contextInfo.webServerRelativeUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTemplate",{get:function(){return this._contextInfo.webTemplate},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTemplateConfiguration",{get:function(){return this._contextInfo.webTemplateConfiguration},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTime24",{get:function(){return this._contextInfo.webTime24},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTimeZoneData",{get:function(){return this._contextInfo.webTimeZoneData},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTitle",{get:function(){return this._contextInfo.webTitle},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webUIVersion",{get:function(){return this._contextInfo.webUIVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"window",{get:function(){return"undefined"==typeof window?{}:window},enumerable:!1,configurable:!0}),e.generateGUID=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))},e._spfxPageContext=null,e.getWeb=function(e){return new a.Base({endpoint:"contextinfo",method:"POST",url:e})},e.setPageContext=function(e){t.ContextInfo._spfxPageContext=e},e}();t.ContextInfo=n},1627:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Graph=void 0;var a=r(6007),n=r(3636);t.Graph=function(e){var r=new n.Base({accessToken:e&&e.accessToken?e.accessToken:t.Graph.Token});return r.targetInfo.requestType="post"==(e&&e.requestType?e.requestType:"").toLowerCase()?n.RequestType.GraphPost:n.RequestType.GraphGet,r.targetInfo.data=e?e.data:null,r.targetInfo.endpoint=e&&e.cloud?e.cloud:t.Graph.Cloud||a.SPTypes.CloudEnvironment.Default,r.targetInfo.endpoint+="/"+(e&&e.version?e.version:t.Graph.Version||"v1.0"),e&&e.url?r.targetInfo.endpoint+="/"+e.url:n.Request.addMethods(r,{__metadata:{type:"graph"}}),r},t.Graph.Cloud="",t.Graph.Token="",t.Graph.Version="",t.Graph.getAccessToken=function(e){var t={resource:e||a.SPTypes.CloudEnvironment.Default};return new n.Base({endpoint:"SP.OAuth.Token/Acquire",method:"POST",data:t})}},8059:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GroupService=void 0;var a=r(3636);t.GroupService=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="groupservice",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.GroupService"}}),t}},3564:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GroupSiteManager=void 0;var a=r(3636);t.GroupSiteManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="groupsitemanager",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.GroupSiteManager"}}),t}},1463:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HubSites=void 0;var a=r(3636);t.HubSites=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="hubsites",a.Request.addMethods(t,{__metadata:{type:"SP.HubSite.Collection"}}),t},t.HubSites.canCreate=function(){return new a.Base({endpoint:"SP.HubSites.CanCreate"})}},4873:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HubSitesUtility=void 0;var a=r(3636);t.HubSitesUtility=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="hubsitesutility",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.SPHubSitesUtility"}}),t}},1381:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(106),t),n(r(7117),t),n(r(1627),t),n(r(8059),t),n(r(3564),t),n(r(1463),t),n(r(4873),t),n(r(2194),t),n(r(2167),t),n(r(6672),t),n(r(5615),t),n(r(3896),t),n(r(1761),t),n(r(6415),t),n(r(2275),t),n(r(1676),t),n(r(6612),t),n(r(8029),t),n(r(2414),t),n(r(9722),t),n(r(3515),t),n(r(4333),t),n(r(8726),t),n(r(2666),t),n(r(4107),t)},2194:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.List=void 0;var a=r(3636),n=r(4333);t.List=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="web/lists/getByTitle('"+e.replace(/\'/g,"''")+"')",a.Request.addMethods(r,{__metadata:{type:"SP.List"}}),r},t.List.getByEntityName=function(e){var t=n.Web(e.url,e.targetInfo).Lists().query({Filter:"EntityTypeName eq '"+e.name+"'",Top:1});if(!e.callback){var r=t.executeAndWait();return r.results?r.results[0]:r}t.execute((function(t){e.callback(t.results?t.results[0]:null)}))},t.List.getDataAsStream=function(e,t){void 0===t&&(t={});var r="?listFullUrl='"+e+"'";for(var n in t)r+="&"+n+"="+t[n];return new a.Base({endpoint:"SP.List.getListDataAsStream"+r})}},2167:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=void 0;var a=r(3636);t.Navigation=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="navigation",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"}}),r}},6672:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PeopleManager=void 0;var a=r(3636);t.PeopleManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.peoplemanager",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.PeopleManager"}}),t}},5615:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PeoplePicker=void 0;var a=r(3636);t.PeoplePicker=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface",t.targetInfo.overrideDefaultRequestToHostFl=!0,a.Request.addMethods(t,{__metadata:{type:"peoplepicker"}}),t}},3896:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProfileLoader=void 0;var a=r(3636);t.ProfileLoader=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.profileloader.getprofileloader",t.targetInfo.method="POST",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.ProfileLoader"}}),t}},1761:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Search=void 0;var a=r(3636);t.Search=function(e,r){var n=new a.Base(r),s=n;return n.targetInfo.defaultToWebFl=!0,n.targetInfo.endpoint="search",e&&(n.targetInfo.url=e),a.Request.addMethods(s,{__metadata:{type:"Microsoft.Office.Server.Search.REST.SearchService"}}),s.searchquery=function(e){return s.executeMethod("query",{argNames:["query"],name:"query?[[query]]",requestType:a.RequestType.GetReplace},t.Search.getQuery(e))},s},t.Search.getQuery=function(e){var t="";for(var r in e)t+=(""==t?"":"&")+r+"='"+e[r]+"'";return[t]}},6415:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Site=void 0;var a=r(3636);t.Site=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="site",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.Site"}}),r},t.Site.exists=function(e){return new a.Base({data:{url:e},defaultToWebFl:!0,endpoint:"SP.Site.Exists",method:"POST"})},t.Site.getAppContext=function(e){return new a.Base({data:{siteUrl:e},defaultToWebFl:!0,endpoint:"SP.AppContextSite",method:"POST"})},t.Site.getUrlById=function(e){return new a.Base({data:{id:e},defaultToWebFl:!0,endpoint:"SP.Site.GetUrlById",method:"POST"})}},2275:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SiteIconManager=void 0;var a=r(3636);t.SiteIconManager=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SiteIconManager",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Portal.SiteIconManager"}}),r}},1676:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SiteManager=void 0;var a=r(3636);t.SiteManager=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SPSiteManager",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Portal.SPSiteManager"}}),r}},6612:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SitePages=void 0;var a=r(4333),n=r(3636);t.SitePages=function(e,t){var r=new n.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SitePages",e&&(r.targetInfo.url=e),n.Request.addMethods(r,{__metadata:{type:"SP.Publishing.SitePageService"}}),r},t.SitePages.createPage=function(e,r,n,s,o){return new Promise((function(i,u){var l=function(e,r){var n=a.Web(s,o),l={file:null,item:null,page:null};n.getFileByUrl(r).query({Select:["*","ListId"]}).execute((function(r){l.file=r,n.Lists().getById(r.ListId).Items(e).execute((function(r){l.item=r,t.SitePages(s,o).Pages(e).execute((function(e){l.page=e,i(l)}),u)}),u)}),u)};t.SitePages(s,o).Pages().createAppPage({Title:r,PageLayoutType:n}).execute((function(t){a.Web(s,o).Lists("Site Pages").Items(t.Id).update({FileLeafRef:e}).execute((function(){var r=t.Url.lastIndexOf("/"),a=t.Url.substring(0,r+1)+e;l(t.Id,a)}),(function(){l(t.Id,t.Url)}))}),u)}))}},8029:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SocialFeed=void 0;var a=r(3636);t.SocialFeed=function(e){var t=new a.Base(e),r=t;return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="social.feed",a.Request.addMethods(r,{__metadata:{type:"SP.Social.SocialRestFeedManager"}}),r},t.SocialFeed.postToFeed=function(e,r){var n={ID:null,creationData:r,__metadata:{type:"SP.Social.SocialRestPostCreationData"}};return n.creationData.__metadata={type:"SP.Social.SocialPostCreationData"},t.SocialFeed().executeMethod("postToMyFeed",{argNames:["restCreationData"],name:"actor(item=@v)/feed?@v='"+encodeURIComponent(e)+"'",requestType:a.RequestType.PostWithArgsInBody},[n])},t.SocialFeed.postToMyFeed=function(e){var r={ID:null,creationData:e,__metadata:{type:"SP.Social.SocialRestPostCreationData"}};return r.creationData.__metadata={type:"SP.Social.SocialPostCreationData"},t.SocialFeed().executeMethod("postToMyFeed",{argNames:["restCreationData"],name:"my/feed/post",requestType:a.RequestType.PostWithArgsInBody},[r])}},2414:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThemeManager=void 0;var a=r(3636);t.ThemeManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="thememanager",a.Request.addMethods(t,{__metadata:{type:"SP.Utilities.ThemeManager"}}),t}},9722:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserProfile=void 0;var a=r(3636);t.UserProfile=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.profileloader.getprofileloader/getUserProfile",t.targetInfo.method="POST",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.UserProfile"}}),t}},3515:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Utility=void 0;var a=r(3636);t.Utility=function(e,t){var r=new a.Base(t),n=r;return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.Utilities.Utility",e&&(r.targetInfo.url=e),a.Request.addMethods(n,{__metadata:{type:"utility"}}),n.createWikiPage=function(e,t){void 0===t&&(t="");var r={ServerRelativeUrl:e,WikiHtmlContent:t};return n.executeMethod("createWikiPage",{argNames:["parameters"],name:"SP.Utilities.Utility.CreateWikiPageInContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},[r])},n.sendEmail=function(e){for(var t=0,r=["To","CC","BCC"];t<r.length;t++){var s=r[t],o=e[s];o&&(e[s]="string"==typeof o?{results:[o]}:{results:o})}return n.executeMethod("sendEmail",{argNames:["properties"],metadataType:"SP.Utilities.EmailProperties",name:"SP.Utilities.Utility.sendEmail",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},[e])},n}},4333:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Web=void 0;var a=r(3636);t.Web=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="web",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.Web"}}),r},t.Web.getRemoteWeb=function(e){return new a.Base({data:{requestUrl:e},defaultToWebFl:!0,endpoint:"SP.RemoteWeb?$expand=Web",method:"POST"})}},8726:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebTemplateExtensions=void 0;var a=r(3636);t.WebTemplateExtensions=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"webTemplateExtensions"}}),r}},2666:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkflowInstanceService=void 0;var a=r(3636);t.WorkflowInstanceService=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.WorkflowServices.WorkflowInstanceService.Current",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.WorkflowServices.WorkflowInstanceService"}}),r}},4107:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkflowSubscriptionService=void 0;var a=r(3636);t.WorkflowSubscriptionService=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.WorkflowServices.WorkflowSubscriptionService.Current",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.WorkflowServices.WorkflowSubscriptionService"}}),r}},9766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.audit=void 0;var a=r(3636);t.audit={query:{argNames:["oData"],requestType:a.RequestType.OData}}},2947:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.graph=void 0;var a=r(3636);t.graph={me:{requestType:a.RequestType.GraphGet},group:{argNames:["id"],name:"groups/[[id]]",requestType:a.RequestType.GraphGetReplace},groups:{name:"groups",requestType:a.RequestType.GraphGet},list:{argNames:["siteId","id"],name:"sites/[[siteId]]/lists/[[id]]",requestType:a.RequestType.GraphGetReplace},lists:{argNames:["siteId"],name:"sites/[[siteId]]/lists",requestType:a.RequestType.GraphGetReplace},query:{argNames:["oData"],requestType:a.RequestType.OData},root:{requestType:a.RequestType.GraphGet},site:{argNames:["id"],name:"sites/[[id]]",requestType:a.RequestType.GraphGetReplace},sites:{name:"sites",requestType:a.RequestType.GraphGet},user:{argNames:["id"],name:"users/[[id]]",requestType:a.RequestType.GraphGetReplace},users:{requestType:a.RequestType.GraphGet}}},6687:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(9766),t),n(r(2947),t),n(r(8231),t),n(r(3239),t),n(r(4916),t),n(r(7414),t),n(r(9893),t)},8231:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.webinfos=t.webs=t.web=t.viewfieldcollection=t.views=t.view=t.versions=t.usercustomactions=t.usercustomaction=t.users=t.user=t.tenantappcatalog=t.tenantapps=t.tenantapp=t.sitecollectionappcatalog=t.site=t.search=t.roledefinitions=t.roledefinition=t.roleassignments=t.roleassignment=t.items=t.listitem=t.lists=t.list=t.limitedwebpartmanager=t.sitegroups=t.group=t.folders=t.folder=t.fileversions=t.fileversion=t.files=t.file=t.fieldlinks=t.fields=t.field=t.features=t.eventreceivers=t.eventreceiver=t.attachmentfiles=void 0;var a=r(9053);t.attachmentfiles=a.Mapper["SP.Attachment.Collection"],t.eventreceiver=a.Mapper["SP.EventReceiverDefinition"],t.eventreceivers=a.Mapper["SP.EventReceiverDefinition.Collection"],t.features=a.Mapper["SP.Feature.Collection"],t.field=a.Mapper["SP.Field"],t.fields=a.Mapper["SP.Field.Collection"],t.fieldlinks=a.Mapper["SP.FieldLink.Collection"],t.file=a.Mapper["SP.File"],t.files=a.Mapper["SP.File.Collection"],t.fileversion=a.Mapper["SP.FileVersion"],t.fileversions=a.Mapper["SP.FileVersion.Collection"],t.folder=a.Mapper["SP.Folder"],t.folders=a.Mapper["SP.Folder.Collection"],t.group=a.Mapper["SP.Group"],t.sitegroups=a.Mapper["SP.Directory.Group.Collection"],t.limitedwebpartmanager=a.Mapper["SP.WebParts.LimitedWebPartManager"],t.list=a.Mapper["SP.List"],t.lists=a.Mapper["SP.List.Collection"],t.listitem=a.Mapper["SP.ListItem"],t.items=a.Mapper["SP.ListItem.Collection"],t.roleassignment=a.Mapper["SP.RoleAssignment"],t.roleassignments=a.Mapper["SP.RoleAssignment.Collection"],t.roledefinition=a.Mapper["SP.RoleDefinition"],t.roledefinitions=a.Mapper["SP.RoleDefinition.Collection"],t.search=a.Mapper["Microsoft.Office.Server.Search.REST.SearchService"],t.site=a.Mapper["SP.Site"],t.sitecollectionappcatalog=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor"],t.tenantapp=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],t.tenantapps=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection"],t.tenantappcatalog=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"],t.user=a.Mapper["SP.User"],t.users=a.Mapper["SP.User.Collection"],t.usercustomaction=a.Mapper["SP.UserCustomAction"],t.usercustomactions=a.Mapper["SP.UserCustomAction.Collection"],t.versions=a.Mapper["SP.FileVersion.Collection"],t.view=a.Mapper["SP.View"],t.views=a.Mapper["SP.View.Collection"],t.viewfieldcollection=a.Mapper["SP.ViewFieldCollection"],t.web=a.Mapper["SP.Web"],t.webs=a.Mapper["SP.Web.Collection"],t.webinfos=a.Mapper["SP.WebInformation.Collection"]},3239:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.peoplepicker=void 0;var a=r(3636);t.peoplepicker={clientPeoplePickerResolveUser:{argNames:["queryParams"],metadataType:"SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters",name:"SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.ClientPeoplePickerResolveUser",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},clientPeoplePickerSearchUser:{argNames:["queryParams"],metadataType:"SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters",name:"SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.ClientPeoplePickerSearchUser",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody}}},4916:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.propertyvalues=void 0;var a=r(3636);t.propertyvalues={query:{argNames:["oData"],requestType:a.RequestType.OData}}},7414:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.utility=void 0;var a=r(3636);t.utility={createEmailBodyForInvitation:{argNames:["pageAddress"],name:"SP.Utilities.Utility.CreateEmailBodyForInvitation",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},createWikiPage:{argNames:["parameters"],name:"SP.Utilities.Utility.CreateWikiPageInContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},getAppLicenseDeploymentId:{name:"SP.Utilities.Utility.GetAppLicenseDeploymentId",replaceEndpointFl:!0,requestType:a.RequestType.Get},getAppLicenseInformation:{name:"SP.Utilities.Utility.GetAppLicenseInformation",replaceEndpointFl:!0,requestType:a.RequestType.Get},getCurrentUserEmailAddresses:{name:"SP.Utilities.Utility.GetCurrentUserEmailAddresses",replaceEndpointFl:!0,requestType:a.RequestType.Get},getLocalizedString:{argNames:["sourceValue"],name:"SP.Utilities.Utility.GetLocalizedString",replaceEndpointFl:!0,requestType:a.RequestType.GetWithArgsValueOnly},getLowerCaseString:{argNames:["sourceValue","lcid"],name:"SP.Utilities.Utility.GetLowerCaseString",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},importAppLicense:{argNames:["url"],name:"SP.Utilities.Utility.ImportAppLicense",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},isUserLicensedForEntityInContext:{argNames:["url"],name:"SP.Utilities.Utility.IsUserLicensedForEntityInContext",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},localizeWebPartGallery:{argNames:["url"],name:"SP.Utilities.Utility.LocalizeWebPartGallery",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},markDiscussionAsFeatured:{argNames:["url"],name:"SP.Utilities.Utility.MarkDiscussionAsFeatured",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},resolvePrincipal:{name:"SP.Utilities.Utility.ResolvePrincipalInCurrentContext",replaceEndpointFl:!0,requestType:a.RequestType.Post},searchPrincipals:{name:"SP.Utilities.Utility.SearchPrincipalsUsingContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.Post},sendEmail:{argNames:["properties"],metadataType:"SP.Utilities.EmailProperties",name:"SP.Utilities.Utility.sendEmail",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},unmarkDiscussionAsFeatured:{argNames:["url"],name:"SP.Utilities.Utility.UnmarkDiscussionAsFeatured",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody}}},9893:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.webtemplateextensions=void 0;var a=r(3636);t.webtemplateextensions={applySiteDesign:{argNames:["siteDesignId","webUrl"],appendEndpointFl:!0,name:"ApplySiteDesign",requestType:a.RequestType.PostWithArgsInBody},addSiteDesignTaskToCurrentWeb:{argNames:["siteDesignId"],appendEndpointFl:!0,name:"AddSiteDesignTaskToCurrentWeb",requestType:a.RequestType.PostWithArgsInBody},createSiteDesign:{argNames:["info"],appendEndpointFl:!0,name:"CreateSiteDesign",requestType:a.RequestType.PostWithArgsInBody},createSiteScript:{argNames:["title","content"],appendEndpointFl:!0,name:"CreateSiteScript(@title)?@title='[[title]]",requestType:a.RequestType.PostReplaceWithData},deleteSiteDesign:{argNames:["id"],appendEndpointFl:!0,name:"DeleteSiteDesign",requestType:a.RequestType.PostWithArgsInBody},deleteSiteScript:{argNames:["id"],appendEndpointFl:!0,name:"DeleteSiteScript",requestType:a.RequestType.PostWithArgsInBody},getSiteDesigns:{argNames:[],appendEndpointFl:!0,name:"GetSiteDesigns",requestType:a.RequestType.Post},getSiteDesignMetadata:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteDesignMetadata",requestType:a.RequestType.PostWithArgsInBody},getSiteScripts:{argNames:[],appendEndpointFl:!0,name:"GetSiteScripts",requestType:a.RequestType.Post},getSiteScriptFromWeb:{argNames:["webUrl","info"],appendEndpointFl:!0,name:"GetSiteScriptFromWeb",requestType:a.RequestType.PostWithArgsInBody},getSiteScriptFromList:{argNames:["listUrl"],appendEndpointFl:!0,name:"GetSiteScriptFromList",requestType:a.RequestType.PostWithArgsInBody},getSiteScriptMetadata:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteScriptMetadata",requestType:a.RequestType.PostWithArgsInBody},getSiteDesignRights:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},grantSiteDesignRights:{argNames:["id","principalNames","grantedRights"],appendEndpointFl:!0,name:"GrantSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},revokeSiteDesignRights:{argNames:["id","principalNames"],appendEndpointFl:!0,name:"RevokeSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},updateSiteDesign:{argNames:["updateInfo"],appendEndpointFl:!0,name:"UpdateSiteDesign",requestType:a.RequestType.PostWithArgsInBody},updateSiteScript:{argNames:["updateInfo"],appendEndpointFl:!0,name:"UpdateSiteScript",requestType:a.RequestType.PostWithArgsInBody}}},9053:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Mapper=void 0;var a=r(3636);t.Mapper={"MS.FileServices.File":{copyTo:{argNames:["target","overwrite"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},download:{},moveTo:{argNames:["target","overwrite"]},upload:{argNames:["stream"]}},"MS.FileServices.FileSystemItem.Collection":{add:{argNames:["name","overwrite","content"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"MS.FileServices.Folder":{delete:{requestType:a.RequestType.Delete},moveTo:{argNames:["target"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.AppServices.AppCollection":{getAppsFromStore:{argNames:["addInType","queryString"]},getByType:{argNames:["type"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningHub":{createSite:{argNames:["siteCreationProperties"]},getByContentTypeId:{argNames:["contentTypeId"]},getModelIdForContentType:{argNames:["contentTypeName"]},getModels:{argNames:["listId","modelTypes","publicationTypes"]},getRetentionLabel:{argNames:["retentionLabelId"]},getRetentionLabels:{},query:{argNames:["oData"]},verifyModelUrls:{argNames:["urls"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningModel":{copy:{argNames:["copyTo"],requestType:a.RequestType.PostWithArgs},delete:{},importMeta:{},rename:{argNames:["renameTo"]},renameExtractor:{argNames:["fromExtractorName","toExtractorName","toColumnType"]},update:{},updateModelSettings:{argNames:["ModelSettings"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningModel.Collection":{getByTitle:{argNames:["title"]},getByUniqueId:{argNames:["uniqueId"]},getExtractorNames:{argNames:["packageName"]},getSupportedPrebuiltModels:{},import:{argNames:["packageName"]},query:{argNames:["oData"]},setupContractsSolution:{argNames:["newLibraryName","packageName"]},setupPrimedLibrary:{argNames:["primedLibraryName","packageName"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication":{delete:{},update:{}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication.Collection":{batchDelete:{argNames:["publications"]},batchRemove:{argNames:["modelSiteUrl","modelWebServerRelativeUrl","publications"]},batchUnpromote:{argNames:["promotions"]},checkTenantPublishPermissions:{},getByModelUniqueId:{argNames:["modelUniqueId"]},getByModelUniqueIdAndPublicationType:{argNames:["modelUniqueId","publicationType"]},getByUniqueId:{argNames:["uniqueId"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningSample":{update:{}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningSample.Collection":{getByModelId:{argNames:["modelID"]},getByTitle:{argNames:["title"]},getByUniqueId:{argNames:["uniqueId"]},getByUniqueIdWithTokenization:{argNames:["uniqueId"]},getTemplateByModelId:{argNames:["modelID"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem.Collection":{getByIdentifier:{argNames:["identifier"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.Search.REST.SearchService":{autocompletions:{argNames:["querytext","sources","numberOfCompletions","cursorPosition"]},export:{argNames:["userName","startTime"]},exportmanualsuggestions:{},exportpopulartenantqueries:{argNames:["count"]},postquery:{argNames:["request"],metadataType:"Microsoft.Office.Server.Search.REST.SearchRequest",requestType:a.RequestType.PostWithArgsInBody},query:{argNames:["querytext","queryTemplate","enableInterleaving","sourceId","rankingModelId","startRow","rowLimit","rowsPerPage","selectProperties","culture","refinementFilters","refiners","hiddenConstraints","sortList","enableStemming","trimDuplicates","timeout","enableNicknames","enablePhonetic","enableFQL","hitHighlightedProperties","propertiesToGenerateAcronyms","bypassResultTypes","processBestBets","clientType","personalizationData","resultsUrl","queryTag","trimDuplicatesIncludeId","totalRowsExactMinimum","impressionId","properties","enableQueryRules","summaryLength","maxSnippetLength","desiredSnippetLength","uiLanguage","blockDedupeMode","generateBlockRankLog","enableSorting","collapseSpecification","processPersonalFavorites","enableOrderingHitHighlightedProperty","hitHighlightedMultivaluePropertyLimit","queryTemplatePropertiesUrl","timeZoneId","useOLSQuery","OLSQuerySession"]},recordPageClick:{argNames:["pageInfo","clickType","blockType","clickedResultId","subResultIndex","immediacySourceId","immediacyQueryString","immediacyTitle","immediacyUrl"]},resultspageaddress:{},searchcenterurl:{},searchquery:{argNames:["request"]},suggest:{argNames:["querytext","iNumberOfQuerySuggestions","iNumberOfResultSuggestions","iNumberOfPopularResultSuggestions","fPreQuerySuggestions","fHitHighlighting","fCapitalizeFirstLetters","culture","enableStemming","showPeopleNameSuggestions","enableQueryRules","fPrefixMatchAllTerms","sourceId","clientType","useOLSQuery","OLSQuerySession","zeroTermSuggestions"]}},"Microsoft.Office.Server.Search.REST.SearchSetting":{exportSearchReports:{argNames:["TenantId","ReportType","Interval","StartDate","EndDate","SiteCollectionId"]},getpromotedresultqueryrules:{argNames:["siteCollectionLevel","offset","numberOfRules"]},getqueryconfiguration:{argNames:["callLocalSearchFarmsOnly","skipGroupObjectIdLookup","throwOnRemoteApiCheck"]},getxssearchpolicy:{},pingadminendpoint:{},scspartialupdateendpointinfo:{},setxssearchpolicy:{argNames:["policy"]}},"Microsoft.Online.SharePoint.AppLauncher.AppLauncher":{getData:{argNames:["suiteVersion","isMobileRequest","locale","onPremVer"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup":{delete:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup.Collection":{createByName:{argNames:["Name"]},deleteByName:{argNames:["Name"]},getByName:{argNames:["Name"]},getGroupList:{},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation.Collection":{getByLocation:{argNames:["location"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty.Collection":{getByPropertyNameAndGeoLocation:{argNames:["propertyName","geo"]},getChanges:{argNames:["startTimeInUtc"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator.Collection":{create:{argNames:["parameters"]},getByLoginName:{argNames:["loginName"]},getByLoginNameAndType:{argNames:["loginName","memberType"]},getByObjectId:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience":{upgradeAllInstancesToSPOMode:{},upgradeToSPOMode:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation.Collection":{getByGeoLocation:{argNames:["geoLocation"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob.Collection":{getByGroupName:{argNames:["groupname"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta":{dBSchemaCompatibilityCheck:{},geoMoveCompatibilityChecks:{},orgRelationGroupManagedPath:{argNames:["encodedNotificationQuery"]},orgRelationNotification:{argNames:["encodedNotificationQuery"]},orgRelationVerification:{argNames:["encodedVerificationQuery"]},userPersonalSiteId:{argNames:["userPrincipalName"]},userPersonalSiteLocation:{argNames:["userPrincipalName"]},query:{argNames:["oData"],requestType:a.RequestType.OData},xTenantMoveCompatibilityCheck:{argNames:["targetTenantHostUrl"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob.Collection":{getByUrl:{argNames:["url"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota.Collection":{getByLocation:{argNames:["geoLocation"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup.Collection":{getByAlias:{argNames:["alias"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob.Collection":{getByDirection:{argNames:["direction"]},getByMoveId:{argNames:["odbMoveId"]},getByUpn:{argNames:["upn"]},getByValidPdl:{argNames:["validPdl"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob.Collection":{getBySiteUrl:{argNames:["siteUrl"]},getJobsByParentId:{argNames:["parentId"]},getJobsByParentIdAndState:{argNames:["parentId","state"]},getJobsBySiteUrl:{argNames:["url"]},getSiteRenameReport:{argNames:["state"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob.Collection":{cancel:{},get:{},getWarningMessages:{},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.SPLogger.LogExport":{getFiles:{argNames:["partitionId","logType"]},getLogTypes:{},getPartitions:{argNames:["logType"]}},"Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter":{getList:{argNames:["schema","workflow","stream"]},getObject:{argNames:["schema","workflow","stream"]},multiObjectExecute:{argNames:["schema","workflow","stream"]},newObject:{argNames:["schema","workflow","stream"]},removeObjects:{argNames:["schema","workflow","stream"]},setObject:{argNames:["schema","workflow","stream"]}},"Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties":{update:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.Collection":{getByObjectId:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest":{approve:{},deny:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.Collection":{approve:{argNames:["resource","scope"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Office365CommsMessagesServiceProxy":{messageCenterMessages:{argNames:["messagesFieldsData"]},serviceHealthMessages:{argNames:["messagesFieldsData"]}},"Microsoft.Online.SharePoint.TenantAdministration.SPOGroup":{getGroupInfo:{argNames:["groupId"]},updateGroupProperties:{argNames:["groupId","displayName"]},updateGroupPropertiesBySiteId:{argNames:["groupId","siteId","displayName"]}},"Microsoft.Online.SharePoint.TenantAdministration.SiteCollectionManagementService":{exportCSVFile:{argNames:["viewXml"]},getSiteCohortsSummary:{argNames:["view"]},getSiteCreationSource:{},getSiteDescription:{argNames:["siteId"]},getTrackViewFeatureAlwaysVisible:{},office365ProvidedSharepointSiteActivityDataReady:{},resetTimestampUpdateOffice365ProvidedSharepointSiteActivityData:{},setTrackViewFeatureAlwaysVisible:{},updateOffice365ProvidedSharepointSiteActivityData:{argNames:["oauthToken"]}},"Microsoft.Online.SharePoint.TenantAdministration.SiteProperties":{update:{}},"Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.Collection":{checkSiteIsArchivedById:{argNames:["siteId"]},getById:{argNames:["siteId"]},getGroupSiteRelationship:{argNames:["siteId"]},getLockStateById:{argNames:["siteId"]},getSiteStateProperties:{argNames:["siteId"]},getSiteUserGroups:{argNames:["siteId","userGroupIds"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Tenant":{addRecentAdminAction:{argNames:["tenantAdminRecentAction"]},addTenantAdminListItem:{argNames:["columnValues","listName"]},addTenantAdminListView:{argNames:["parameters"]},checkTenantIntuneLicense:{},checkTenantLicenses:{argNames:["licenses"]},connectSiteToHubSiteById:{argNames:["siteUrl","hubSiteId"]},createSite:{argNames:["siteCreationProperties"]},exportToCSV:{argNames:["viewXml"]},getAdminListViews:{},getFilteredSPListItems:{argNames:["columnName","columnValue","listName"]},getHomeSitesDetails:{},getIdleSessionSignOutForUnmanagedDevices:{},getPowerAppsEnvironments:{},getSPHSiteUrl:{},getSPListItemCount:{argNames:["listName"]},getSPListRootFolderProperties:{argNames:["listName"]},getSPOAllWebTemplates:{argNames:["cultureName","compatibilityLevel"]},getSPOSiteCreationSources:{},getSPOTenantAllWebTemplates:{},getSPOTenantWebTemplates:{argNames:["localeId","compatibilityLevel"]},getSiteHealthStatus:{argNames:["sourceUrl"]},getSitePropertiesByUrl:{argNames:["url","includeDetail"]},getSitePropertiesFromSharePointByFilters:{argNames:["speFilter"]},getSiteSecondaryAdministrators:{argNames:["secondaryAdministratorsFieldsData"]},getSiteSubscriptionId:{},getSitesByState:{argNames:["states"]},getTenantAllOrCompatibleIBSegments:{argNames:["segments"]},getViewByDisplayName:{argNames:["viewName","listName"]},grantHubSiteRightsById:{argNames:["hubSiteId","principals","grantedRights"]},hasValidEducationLicense:{},query:{argNames:["oData"],requestType:a.RequestType.OData},registerHubSite:{argNames:["siteUrl"]},registerHubSiteWithCreationInformation:{argNames:["siteUrl","creationInformation"]},removeDeletedSite:{argNames:["siteUrl"]},removeDeletedSitePreferId:{argNames:["siteUrl","siteId"]},removeSPHSite:{},removeSPListItem:{argNames:["listItemId","listName"]},removeSite:{argNames:["siteUrl"]},removeTenantAdminListView:{argNames:["viewId"]},renderAdminListData:{argNames:["parameters","overrideParameters","listName"]},renderFilteredAdminListData:{argNames:["parameters","listName"]},renderIBSegmentListDataAsStream:{argNames:["parameters","segments","CascDelWarnMessage","CustomAction","DrillDown","Field","FieldInternalName","Filter","FilterData","FilterData1","FilterData10","FilterData2","FilterData3","FilterData4","FilterData5","FilterData6","FilterData7","FilterData8","FilterData9","FilterField","FilterField1","FilterField10","FilterField2","FilterField3","FilterField4","FilterField5","FilterField6","FilterField7","FilterField8","FilterField9","FilterFields","FilterFields1","FilterFields10","FilterFields2","FilterFields3","FilterFields4","FilterFields5","FilterFields6","FilterFields7","FilterFields8","FilterFields9","FilterLookupId","FilterLookupId1","FilterLookupId10","FilterLookupId2","FilterLookupId3","FilterLookupId4","FilterLookupId5","FilterLookupId6","FilterLookupId7","FilterLookupId8","FilterLookupId9","FilterOp","FilterOp1","FilterOp10","FilterOp2","FilterOp3","FilterOp4","FilterOp5","FilterOp6","FilterOp7","FilterOp8","FilterOp9","FilterValue","FilterValue1","FilterValue10","FilterValue2","FilterValue3","FilterValue4","FilterValue5","FilterValue6","FilterValue7","FilterValue8","FilterValue9","FilterValues","FilterValues1","FilterValues10","FilterValues2","FilterValues3","FilterValues4","FilterValues5","FilterValues6","FilterValues7","FilterValues8","FilterValues9","GroupString","HasOverrideSelectCommand","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsGroupRender","IsXslView","ListViewPageUrl","OverrideRowLimit","OverrideScope","OverrideSelectCommand","PageFirstRow","PageLastRow","QueryParams","RootFolder","RootFolderUniqueId","SortDir","SortDir1","SortDir10","SortDir2","SortDir3","SortDir4","SortDir5","SortDir6","SortDir7","SortDir8","SortDir9","SortField","SortField1","SortField10","SortField2","SortField3","SortField4","SortField5","SortField6","SortField7","SortField8","SortField9","SortFields","SortFieldValues","View","ViewCount","ViewId","ViewPath","WebPartId"]},renderIBSegmentListFilterData:{argNames:["parameters"]},renderRecentAdminActions:{argNames:["parameters","overrideParameters"]},restoreDeletedSite:{argNames:["siteUrl"]},restoreDeletedSitePreferId:{argNames:["siteUrl","siteId"]},revokeHubSiteRightsById:{argNames:["hubSiteId","principals"]},setDefaultView:{argNames:["viewId","listName"]},setIBSegmentsOnSite:{argNames:["siteId","segments","ibMode"]},setIdleSessionSignOutForUnmanagedDevices:{argNames:["enabled","warnAfter","signOutAfter"]},setSPHSite:{argNames:["sphSiteUrl"]},setSiteSecondaryAdministrators:{argNames:["secondaryAdministratorsFieldsData"]},setSiteUserGroups:{argNames:["siteUserGroupsData"]},swapSite:{argNames:["sourceUrl","targetUrl","archiveUrl"]},swapSiteWithSmartGestureOption:{argNames:["sourceUrl","targetUrl","archiveUrl","includeSmartGestures"]},swapSiteWithSmartGestureOptionForce:{argNames:["sourceUrl","targetUrl","archiveUrl","includeSmartGestures","force"]},unregisterHubSite:{argNames:["siteUrl"]},update:{},updateGroupSiteProperties:{argNames:["groupId","siteId","updateType","parameters"]},updateRecentAdminAction:{argNames:["listItemId","tenantAdminRecentAction"]},updateTenantAdminListItem:{argNames:["listItemId","columnValues","listName"]},updateTenantAdminListView:{argNames:["viewId","viewXml"]}},"Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService":{getTenantSharingStatus:{},update:{}},"Microsoft.Online.SharePoint.TenantManagement.ExternalUser.Collection":{getById:{argNames:["uniqueId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantManagement.Office365Tenant":{addPublicCdnOrigin:{argNames:["origin"]},addSdnProvider:{argNames:["identifier","license"]},addTenantCdnOrigin:{argNames:["cdnType","originUrl"]},addTenantTheme:{argNames:["name","themeJson"]},addToOrgAssetsLibAndCdn:{argNames:["cdnType","libUrl","thumbnailUrl","orgAssetType","defaultOriginAdded"]},createTenantCdnDefaultOrigins:{argNames:["cdnType"]},deleteImportProfilePropertiesJob:{argNames:["jobId"]},deleteTenantTheme:{argNames:["name"]},disableSharingForNonOwnersOfSite:{argNames:["siteUrl"]},getAllTenantThemes:{},getCustomFontsMinorVersion:{argNames:["libUrl"]},getExternalUsers:{argNames:["position","pageSize","filter","sortOrder"]},getExternalUsersForSite:{argNames:["siteUrl","position","pageSize","filter","sortOrder"]},getExternalUsersWithSortBy:{argNames:["position","pageSize","filter","sortPropertyName","sortOrder"]},getHideDefaultThemes:{},getIdleSessionSignOutForUnmanagedDevices:{},getImportProfilePropertyJob:{argNames:["jobId"]},getImportProfilePropertyJobs:{},getTenantCdnEnabled:{argNames:["cdnType"]},getTenantCdnOrigins:{argNames:["cdnType"]},getTenantCdnPolicies:{argNames:["cdnType"]},getTenantTheme:{argNames:["name"]},isSharingDisabledForNonOwnersOfSite:{argNames:["siteUrl"]},queueImportProfileProperties:{argNames:["idType","sourceDataIdProperty","propertyMap","sourceUri"]},removeExternalUsers:{argNames:["uniqueIds"]},removeFromOrgAssets:{argNames:["libUrl","listId"]},removeFromOrgAssetsAndCdn:{argNames:["remove","cdnType","libUrl"]},removePublicCdnOrigin:{argNames:["originId"]},removeSdnProvider:{},removeTenantCdnOrigin:{argNames:["cdnType","originUrl"]},revokeAllUserSessions:{argNames:["userName"]},revokeAllUserSessionsByPuid:{argNames:["puidList"]},setHideDefaultThemes:{argNames:["hideDefaultThemes"]},setIdleSessionSignOutForUnmanagedDevices:{argNames:["enabled","warnAfter","signOutAfter"]},setOrgAssetsLib:{argNames:["libUrl","thumbnailUrl","orgAssetType"]},setTenantCdnEnabled:{argNames:["cdnType","isEnabled"]},setTenantCdnPolicy:{argNames:["cdnType","policy","policyValue"]},updateTenantTheme:{argNames:["name","themeJson"]},uploadCustomFontsAndCatalogLib:{argNames:["customFontFiles","libUrl"]}},"Microsoft.SharePoint.Administration.FeatureDefinition.Collection":{getFeatureDefinition:{argNames:["featureDisplayName","compatibilityLevel"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Administration.SPAnalyticsUsageService":{logevent:{argNames:["usageEntry"]}},"Microsoft.SharePoint.Administration.SPAppStateQueryJobDefinition":{performFastRevokeWithClientIds:{}},"Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent.Collection":{query:{argNames:["oData"]},roleAssignmentMSGraphNotify:{argNames:["tenant","action","type","resourcePayload","id","containerId"]}},"Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport.Collection":{getAllReportStates:{},getReportById:{argNames:["ReportId"]},query:{argNames:["oData"]},removeFinalizedReport:{argNames:["ReportId"]}},"Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog":{getCrawledUrls:{argNames:["getCountOnly","maxRows","queryString","isLike","contentSourceID","errorLevel","errorID","startDateTime","endDateTime"]},getUnsuccesfulCrawledUrls:{argNames:["displayUrl","startDateTime","endDateTime"]}},"Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider":{disableCrawlVersions:{argNames:["siteId"]},disableCrawlVersionsForTenant:{},enableCrawlVersions:{argNames:["siteId"]},enableCrawlVersionsForTenant:{},getSiteCrawlVersionStatus:{argNames:["siteId"]},isCrawlVersionsEnabled:{argNames:["siteId"]},isCrawlVersionsEnabledForTenant:{}},"Microsoft.SharePoint.Client.Search.Analytics.SignalStore":{signals:{argNames:["signals"]}},"Microsoft.SharePoint.Client.Search.Query.RankingLabeling":{addJudgment:{argNames:["userQuery","url","labelId"]},getJudgementsForQuery:{argNames:["query"]},normalizeResultUrl:{argNames:["url"]}},"Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection":{add:{argNames:["matchType","matchValue","boost"]},clear:{}},"Microsoft.SharePoint.Client.Search.Query.SortCollection":{add:{argNames:["strProperty","direction"]},clear:{}},"Microsoft.SharePoint.Client.Search.Query.StringCollection":{add:{argNames:["property"]},clear:{}},"Microsoft.SharePoint.ClientSideComponent.HostedApp":{delete:{requestType:a.RequestType.Delete},updateWebPartData:{argNames:["webPartDataAsJson"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.ClientSideComponent.HostedAppsManager":{add:{argNames:["webPartDataAsJson","hostType"],requestType:a.RequestType.PostWithArgsInBody},addEx:{argNames:["webPartDataAsJson","hostType"],requestType:a.RequestType.PostWithArgsInBody},getById:{argNames:["id"]}},"Microsoft.SharePoint.Comments.comment":{delete:{name:"",requestMethod:"DELETE"},like:{},query:{argNames:["oData"],requestType:a.RequestType.OData},unlike:{}},"Microsoft.SharePoint.Comments.comment.Collection":{add:{argNames:["text"],metadataType:"Microsoft.SharePoint.Comments.comment",name:"",requestType:a.RequestType.PostWithArgsInBody},deleteAll:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Internal.ActivityLogger":{feedbackDirect:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType","json"]},feedbackIndirect:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType","json"]},logActivity:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType"]}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata":{deploy:{argNames:["skipFeatureDeployment"],requestType:a.RequestType.Post},install:{requestType:a.RequestType.Post},remove:{requestType:a.RequestType.Post},retract:{requestType:a.RequestType.Post},uninstall:{requestType:a.RequestType.Post},upgrade:{requestType:a.RequestType.Post}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem.Collection":{add:{argNames:["absolutePath"]},getById:{argNames:["siteId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["absolutePath"]},removeById:{argNames:["siteId"]}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor":{properties:["AvailableApps|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection|/getById('[Name]')|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload":{downloadTeams:{}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor":{properties:["AvailableApps|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection|/getById('[Name]')|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},addAndDeployStoreAppById:{argNames:["CMU","Overwrite","SkipFeatureDeployment","StoreAssetId"],requestType:a.RequestType.PostWithArgs},addStoreApp:{argNames:["Url","Overwrite","IconUrl","Publisher","ShortDescription","StoreAssetId","Content"],requestType:a.RequestType.PostWithArgsAndData},appRequests:{argNames:["AppRequestInfo"],requestType:a.RequestType.PostWithArgs},downloadTeamsSolution:{argNames:["id"],requestType:a.RequestType.PostWithArgs},downloadTeamsSolutionByUniqueId:{argNames:["id"],requestType:a.RequestType.PostWithArgs},getAppById:{argNames:["itemUniqueId"]},isAppUpgradeAvailable:{argNames:["id"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},solutionContainsTeamsComponent:{argNames:["id"],requestType:a.RequestType.PostWithArgs},syncSolutionToTeams:{argNames:["id"],requestType:a.RequestType.PostWithArgs},syncSolutionToTeamsByUniqueId:{argNames:["id"],requestType:a.RequestType.PostWithArgs},updateMyRequestStatus:{argNames:["RequestId","Status"],requestType:a.RequestType.PostWithArgs},upload:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.Device":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.Device.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus":{isChangeDeployed:{argNames:["changeName"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage":{create:{argNames:["config"]},delete:{requestType:a.RequestType.Delete},parseUrl:{argNames:["destinationUrl","retrieveAllLists","retrieveFoldersForAllLists","forceMySiteDefaultList","migrationType"]},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams":{teamChannels:{argNames:["teamId","membershipType"]},teamChannelsExperiment:{argNames:["teamId","membershipType"]},teams:{argNames:["startsWith","limit","withLogo"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential.Collection":{getById:{argNames:["id"]},getCredentials:{argNames:["AccountName","Type"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties":{delete:{argNames:["key"]},getProperty:{argNames:["key"]},setProperty:{argNames:["key","value","throwIfExists"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight":{isFlightEnabled:{argNames:["flightName"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask.Collection":{batchCreate:{argNames:["taskDefinitions","taskSettings","mmTaskSettings"]},batchDelete:{argNames:["taskIdList","deleteInProgressTask"]},createDuplicateTasks:{argNames:["taskDefinition","taskSettings","mmTaskSettings","taskCount"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData":{delete:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData.Collection":{addPerfDataTest:{argNames:["Count","Bottleneck","MaxDuration","MaxTaskFiles"]},getById:{argNames:["id"]},getData:{argNames:["StartTime","EndTime","AgentId","TimeUnit"]},getPerfDataTest:{argNames:["StartTime","EndTime","AgentId"]},getRawData:{argNames:["StartTime","EndTime","AgentId"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob":{delete:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob.Collection":{getBySiteUrl:{argNames:["sourceSiteUrl","targetSiteUrl"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant.Collection":{add:{argNames:["servicePrincipalId","resource","scope"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["servicePrincipalId","resource","scope"],requestType:a.RequestType.PostWithArgs}},"Microsoft.SharePoint.Navigation.REST.NavigationServiceRest":{properties:["MenuState|menustate|([Name])|menunode"],getPublishingNavigationProviderType:{argNames:["mapProviderName"]},globalNav:{argNames:["source"]},globalNavEnabled:{},menuNodeKey:{argNames:["currentUrl","mapProviderName"]},menuState:{argNames:["menuNodeKey","mapProviderName","depth","customProperties"]},saveMenuState:{argNames:["menuState","mapProviderName"]},setGlobalNavEnabled:{argNames:["isEnabled"]}},"Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi":{details:{}},"Microsoft.SharePoint.Portal.GroupService":{getGroupImage:{argNames:["id","hash","color"]},setGroupImage:{argNames:["imageStream"],requestType:a.RequestType.PostWithArgsAndData},syncGroupProperties:{requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.GroupSiteManager":{canUserCreateGroup:{},clearCurrentUserTeamsCache:{},create:{argNames:["groupId"],requestType:a.RequestType.PostWithArgsInBody},createGroup:{argNames:["displayName","alias","isPublic","ownerPrincipalNames","description","creationOptions"],requestType:a.RequestType.PostWithArgsInBody},createGroupEx:{argNames:["displayName","alias","isPublic","optionalParams"],requestType:a.RequestType.PostWithArgsInBody},createGroupForSite:{argNames:["displayName","alias","isPublic","optionalParams"],requestType:a.RequestType.PostWithArgsInBody},delete:{argNames:["siteUrl"],requestType:a.RequestType.PostWithArgsInBody},ensureTeamForGroup:{},ensureTeamForGroupEx:{},getAllOrgLabels:{argNames:["pageNumber"]},getCurrentUserJoinedTeams:{argNames:["getLogoData","forceCacheUpdate"]},getCurrentUserSharedChannelMemberGroups:{},getCurrentUserTeamConnectedMemberGroups:{},getGroupCreationContext:{},getGroupSiteConversionData:{},getParentGroupForChannel:{argNames:["siteUrl"]},getSharedChannelSharePointUrl:{argNames:["tenantId","groupId"]},getSiteStatus:{argNames:["groupId"]},getTeamChannelFilesUrl:{argNames:["teamId","channelId"]},getTeamChannels:{argNames:["teamId","useStagingEndpoint"]},getTeamChannelsEx:{argNames:["teamId"]},getTeamChannelsWithSiteUrl:{argNames:["siteUrl"]},getUserSharedChannelMemberGroups:{argNames:["userName"]},getUserTeamConnectedMemberGroups:{argNames:["userName"]},getValidSiteUrlFromAlias:{argNames:["alias","managedPath","isTeamSite"]},hideTeamifyPrompt:{argNames:["siteUrl"],requestType:a.RequestType.PostWithArgsInBody},isTeamifyPromptHidden:{argNames:["siteUrl"]},notebook:{argNames:["groupId"]},pinToTeam:{argNames:["requestParams"]},recentAndJoinedTeams:{argNames:["includeRecent","includeTeams","includePinned"]}},"Microsoft.SharePoint.Portal.SPHubSitesUtility":{getHubSites:{requestType:a.RequestType.Post}},"Microsoft.SharePoint.Portal.SPSiteManager":{archiveTeamChannelSite:{argNames:["siteId","archive"],requestType:a.RequestType.PostWithArgsInBody},areSegmentsCompatible:{argNames:["segments"]},canCreateHubJoinedSite:{argNames:["hubSiteId"],requestType:a.RequestType.PostWithArgsInBody},create:{argNames:["request"],requestType:a.RequestType.PostWithArgsInBody},delete:{argNames:["siteId"],requestType:a.RequestType.PostWithArgsInBody},getCompatibleSegments:{argNames:["segments"]},getIBSegmentLabels:{argNames:["IBSegments"],requestType:a.RequestType.GetWithArgsInQS},getTeamChannelSiteOwner:{argNames:["siteId"],requestType:a.RequestType.GetWithArgsInQS},restoreTeamsChannelSite:{argNames:["siteId","relatedGroupId"],requestType:a.RequestType.PostWithArgsInBody},setIBSegments:{argNames:["IBSegments"]},setTeamChannelSiteOwner:{argNames:["siteId","logonName","secondaryLogonName"],requestType:a.RequestType.PostWithArgsInBody},siteUrl:{argNames:["siteId"],requestType:a.RequestType.GetWithArgsInQS},status:{argNames:["url"],requestType:a.RequestType.GetWithArgsInQS},updateWorkflow2013Endpoint:{argNames:["workflowServiceAddress","workflowHostname"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder":{context:{}},"Microsoft.SharePoint.Portal.SiteIconManager":{getSiteLogo:{argNames:["siteUrl","target","type","hash"]},setSiteLogo:{argNames:["relativeLogoUrl","type","aspect","focalx","focaly","isFocalPatch"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.SiteLinkingManager":{getSiteLinks:{},linkGroup:{argNames:["groupId"]},unlinkGroup:{argNames:["groupId"]}},"Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi":{migrateQuota:{argNames:["IsMaxQuotaCall"]}},"Microsoft.SharePoint.TenantCdn.TenantCdnApi":{getCdnUrls:{argNames:["items"]},isFolderUrlsInTenantCdn:{argNames:["urls","cdnType"]}},"Microsoft.SharePoint.Webhooks.Subscription":{delete:{requestType:a.RequestType.Delete},update:{argNames:["parameters"]}},"Microsoft.SharePoint.Webhooks.Subscription.Collection":{add:{argNames:["parameters"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["subscriptionId"]}},"OBA.Server.ServerWrapper.Diagnostics":{status:{}},"OBA.Server.ServerWrapper.Reporting":{publishReport:{argNames:["odataPostBodyStm"]}},"OBA.Server.ServerWrapper.Taskflow":{processTask:{argNames:["requestBodyStream"]}},"PS.BaseCalendarException":{delete:{requestType:a.RequestType.Delete}},"PS.Calendar":{copyTo:{argNames:["name"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Calendar.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.CalendarException":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CalendarException.Collection":{add:{argNames:["parameters"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CustomField":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CustomField.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.DraftAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftProjectResource.Collection":{add:{argNames:["parameters"]},addEnterpriseResourceById:{argNames:["resourceId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftTask.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftTaskLink.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EngagementComment.Collection":{add:{argNames:["comment"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EnterpriseProjectType":{addDepartment:{argNames:["departmentValueGuid"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},removeDepartment:{argNames:["departmentValueGuid"]},updateCreatePDP:{argNames:["pdp"]}},"PS.EnterpriseProjectType.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.EnterpriseResource":{delete:{requestType:a.RequestType.Delete},forceCheckIn:{},query:{argNames:["oData"],requestType:a.RequestType.OData},updateClaimsAccount:{argNames:["newClaimsAccount"]}},"PS.EnterpriseResource.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.EnterpriseResourceCostRate":{rESTfulUpdate:{},restfulDelete:{}},"PS.EnterpriseResourceCostRate.Collection":{add:{argNames:["parameters"]},getByDateUrl:{argNames:["effectiveDate"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EntityLink":{delete:{requestType:a.RequestType.Delete}},"PS.EntityLink.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.Event.Collection":{getById:{argNames:["objectId"]},getByInt:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EventHandler":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EventHandler.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.LookupCost":{delete:{requestType:a.RequestType.Delete}},"PS.LookupDate":{delete:{requestType:a.RequestType.Delete}},"PS.LookupDuration":{delete:{requestType:a.RequestType.Delete}},"PS.LookupEntry":{delete:{requestType:a.RequestType.Delete}},"PS.LookupEntry.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.LookupNumber":{delete:{requestType:a.RequestType.Delete}},"PS.LookupTable":{addMask:{argNames:["mask"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},updateMask:{argNames:["mask","level"]}},"PS.LookupTable.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.LookupText":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Phase":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Phase.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.PlanAssignment":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PlanAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PlanAssignmentInterval.Collection":{getById:{argNames:["id"]},getByStart:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Project":{getResourcePlanByUrl:{argNames:["start","end","scale"]},leaveProjectStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},readyToLeaveProjectStage:{},updateIdeaListItemStatus:{argNames:["status"]}},"PS.ProjectDetailPage.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ProjectEngagement":{delete:{requestType:a.RequestType.Delete},getTimephasedByUrl:{argNames:["start","end","scale","contourType"]}},"PS.ProjectEngagement.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ProjectEngagementTimephasedPeriod.Collection":{getByStartUrl:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ProjectServer":{getDeletedPublishedAssignments:{argNames:["deletedDate"]},query:{argNames:["oData"],requestType:a.RequestType.OData},stopDelegation:{}},"PS.ProjectWorkflowInstance":{query:{argNames:["oData"],requestType:a.RequestType.OData},restartWorkflow:{},restartWorkflowSkipToStage:{argNames:["stageId"]}},"PS.ProjectWorkflowInstance.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedAssignment.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedProject":{checkOut:{},createProjectSite:{argNames:["siteName"]},delete:{requestType:a.RequestType.Delete},getResourcePlanByUrl:{argNames:["start","end","scale"]},leaveProjectStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},readyToLeaveProjectStage:{},submitToWorkflow:{},unlinkProjectSite:{},updateIdeaListItemStatus:{argNames:["status"]},updateVisibilityCustomFields:{}},"PS.PublishedProject.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{},validate:{}},"PS.PublishedProjectResource.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTask":{addTaskPlanLink:{argNames:["parameters"]},deleteTaskPlanLink:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTask.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTaskLink.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.QueueJob":{cancel:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.QueueJob.Collection":{getAll:{},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ResourceCalendarException":{delete:{requestType:a.RequestType.Delete}},"PS.ResourceEngagement":{delete:{requestType:a.RequestType.Delete},getTimephasedByUrl:{argNames:["start","end","scale","contourType"]}},"PS.ResourceEngagement.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ResourceEngagementTimephasedPeriod.Collection":{getByStartUrl:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ResourcePlan":{delete:{requestType:a.RequestType.Delete},forceCheckIn:{},publish:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ServiceStatus":{stopDelegation:{}},"PS.Stage":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Stage.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.StageCustomField":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageCustomField.Collection":{add:{argNames:["creationInfo"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageDetailPage":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageDetailPage.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StatusAssignment":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},submitStatusUpdates:{argNames:["comment"]}},"PS.StatusAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},getTimePhaseByUrl:{argNames:["start","end"]},query:{argNames:["oData"],requestType:a.RequestType.OData},submitAllStatusUpdates:{argNames:["comment"]},update:{}},"PS.StatusAssignmentHistoryLine.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TaskPlanLink":{delete:{requestType:a.RequestType.Delete}},"PS.TimeSheet":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},recall:{},submit:{argNames:["comment"]},update:{}},"PS.TimeSheetLine":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},submit:{argNames:["comment"]}},"PS.TimeSheetLine.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetPeriod":{createTimeSheet:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetPeriod.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetWork":{delete:{requestType:a.RequestType.Delete}},"PS.TimeSheetWork.Collection":{add:{argNames:["parameters"]},getById:{argNames:["objectId"]},getByStartDate:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.WorkflowActivities":{checkInWithJobId:{argNames:["projId","jobId","force"]},createProjectFromListItem:{argNames:["webId","listId","itemId","eptId"]},enterProjectStage:{argNames:["projectId","stageId"]},leaveProjectStage:{argNames:["projectId"]},publishSummaryWithJobId:{argNames:["projId","jobId"]},publishWithJobId:{argNames:["projectId","jobId"]},readBooleanProperty:{argNames:["projectId","propertyId"]},readCurrencyProperty:{argNames:["projectId","propertyId"]},readDateTimeProperty:{argNames:["projectId","propertyId"]},readGuidProperty:{argNames:["projectId","propertyId"]},readIntegerProperty:{argNames:["projectId","propertyId"]},readNumberProperty:{argNames:["projectId","propertyId"]},readProjectProperty:{argNames:["projectId","propertyId"]},readTextProperty:{argNames:["projectId","propertyId"]},readyToLeaveProjectStage:{argNames:["projectId"]},updateBooleanProperty:{argNames:["projectId","propertyId","value"]},updateCurrencyProperty:{argNames:["projectId","propertyId","value"]},updateDateTimeProperty:{argNames:["projectId","propertyId","value"]},updateGuidProperty:{argNames:["projectId","propertyId","value"]},updateIdeaListItemStatus:{argNames:["projectId","status"]},updateIntegerProperty:{argNames:["projectId","propertyId","value"]},updateNumberProperty:{argNames:["projectId","propertyId","value"]},updateProjectStageStatus:{argNames:["projectId","stageId","statusInformation","stageStatusValue","append"]},updateTextProperty:{argNames:["projectId","propertyId","value"]}},"PS.WorkflowDesignerField.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Alert":{query:{argNames:["oData"],requestType:a.RequestType.OData},updateAlert:{}},"SP.Alert.Collection":{add:{argNames:["alertCreationInformation"],name:"",metadataType:"SP.Alert",requestType:a.RequestType.PostBodyNoArgs},contains:{argNames:["idAlert"]},deleteAlert:{argNames:["idAlert"]},deleteAlertAtIndex:{argNames:["index"]},getById:{argNames:["idAlert"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.AppConfiguration":{update:{}},"SP.AppInstance":{cancelAllJobs:{},getAppDatabaseConnectionString:{},getErrorDetails:{},getPreviousAppVersion:{},install:{},recycle:{},restore:{},retryAllJobs:{},uninstall:{},upgrade:{argNames:["appPackageStream"]}},"SP.Attachment":{delete:{requestType:a.RequestType.Delete},recycleObject:{requestType:a.RequestType.Post}},"SP.Attachment.Collection":{add:{argNames:["FileName","Content"],requestType:a.RequestType.PostWithArgsAndData},addUsingPath:{argNames:["DecodedUrl","contentStream"],requestType:a.RequestType.PostWithArgsAndData},getByFileName:{argNames:["fileName"]},getByFileNameAsPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Audit":{update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.BusinessData.AppBdcCatalog":{getConnectionId:{argNames:["lobSystemName","lobSystemInstanceName"]},getEntity:{argNames:["namespace","name"]},getLobSystemInstanceProperty:{argNames:["lobSystemName","lobSystemInstanceName","propertyName"]},getLobSystemProperty:{argNames:["lobSystemName","propertyName"]},getPermissibleConnections:{},setConnectionId:{argNames:["lobSystemName","lobSystemInstanceName","connectionId"]},setLobSystemInstanceProperty:{argNames:["lobSystemName","lobSystemInstanceName","propertyName","propertyValue"]},setLobSystemProperty:{argNames:["lobSystemName","propertyName","propertyValue"]}},"SP.BusinessData.Entity":{getAssociationView:{argNames:["associationName"]},getCreatorView:{argNames:["methodInstanceName"]},getDefaultSpecificFinderView:{},getFilters:{argNames:["methodInstanceName"]},getFinderView:{argNames:["methodInstanceName"]},getIdentifierCount:{},getIdentifiers:{},getLobSystem:{},getSpecificFinderView:{argNames:["specificFinderName"]},getUpdaterView:{argNames:["updaterName"]}},"SP.BusinessData.EntityIdentifier":{containsLocalizedDisplayName:{},getDefaultDisplayName:{},getLocalizedDisplayName:{}},"SP.BusinessData.EntityView":{getDefaultValues:{},getType:{argNames:["fieldDotNotation"]},getTypeDescriptor:{argNames:["fieldDotNotation"]},getXmlSchema:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.BusinessData.Infrastructure.ExternalSubscriptionStore":{indexStore:{}},"SP.BusinessData.LobSystem":{getLobSystemInstances:{}},"SP.BusinessData.Runtime.EntityFieldValueDictionary":{createCollectionInstance:{argNames:["fieldDotNotation","size"]},createInstance:{argNames:["fieldInstanceDotNotation","fieldDotNotation"]},fromXml:{argNames:["xml"]},getCollectionSize:{argNames:["fieldDotNotation"]},toXml:{}},"SP.BusinessData.Runtime.EntityInstance":{createCollectionInstance:{argNames:["fieldDotNotation","size"]},createInstance:{argNames:["fieldInstanceDotNotation","fieldDotNotation"]},delete:{requestType:a.RequestType.Delete},fromXml:{argNames:["xml"]},getIdentity:{},toXml:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.BusinessData.TypeDescriptor":{containsLocalizedDisplayName:{},getChildTypeDescriptors:{},getDefaultDisplayName:{},getLocalizedDisplayName:{},getParentTypeDescriptor:{},isLeaf:{},isRoot:{}},"SP.CheckedOutFile":{query:{argNames:["oData"],requestType:a.RequestType.OData},takeOverCheckOut:{}},"SP.CheckedOutFile.Collection":{getByPath:{argNames:["DecodedUrl"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ClientWebPart":{render:{argNames:["properties"]}},"SP.ClientWebPart.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.CompliancePolicy.SPPolicyStoreProxy":{bulkUpdateDynamicScopeBindings:{argNames:["scopesToAdd","scopesToRemove","siteId"]},extendReviewItemsRetention:{argNames:["itemIds","extensionDate"]},getDynamicScopeBindingBySiteId:{argNames:["siteId"]},getSiteAdaptivePolicies:{argNames:["siteId"]},markReviewItemsForDeletion:{argNames:["itemIds"]},openBinaryStreamForOriginalItem:{argNames:["itemId"]},removeContainerRetentionPolicy:{argNames:["siteId"]},removeContainerSettings:{argNames:["externalId"]},retagReviewItems:{argNames:["itemIds","newTag","newTagIsRecord","newTagBlockDelete","newTagIsEventBased"]},retagReviewItemsWithMetas:{argNames:["itemIds","newTagName","newTagMetas"]},retagUnifiedReviewItemsWithMetas:{argNames:["itemIds","originalTagName","newTagName","newTagMetas"]},setContainerRetentionPolicy:{argNames:["siteId","defaultContainerLabel"]},updateContainerSetting:{argNames:["siteId","externalId","settingType","setting"]},updateSiteAdaptivePolicies:{argNames:["policiesToAdd","policiesToRemove","siteId"]}},"SP.ContentType":{properties:["FieldLinks|SP.FieldLink.Collection|('[Name]')|SP.FieldLink","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","WorkflowAssociations|SP.Workflow.WorkflowAssociation.Collection"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},reorderFields:{argNames:["fieldNames"]},update:{argNames:["properties"],metadataType:"SP.ContentType",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.ContentType.Collection":{add:{argNames:["parameters"],metadataType:"SP.ContentType",name:"",requestType:a.RequestType.PostBodyNoArgs},addAvailableContentType:{argNames:["contentTypeId"],requestType:a.RequestType.PostWithArgsInBody},create:{argNames:["parameters"],metadataType:"SP.ContentType",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["contentTypeId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ContentType"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.DirectorySession":{getGraphUser:{argNames:["principalName"]},getSharePointDataForUser:{argNames:["userId"]},group:{argNames:["groupId","alias"]},joinGroup:{argNames:["groupId"]},me:{},user:{argNames:["id","principalName"]},validateGroupName:{argNames:["displayName","alias"]}},"SP.Directory.Group":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.Group.Collection":{add:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["objectId"]}},"SP.Directory.Provider.DirectoryNotification":{notifyChanges:{argNames:["directoryObjectChanges"]}},"SP.Directory.Provider.SharePointDirectoryProvider":{createDirectoryObject:{argNames:["data"]},deleteDirectoryObject:{argNames:["data"]},getOrCreateUnifiedGroupTenantInstanceId:{argNames:["groupId","tenantInstanceId"]},getOrCreateUnifiedGroupWithPreferredDataLocation:{argNames:["groupId","preferredDataLocation"]},notifyDataChanges:{argNames:["data"]},readDirectoryObject:{argNames:["data"]},readDirectoryObjectBatch:{argNames:["ids","objectType"]},updateCache:{argNames:["data"]},updateDirectoryObject:{argNames:["data"]}},"SP.Directory.User":{getUserLinks:{argNames:["linkName","groupType"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.User.Collection":{add:{argNames:["objectId","principalName"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["objectId"]}},"SP.DocumentManagement.DocumentId":{resetDocIdByServerRelativePath:{argNames:["DecodedUrl"]},resetDocIdsInLibrary:{argNames:["DecodedUrl","contentTypeId"]}},"SP.EmployeeEngagement":{configuration:{},dashboardContent:{},query:{argNames:["oData"]},vivaConnections:{argNames:["adminConfiguredUrl"]}},"SP.EventReceiverDefinition":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],metadataType:"SP.EventReceiverDefinition",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.EventReceiverDefinition.Collection":{add:{argNames:["eventReceiverCreationInformation"],metadataType:"SP.EventReceiverDefinition",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["eventReceiverId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.EventReceiverDefinition"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Feature.Collection":{add:{argNames:["featureId","force","featdefScope"],requestType:a.RequestType.PostWithArgs},getById:{argNames:["featureId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Feature"},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["featureId","force"],requestType:a.RequestType.PostWithArgs}},"SP.Field":{add:{argNames:["parameters"],name:"",metadataType:"SP.Field",requestType:a.RequestType.PostBodyNoArgs},delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.Field",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Field.Collection":{addDependentLookupField:{argNames:["displayName","primaryLookupFieldId","showField"],requestType:a.RequestType.PostWithArgs},addField:{argNames:["parameters"],metadataType:"SP.FieldCreationInformation",name:"",requestType:a.RequestType.PostBodyNoArgs},createFieldAsXml:{argNames:["schemaXml"],requestType:a.RequestType.PostWithArgsInBody,data:{parameters:{__metadata:{type:"SP.XmlSchemaFieldCreationInformation"},Options:8,SchemaXml:"[[schemaXml]]"}}},getById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},getByInternalNameOrTitle:{argNames:["strName"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},getByTitle:{argNames:["title"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FieldCalculated":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldCalculated",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldChoice":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldChoice",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldComputed":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldComputed",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldCurrency":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldCurrency",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldDateTime":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldDateTime",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldGeolocation":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldGeolocation",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldGuid":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldGuid",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLink":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLink",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLink.Collection":{add:{argNames:["parameters"],metadataType:"SP.FieldLink",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.FieldLink"},query:{argNames:["oData"],requestType:a.RequestType.OData},reorder:{argNames:["internalNames"]}},"SP.FieldLocation":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLocation",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLookup":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLookup",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldMultiChoice":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldMultiChoice",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldMultiLineText":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldMultiLineText",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldNumber":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldNumber",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldRatingScale":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldRatingScale",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldText":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldText",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldThumbnail":{update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldThumbnail",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldUrl":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldUrl",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldUser":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldUser",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.File":{properties:["Author|SP.User","CheckedOutByUser|SP.User","EffectiveInformationRightsManagementSettings","InformationRightsManagementSettings","ListItemAllFields","LockedByUser|SP.User","ModifiedBy|SP.User","Properties","VersionEvents","Versions|SP.FileVersion.Collection"],addClientActivities:{argNames:["activitiesStream"],requestType:a.RequestType.PostWithArgs},approve:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},cancelUpload:{argNames:["uploadId"],name:"cancelupload(guid'[[uploadId]]')",requestType:a.RequestType.PostReplace},checkAccessAndPostViewAuditEvent:{},checkIn:{argNames:["comment","checkInType"],requestType:a.RequestType.PostWithArgs},checkOut:{requestType:a.RequestType.Post},content:{name:"$value",requestType:a.RequestType.GetBuffer},continueUpload:{argNames:["uploadId","fileOffset","stream"],name:"continueUpload(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]])",requestType:a.RequestType.PostReplaceWithData},copyTo:{argNames:["strNewUrl","bOverWrite"],requestType:a.RequestType.PostWithArgs},copyToUsingPath:{argNames:["DecodedUrl","bOverWrite"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},deny:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},executeCobaltRequest:{argNames:["inputStream"],requestType:a.RequestType.PostWithArgsAndData},finishUpload:{argNames:["uploadId","fileOffset","stream"],name:"finishUpload(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]])",requestType:a.RequestType.PostReplaceWithData},finishUploadWithChecksum:{argNames:["uploadId","fileOffset","checksum","stream"],name:"finishUploadWithChecksum(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]], checksum=[[checksum]])",requestType:a.RequestType.PostReplaceWithData},getFileUserValue:{argNames:["key"],requestType:a.RequestType.PostWithArgsValueOnly},getImagePreviewUri:{argNames:["width","height","clientType"],requestType:a.RequestType.GetWithArgs},getImagePreviewUrl:{argNames:["width","height","clientType"],requestType:a.RequestType.GetWithArgs},getLimitedWebPartManager:{argNames:["scope"],name:"getLimitedWebPartManager(scope=[[scope]])",requestType:a.RequestType.GetReplace,returnType:"SP.WebParts.LimitedWebPartManager"},getMediaServiceMetadata:{},getPreAuthorizedAccessUrl:{argNames:["expirationHours"],requestType:a.RequestType.GetWithArgs},getPreAuthorizedAccessUrl2:{argNames:["expirationHours","expirationMinuites"],requestType:a.RequestType.GetWithArgs},getUploadStatus:{argNames:["uploadId"],requestType:a.RequestType.GetWithArgs},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},moveTo:{argNames:["newUrl","flags"],name:"moveTo(newUrl='[[newUrl]]', flags=[[flags]])",requestType:a.RequestType.PostReplace},moveToUsingPath:{argNames:["DecodedUrl","moveOperations"],requestType:a.RequestType.PostWithArgs},openBinaryStream:{requestType:a.RequestType.GetBuffer},openBinaryStreamWithOptions:{argNames:["openOptions"],requestType:a.RequestType.GetBuffer},publish:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithETag:{argNames:["etagMatch"],requestType:a.RequestType.PostWithArgsInBody},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},saveBinaryStream:{argNames:["file"],requestType:a.RequestType.PostWithArgsAndData},setExpirationDate:{argNames:["expirationDate"]},setFileUserValue:{argNames:["key","value"],requestType:a.RequestType.PostWithArgs},setMediaServiceMetadata:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},startUpload:{argNames:["uploadId","stream"],name:"startupload(uploadId=guid'[[uploadId]]')",requestType:a.RequestType.PostReplaceWithData},startUploadFile:{argNames:["uploadId","stream"],name:"startUploadFile(uploadId=guid'[[uploadId]]')",requestType:a.RequestType.PostReplaceWithData},unPublish:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},undoCheckOut:{requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"SP.File",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateVirusInfo:{argNames:["virusStatus","virusMessage","etagToCheck"],requestType:a.RequestType.PostWithArgs},upload:{argNames:["uploadId","stream"],requestType:a.RequestType.PostWithArgs},uploadWithChecksum:{argNames:["uploadId","checksum","stream"],requestType:a.RequestType.PostWithArgs}},"SP.File.Collection":{add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},addStub:{argNames:["urlOfFile"],requestType:a.RequestType.PostWithArgs},addStubUsingPath:{argNames:["DecodedUrl","AutoCheckoutOnInvalidData","EnsureUniqueFileName","Overwrite","XorHash"],requestType:a.RequestType.PostWithArgs},addTemplateFile:{argNames:["urlOfFile","templateFileType"],requestType:a.RequestType.PostWithArgs},addUsingPath:{argNames:["DecodedUrl","AutoCheckoutOnInvalidData","EnsureUniqueFileName","Overwrite","XorHash","contentStream"],requestType:a.RequestType.PostWithArgsAndData},getByPathOrAddStub:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getByUrl:{argNames:["url"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getByUrlOrAddStub:{argNames:["urlOfFile"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FileVersion":{delete:{requestType:a.RequestType.Delete},openBinaryStream:{requestType:a.RequestType.GetBuffer},openBinaryStreamWithOptions:{argNames:["openOptions"],requestType:a.RequestType.GetBuffer},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FileVersion.Collection":{deleteAll:{requestType:a.RequestType.Post},deleteByID:{argNames:["vid"],requestType:a.RequestType.PostWithArgsValueOnly},deleteByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly},getById:{argNames:["versionid"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Version"},query:{argNames:["oData"],requestType:a.RequestType.OData},recycleByID:{argNames:["vid"],requestType:a.RequestType.PostWithArgsValueOnly},recycleByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly},restoreByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Folder":{properties:["Files|SP.File.Collection|/getByUrl('[Name]')|SP.File","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","ListItemAllFields","ParentFolder|SP.Folder","Properties","StorageMetrics"],addSubFolder:{argNames:["leafName","updateParams"],requestType:a.RequestType.PostWithArgsValueOnly},addSubFolderUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.PostWithArgsValueOnly},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getListItemChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},moveTo:{argNames:["newUrl"],requestType:a.RequestType.PostWithArgsValueOnly},moveToUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.PostWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},update:{argNames:["properties"],metadataType:"SP.Folder",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostWithArgsInBody}},"SP.Folder.Collection":{properties:["Files|SP.File.Collection|/getByUrl('[Name]')|SP.File","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","ListItemAllFields","ParentFolder","StorageMetrics"],add:{argNames:["url"],requestType:a.RequestType.PostWithArgs},addUsingPath:{argNames:["DecodedUrl","EnsureUniqueFileName","Overwrite"],requestType:a.RequestType.PostWithArgs},addWithOverwrite:{argNames:["url","overwrite"],requestType:a.RequestType.PostWithArgs},getByPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getByUrl:{argNames:["url"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Form.Collection":{getById:{argNames:["id"]},getByPageType:{argNames:["formType"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Group":{properties:["Users|SP.User.Collection|/getById([Name])|SP.User"],query:{argNames:["oData"],requestType:a.RequestType.OData},setUserAsOwner:{argNames:["ownerId"],requestType:a.RequestType.PostWithArgsValueOnly},update:{metadataType:"SP.Group",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Group.Collection":{add:{argNames:["parameters"],metadataType:"SP.Group",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Group"},getByName:{argNames:["name"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Group"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},removeByLoginName:{argNames:["loginName"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.HubSite":{delete:{requestType:a.RequestType.Delete}},"SP.HubSite.Collection":{getById:{argNames:["hubSiteId"],requestType:a.RequestType.GetWithArgsInQS},getConnectedHubs:{argNames:["hubSiteId","option"],requestType:a.RequestType.GetWithArgsInQS},getSiteUrlByHubSiteId:{argNames:["hubSiteId"],requestType:a.RequestType.GetWithArgsInQS},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.InformationRightsManagementFileSettings":{reset:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.InformationRightsManagementSettings":{reset:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.KnowledgeHub":{addOrUpdateSiteReference:{argNames:["knowledgeHubSiteUrl"]},siteReference:{}},"SP.LanguageCollection":{getById:{argNames:["id"]}},"SP.List":{properties:["BrowserFileHandling","ContentTypes|SP.ContentType.Collection|('[Name]')|SP.ContentType","CreatablesInfo","DefaultDisplayFormUrl","DefaultEditFormUrl","DefaultNewFormUrl","DefaultView|SP.View","DescriptionResource","EffectiveBasePermissions","EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","FirstUniqueAncestorSecurableObject","Forms|SP.Form.Collection|('[Name]')|SP.Form","InformationRightsManagementSettings","Items|SP.ListItem.Collection|([Name])|SP.ListItem","ParentWeb","RoleAssignments|SP.RoleAssignment.Collection|([Name])|SP.RoleAssignment","RootFolder|SP.Folder|/getByUrl('[Name]')|SP.File","Subscriptions","TitleResource","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction","Views|SP.View.Collection|('[Name]')|SP.View","WorkflowAssociations"],addCustomOrderToView:{argNames:["viewId","itemIds","relativeItemId","insertAfter","skipSaveView"]},addItem:{name:"Items",argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},addItemUsingPath:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},addValidateUpdateItem:{argNames:["listItemCreateInfo","formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody},addValidateUpdateItemUsingPath:{argNames:["listItemCreateInfo","formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody},breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},bulkValidateUpdateListItems:{argNames:["itemIds","formValues","bNewDocumentUpdate","checkInComment","folderPath"],requestType:a.RequestType.PostWithArgsInBody},clearBusinessAppMigrationInteractiveData:{},copyTemplateAndGetMetadata:{argNames:["Id"]},createDocumentAndGetEditLink:{argNames:["fileName","folderPath","documentTemplateType","templateUrl"],requestType:a.RequestType.PostWithArgsInBody},createDocumentFromCAAETemplate:{argNames:["ContentTypeName","documentGenerationInfo"],requestType:a.RequestType.PostWithArgsInBody},createDocumentWithDefaultName:{argNames:["folderPath","extension"],requestType:a.RequestType.PostWithArgsInBody},createMappedView:{argNames:["appViewCreationInfo","visualizationTarget"],requestType:a.RequestType.PostWithArgsInBody},createRule:{argNames:["condition","outcome","title","triggerType","emailField","actionType"],requestType:a.RequestType.PostWithArgsInBody},createSmartTemplateContentTypeAndAddToList:{argNames:["Name","Description"],requestType:a.RequestType.PostWithArgsInBody},delete:{requestType:a.RequestType.Delete},deleteRule:{argNames:["ruleId"],requestType:a.RequestType.Delete},enqueueAsyncActionTaskById:{argNames:["id","parameters"]},ensureSignoffStatusField:{},getAllRules:{},getAsyncActionConfig:{argNames:["id"]},getAsyncActionTaskIds:{},getBloomFilter:{argNames:["startItemId"]},getBloomFilterWithCustomFields:{argNames:["listItemStartingID","internalFieldNames"]},getBusinessAppMigrationInteractiveData:{},getBusinessAppOperationStatus:{},getCAAETemplateMetadata:{argNames:["Name","Published"]},getCAAETemplateMetadataV2:{argNames:["Id"]},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getCheckedOutFiles:{},getItemById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ListItem"},getItemByStringId:{argNames:["sId"],requestType:a.RequestType.GetWithArgsValueOnly},getItemByUniqueId:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly},getItems:{argNames:["viewXML"],requestType:a.RequestType.PostWithArgsInBody,data:{query:{__metadata:{type:"SP.CamlQuery"},ViewXml:"[[viewXML]]"}}},getItemsByQuery:{argNames:["camlQuery"],name:"getItems",requestType:a.RequestType.PostWithArgsInBody,data:{query:{__metadata:{type:"SP.CamlQuery"},ViewXml:"<View>[[camlQuery]]</View>"}}},getListItemChangesSinceToken:{argNames:["query"],metadataType:"SP.ChangeLogItemQuery",requestType:a.RequestType.PostWithArgsInBody},getLookupFieldChoices:{argNames:["targetFieldName","pagingInfo"]},getMappedApp:{argNames:["appId","visualizationAppTarget"]},getMappedApps:{argNames:["visualizationAppTarget"]},getRelatedFields:{},getSpecialFolderUrl:{argNames:["type","bForceCreate","existingFolderGuid"]},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getView:{argNames:["viewGuid"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},getWebDavUrl:{argNames:["sourceUrl"]},parseDocumentTemplate:{argNames:["Name"]},publishMappedView:{argNames:["appId","visualizationTarget"]},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},renderExtendedListFormData:{argNames:["itemId","formId","mode","options","cutoffVersion"]},renderListContextMenuData:{argNames:["CascDelWarnMessage","CustomAction","Field","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsXslView","ItemId","ListViewPageUrl","OverrideScope","RootFolder","View","ViewCount"]},renderListData:{argNames:["viewXml"],name:"renderListData(@v)?@v='<View>[[viewXml]]</View>'",requestType:a.RequestType.PostReplace},renderListDataAsStream:{argNames:["parameters","CascDelWarnMessage","CustomAction","DrillDown","Field","FieldInternalName","Filter","FilterData","FilterData1","FilterData10","FilterData2","FilterData3","FilterData4","FilterData5","FilterData6","FilterData7","FilterData8","FilterData9","FilterField","FilterField1","FilterField10","FilterField2","FilterField3","FilterField4","FilterField5","FilterField6","FilterField7","FilterField8","FilterField9","FilterFields","FilterFields1","FilterFields10","FilterFields2","FilterFields3","FilterFields4","FilterFields5","FilterFields6","FilterFields7","FilterFields8","FilterFields9","FilterLookupId","FilterLookupId1","FilterLookupId10","FilterLookupId2","FilterLookupId3","FilterLookupId4","FilterLookupId5","FilterLookupId6","FilterLookupId7","FilterLookupId8","FilterLookupId9","FilterOp","FilterOp1","FilterOp10","FilterOp2","FilterOp3","FilterOp4","FilterOp5","FilterOp6","FilterOp7","FilterOp8","FilterOp9","FilterValue","FilterValue1","FilterValue10","FilterValue2","FilterValue3","FilterValue4","FilterValue5","FilterValue6","FilterValue7","FilterValue8","FilterValue9","FilterValues","FilterValues1","FilterValues10","FilterValues2","FilterValues3","FilterValues4","FilterValues5","FilterValues6","FilterValues7","FilterValues8","FilterValues9","GroupString","HasOverrideSelectCommand","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsGroupRender","IsXslView","ListViewPageUrl","OverrideRowLimit","OverrideScope","OverrideSelectCommand","PageFirstRow","PageLastRow","QueryParams","RootFolder","RootFolderUniqueId","SortDir","SortDir1","SortDir10","SortDir2","SortDir3","SortDir4","SortDir5","SortDir6","SortDir7","SortDir8","SortDir9","SortField","SortField1","SortField10","SortField2","SortField3","SortField4","SortField5","SortField6","SortField7","SortField8","SortField9","SortFields","SortFieldValues","View","ViewCount","ViewId","ViewPath","WebPartId"],requestType:a.RequestType.PostWithArgsInBody},renderListFilterData:{argNames:["ExcludeFieldFilteringHtml","FieldInternalName","OverrideScope","ProcessQStringToCAML","ViewId","ViewXml"],requestType:a.RequestType.PostWithArgsInBody},renderListFormData:{argNames:["itemId","formId","mode"],requestType:a.RequestType.PostWithArgs},reserveListItemId:{requestType:a.RequestType.Post},resetRoleInheritance:{requestType:a.RequestType.Post},saveAsNewView:{argNames:["oldName","newName","privateView","uri"],requestType:a.RequestType.PostWithArgsInBody},saveAsTemplate:{argNames:["strFileName","strName","strDescription","bSaveData"],requestType:a.RequestType.PostWithArgsInBody},searchLookupFieldChoices:{argNames:["targetFieldName","beginsWithSearchString","pagingInfo"],requestType:a.RequestType.PostWithArgsInBody},setExemptFromBlockDownloadOfNonViewableFiles:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},syncFlowCallbackUrl:{argNames:["flowId"],requestType:a.RequestType.PostWithArgsInBody},syncFlowInstance:{argNames:["flowID"],requestType:a.RequestType.PostWithArgsInBody},syncFlowInstances:{argNames:["retrieveGroupFlows"],requestType:a.RequestType.PostWithArgsInBody},syncFlowTemplates:{argNames:["category"],requestType:a.RequestType.PostWithArgsInBody},unpublishMappedView:{argNames:["appId","visualizationTarget"],requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"SP.List",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateCAAETemplate:{argNames:["Name","updateTemplateInfo"]},updateCAAETemplateV2:{argNames:["Id","updateTemplateInfo"]},updateFormProcessingModelRetentionLabel:{argNames:["retentionLabel"]},updateFormProcessingModelSettings:{argNames:["retentionLabel","linkedList"]},updateRule:{argNames:["ruleId","condition","outcome","title","emailField","status","actionType"]},validateAppName:{argNames:["appDisplayName"]}},"SP.List.Collection":{add:{argNames:["parameters"],metadataType:"SP.List",name:"",requestType:a.RequestType.PostBodyNoArgs},ensureClientRenderedSitePagesLibrary:{requestType:a.RequestType.Post},ensureEventsList:{requestType:a.RequestType.Post},ensureSiteAssetsLibrary:{requestType:a.RequestType.Post},ensureSitePagesLibrary:{requestType:a.RequestType.Post},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getByTitle:{argNames:["title"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItem":{properties:["AttachmentFiles|SP.Attachment.Collection|('[Name]')|SP.Attachment","Comments|Microsoft.SharePoint.Comments.comment.Collection|('[Name]')|Microsoft.SharePoint.Comments.comment","ContentType|SP.ContentType","FieldValuesAsHtml","FieldValuesAsText","FieldValuesForEdit","File|SP.File","FirstUniqueAncestorSecurableObject","Folder|SP.Folder","GetDlpPolicyTip","ParentList","Properties","RoleAssignments|SP.RoleAssignment.Collection|roleassignments|([Name])|SP.RoleAssignment","Versions|SP.ListItemVersion.Collection"],breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getComments:{returnType:"Microsoft.SharePoint.Comments.comment.Collection"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},mediaServiceUpdate:{argNames:["parameters"]},mediaServiceUpdateV2:{argNames:["parameters","eventFiringEnabled"]},overridePolicyTip:{argNames:["userAction","justification"]},parseAndSetFieldValue:{argNames:["fieldName","value"]},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},resetRoleInheritance:{requestType:a.RequestType.Post},setCommentsDisabled:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},setComplianceTag:{argNames:["complianceTag","isTagPolicyHold","isTagPolicyRecord","isEventBasedTag","isTagSuperLock","isUnlockedAsDefault"]},setComplianceTagWithExplicitMetasUpdate:{argNames:["complianceTag","complianceFlags","complianceTagWrittenTime","userEmailAddress"]},setComplianceTagWithHold:{argNames:["complianceTag"]},setComplianceTagWithMetaInfo:{argNames:["complianceTag","blockDelete","blockEdit","complianceTagWrittenTime","userEmailAddress","isTagSuperLock","isRecordUnlockedAsDefault"]},setComplianceTagWithNoHold:{argNames:["complianceTag"]},setComplianceTagWithRecord:{argNames:["complianceTag"]},systemUpdate:{},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:function(e){return e.parent&&e.parent.ListItemEntityTypeFullName||"SP.ListItem"},name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateEx:{argNames:["parameters"]},updateOverwriteVersion:{},validateUpdateFetchListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]},validateUpdateListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody}},"SP.ListItem.Collection":{add:{argNames:["parameters"],metadataType:function(e){return e.parent&&e.parent.ListItemEntityTypeFullName||"SP.ListItem"},name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["itemId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ListItem"},getByStringId:{argNames:["sId"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItemVersion":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItemVersion.Collection":{getById:{argNames:["versionId"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListTemplate":{getGlobalSchemaXml:{}},"SP.ListTemplate.Collection":{getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.MicroService.MicroServiceManager":{addMicroserviceWorkItem:{argNames:["payLoad","minutes","properties"]},deleteMicroserviceWorkItem:{argNames:["workItemId"]},deleteMicroserviceWorkItemByContentDbId:{argNames:["contentDatabaseId","siteId","workItemId"]},getServiceInternalUrls:{argNames:["service"]},getServiceUrls:{argNames:["service"]}},"SP.Microfeed.MicrofeedAttachmentStore":{deletePreProcessedAttachment:{argNames:["attachmentUri"]},getImage:{argNames:["imageUrl","key","iv"]},preProcessAttachment:{argNames:["link"]},putFile:{argNames:["originalFileName","fileData"]},putImage:{argNames:["imageData"]}},"SP.Microfeed.MicrofeedData":{addAttachment:{argNames:["name","bytes"]},systemUpdate:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Microfeed.MicrofeedData.Collection":{deleteAll:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Microfeed.MicrofeedManager":{addUserToPostPeopleList:{argNames:["postIdentifier","UserLoginName"]},clearUnreadMentionsCount:{},deleteById:{argNames:["postIdentifier"]},deleteUserFromPostPeopleList:{argNames:["postIdentifier","UserLoginName"]},getMyCategoricalFeed:{argNames:["feedOptions"]},getMyConsolidatedFeed:{argNames:["feedOptions"]},getMyPublishedFeed:{argNames:["feedOptions","typeOfPubFeed","ShowPublicView"]},getPublishedFeed:{argNames:["feedOwner","feedOptions","typeOfPubFeed"]},getThread:{argNames:["postIdentifier"]},getUnreadMentionsCount:{},like:{argNames:["postIdentifier"]},lockThreadById:{argNames:["threadIdentifier"]},post:{argNames:["postOptions"]},postReply:{argNames:["postIdentifier","postReplyOptions"]},repopulateLMT:{argNames:["timeStamp","secureHash"]},unLike:{argNames:["postIdentifier"]},unLockThreadById:{argNames:["threadIdentifier"]},unsubscribeFromEMail:{argNames:["postIdentifier"]}},"SP.Microfeed.MicrofeedPostDefinitionManager":{deleteMicrofeedPostDefinition:{argNames:["postDefinition"]},getMicrofeedPostDefinition:{argNames:["definitionName"]},getMicrofeedPostDefinitions:{},newMicrofeedPostDefinition:{argNames:["definitionName"]},updateMicrofeedPostDefinition:{argNames:["postDefinition"]}},"SP.Microfeed.MicrofeedStore":{addData:{argNames:["name","data"]},addDataAsStream:{argNames:["name","data"]},executePendingOperations:{},getItem:{argNames:["storeIdentifier"]},getSocialProperties:{argNames:["accountName"]},incrementUnreadAtMentionCount:{argNames:["accountName"]},newItem:{argNames:["storeIdentifier"]},query:{argNames:["storeIdentifier","query"]},setPostLikeStatus:{argNames:["accountName","postId","like"]}},"SP.MultilingualSettings":{query:{argNames:["oData"]},setNotificationRecipients:{argNames:["request"]}},"SP.Navigation":{properties:["QuickLaunch|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode","TopNavigationBar|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode"],getNodeById:{argNames:["id"],returnType:"SP.NavigationNode"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.NavigationNode":{properties:["Children|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"SP.NavigationNode",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.NavigationNode.Collection":{add:{argNames:["properties"],metadataType:"SP.NavigationNode",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"]},getByIndex:{argNames:["index"]},moveAfter:{argNames:["nodeId","previousNodeId"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.OAuth.Authentication":{getRenewalUrl:{argNames:["redirectUrl"]}},"SP.OAuth.NativeClient":{authenticate:{}},"SP.OAuth.Token":{acquire:{argNames:["resource","tokenType"]}},"SP.ObjectSharingInformation":{getSharedWithUsers:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.OrganizationNews":{sitesReference:{}},"SP.Publishing.CommunicationSite":{create:{argNames:["request"]},enable:{argNames:["designPackageId"]},status:{argNames:["url"]}},"SP.Publishing.EmbedService":{embedData:{argNames:["url","version"]}},"SP.Publishing.FeedVideoPage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.FeedVideoPage.Collection":{isContentTypeAvailable:{},query:{argNames:["oData"]}},"SP.Publishing.Navigation.PortalNavigationCacheWrapper":{disable:{},enable:{},refresh:{}},"SP.Publishing.Navigation.StructuralNavigationCacheWrapper":{setSiteState:{argNames:["state"]},setWebState:{argNames:["state"]},siteState:{},webState:{}},"SP.Publishing.PageDiagnosticsController":{byPage:{argNames:["pageRelativeFilePath"]},save:{argNames:["pageDiagnosticsResult"]}},"SP.Publishing.PointPublishingPost":{addImageFromUrl:{argNames:["fromImageUrl"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PointPublishingPost.Collection":{getById:{argNames:["id","publishedOnly"]},getByName:{argNames:["name","publishedOnly"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PointPublishingPostServiceManager":{addBannerImageFromUrl:{argNames:["fromImageUrl"]},deleteMagazine:{},getDocProps:{argNames:["docUrls"]},getPostsQuery:{argNames:["top","itemIdBoundary","directionAscending","publishedOnly","draftsOnly"]},getTopAuthors:{argNames:["count"]},query:{argNames:["oData"],requestType:a.RequestType.OData},queryGroupNames:{argNames:["query"]},setMagazineProperties:{argNames:["title","description","bannerImageUrl","bannerColor","bannerPattern"]}},"SP.Publishing.PointPublishingSiteManager":{create:{argNames:["siteInfo"]},getSiteStatus:{argNames:["siteInfo"]}},"SP.Publishing.PointPublishingTenantManager":{isBlogEnabled:{}},"SP.Publishing.PointPublishingUser":{deleteUserFromContainerGroup:{}},"SP.Publishing.PointPublishingUser.Collection":{addOrUpdateUser:{argNames:["loginName","isOwner"]},getById:{argNames:["userId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PortalLaunch.PortalLaunchWavesManager":{get:{argNames:["siteUrl"]},getAll:{},remove:{argNames:["siteUrl"]},saveWaveSetup:{argNames:["portalLaunchSetup"]}},"SP.Publishing.RepostPage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.RepostPage.Collection":{isContentTypeAvailable:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.RichSharing":{sharePageByEmail:{argNames:["url","message","recipientEmails","pageContent"]},shareSiteByEmail:{argNames:["CustomDescription","CustomTitle","Message","Url","recipientEmails"]}},"SP.Publishing.Search":{newest:{argNames:["startItemIndex","itemLimit"]},popular:{argNames:["startItemIndex","itemLimit"]},query:{argNames:["queryText","startItemIndex","itemLimit","culture"]},queryChannels:{argNames:["queryText","startItemIndex","itemLimit","culture"]},related:{argNames:["videoId","startItemIndex","itemLimit"]}},"SP.Publishing.SharePointHomeServiceManager":{getAcronymsAndColors:{argNames:["labels"]}},"SP.Publishing.SitePage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{requestType:a.RequestType.Post},checkoutPage:{requestType:a.RequestType.Post},copy:{requestType:a.RequestType.PostWithArgs},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{requestType:a.RequestType.Post},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{requestType:a.RequestType.Post},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},saveDraft:{argNames:["sitePage"],requestType:a.RequestType.Post},savePage:{argNames:["pageStream"],requestType:a.RequestType.Post},savePageAsDraft:{argNames:["pageStream"],requestType:a.RequestType.Post},savePageAsTemplate:{requestType:a.RequestType.Post},schedulePublish:{argNames:["sitePage"],requestType:a.RequestType.Post},sharePagePreviewByEmail:{argNames:["message","recipientEmails"],requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SitePage.Collection":{createAppPage:{argNames:["webPartDataAsJson"],metadataType:"SP.Publishing.SitePage",name:"",requestType:a.RequestType.PostBodyNoArgs},ensureTitleResource:{},feed:{argNames:["promotedState","published","metadataFilter","languageOverride"]},feedTargeted:{argNames:["promotedState","published","metadataFilter","languageOverride"]},getById:{argNames:["id"]},getByUniqueId:{argNames:["uniqueId"]},getByUrl:{argNames:["url"]},getPageColumnState:{argNames:["url"]},getTranslations:{argNames:["sourceItemId"]},isSitePage:{argNames:["url"]},query:{argNames:["oData"],requestType:a.RequestType.OData},templates:{},updateAppPage:{argNames:["pageId","webPartDataAsJson","title","includeInNavigation"],requestType:a.RequestType.PostWithArgsInBody},updateFullPageApp:{argNames:["serverRelativeUrl","webPartDataAsJson"],requestType:a.RequestType.PostWithArgsInBody}},"SP.Publishing.SitePage3D":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"]},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.SitePage3D.Collection":{activate:{},query:{argNames:["oData"]}},"SP.Publishing.SitePageMetadata.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SitePageService":{properties:["CommunicationSite|SP.Publishing.CommunicationSite","Pages|SP.Publishing.SitePage.Collection|('[Name]')|SP.Publishing.SitePage"],addImage:{argNames:["pageName","imageFileName","imageStream","pageId"],requestType:a.RequestType.PostWithArgs},addImageFromExternalUrl:{argNames:["pageName","imageFileName","externalUrl","subFolderName","pageId"],requestType:a.RequestType.PostWithArgs},canCreatePage:{},canCreatePromotedPage:{},enableCategories:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightChannel":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightChannel.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SpotlightVideo":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightVideo.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SubtitleFile.Collection":{add:{argNames:["language","extension","stream"]},getSubtitleFile:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["name"]}},"SP.Publishing.TopicSitePage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"]},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.TopicSitePage.Collection":{getByEntityId:{argNames:["entityId"]},getByEntityIdAndCulture:{argNames:["id","culture"]},isContentTypeAvailable:{},query:{argNames:["oData"]}},"SP.Publishing.VideoChannel":{getAllVideos:{argNames:["skip","limit"]},getChannelPageUrl:{argNames:["viewMode"]},getMyVideos:{argNames:["skip","limit"]},getPermissionGroup:{argNames:["permission"]},getVideoCount:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.VideoChannel.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoItem":{customThumbnail:{},delete:{requestType:a.RequestType.Delete},getFile:{},getPlaybackMetadata:{argNames:["sdnConfiguration"]},getPlaybackUrl:{argNames:["videoFormat"]},getStreamingKeyAccessToken:{},getVideoDetailedViewCount:{},getVideoEmbedCode:{argNames:["width","height","autoplay","showInfo","makeResponsive"]},getVideoViewProgressCount:{},incrementVideoViewProgressCount:{argNames:["percentageViewed"]},incrementViewCount:{argNames:["viewOrigin"]},query:{argNames:["oData"],requestType:a.RequestType.OData},setPeopleInMedia:{argNames:["loginNames"]},setVideoOwner:{argNames:["id"]},subtitles:{},thumbnailStream:{argNames:["preferredWidth"]},thumbnails:{argNames:["preferredWidth"]},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},uploadCustomThumbnail:{argNames:["fileExtension","customVideoThumbnail"]}},"SP.Publishing.VideoItem.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoPermissionGroup":{hasCurrentUser:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoServiceManager":{getChannels:{argNames:["startIndex","limit"]},getPermissionGroup:{argNames:["permission"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoThumbnail.Collection":{getByIndex:{argNames:["choice"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.PushNotificationSubscriber":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.PushNotificationSubscriber.Collection":{getByStoreId:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RecycleBinItem":{delete:{requestType:a.RequestType.Delete},moveToSecondStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},restore:{}},"SP.RecycleBinItem.Collection":{deleteAll:{},deleteAllSecondStageItems:{},deleteByIds:{argNames:["ids"]},getById:{argNames:["id"]},moveAllToSecondStage:{},moveToSecondStageByIds:{argNames:["ids"]},query:{argNames:["oData"],requestType:a.RequestType.OData},restoreAll:{},restoreByIds:{argNames:["ids","bRenameExistingItems"]}},"SP.RegionalSettings":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RelatedField.Collection":{getByFieldId:{argNames:["fieldId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RemoteWeb":{getFileByServerRelativePath:{argNames:["serverRelatvieFilePath"]},getFileByServerRelativeUrl:{argNames:["serverRelativeFileUrl"]},getFileByUrl:{argNames:["fileUrl"]},getFolderByServerRelativeUrl:{argNames:["serverRelativeUrl"]},getGroupById:{argNames:["groupId"]},getListById:{argNames:["listGuid"]},getListByServerRelativeUrl:{argNames:["serverRelativeUrl"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RequestContext":{getRemoteContext:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RoleAssignment":{properties:["Member","RoleDefinitionBindings|SP.RoleDefinition.Collection"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.RoleAssignment",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RoleAssignment.Collection":{addRoleAssignment:{argNames:["principalId","roleDefId"],requestType:a.RequestType.PostWithArgs},getByPrincipalId:{argNames:["principalId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleAssignment"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeRoleAssignment:{argNames:["principalId","roleDefId"],requestType:a.RequestType.PostWithArgs}},"SP.RoleDefinition":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],metadataType:"SP.RoleDefinition",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RoleDefinition.Collection":{add:{argNames:["properties"],metadataType:"SP.RoleDefinition",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},getByName:{argNames:["name"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},getByType:{argNames:["roleType"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},query:{argNames:["oData"],requestType:a.RequestType.OData},recreateMissingDefaultRoleDefinitions:{},removeAll:{}},"SP.ScriptSafeDomain":{delete:{requestType:a.RequestType.Delete}},"SP.ScriptSafeDomain.Collection":{create:{argNames:["parameters"]},getByDomainName:{argNames:["domainName"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.SecurableObject":{breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"]},query:{argNames:["oData"],requestType:a.RequestType.OData},resetRoleInheritance:{}},"SP.Site":{properties:["EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Features|SP.Feature.Collection|('[Name]')|SP.Feature","Owner|SP.User","RootWeb|SP.Web","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction"],createCopyJob:{argNames:["exportObjectUris","destinationUri","options"],requestType:a.RequestType.PostWithArgs},createCopyJobs:{argNames:["exportObjectUris","destinationUri","options"],requestType:a.RequestType.PostWithArgs},createMigrationIngestionJob:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri","ingestionTaskKey"],requestType:a.RequestType.PostWithArgs},createMigrationJob:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},createMigrationJobEncrypted:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri","options"],requestType:a.RequestType.PostWithArgs},createPreviewSPSite:{argNames:["upgrade","sendemail"],requestType:a.RequestType.PostWithArgs},createSPAsyncReadJob:{argNames:["url","readOptions","encryptionOption","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},createSPAsyncReadJobWithMultiUrl:{argNames:["urls","readOptions","encryptionOption","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},deleteMigrationJob:{argNames:["id"],requestType:a.RequestType.PostWithArgs},enqueueApplySensitivityLabelWork:{argNames:["workItemInformation"]},extendUpgradeReminderDate:{requestType:a.RequestType.Post},getBringYourOwnKeyRecoveryKeyMode:{},getBringYourOwnKeySiteStatus:{},getBringYourOwnKeyTenantStatus:{},getCatalog:{argNames:["typeCatalog"],requestType:a.RequestType.PostWithArgsValueOnly},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getCopyJobProgress:{argNames:["copyJobInfo"],requestType:a.RequestType.GetWithArgsValueOnly},getHubSiteJoinApprovalCorrelationId:{},getMigrationJobStatus:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly},getMigrationStatus:{},getRecycleBinItems:{argNames:["pagingInfo","rowLimit","isAscending","orderBy","itemState"],requestType:a.RequestType.GetWithArgsInBody},getWebPath:{argNames:["siteId","webId"],requestType:a.RequestType.GetWithArgsValueOnly},getWebTemplates:{argNames:["LCID","overrideCompatLevel"],requestType:a.RequestType.PostWithArgs},invalidate:{requestType:a.RequestType.Post},joinHubSite:{argNames:["hubSiteId","approvalToken","approvalCorrelationId"],requestType:a.RequestType.GetWithArgsInBody},multiGeoCopyJob:{argNames:["jobId","userId","binaryPayload"]},needsUpgradeByType:{argNames:["versionUpgrade","recursive"],requestType:a.RequestType.PostWithArgs},onHubSiteJoinRequestApproved:{argNames:["joiningSiteId"]},onHubSiteJoinRequestCanceled:{argNames:["approvalCorrelationId"]},onHubSiteJoinRequestStarted:{argNames:["approvalCorrelationId"]},onboardTenantForBringYourOwnKey:{argNames:["keyInfo"]},openWeb:{argNames:["strUrl"],requestType:a.RequestType.PostWithArgsValueOnly},openWebById:{argNames:["gWebId"],requestType:a.RequestType.PostWithArgsValueOnly},openWebUsingPath:{argNames:["path"],requestType:a.RequestType.PostWithArgsValueOnly},provisionMigrationContainers:{},provisionMigrationQueue:{},provisionTemporaryAzureContainer:{},query:{argNames:["oData"],requestType:a.RequestType.OData},recoverTenantForBringYourOwnKey:{argNames:["keyInfo"]},registerHubSite:{argNames:["creationInformation"],requestType:a.RequestType.PostBodyNoArgs},rollTenantBringYourOwnKey:{argNames:["keyType","keyVaultInfo"],requestType:a.RequestType.PostWithArgs},runHealthCheck:{argNames:["ruleId","bRepair","bRunAlways"],requestType:a.RequestType.PostWithArgs},runUpgradeSiteSession:{argNames:["versionUpgrade","queueOnly","sendEmail"],requestType:a.RequestType.PostWithArgs},setIsContributorOwnerEnabledPropertyForDefaultDocLib:{argNames:["propertyValue","forceDocLibActivation","deleteIfDocLibAlreadyExists"]},unregisterHubSite:{},update:{argNames:["properties"],metadataType:"SP.Site",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateClientObjectModelUseRemoteAPIsPermissionSetting:{argNames:["requireUseRemoteAPIs"],requestType:a.RequestType.PostWithArgs},validateHubSiteJoinApprovalToken:{argNames:["joiningSiteId","approvalToken"]}},"SP.Social.SocialFeedManager":{createFileAttachment:{argNames:["name","description","fileData"],requestType:a.RequestType.PostWithArgsAndData},createImageAttachment:{argNames:["name","description","imageData"],requestType:a.RequestType.PostWithArgsAndData},createPost:{argNames:["targetId","creationData"],requestType:a.RequestType.PostWithArgsAndData},deletePost:{argNames:["postId"],requestType:a.RequestType.PostWithArgsValueOnly},getAllLikers:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},getFeed:{argNames:["type","options"],requestType:a.RequestType.GetWithArgsValueOnly},getFeedFor:{argNames:["actorId","options"],requestType:a.RequestType.GetWithArgsValueOnly},getFullThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},getMentions:{argNames:["clearUnreadMentions","options"],requestType:a.RequestType.GetWithArgsValueOnly},getPreview:{argNames:["itemUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getPreviewImage:{argNames:["url","key","iv"],requestType:a.RequestType.GetWithArgsValueOnly},getUnreadMentionCount:{requestType:a.RequestType.Get},likePost:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},lockThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},suppressThreadNotifications:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},unlikePost:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},unlockThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly}},"SP.Social.SocialFollowingManager":{follow:{argNames:["actor"],name:"follow(actor=@v)?@v='[[actor]]'",requestType:a.RequestType.PostReplace},getFollowed:{argNames:["types"],requestType:a.RequestType.GetWithArgs},getFollowedCount:{argNames:["types"],requestType:a.RequestType.GetWithArgs},getFollowers:{requestType:a.RequestType.Get},getSuggestions:{requestType:a.RequestType.Get},isFollowed:{argNames:["actor"],requestType:a.RequestType.GetWithArgs},mergeFollowedSites:{argNames:["followedSites"],requestType:a.RequestType.PostWithArgs},stopFollowing:{argNames:["actor"],requestType:a.RequestType.GetWithArgs}},"SP.Social.SocialRestActor":{feed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},likes:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},mentionFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},news:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},organizationFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},timelineFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},unreadMentionCount:{requestType:a.RequestType.Get}},"SP.Social.SocialRestFeed":{clearUnReadMentionCount:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.PostWithArgs},post:{argNames:["restCreationData"],requestType:a.RequestType.PostWithArgsInBody}},"SP.Social.SocialRestFeedManager":{actor:{argNames:["item"],name:"actor(item=@v)?@v='[[item]]'",requestType:a.RequestType.GetReplace,returnType:"SP.Social.SocialRestActor"},my:{requestType:a.RequestType.Get,returnType:"SP.Social.SocialRestActor"},post:{argNames:["ID"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Social.SocialRestFollowingManager":{follow:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"follow(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},followed:{argNames:["types","count"],requestType:a.RequestType.PostBodyNoArgs},followedCount:{argNames:["types"],requestType:a.RequestType.PostBodyNoArgs},followers:{requestType:a.RequestType.Get},isFollowed:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"isFollowed(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},mergeFollowedSites:{argNames:["followedSites"],requestType:a.RequestType.PostBodyNoArgs},my:{requestType:a.RequestType.Get},stopFollowing:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"stopFollowing(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},suggestions:{requestType:a.RequestType.Get}},"SP.Social.SocialRestThread":{delete:{argNames:["ID"],requestType:a.RequestType.Delete},like:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},likers:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},lock:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},reply:{argNames:["restCreationData"],requestType:a.RequestType.PostBodyNoArgs},unLike:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},unLock:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly}},"SP.SPAppLicenseManager":{checkLicense:{argNames:["productId"]}},"SP.SPHSite":{details:{}},"SP.Taxonomy.TaxonomyField":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"]},setShowInEditForm:{argNames:["value"]},setShowInNewForm:{argNames:["value"]}},"SP.TenantSettings":{clearCorporateCatalog:{},query:{argNames:["oData"]},setCorporateCatalog:{argNames:["url"]}},"SP.ThemeInfo":{getThemeFontByName:{argNames:["name","lcid"]},getThemeShadeByName:{argNames:["name"]}},"SP.TimeZone":{localTimeToUTC:{argNames:["date"]},setId:{argNames:["id"]},uTCToLocalTime:{argNames:["date"]}},"SP.TimeZone.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Translation.SyncTranslator":{translate:{argNames:["inputFile","outputFile"]},translateStream:{argNames:["inputFile","fileExtension"]}},"SP.Translation.TranslationJob":{translateFile:{argNames:["inputFile","outputFile"]},translateFolder:{argNames:["inputFolder","outputFolder","recursion"]},translateLibrary:{argNames:["inputLibrary","outputLibrary"]}},"SP.Translation.TranslationJobStatus":{getAllItems:{}},"SP.TranslationStatusCollection":{create:{argNames:["request"]},set:{argNames:["request"]},updateTranslationLanguages:{}},"SP.User":{properties:["Groups|SP.Group.Collection|([Name])|SP.Group"],expire:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.User",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.User.Collection":{add:{argNames:["properties"],metadataType:"SP.User",name:"",requestType:a.RequestType.PostBodyNoArgs},addUserById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},getByEmail:{argNames:["emailAddress"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getByLoginName:{argNames:["loginName"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},removeByLoginName:{argNames:["loginName"],name:"removeByLoginName(@v)?@v='[[loginName]]'",requestType:a.RequestType.PostReplace}},"SP.UserCustomAction":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.UserCustomAction",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.UserCustomAction.Collection":{add:{argNames:["properties"],metadataType:"SP.UserCustomAction",name:"",requestType:a.RequestType.PostBodyNoArgs},clear:{requestType:a.RequestType.Post},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.UserCustomAction"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.UserExperienceState":{setFlag:{argNames:["flag","reset"]}},"SP.UserProfiles.FollowedContent":{findAndUpdateFollowedGroup:{argNames:["groupId"]},findAndUpdateFollowedItem:{argNames:["url"]},followItem:{argNames:["item"]},getFollowedStatus:{argNames:["url"]},getGroups:{argNames:["rowLimit"]},getItem:{argNames:["url"]},getItems:{argNames:["options","subtype"]},hasGroupMembershipChangedAndSyncChanges:{},isFollowed:{argNames:["url"]},refreshFollowedItem:{argNames:["item"]},setItemPinState:{argNames:["uri","groupId","pinState"]},stopFollowing:{argNames:["url"]},updateFollowedGroupForUser:{argNames:["contextUri","groupId","loginName"]}},"SP.UserProfiles.PeopleManager":{amIFollowedBy:{argNames:["accountName"],name:"amIFollowedBy(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},amIFollowing:{argNames:["accountName"],name:"amIFollowing(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},follow:{argNames:["accountName"],name:"follow(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},followTag:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},getDefaultDocumentLibrary:{argNames:["accountName","createSiteIfNotExists","siteCreationPriority"],requestType:a.RequestType.GetWithArgsValueOnly},getFollowedTags:{argNames:["cTagsToFetch"],requestType:a.RequestType.GetWithArgsValueOnly},getFollowersFor:{argNames:["accountName"],name:"getFollowersFor(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getMyFollowers:{requestType:a.RequestType.Get},getMyProperties:{requestType:a.RequestType.Get},getMySuggestions:{requestType:a.RequestType.Get},getPeopleFollowedBy:{argNames:["accountName"],name:"getPeopleFollowedBy(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getPeopleFollowedByMe:{requestType:a.RequestType.Get},getPropertiesFor:{argNames:["accountName"],name:"getPropertiesFor(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getSPUserInformation:{argNames:["accountName","siteId"],name:"getSPUserInformation(accountName=@v, siteId='[[siteId]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserOneDriveQuotaMax:{argNames:["accountName"],name:"getUserOneDriveQuotaMax(accountName=@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserProfileProperties:{argNames:["accountName"],name:"getUserProfileProperties(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserProfilePropertyFor:{argNames:["accountName","propertyName"],name:"getUserProfilePropertyFor(accountName=@v, propertyName='[[propertyName]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},hardDeleteUserProfile:{argNames:["accountName","userId"],name:"hardDeleteUserProfile(accountName=@v, userId='[[userId]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},hideSuggestion:{argNames:["accountName"],name:"hideSuggestion(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},removeSPUserInformation:{argNames:["accountName","siteId","redactName"],name:"removeSPUserInformation(accountName=@v, siteId='[[siteId]]', redactName='[[redactName]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},resetUserOneDriveQuotaToDefault:{argNames:["accountName"],name:"resetUserOneDriveQuotaToDefault(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},setMultiValuedProfileProperty:{argNames:["accountName","propertyName","propertyValues"],name:"setMultiValuedProfileProperty(accountName=@v, propertyName='[[propertyName]]', propertyValues='[[propertyValues]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},setMyProfilePicture:{argNames:["picture"],requestType:a.RequestType.PostWithArgsInBody},setSingleValueProfileProperty:{argNames:["accountName","propertyName","propertyValue"],name:"setSingleValueProfileProperty(accountName=@v, propertyName='[[propertyName]]', propertyValue='[[propertyValue]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},setUserOneDriveQuota:{argNames:["accountName","newQuota","newQuotaWarning"],name:"setUserOneDriveQuota(accountName=@v, newQuota='[[newQuota]]', newQuotaWarning='[[newQuotaWarning]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},stopFollowing:{argNames:["accountName"],name:"stopFollowing(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostWithArgsInQSAsVar},stopFollowingTag:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.UserProfiles.PersonalCache":{deleteCacheItemsAsync:{argNames:["cacheItems"],requestType:a.RequestType.Delete},deleteCacheItemsAsync2:{argNames:["cacheItems","mySiteUrl"],requestType:a.RequestType.Delete},loadUserProfile:{argNames:["email"]},readCache:{argNames:["folderPath"]},readCache2:{argNames:["folderPath","mySiteUrl"]},readCacheOrCreate:{argNames:["folderPath","requiredCacheKeys","createIfMissing"]},readCacheOrCreate2:{argNames:["folderPath","requiredCacheKeys","createIfMissing","mySiteUrl"]},readCacheOrCreateOrderById:{argNames:["folderPath","requiredCacheKeys","createIfMissing"]},readCacheOrCreateOrderById2:{argNames:["folderPath","requiredCacheKeys","createIfMissing","mySiteUrl"]},writeCache:{argNames:["cacheItems"]},writeCache2:{argNames:["cacheItems","mySiteUrl"]}},"SP.UserProfiles.ProfileImageStore":{saveUploadedFile:{argNames:["profileType","fileNamePrefix","isFeedAttachment","clientFilePath","fileSize","fileStream"]}},"SP.UserProfiles.ProfileLoader":{createPersonalSiteEnqueueBulk:{argNames:["emailIDs"],requestType:a.RequestType.PostWithArgsInBody},getUserProfile:{requestType:a.RequestType.Post,returnType:"SP.UserProfiles.UserProfile"}},"SP.UserProfiles.UserProfile":{properties:["PersonalSite|site"],createPersonalSite:{argNames:["lcid"],requestType:a.RequestType.PostWithArgsValueOnly},createPersonalSiteEnque:{argNames:["isInteractive"],requestType:a.RequestType.PostWithArgsValueOnly},createPersonalSiteFromWorkItem:{argNames:["workItemType"],requestType:a.RequestType.PostWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData},setMySiteFirstRunExperience:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},shareAllSocialData:{argNames:["shareAll"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.UserProfiles.UserProfilePropertiesForUser":{getPropertyNames:{}},"SP.UserResource":{getResourceEntries:{},getValueForUICulture:{argNames:["cultureName"]},setValueForUICulture:{argNames:["cultureName","value"]}},"SP.UserSolution.Collection":{add:{argNames:["solutionGalleryItemId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Utilities.ThemeManager":{addTenantTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody},applyTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody},deleteTenantTheme:{argNames:["name"],requestType:a.RequestType.PostWithArgsInBody},getAvailableThemes:{},getHideDefaultThemes:{},getTenantTheme:{argNames:["name"],requestType:a.RequestType.GetWithArgsInBody},getTenantThemingOptions:{},query:{argNames:["oData"],requestType:a.RequestType.OData},setHideDefaultThemes:{argNames:["hideDefaultThemes"]},updateTenantTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody}},"SP.View":{properties:["ViewFields|SP.ViewFieldCollection"],addToSpotlight:{argNames:["itemId","folderPath","afterItemId"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},removeFromSpotlight:{argNames:["itemId","folderPath"]},renderAsHtml:{},setViewXml:{argNames:["viewXml"],requestType:a.RequestType.PostWithArgsInBody},update:{argNames:["properties"],metadataType:"SP.View",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.View.Collection":{add:{argNames:["properties"],metadataType:"SP.View",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["guidId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},getByTitle:{argNames:["strTitle"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ViewFieldCollection":{addViewField:{argNames:["strField"],requestType:a.RequestType.PostWithArgsValueOnly},moveViewFieldTo:{argNames:["field","index"],requestType:a.RequestType.PostWithArgsInBody},removeAllViewFields:{requestType:a.RequestType.Post},removeViewField:{argNames:["strField"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Web":{properties:["AllProperties","AppTiles","AssociatedMemberGroup|SP.Group","AssociatedOwnerGroup|SP.Group","AssociatedVisitorGroup|SP.Group","Author|SP.User","AvailableContentTypes|SP.ContentType.Collection","AvailableFields|SP.Field.Collection","ClientWebParts","ContentTypes|SP.ContentType.Collection|('[Name]')|SP.ContentType","CurrentUser|SP.User","DataLeakagePreventionStatusInfo","DescriptionResource","EffectiveBasePermissions","EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Features|SP.Feature.Collection|('[Name]')|SP.Feature","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","FirstUniqueAncestorSecurableObject","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","Lists|SP.List.Collection|/getByTitle('[Name]')|SP.List","ListTemplates|SP.ListTemplate.Collection|('[Name]')|SP.ListTemplate","Navigation|SP.Navigation","ParentWeb","PushNotificationSubscribers","RecycleBin","RegionalSettings","RoleAssignments|SP.RoleAssignment.Collection|([Name])|SP.RoleAssignment","RoleDefinitions|SP.RoleDefinition.Collection|/getByName('[Name]')|SP.RoleDefinition","RootFolder|SP.Folder|/getByUrl('[Name]')|SP.File","SiteCollectionAppCatalog|sitecollectionappcatalog","SiteGroups|SP.Group.Collection|/getByName('[Name]')|SP.Group","SiteUserInfoList","SiteUsers|SP.User.Collection|/getById([Name])|SP.User","TenantAppCatalog|tenantappcatalog","ThemeInfo","TitleResource","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction","WebInfos|SP.WebInformation.Collection","Webs|SP.Web.Collection","WorkflowAssociations","WorkflowTemplates"],addCrossFarmMessage:{argNames:["messagePayloadBase64"],requestType:a.RequestType.PostWithArgs},addPlaceholderUser:{argNames:["listId","placeholderText"]},addSupportedUILanguage:{argNames:["lcid"],requestType:a.RequestType.PostWithArgs},applyTheme:{argNames:["colorPaletteUrl","fontSchemeUrl","backgroundImageUrl","shareGenerated"],requestType:a.RequestType.PostWithArgs},applyWebTemplate:{argNames:["webTemplate"],requestType:a.RequestType.PostWithArgsInQSAsVar},breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},consentToPowerPlatform:{},createDefaultAssociatedGroups:{argNames:["userLogin","userLogin2","groupNameSeed"]},createGroupBasedEnvironment:{},defaultDocumentLibrary:{},delete:{requestType:a.RequestType.Delete},doesPushNotificationSubscriberExist:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},doesUserHavePermissions:{argNames:["high","low"],requestType:a.RequestType.GetWithArgsInQSAsVar},ensureTenantAppCatalog:{argNames:["callerId"]},ensureUser:{argNames:["logonName"],requestType:a.RequestType.PostWithArgsInBody},ensureUserByObjectId:{argNames:["objectId","tenantId","principalType"]},executeRemoteLOB:{argNames:["inputStream"],requestType:a.RequestType.PostBodyNoArgs},getAdaptiveCardExtensions:{argNames:["includeErrors","project"]},getAllClientSideComponents:{argNames:["languages","supportsMultiVersion"],requestType:a.RequestType.Post},getAppBdcCatalog:{requestType:a.RequestType.Post},getAppBdcCatalogForAppInstance:{argNames:["appInstanceId"],requestType:a.RequestType.PostWithArgsValueOnly},getAppInstanceById:{argNames:["appInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},getAppInstancesByProductId:{argNames:["productId"],requestType:a.RequestType.GetWithArgsValueOnly},getAvailableWebTemplates:{argNames:["lcid","doIncludeCrossLanguage"],requestType:a.RequestType.GetWithArgs},getCatalog:{argNames:["typeCatalog"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getClientSideComponents:{argNames:["components","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideComponentsByComponentType:{argNames:["componentTypesString","supportedHostTypeValue","includeErrors","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideComponentsById:{argNames:["componentIds","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideWebParts:{argNames:["includeErrors","project"],requestType:a.RequestType.GetWithArgsValueOnly},getCustomListTemplates:{},getEntity:{argNames:["namespace","name"],requestType:a.RequestType.PostWithArgs},getFileByGuestUrl:{argNames:["guestUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByGuestUrlEnsureAccess:{argNames:["guestUrl","ensureAccess"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByGuestUrlExtended:{argNames:["guestUrl","requestSettings"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileById:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByLinkingUrl:{argNames:["linkingUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByServerRelativePath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByServerRelativeUrl:{argNames:["serverRelativeUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByUrl:{argNames:["fileUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByWOPIFrameUrl:{argNames:["wopiFrameUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFolderByGuestUrl:{argNames:["guestUrl","ensureAccess"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByGuestUrlExtended:{argNames:["guestUrl","requestSettings"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderById:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByServerRelativePath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByServerRelativeUrl:{argNames:["serverRelativeUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getGroupBasedEnvironment:{},getList:{argNames:["strUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getListItem:{argNames:["strUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getListItemByResourceId:{argNames:["resourceId"],requestType:a.RequestType.GetWithArgsValueOnly},getListItemUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getListUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getNewsList:{argNames:["allowCreate"],requestType:a.RequestType.GetWithArgsValueOnly},getPushNotificationSubscriber:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},getPushNotificationSubscribersByArgs:{argNames:["customArgs"],requestType:a.RequestType.GetWithArgsInQSAsVar},getPushNotificationSubscribersByUser:{argNames:["userName"],requestType:a.RequestType.GetWithArgsInQSAsVar},getRecycleBinItems:{argNames:["pagingInfo","rowLimit","isAscending","orderBy","itemState"],requestType:a.RequestType.GetWithArgsValueOnly},getRecycleBinItemsByQueryInfo:{argNames:["IsAscending","ItemState","OrderBy","PagingInfo","RowLimit","ShowOnlyMyItems"],requestType:a.RequestType.GetWithArgsValueOnly},getRegionalDateTimeSchema:{},getSPAppContextAsStream:{},getSharingLinkData:{argNames:["linkUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getStorageEntity:{argNames:["key"],requestType:a.RequestType.GetWithArgsValueOnly},getSubwebsFilteredForCurrentUser:{argNames:["nWebTemplateFilter","nConfigurationFilter"],requestType:a.RequestType.GetWithArgs,returnType:"SP.WebInformation.Collection"},getUserById:{argNames:["userId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getViewFromPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getViewFromUrl:{argNames:["listUrl"],requestType:a.RequestType.GetWithArgsValueOnly},hubSiteData:{argNames:["forceRefresh"],requestType:a.RequestType.GetWithArgsValueOnly},hubSiteDataAsStream:{argNames:["forceRefresh"],requestType:a.RequestType.GetWithArgsValueOnly},incrementSiteClientTag:{},listPowerPlatformUserDetails:{},loadAndInstallApp:{argNames:["appPackageStream"],requestType:a.RequestType.PostBodyNoArgs},loadAndInstallAppInSpecifiedLocale:{argNames:["appPackageStream","installationLocaleLCID"],requestType:a.RequestType.PostWithArgsInBody},loadApp:{argNames:["appPackageStream","installationLocaleLCID"],requestType:a.RequestType.PostWithArgsInBody},mapToIcon:{argNames:["fileName","progId","size"],requestType:a.RequestType.GetWithArgs},pageContextCore:{},pageContextInfo:{argNames:["includeODBSettings","emitNavigationInfo"],requestType:a.RequestType.GetWithArgs},parseDateTime:{argNames:["value","displayFormat","calendarType"],requestType:a.RequestType.GetWithArgs},processExternalNotification:{argNames:["stream"],requestType:a.RequestType.PostBodyNoArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},registerPushNotificationSubscriber:{argNames:["deviceAppInstanceId","serviceToken"],requestType:a.RequestType.PostWithArgs},removeStorageEntity:{argNames:["key"],requestType:a.RequestType.PostWithArgs},removeSupportedUILanguage:{argNames:["lcid"],requestType:a.RequestType.PostWithArgs},resetRoleInheritance:{requestType:a.RequestType.Post},setAccessRequestSiteDescriptionAndUpdate:{argNames:["description"],requestType:a.RequestType.PostWithArgs},setChromeOptions:{argNames:["headerLayout","headerEmphasis","megaMenuEnabled","footerEnabled","footerLayout","footerEmphasis","hideTitleInHeader","logoAlignment","horizontalQuickLaunch"],requestType:a.RequestType.PostWithArgs},setDefaultNewPageTemplateId:{argNames:["defaultNewPageTemplateId"],requestType:a.RequestType.PostWithArgs},setGlobalNavSettings:{argNames:["title","source"],requestType:a.RequestType.PostWithArgs},setStorageEntity:{argNames:["key","value","description","comments"],requestType:a.RequestType.PostWithArgs},setUseAccessRequestDefaultAndUpdate:{argNames:["useAccessRequestDefault"],requestType:a.RequestType.PostWithArgs},syncFlowInstances:{argNames:["targetWebUrl"],requestType:a.RequestType.PostWithArgs},syncFlowTemplates:{argNames:["category"],requestType:a.RequestType.PostWithArgs},syncHubSiteTheme:{requestType:a.RequestType.Post},unregisterPushNotificationSubscriber:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],metadataType:"SP.Web",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},uploadImage:{argNames:["listTitle","imageName","contentStream","listId","itemId","fieldId","overwrite"],name:"uploadImage(listTitle=guid'[[listTitle]]', imageName=[[imageName]], listId=[[listId]], itemId=[[itemId]], fieldId=[[fieldId]], overwrite=[[overwrite]])",requestType:a.RequestType.PostReplaceWithData}},"SP.Web.Collection":{add:{argNames:["parameters"],metadataType:"SP.WebCreationInformation",requestType:a.RequestType.PostWithArgsInBody},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebInformation.Collection":{add:{argNames:["parameters"],metadataType:"SP.WebInfoCreationInformation",requestType:a.RequestType.PostWithArgsInBody},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebParts.LimitedWebPartManager":{properties:["WebParts|SP.WebParts.WebPartDefinition.Collection|/([Name])|SP.WebParts.WebPartDefinition"],exportWebPart:{argNames:["webPartId"],requestType:a.RequestType.GetWithArgsValueOnly},importWebPart:{argNames:["webPartXml"],requestType:a.RequestType.PostBodyNoArgs},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebParts.WebPartDefinition":{closeWebPart:{},deleteWebPart:{},moveWebPartTo:{argNames:["zoneID","zoneIndex"]},openWebPart:{requestType:a.RequestType.Get},query:{argNames:["oData"],requestType:a.RequestType.OData},saveWebPartChanges:{}},"SP.WebParts.WebPartDefinition.Collection":{getByControlId:{argNames:["controlId"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebTemplate.Collection":{getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkManagement.OM.BaseSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.LocationOrientedSortableSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},movePersonalTaskToLocation:{argNames:["taskKey","newLocationKey"]},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.LocationOrientedUserOrderedSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},movePersonalTaskToLocation:{argNames:["taskKey","newLocationKey"]},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},reorderTask:{argNames:["taskKey","newAfterTaskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.SortableSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.SortableSessionManager":{createLocationOrientedSession:{},createSession:{}},"SP.WorkManagement.OM.UserOrderedSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},reorderTask:{argNames:["taskKey","newAfterTaskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.UserOrderedSessionManager":{createLocationOrientedSession:{},createSession:{}},"SP.WorkManagement.OM.UserSettingsManager":{getAllLocations:{},getExchangeSyncInfo:{},getImportantLocations:{},getLocations:{argNames:["locationsId"]},getPersistedProperties:{},getUserSettings:{},isExchangeJobPending:{},optIntoExchangeSync:{},optOutOfExchangeSync:{}},"SP.Workflow.SPWorkflowTask":{breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"]},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getComments:{returnType:"Microsoft.SharePoint.Comments.comment.Collection"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},mediaServiceUpdate:{argNames:["parameters"]},mediaServiceUpdateV2:{argNames:["parameters","eventFiringEnabled"]},overridePolicyTip:{argNames:["userAction","justification"]},parseAndSetFieldValue:{argNames:["fieldName","value"]},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},resetRoleInheritance:{},setCommentsDisabled:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},setComplianceTag:{argNames:["complianceTag","isTagPolicyHold","isTagPolicyRecord","isEventBasedTag","isTagSuperLock","isUnlockedAsDefault"]},setComplianceTagWithExplicitMetasUpdate:{argNames:["complianceTag","complianceFlags","complianceTagWrittenTime","userEmailAddress"]},setComplianceTagWithHold:{argNames:["complianceTag"]},setComplianceTagWithMetaInfo:{argNames:["complianceTag","blockDelete","blockEdit","complianceTagWrittenTime","userEmailAddress","isTagSuperLock","isRecordUnlockedAsDefault"]},setComplianceTagWithNoHold:{argNames:["complianceTag"]},setComplianceTagWithRecord:{argNames:["complianceTag"]},systemUpdate:{},update:{argNames:["properties"],metadataType:"SP.Workflow.SPWorkflowTask",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateEx:{argNames:["parameters"]},updateOverwriteVersion:{},validateUpdateFetchListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]},validateUpdateListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]}},"SP.Workflow.WorkflowAssociation":{delete:{requestType:a.RequestType.Delete},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Workflow.WorkflowAssociation.Collection":{add:{argNames:["parameters"]},getById:{argNames:["associationId"]},getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Workflow.WorkflowTemplate.Collection":{getById:{argNames:["templateId"]},getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkflowServices.InteropService":{cancelWorkflow:{argNames:["instanceId"]},disableEvents:{argNames:["listId","itemGuid"]},enableEvents:{argNames:["listId","itemGuid"]},query:{argNames:["oData"],requestType:a.RequestType.OData},startWorkflow:{argNames:["associationName","correlationId","listId","itemGuid","workflowParameters"]}},"SP.WorkflowServices.WorkflowDefinition":{setProperty:{argNames:["propertyName","value"]}},"SP.WorkflowServices.WorkflowDefinition.Collection":{query:{argNames:["oData"],requestType:a.RequestType.OData},sort:{}},"SP.WorkflowServices.WorkflowDeploymentService":{deleteCollateral:{argNames:["workflowDefinitionId","leafFileName"]},deleteDefinition:{argNames:["definitionId"]},deprecateDefinition:{argNames:["definitionId"]},enumerateDefinitions:{argNames:["publishedOnly"]},enumerateIntegratedApps:{},getActivitySignatures:{argNames:["lastChanged"]},getCollateralUri:{argNames:["workflowDefinitionId","leafFileName"]},getDefinition:{argNames:["definitionId"]},isIntegratedApp:{},packageDefinition:{argNames:["definitionId","packageDefaultFilename","packageTitle","packageDescription"]},publishDefinition:{argNames:["definitionId"]},saveCollateral:{argNames:["workflowDefinitionId","leafFileName","fileContent"]},validateActivity:{argNames:["activityXaml"]}},"SP.WorkflowServices.WorkflowInstanceService":{enumerateInstancesForListItem:{argNames:["listId","itemId"],requestType:a.RequestType.PostWithArgs},enumerateInstancesForListItemWithOffset:{argNames:["listId","itemId","offset"],requestType:a.RequestType.PostWithArgs},enumerateInstancesForSite:{requestType:a.RequestType.Post},enumerateInstancesForSiteWithOffset:{argNames:["offset"],requestType:a.RequestType.PostWithArgs},getInstance:{argNames:["instanceId"],requestType:a.RequestType.Get},query:{argNames:["oData"],requestType:a.RequestType.OData},startWorkflowOnListItemBySubscriptionId:{argNames:["subscriptionId","itemId","payload"],requestType:a.RequestType.PostWithArgs}},"SP.WorkflowServices.WorkflowMessagingService":{publishEvent:{argNames:["eventSourceId","eventName","payload"]}},"SP.WorkflowServices.WorkflowServicesManager":{getWorkflowDeploymentService:{},getWorkflowInstanceService:{},getWorkflowInteropService:{},getWorkflowSubscriptionService:{},isIntegratedApp:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkflowServices.WorkflowSubscription":{getExternalVariable:{argNames:["name"]},setExternalVariable:{argNames:["name","value"]},setProperty:{argNames:["name","value"]}},"SP.WorkflowServices.WorkflowSubscription.Collection":{query:{argNames:["oData"],requestType:a.RequestType.OData},sort:{}},"SP.WorkflowServices.WorkflowSubscriptionService":{deleteSubscription:{argNames:["subscriptionId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptions:{requestType:a.RequestType.Post},enumerateSubscriptionsByDefinition:{argNames:["definitionId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByEventSource:{argNames:["eventSourceId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByList:{argNames:["listId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByListAndParentContentType:{argNames:["listId","parentContentTypeId","includeNoContentTypeSpecified"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByListWithContentType:{argNames:["listId","includeContentTypeSpecified"],requestType:a.RequestType.PostWithArgs},getSubscription:{argNames:["subscriptionId"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},registerInterestInHostWebList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},registerInterestInList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},unregisterInterestInHostWebList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},unregisterInterestInList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs}}}},3138:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Mapper_Custom=t.Mapper=void 0;var a=r(6687);t.Mapper_Custom=a;var n=r(9053);Object.defineProperty(t,"Mapper",{enumerable:!0,get:function(){return n.Mapper}})},7228:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.$REST=void 0;var a=r(6483),n=r(1381),s=r(6007);t.$REST={__ver:7.21,AppContext:function(e){return n.Site.getAppContext(e)},Apps:n.Apps,ContextInfo:n.ContextInfo,DefaultRequestToHostFl:!1,Graph:n.Graph,GroupService:n.GroupService,GroupSiteManager:n.GroupSiteManager,Helper:a,HubSites:n.HubSites,HubSitesUtility:n.HubSitesUtility,List:n.List,ListByEntityName:n.List.getByEntityName,ListDataAsStream:n.List.getDataAsStream,Navigation:n.Navigation,PeopleManager:n.PeopleManager,PeoplePicker:n.PeoplePicker,ProfileLoader:n.ProfileLoader,RemoteWeb:function(e){return n.Web.getRemoteWeb(e)},Search:n.Search,Site:n.Site,SiteIconManager:n.SiteIconManager,SiteManager:n.SiteManager,SitePages:n.SitePages,SiteExists:function(e){return n.Site.exists(e)},SiteUrl:function(e){return n.Site.getUrlById(e)},SPTypes:s.SPTypes,SocialFeed:n.SocialFeed,ThemeManager:n.ThemeManager,UserProfile:n.UserProfile,Utility:n.Utility,Web:n.Web,WebTemplateExtensions:n.WebTemplateExtensions,WorkflowInstanceService:n.WorkflowInstanceService,WorkflowSubscriptionService:n.WorkflowSubscriptionService};var o=n.ContextInfo.window.$REST;if((null==o||null==o.__ver||o.__ver<t.$REST.__ver)&&(n.ContextInfo.window.$REST=t.$REST,n.ContextInfo.window.SP))try{n.ContextInfo.window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs("gd-sprest"),n.ContextInfo.window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs("gd-sprest.js")}catch(e){console.error("[gd-sprest] Error notifying scripts using the SP SOD library.")}},6007:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SPTypes=void 0;var a=r(5255);t.SPTypes=a},5255:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebTemplateType=t.ViewType=t.UserCustomActionRegistrationType=t.URLZones=t.UrlFormatType=t.StatusPriColor=t.RoleType=t.ReorderingRuleMatchType=t.RenderListDataOptions=t.RelationshipDeleteBehaviorType=t.PrincipalTypes=t.PrincipalSources=t.PersonalSiteCapabilities=t.PersonalizationScope=t.PageType=t.ModalDialogResult=t.LocaleLCIDType=t.ListTemplateType=t.ListExperienceOptions=t.FriendlyDateFormat=t.FileTemplateType=t.FileLevelType=t.FieldUserSelectionType=t.FieldType=t.FieldResultType=t.FieldNumberType=t.FieldNoteType=t.EventReceiverType=t.EventReceiverSynchronizationType=t.DraftVisibilityType=t.DateFormat=t.ControlMode=t.CloudEnvironment=t.ClientSidePageLayout=t.ClientTemplatesUtility=t.ChoiceFormatType=t.CheckOutType=t.CheckInType=t.CalendarTypes=t.BasePermissionTypes=void 0,t.BasePermissionTypes={EmptyMask:0,ViewListItems:1,AddListItems:2,EditListItems:3,DeleteListItems:4,ApproveItems:5,OpenItems:6,ViewVersions:7,DeleteVersions:8,CancelCheckout:9,ManagePersonalViews:10,ManageLists:12,ViewFormPages:13,AnonymousSearchAccessList:14,Open:17,ViewPages:18,AddAndCustomizePages:19,ApplyThemeAndBorder:20,ApplyStyleSheets:21,ViewUsageData:22,CreateSSCSite:23,ManageSubwebs:24,CreateGroups:25,ManagePermissions:26,BrowseDirectories:27,BrowseUserInfo:28,AddDelPrivateWebParts:29,UpdatePersonalWebParts:30,ManageWeb:31,AnonymousSearchAccessWebLists:32,UseClientIntegration:37,UseRemoteAPIs:38,ManageAlerts:39,CreateAlerts:40,EditMyUserInfo:41,EnumeratePermissions:63,FullMask:65},t.CalendarTypes={Gregorian:1,JapaneseEmperorEra:3,TaiwanCalendar:4,KoreanTangunEra:5,Hijri:6,Thai:7,HebrewLunar:8,GregorianMiddleEastFrench:9,GregorianArabic:10,GregorianTransliteratedEnglish:11,GregorianTransliteratedFrench:12,KoreanandJapaneseLunar:14,ChineseLunar:15,SakaEra:16},t.CheckInType={MinorCheckIn:0,MajorCheckIn:1,OverwriteCheckIn:2},t.CheckOutType={Online:0,Offline:1,None:2},t.ChoiceFormatType={Dropdown:0,RadioButtons:1},t.ClientTemplatesUtility={UserLookupDelimitString:";#",UserMultiValueDelimitString:",#"},t.ClientSidePageLayout={Article:"Article",Home:"Home",RepostPage:"RepostPage",SingleWebPartAppPage:"SingleWebPartAppPage"},t.CloudEnvironment={Default:"https://graph.microsoft.com",China:"https://microsoftgraph.chinacloudapi.cn",USL4:"https://graph.microsoft.us",USL5:"https://dod-graph.microsoft.us"},t.ControlMode={Invalid:0,Display:1,Edit:2,New:3,View:4},t.DateFormat={DateOnly:0,DateTime:1},t.DraftVisibilityType={Reader:0,Author:1,Approver:2},t.EventReceiverSynchronizationType={Synchronization:1,Asynchronous:2},t.EventReceiverType={ItemAdding:1,ItemUpdating:2,ItemDeleting:3,ItemCheckingIn:4,ItemCheckingOut:5,ItemUncheckingOut:6,ItemAttachmentAdding:7,ItemAttachmentDeleting:8,ItemFileMoving:9,ItemVersionDeleting:11,FieldAdding:101,FieldUpdating:102,FieldDeleting:103,ListAdding:104,ListDeleting:105,SiteDeleting:201,WebDeleting:202,WebMoving:203,WebAdding:204,GroupAdding:301,GroupUpdating:302,GroupDeleting:303,GroupUserAdding:304,GroupUserDeleting:305,RoleDefinitionAdding:306,RoleDefinitionUpdating:307,RoleDefinitionDeleting:308,RoleAssignmentAdding:309,RoleAssignmentDeleting:310,InheritanceBreaking:311,InheritanceResetting:312,WorkflowStarting:501,ItemAdded:10001,ItemUpdated:10002,ItemDeleted:10003,ItemCheckedIn:10004,ItemCheckedOut:10005,ItemUncheckedOut:10006,ItemAttachmentAdded:10007,ItemAttachmentDeleted:10008,ItemFileMoved:10009,ItemFileConverted:10010,ItemVersionDeleted:10011,FieldAdded:10101,FieldUpdated:10102,FieldDeleted:10103,ListAdded:10104,ListDeleted:10105,SiteDeleted:10201,WebDeleted:10202,WebMoved:10203,WebProvisioned:10204,GroupAdded:10301,GroupUpdated:10302,GroupDeleted:10303,GroupUserAdded:10304,GroupUserDeleted:10305,RoleDefinitionAdded:10306,RoleDefinitionUpdated:10307,RoleDefinitionDeleted:10308,RoleAssignmentAdded:10309,RoleAssignmentDeleted:10310,InheritanceBroken:10311,InheritanceReset:10312,WorkflowStarted:10501,WorkflowPostponed:10502,WorkflowCompleted:10503,EntityInstanceAdded:10601,EntityInstanceUpdated:10602,EntityInstanceDeleted:10603,AppInstalled:10701,AppUpgraded:10702,AppUninstalling:10703,EmailReceived:2e4,ContextEvent:32766},t.FieldNoteType={EnhancedRichText:0,RichText:1,TextOnly:2},t.FieldNumberType={Decimal:0,Integer:1,Percentage:2},t.FieldResultType={Boolean:"Boolean",Currency:"Currency",DateOnly:"DateOnly",DateTime:"DateTime",Number:"Number",Text:"Text"},t.FieldType={AllDayEvent:29,Attachments:19,Boolean:8,Calculated:17,Choice:6,Computed:12,ContentTypeId:25,Counter:5,CrossProjectLink:22,Currency:10,DateTime:4,Error:24,File:18,Geolocation:31,GridChoice:16,Guid:14,Integer:1,Invalid:0,Lookup:7,MaxItems:31,ModStat:23,MultiChoice:15,Note:3,Number:9,PageSeparator:26,Recurrence:21,Text:2,ThreadIndex:27,Threading:13,URL:11,User:20,WorkflowEventType:30,WorkflowStatus:28},t.FieldUserSelectionType={PeopleOnly:0,PeopleAndGroups:1},t.FileLevelType={Published:1,Draft:2,Checkout:3},t.FileTemplateType={StandardPage:0,WikiPage:1,FormPage:2},t.FriendlyDateFormat={Unspecified:0,Disabled:1,Relative:2},t.ListExperienceOptions={Auto:0,NewExperience:1,ClassicExperience:2},t.ListTemplateType={AccessApp:3100,AccessRequest:160,AdminTasks:1200,Agenda:201,AlchemyApprovalWorkflow:3102,AlchemyMobileForm:3101,Announcements:104,AppCatalog:336,AppDataCatalog:125,AssetLibrary:851,CallTrack:404,Categories:303,Circulation:405,ClientSideAssets:334,ClientSideComponentManifests:331,Comments:302,Contacts:105,CustomGrid:120,DataConnectionLibrary:130,DataSources:110,Decision:204,DesignCatalog:124,DeveloperSiteDraftApps:1230,DiscussionBoard:108,DocumentLibrary:101,Events:106,ExternalList:600,Facility:402,GanttTasks:150,GenericList:100,HealthReports:1221,HealthRules:1220,HelpLibrary:151,Holidays:421,HomePageLibrary:212,IMEDic:499,IssueTracking:1100,KPIStatusList:432,LanguagesAndTranslatorsList:1301,Links:103,ListTemplateCatalog:114,MaintenanceLogs:175,MasterPageCatalog:116,MeetingObjective:207,Meetings:200,MeetingUser:202,MicroFeed:544,MySiteDocumentLibrary:700,NoCodePublic:122,NoCodeWorkflows:117,PageLibrary:850,PerformancePointContentList:450,PerformancePointDataSourceLibrary:460,PerformancePointDataConnectionsLibrary:470,PerformancePointDashboardsLibrary:480,PersonalDocumentLibrary:2002,PictureLibrary:109,Posts:301,PrivateDocumentLibrary:2003,RecordLibrary:1302,ReportLibrary:433,SharingLinks:3300,SolutionCatalog:121,Survey:102,Tasks:107,TasksWithTimelineAndHierarchy:171,TenantAppCatalog:330,TenantWideExtensions:337,TextBox:210,ThemeCatalog:123,ThingsToBring:211,Timecard:420,TranslationManagementLibrary:1300,UserInformation:112,VisioProcessDiagramMetricLibrary:505,VisioProcessDiagramUSUnitsLibrary:506,WebPageLibrary:119,WebPartCatalog:113,WebTemplateCatalog:111,Whereabouts:403,WorkflowHistory:140,WorkflowProcess:118,XMLForm:115},t.LocaleLCIDType={Afrikaans:1078,Albanian:1052,ArabicAlgeria:5121,ArabicBahrain:15361,ArabicEgypt:3073,ArabicIraq:2049,ArabicJordan:11265,ArabicLebanon:12289,ArabicLibya:4097,ArabicMorocco:6145,ArabicOman:8193,ArabicQatar:16385,ArabicSaudiArabia:1025,ArabicSyria:10241,ArabicTunisia:7169,ArabicUAE:14337,ArabicYemen:9217,Armenian:1067,AzeriCyrillic:2092,AzeriLatin:1068,Basque:1069,Belarusian:1059,Bulgarian:1026,Catalan:1027,ChineseHongKongSAR:3076,ChineseMacaoSAR:5124,ChinesePRC:2052,ChineseSingapore:4100,ChineseTaiwan:1028,CroatianCroatia:1050,Czech:1029,Danish:1030,Divehi:1125,DutchBelgium:2067,DutchNetherlands:1043,EnglishAustralia:3081,EnglishBelize:10249,EnglishCanada:4105,EnglishCaribbean:9225,EnglishIreland:6153,EnglishJamaica:8201,EnglishNewZealand:5129,EnglishPhilippines:13321,EnglishSouthAfrica:7177,EnglishTrinidad:11273,EnglishUnitedKingdom:2057,EnglishUnitedStates:1033,EnglishZimbabwe:12297,Estonian:1061,Faeroese:1080,Finnish:1035,FrenchBelgium:2060,FrenchCanada:3084,FrenchFrance:1036,FrenchLuxembourg:5132,FrenchMonaco:6156,FrenchSwitzerland:4108,Galician:1110,Georgian:1079,GermanAustria:3079,GermanGermany:1031,GermanLiechtenstein:5127,GermanLuxembourg:4103,GermanSwitzerland:2055,Greek:1032,Gujarati:1095,HebrewIsrael:1037,HindiIndia:1081,Hungarian:1038,Icelandic:1039,Indonesian:1057,ItalianItaly:1040,ItalianSwitzerland:2064,Japanese:1041,Kannada:1099,Kazakh:1087,Konkani:1111,Korean:1042,KyrgyzCyrillic:1088,Latvian:1062,Lithuanian:1063,MacedonianFYROM:1071,Malay:1086,MalayBruneiDarussalam:2110,Marathi:1102,MongolianCyrillic:1104,NorwegianBokmal:1044,NorwegianNynorsk:2068,PersianIran:1065,Polish:1045,PortugueseBrazil:1046,PortuguesePortugal:2070,Punjabi:1094,Romanian:1048,Russian:1049,Sanskrit:1103,SerbianCyrillic:3098,SerbianLatin:2074,Slovak:1051,Slovenian:1060,SpanishArgentina:11274,SpanishBolivia:16394,SpanishChile:13322,SpanishColombia:9226,SpanishCostaRica:5130,SpanishDominicanRepublic:7178,SpanishEcuador:12298,SpanishElSalvador:17418,SpanishGuatemala:4106,SpanishHonduras:18442,SpanishMexico:2058,SpanishNicaragua:19466,SpanishPanama:6154,SpanishParaguay:15370,SpanishPeru:10250,SpanishPuertoRico:20490,SpanishSpain:3082,SpanishUruguay:14346,SpanishVenezuela:8202,Swahili:1089,Swedish:1053,SwedishFinland:2077,Syriac:1114,Tamil:1097,Tatar:1092,Telugu:1098,ThaiThailand:1054,Turkish:1055,Ukrainian:1058,UrduPakistan:1056,UzbekCyrillic:2115,UzbekLatin:1091,Vietnamese:1066},t.ModalDialogResult={Invalid:-1,Cancel:0,OK:1},t.PageType={DefaultView:0,DialogView:2,DisplayForm:4,DisplayFormDialog:5,EditForm:6,EditFormDialog:7,Invalid:-1,NewForm:8,NewFormDialog:9,NormalView:1,Page_MAXITEMS:11,SolutionForm:10,View:3},t.PersonalizationScope={Shared:1,User:0},t.PersonalSiteCapabilities={Education:16,Guest:32,MyTasksDashboard:8,None:0,Profile:1,Social:2,Storage:4},t.PrincipalSources={All:15,MembershipProvider:4,None:0,RoleProvider:8,UserInfoList:1,Windows:2},t.PrincipalTypes={All:15,DistributionList:2,None:0,SecurityGroup:4,SharePointGroup:8,User:1},t.RelationshipDeleteBehaviorType={None:0,Cascade:1,Restrict:2},t.RenderListDataOptions={None:0,ContextInfo:1,ListData:2,ListSchema:4,MenuView:8,ListContentType:16,FileSystemItemId:32,ClientFormSchema:64,QuickLaunch:128,Spotlight:256,Visualization:512,ViewMetadata:1024,DisableAutoHyperlink:2048,EnableMediaTAUrls:4096,ParentInfo:8192,PageContextInfo:16384,ClientSideComponentManifest:32768},t.ReorderingRuleMatchType={ContentTypeIs:5,FileExtensionMatches:6,ManualCondition:8,ResultContainsKeyword:0,ResultHasTag:7,TitleContainsKeyword:1,TitleMatchesKeyword:2,UrlExactlyMatches:4,UrlStartsWith:3},t.RoleType={Administrator:5,Contributor:3,Editor:6,Guest:1,None:0,Reader:2,WebDesigner:4},t.StatusPriColor={Blue:"blue",Green:"green",Red:"red",Yellow:"yellow"},t.UrlFormatType={Hyperlink:0,Image:1},t.URLZones={Default:0,Intranet:1,Internet:2,Custom:3,Extranet:4},t.UserCustomActionRegistrationType={None:0,List:1,ContentType:2,ProgId:3,FileType:4},t.ViewType={Calendar:524288,Chart:131072,Gantt:67108864,Grid:2048,Html:1,Recurrence:8193},t.WebTemplateType={AcademicLibrary:"DOCMARKETPLACESITE",App:"APP",AppCatalog:"APPCATALOG",BasicSearch:"SRCHCENTERLITE",Blog:"BLOG",BusinessIntelligenceCenter:"BICenterSite",CentralAdmin:"CENTRALADMIN",Community:"COMMUNITY",CommunityPortal:"COMMUNITYPORTAL",Dev:"DEV",DocumentCenter:"BDR",eDiscoveryCenter:"EDISC",EnterpriseSearch:"SRCHCEN",EnterpriseWiki:"ENTERWIKI",Global:"GLOBAL",GroupWorkSite:"SGS",Meetings:"MEETINGS",MeetingWorkspace:"MPS",PerformancePoint:"PPMASite",ProductCatalog:"PRODUCTCATALOG",Profiles:"PROFILES",ProjectSite:"PROJECTSITE",Publishing:"BLANKINTERNET",PublishingSite:"CMSPUBLISHING",RecordsCenter:"OFFILE",SharedServicesAdminSite:"OSRV",Site:"STS",TeamCollaborationSite:"TEAM",TenantAdmin:"TENANTADMIN",Wiki:"WIKI"}},5454:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Base=void 0;var a=r(3636),n=function(){function e(e){this.targetInfo=Object.create(e||{}),this.responses=[],this.requestType=0,this.waitFlags=[]}return e.prototype.addMethods=function(e,t){return a.Request.addMethods(this,e,t)},e.prototype.batch=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return a.Batch.execute(this,e)},e.prototype.done=function(e){return a.Helper.done(this,e)},e.prototype.execute=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return a.Request.execute(this,e)},e.prototype.executeMethod=function(e,t,r){return a.Helper.executeMethod(this,e,t,r)},e.prototype.executeAndWait=function(){return a.Request.executeRequest(this,!1)},e.prototype.getCollection=function(e,t){return a.Helper.getCollection(this,e,t)},e.prototype.getInfo=function(){return a.Helper.getRequestInfo(this)},e.prototype.getNextSetOfResults=function(){return a.Helper.getNextSetOfResults(this)},e.prototype.getProperty=function(e,t){return a.Helper.getProperty(this,e,t)},e.prototype.stringify=function(){return a.Helper.stringify(this)},e.prototype.updateMetadataUri=function(e,t){return a.Helper.updateMetadataUri(this,e,t)},e.prototype.waitForRequestsToComplete=function(e,t){a.Request.waitForRequestsToComplete(this,e,t)},e}();t.Base=n},9528:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Batch=void 0;var n=r(1381),s=r(3636),o=function(){function e(){}return e.execute=function(e,t){for(var r=!1,o=null,i=0;i<t.length;i++){var u=t[i];switch(a(u)){case"boolean":r=u;break;case"function":o=u}}return e.base=e.base?e.base:e,r||null==e.base.batchRequests?(e.base.batchRequests=e.base.batchRequests||[],e.base.batchRequests.push([{callback:o,changesetId:n.ContextInfo.generateGUID(),targetInfo:new s.TargetInfo(e.targetInfo)}])):e.base.batchRequests[e.base.batchRequests.length-1].push({callback:o,changesetId:n.ContextInfo.generateGUID(),targetInfo:new s.TargetInfo(e.targetInfo)}),e},e.getTargetInfo=function(t,r){var a="batch_"+n.ContextInfo.generateGUID(),o=[];return o.push(e.createBatch(a,r)),o.push("--"+a+"--"),new s.TargetInfo({url:t,endpoint:"$batch",method:"POST",data:o.join("\r\n"),requestHeader:{"Content-Type":'multipart/mixed; boundary="'+a+'"'}})},e.createBatch=function(e,t){for(var r=[],a=0;a<t.length;a++){var n=t[a];r.push("--"+e),n&&"GET"!=n.targetInfo.requestMethod?(r.push("Content-Type: multipart/mixed; boundary="+n.changesetId),r.push(""),r.push("--"+n.changesetId),r.push("Content-Type: application/http"),r.push("Content-Transfer-Encoding: binary"),r.push(""),r.push(n.targetInfo.requestMethod+" "+n.targetInfo.requestUrl+" HTTP/1.1"),r.push("Content-Type: application/json;odata=verbose"),"DELETE"!=n.targetInfo.requestMethod&&"MERGE"!=n.targetInfo.requestMethod||r.push("IF-MATCH: *"),r.push(""),n.targetInfo.requestData&&r.push(n.targetInfo.requestData),r.push(""),r.push("--"+n.changesetId+"--")):(r.push("Content-Type: application/http"),r.push("Content-Transfer-Encoding: binary"),r.push(""),r.push("GET "+n.targetInfo.requestUrl+" HTTP/1.1"),r.push("Accept: application/json;odata=verbose"),r.push(""),n.targetInfo.requestData&&r.push(n.targetInfo.requestData),r.push(""))}var s=r.join("\r\n"),o=[];return o.push("Content-Type: multipart/mixed; boundary="+e),o.push("Content-Length: "+s.length),o.push(""),o.push(s),o.push(""),o.join("\r\n")},e.processCallbacks=function(e){void 0===e&&(e=[]);for(var t=0;t<e.length;t++){var r=e[t];r.callback&&r.callback(r.response,r.targetInfo)}},e}();t.Batch=o},1978:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Helper=void 0;var a=r(1381),n=r(3636),s=r(3374);t.Helper={addBaseMethods:function(e,t){t.addMethods=e.addMethods,t.base=e.base,t.done=e.done,t.execute=e.execute,t.executeAndWait=e.executeAndWait,t.executeMethod=e.executeMethod,t.existsFl=!0,t.getCollection=e.getCollection,t.getProperty=e.getProperty,t.parent=e,t.targetInfo=e.targetInfo,t.updateMetadataUri=e.updateMetadataUri,t.waitForRequestsToComplete=e.waitForRequestsToComplete},done:function(e,t){e.base=e.base?e.base:e,e.responseIndex=e.responseIndex>=0?e.responseIndex:0,n.Request.waitForRequestsToComplete(e,(function(){var r=e.base.responses;e.base.responses=[],e.base.waitFlags=[],t&&t.apply(e,r)}))},executeMethod:function(e,r,a,s){var o=null,i=e.d?e.d.__metadata:e.__metadata;i&&i.uri?(o={url:i.uri},a.inheritMetadataType&&i.type&&(a.metadataType=i.type),t.Helper.updateMetadataUri(e,i,o)):o=Object.create(e.targetInfo);var u=new n.MethodInfo(r,a,s);o.bufferFl=a.requestType==n.RequestType.GetBuffer,o.data=u.body,o.defaultToWebFl=void 0===o.defaultToWebFl&&e.base?e.base.targetInfo.defaultToWebFl:o.defaultToWebFl,o.method=u.requestMethod,o.requestDigest=void 0===o.requestDigest&&e.base&&e.base.targetInfo.requestDigest?e.base.targetInfo.requestDigest:o.requestDigest,o.requestType=a.requestType,u.appendEndpointFl?o.endpoint+="."+u.url:u.replaceEndpointFl?o.endpoint=u.url:u.url&&u.url.length>0&&(o.endpoint=o.endpoint?o.endpoint:"",o.endpoint&&u.url&&0!=u.url.indexOf("?")&&(o.endpoint+="/"),o.endpoint+=u.url);var l=new n.Base(o);return l.base=e.base?e.base:e,l.getAllItemsFl=u.getAllItemsFl,l.parent=e,l.requestType=a.requestType,a.returnType&&n.Request.addMethods(l,{__metadata:{type:a.returnType}}),l},getCollection:function(e,r,a){var s=Object.create(e.targetInfo);s.data=null,s.method=null;var o=e.d?e.d.__metadata:e.__metadata;o&&o.uri?(s.url=o.uri,t.Helper.updateMetadataUri(e,o,s),s.endpoint=r):s.endpoint+="/"+r,s.callback=a&&"function"==typeof a[0]?a[0]:null;var i=new n.Base(s);return i.base=e.base?e.base:e,i.parent=e,i},getNextSetOfResults:function(e){var t=Object.create(e.targetInfo);t.endpoint="",t.url=e.d.__next;var r=new n.Base(t);return r.base=e.base?e.base:e,r.parent=e,r},getProperty:function(e,r,a){var s=Object.create(e.targetInfo);0==a.indexOf("graph")&&(s.requestType=n.RequestType.GraphGet),s.data=null,s.method=null;var o=e.d?e.d.__metadata:e.__metadata;o&&o.uri?(s.url=o.uri,t.Helper.updateMetadataUri(e,o,s),s.endpoint=r):s.endpoint+="/"+r;var i=new n.Base(s);return i.base=e.base?e.base:e,i.parent=e,a&&n.Request.addMethods(i,{__metadata:{type:a}}),i},getRequestInfo:function(e){return new s.XHRRequest(!0,new n.TargetInfo(e.targetInfo),null,!1).requestInfo},stringify:function(e){return JSON.stringify({response:e.response,status:e.status,targetInfo:{accessToken:e.targetInfo.accessToken,bufferFl:e.targetInfo.bufferFl,defaultToWebFl:e.targetInfo.defaultToWebFl,endpoint:e.targetInfo.endpoint,method:e.targetInfo.method,overrideDefaultRequestToHostFl:e.targetInfo.overrideDefaultRequestToHostFl,requestDigest:e.targetInfo.requestDigest,requestHeader:e.targetInfo.requestHeader,requestInfo:e.targetInfo.requestInfo,requestType:e.targetInfo.requestType,url:e.targetInfo.url}})},updateDataCollection:function(e,r){if(r&&(e.results=e.results?e.results.concat(r):r,e.results.length>0))for(var a=0,s=e.results;a<s.length;a++){var o=s[a];t.Helper.addBaseMethods(e,o),t.Helper.updateMetadata(e,o),n.Request.addMethods(o,o)}},updateExpandedCollection:function(e,r){for(var a=0;a<r.length;a++){var s=r[a];s.__metadata&&(t.Helper.addBaseMethods(e,s),t.Helper.updateMetadata(s,s),n.Request.addMethods(s,s))}},updateExpandedProperties:function(e){if(null!=e.results&&e.requestType==n.RequestType.OData)for(var r=0;r<e.results.length;r++){var a=e.results[r];for(var s in a)if("parent"!=s){var o=a[s];o&&(o.results&&o.results.length>0?t.Helper.updateExpandedCollection(e,o.results):o.__metadata&&(t.Helper.addBaseMethods(a,o),t.Helper.updateMetadata(a,o),n.Request.addMethods(o,o)))}}},updateMetadata:function(e,t){if(a.ContextInfo.isAppWeb){var r=a.ContextInfo.webAbsoluteUrl.toLowerCase(),n=t&&t.__metadata&&t.__metadata.uri?t.__metadata.uri.toLowerCase():null,s=e.targetInfo&&e.targetInfo.url?e.targetInfo.url.toLowerCase():null;if(null==r||null==n||null==s)return;if(0==s.indexOf(r))return;t.__metadata.uri=n.replace(r,s)}t.__metadata&&/SP.WebParts.WebPartDefinition/.test(t.__metadata.type)&&(t.__metadata.uri=t.__metadata.uri.replace(/SP.WebParts.WebPartDefinition/,e.targetInfo.endpoint+"/getById('")+"')")},updateMetadataUri:function(e,t,r){/^SP.Field/.test(t.type)||/^SP\..*Field$/.test(t.type)?r.url=r.url.replace(/AvailableFields/,"fields"):/SP.EventReceiverDefinition/.test(t.type)?r.url=r.url.replace(/\/EventReceiver\//,"/EventReceivers/"):/Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/.test(r.url)&&(r.url=r.url.split("Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata")[0]+"web/tenantappcatalog/availableapps/getbyid('"+e.ID+"')")}}},3636:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(373),t),n(r(1978),t),n(r(5454),t),n(r(9528),t),n(r(8456),t),n(r(6865),t),n(r(303),t),n(r(3058),t),n(r(3374),t)},8456:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.MethodInfo=void 0;var n=r(3636),s=function(){function e(e,t,r){this.methodInfo=t,this.methodInfo.argValues=r,this.methodInfo.name="string"==typeof this.methodInfo.name?this.methodInfo.name:e,this.generateParams(),this.methodUrl=this.generateUrl()}return Object.defineProperty(e.prototype,"appendEndpointFl",{get:function(){return!!this.methodInfo.appendEndpointFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"body",{get:function(){return this.methodData},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"getAllItemsFl",{get:function(){return this.methodInfo.getAllItemsFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"replaceEndpointFl",{get:function(){return!!this.methodInfo.replaceEndpointFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestMethod",{get:function(){if("string"==typeof this.methodInfo.requestMethod)return this.methodInfo.requestMethod;switch(this.methodInfo.requestType){case n.RequestType.Delete:case n.RequestType.Post:case n.RequestType.PostBodyNoArgs:case n.RequestType.PostWithArgs:case n.RequestType.PostWithArgsAndData:case n.RequestType.PostWithArgsInBody:case n.RequestType.PostWithArgsInQS:case n.RequestType.PostWithArgsInQSAsVar:case n.RequestType.PostWithArgsValueOnly:case n.RequestType.PostReplace:return"POST";default:return"GET"}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return this.methodUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInBody",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInBody||this.methodInfo.requestType==n.RequestType.PostBodyNoArgs||this.methodInfo.requestType==n.RequestType.PostWithArgsInBody},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInQS",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInQS||this.methodInfo.requestType==n.RequestType.PostWithArgsInQS},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInQSAsVar",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInQSAsVar||this.methodInfo.requestType==n.RequestType.PostWithArgsInQSAsVar},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isTemplate",{get:function(){return!!this.methodInfo.data},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"replace",{get:function(){return this.methodInfo.requestType==n.RequestType.GetReplace||this.methodInfo.requestType==n.RequestType.GraphGetReplace||this.methodInfo.requestType==n.RequestType.PostReplace||this.methodInfo.requestType==n.RequestType.GraphPostReplace},enumerable:!1,configurable:!0}),e.prototype.generateParams=function(){var e=0,t={};if(null!=this.methodInfo.argValues){if(this.methodInfo.argNames){e=this.methodInfo.argNames.length-(this.methodInfo.requestType==n.RequestType.PostWithArgsAndData||this.methodInfo.requestType==n.RequestType.PostReplaceWithData?1:0);for(var r=0;r<e&&r<this.methodInfo.argValues.length;r++){var s=this.methodInfo.argNames[r],o=this.methodInfo.argValues[r];switch(a(this.methodInfo.argValues[r])){case"boolean":t[s]=this.methodInfo.argValues[r]?"true":"false";break;case"number":t[s]=this.methodInfo.argValues[r];break;default:t[s]=o}}}var i=!0;for(var u in t){i=!1;break}if(this.methodParams=i?null:t,this.methodParams&&this.isTemplate){for(var l in"string"!=typeof this.methodInfo.data&&(this.methodInfo.data=JSON.stringify(this.methodInfo.data)),this.methodParams)this.methodInfo.data=this.methodInfo.data.replace("[["+l+"]]",this.methodParams[l].replace(/"/g,'\\"').replace(/\n/g,""));this.methodData=JSON.parse(this.methodInfo.data)}this.methodInfo.argValues&&this.methodInfo.argValues.length>0&&(null==this.methodInfo.argNames||this.methodInfo.requestType==n.RequestType.PostBodyNoArgs?this.methodData=this.methodInfo.argValues[0]:this.methodInfo.argValues.length>e&&(this.methodData=this.methodInfo.argValues[e])),this.methodInfo.metadataType&&(this.methodInfo.argNames&&this.methodInfo.requestType!=n.RequestType.PostBodyNoArgs&&"string"!=typeof(this.methodData||this.methodParams)[this.methodInfo.argNames[0]]?(this.methodData||this.methodParams)[this.methodInfo.argNames[0]].__metadata=(this.methodData||this.methodParams)[this.methodInfo.argNames[0]].__metadata||{type:this.methodInfo.metadataType}:(this.methodData||this.methodParams).__metadata=(this.methodData||this.methodParams).__metadata||{type:this.methodInfo.metadataType})}},e.prototype.generateUrl=function(){var e=this.methodInfo.name;if(this.methodInfo.requestType==n.RequestType.Delete&&(e="deleteObject"),this.passDataInBody){var t=this.methodData||this.methodParams;this.methodData=JSON.stringify(t)}this.passDataInQSAsVar&&(e+="(@v)?@v="+("string"==typeof(t=this.methodParams||this.methodData)?"'"+encodeURIComponent(t)+"'":JSON.stringify(t)));if(this.replace)for(var r in this.methodParams)e=e.replace("[["+r+"]]",encodeURIComponent(this.methodParams[r]));else if(this.methodInfo.requestType==n.RequestType.OData){var s=new n.OData(this.methodParams.oData);e="?"+s.QueryString,this.methodInfo.getAllItemsFl=s.GetAllItems}else if(!this.passDataInBody&&!this.passDataInQSAsVar){var o="";if(t=this.methodParams||this.methodData)for(var i in t=t&&"object"===a(t)?t:{value:t}){var u=t[i];switch(u="string"==typeof u?"'"+u.replace(/'/g,"''")+"'":u,this.methodInfo.requestType){case n.RequestType.GetWithArgsValueOnly:case n.RequestType.PostWithArgsValueOnly:o+=u+", ";break;default:o+=i+"="+u+", "}}this.passDataInQS?e+=o.length>0?"?"+o.replace(/, $/,"&"):"":e+=o.length>0?"("+o.replace(/, $/,"")+")":""}return e},e}();t.MethodInfo=s},6865:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OData=void 0;var r=function(){function e(e){this._custom=e&&e.Custom?e.Custom:null,this._expand=e&&e.Expand?e.Expand:[],this._filter=e&&e.Filter?e.Filter:null,this._getAllItems=!(!e||!e.GetAllItems)&&e.GetAllItems,this._orderBy=e&&e.OrderBy?e.OrderBy:[],this._select=e&&e.Select?e.Select:[],this._skip=e&&e.Skip?e.Skip:null,this._top=e&&e.Top?e.Top:null}return Object.defineProperty(e.prototype,"Custom",{get:function(){return this._custom},set:function(e){this._custom=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Expand",{get:function(){return this._expand},set:function(e){this._expand=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Filter",{get:function(){return this._filter},set:function(e){this._filter=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"GetAllItems",{get:function(){return this._getAllItems},set:function(e){this._getAllItems=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"OrderBy",{get:function(){return this._orderBy},set:function(e){this._orderBy=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"QueryString",{get:function(){var e="",t=[];t.push(this.getQSValue("$select",this._select)),t.push(this.getQSValue("$orderby",this._orderBy)),this._top&&t.push("$top="+this._top),this._skip&&t.push("$skip="+this._skip),this._filter&&t.push("$filter="+this._filter),t.push(this.getQSValue("$expand",this._expand)),this._custom&&t.push(this._custom);for(var r=0,a=t;r<a.length;r++){var n=a[r];n&&""!=n&&(e+=(""==e?"":"&")+n)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Select",{get:function(){return this._select},set:function(e){this._select=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Skip",{get:function(){return this._skip},set:function(e){this._skip=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Top",{get:function(){return this._top},set:function(e){this._top=e},enumerable:!1,configurable:!0}),e.prototype.getQSValue=function(e,t){return t.length>0?e+"="+t.join(","):""},e}();t.OData=r},303:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Request=void 0;var n=r(5454),s=r(9528),o=r(1381),i=r(1514),u=r(1978),l=r(3138),p=r(373),d=r(3058),c=r(3374);t.Request={addMethods:function(e,t,r){var a=e,n=t.results&&t.results.length>0,s=null,o=n?t.results[0].__metadata:t.__metadata,i=o&&o.type?o.type:a.targetInfo.endpoint;if(null==(s=l.Mapper[i+(n?".Collection":"")])&&(i=(i=(i=(i=i.split("/"))[i.length-1]).split("."))[i.length-1].toLowerCase(),/^graph/.test(i+=n?"s":"")||((/^field/.test(i)||/fields?$/.test(i))&&"fieldlinks"!=i&&"fields"!=i?i="field"+(n?"s":""):/item$/.test(i)?i="listitem":/items$/.test(i)?i="items":/corporatecatalogappmetadata/.test(i)?i="tenantapp":/corporatecatalogappmetadatas/.test(i)&&(i="tenantapps")),s=l.Mapper_Custom[i]),s)for(var u in s){var p=s[u]?s[u]:{};if("properties"!=u)"function"==typeof p.metadataType&&((p=JSON.parse(JSON.stringify(p))).metadataType=s[u].metadataType(a)),a[u]=new Function("return this.executeMethod('"+u+"', "+JSON.stringify(p)+", arguments);");else for(var d=0,c=p;d<c.length;d++){var g=c[d].split("|"),m=g[0],y=g.length>1?g[1]:null,f=g.length>2?g[2]:null,T=g.length>3?g[3]:null;(null==a[m]||a[m].__deferred&&a[m].__deferred.uri)&&(4==g.length?(f=f.replace(/'/g,"\\'"),a[m]=new Function("name","name = name ? '"+m+f+"'.replace(/\\[Name\\]/g, name.toString().replace(/'/g, \"''\")) : null;return this.getProperty(name ? name : '"+m+"', name ? '"+T+"' : '"+y+"');")):a[m]=new Function("return this.getProperty('"+m+"', '"+y+"');"))}}},addProperties:function(e,r){for(var s in r){var o=r[s];if("__metadata"!=s&&"results"!=s)if(o&&o.__deferred&&o.__deferred.uri)e["get_"+s]=e["get_"+s]?e["get_"+s]:new Function("return this.getCollection('"+s+"', arguments);");else{switch(s){case"ClientPeoplePickerResolveUser":case"ClientPeoplePickerSearchUser":e[s]=JSON.parse(o);break;default:e[s]=o}if(e[s]&&e[s].results&&(0==e[s].results.length||"object"===a(e[s].results[0]))){var i=new n.Base(e.targetInfo);i.results=e[s].results,0==i.results.length&&(i.__metadata={type:s}),i.targetInfo.endpoint=(i.targetInfo.endpoint.split("?")[0]+"/"+s).replace(/\//g,"/"),t.Request.addMethods(i,i),u.Helper.updateDataCollection(e,i.results),u.Helper.updateExpandedProperties(e),e[s]=i}}}},execute:function(e,r){for(var n=null,s=null,o=!1,i=0;i<r.length;i++){var u=r[i];switch(a(u)){case"boolean":o=u;break;case"function":s?n=u:s=u}}return e.base=e.base||e,e.base.responses=e.base.responses||[],e.base.waitFlags=e.base.waitFlags||[],e.responseIndex=e.base.responses.length,e.base.responses.push(e),o?t.Request.waitForRequestsToComplete(e,(function(){t.Request.executeRequest(e,!0,(function(t,r){if(r)e.base.waitFlags[e.responseIndex]=!0,n&&n(t);else if(s){var a=s(t),o=a?a.done||a.then:null;if(o&&"function"==typeof o)return void o((function(){e.base.waitFlags[e.responseIndex]=!0,e.base=e,e.base.responses=[],e.base.waitFlags=[],e.base=(e.parent?e.parent.base:null)||e.base}));e.base.waitFlags[e.responseIndex]=!0,e.base=e,e.base.responses=[],e.base.waitFlags=[],e.base=(e.parent?e.parent.base:null)||e.base}else e.base.waitFlags[e.responseIndex]=!0}))}),e.responseIndex):t.Request.executeRequest(e,!0,(function(t,r){if(r)e.base.waitFlags[e.responseIndex]=!0,n&&n(t);else{var a=s?s(t):null;a&&"function"==typeof a.done?a.done((function(){e.base.waitFlags[e.responseIndex]=!0})):e.base.waitFlags[e.responseIndex]=!0}})),e.targetInfo.requestType==p.RequestType.OData?e.parent:e},executeRequest:function(e,r,a){var n=function(n,s,i){if(!r)return e.xhr?e:(e.xhr=new c.XHRRequest(r,n),e.response=e.xhr.response,e.status=e.xhr.status,e.requestType==p.RequestType.GetBuffer?e.response:(t.Request.updateDataObject(e,o,s),e.d&&e.d.__next&&(e.next=new Function("return this.getNextSetOfResults();")),i&&i(),e));e.xhr&&!o?a&&a(e,!1):e.xhr=new c.XHRRequest(r,n,(function(){e.response=e.xhr.response,e.status=e.xhr.status;var r=!(e.status>=200&&e.status<300);e.requestType==p.RequestType.GetBuffer?a&&a(e.response,r):(t.Request.updateDataObject(e,o,s),o||(e.xml?a&&a(e,r):t.Request.validateDataCollectionResults(e).then((function(){a&&a(e,r)}),(function(){a&&a(e,!0)})))),i&&i()}))},o=e.base&&e.base.batchRequests&&e.base.batchRequests.length>0;if(!o)return n(new d.TargetInfo(e.targetInfo));var u=0;i.Executor(e.base.batchRequests,(function(t){return new Promise((function(r){n(s.Batch.getTargetInfo(e.targetInfo.url,t),u++,(function(){r(null)}))}))})).then((function(){a&&a(e.base.batchRequests,!1),e.base.batchRequests=null}))},parseXML:function(e){var r={};do{var a=e.indexOf("<d:"),n=e.indexOf(">",a);if(!(n>a&&a>-1))break;var s=e.substr(a+3,n-a-3);if("element"!=(s=s.split(" ")[0]))if("/"==e[n-1])r[s]=null,e=e.substr(n+1);else{a=n,n=e.indexOf("</d:"+s,a);var o=e.substr(a+1,n-a-1);0==o.indexOf("<d:")&&n>a?r[s]=t.Request.parseXML(o):r[s]=o,n=e.indexOf(">",a+1),e=e.substr(n+1)}else n=e.indexOf("</d:"+s,a),e=e.substr(n+s.length+4)}while(e.length>0);return r},updateDataObject:function(e,r,a){if(void 0===r&&(r=!1),void 0===a&&(a=0),e.status>=200&&e.status<300){if(e.requestType==p.RequestType.GetBuffer)return;for(var n=0,o=r?e.response.split("\n"):[e.response],i=0;i<o.length;i++){var l=null,d=o[i],c=0==(d=""!==d||r?d:"{}").indexOf("<?xml");if(c)for(;o[i+1]&&0!=o[i+1].indexOf("--batchresponse");)d+=o[++i];try{l=c?d:JSON.parse(d)}catch(e){continue}var g=r?Object.create(e):e;if(g.existsFl="boolean"==typeof g.Exists?g.Exists:null==l.error,c){var m=void 0,y=l.indexOf("<m:properties>"),f=l.indexOf("</m:properties"),T=l.indexOf("<d:DeleteObject"),h=l.indexOf('m:null="true" />'),P=f>y?l.substr(y,f):null;(P=null==P&&h>T?l.substr(T,h):P)?(m=t.Request.parseXML(P),u.Helper.updateMetadata(g,m),t.Request.addProperties(g,m),t.Request.addMethods(g,m,m["@odata.context"]),u.Helper.updateDataCollection(g,m.results),u.Helper.updateExpandedProperties(g)):g=l}else l.d?(g.d=l.d,u.Helper.updateMetadata(g,l.d),t.Request.addProperties(g,l.d),t.Request.addMethods(g,l.d,l["@odata.context"]),u.Helper.updateDataCollection(g,l.d.results),u.Helper.updateExpandedProperties(g)):l["@odata.context"]?(g.d=l,t.Request.addProperties(g,l),t.Request.addMethods(g,l,l["@odata.context"]),u.Helper.updateDataCollection(g,l.value)):t.Request.addProperties(g,l);if(r){var S=e.base.batchRequests[a][n++];if(null==S){if(a++,n=0,!e.base.batchRequests[a])break;var q=e.base.batchRequests[a];S=q?q[n++]:null}S&&(S.response=g)}}r&&s.Batch.processCallbacks(e.base.batchRequests[a])}},validateDataCollectionResults:function(e){return new Promise((function(t,r){!function t(a,n){if(a&&a.status<400&&"string"==typeof a.response&&a.response.length>0){var s=null;try{s=JSON.parse(a.response)}catch(e){return void r()}if(e.nextFl=s.d&&s.d.__next,e.nextFl)if(e.getAllItemsFl){var o=Object.create(e.targetInfo);o.endpoint="",o.url=s.d.__next,new c.XHRRequest(!0,new d.TargetInfo(o),(function(r){var a=JSON.parse(r.response);a.d?(u.Helper.updateDataCollection(e,a.d.results),u.Helper.updateExpandedProperties(e),e.d.results=e.d.results.concat(a.d.results),t(r,n)):n()}))}else e.next=new Function("return this.getNextSetOfResults();"),n();else n()}else n()}(e.xhr,t)}))},waitForRequestsToComplete:function(e,t,r){if("function"==typeof t)var a=o.ContextInfo.window.setInterval((function(){for(var n=0,s=0;s<e.base.responses.length;s++){var i=e.base.responses[s];if(r==n++)break;if(null==i.xhr||!i.xhr.completedFl)return;if(n>0&&1!=e.base.waitFlags[n-1])return}o.ContextInfo.window.clearInterval(a),t()}),10)}}},373:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RequestType=void 0,t.RequestType={Custom:0,Delete:1,Merge:2,OData:3,Get:10,GetBuffer:11,GetWithArgs:12,GetWithArgsInBody:13,GetWithArgsInQS:14,GetWithArgsInQSAsVar:15,GetWithArgsValueOnly:16,GetReplace:17,GraphGet:20,GraphGetReplace:21,GraphPost:22,GraphPostReplace:23,Post:30,PostBodyNoArgs:31,PostWithArgs:32,PostWithArgsAndData:33,PostWithArgsInBody:34,PostWithArgsInQS:35,PostWithArgsInQSAsVar:36,PostWithArgsValueOnly:37,PostReplace:38,PostReplaceWithData:39}},3058:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TargetInfo=void 0;var a=r(1381),n=r(3636),s=function(){function e(e){this.props=e||{},this.requestData=this.props.data,this.requestHeaders=this.props.requestHeader,this.requestMethod=this.props.method?this.props.method:"GET",this.isGraph?(this.requestMethod=this.props.requestType==n.RequestType.GraphGet||this.props.requestType==n.RequestType.GraphGetReplace?"GET":"POST",this.requestUrl=this.props.endpoint):this.setRESTRequestUrl()}return Object.defineProperty(e.prototype,"isBatchRequest",{get:function(){return"$batch"==this.props.endpoint},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isGraph",{get:function(){return this.props.requestType==n.RequestType.GraphGet||this.props.requestType==n.RequestType.GraphPost||this.props.requestType==n.RequestType.GraphGetReplace||this.props.requestType==n.RequestType.GraphPostReplace},enumerable:!1,configurable:!0}),e.prototype.getDomainUrl=function(){var t=a.ContextInfo.document?a.ContextInfo.document.location.href:"";return a.ContextInfo.isAppWeb&&(t=e.getQueryStringValue("SPHostUrl")+""),(t=t.split("/"))&&t.length>=2&&(t=t[0]+"//"+t[2]),t},e.getQueryStringValue=function(e){for(var t=a.ContextInfo.existsFl&&a.ContextInfo.document?a.ContextInfo.document.location.href.split("?"):[""],r=(t=t.length>1?t[1]:t[0]).split("&"),n=0;n<r.length;n++){var s=r[n].split("=");if(1!=s.length&&decodeURIComponent(s[0])==e)return decodeURIComponent(s[1])}return null},e.prototype.setRESTRequestUrl=function(){var t=this.props.endpoint?"/"+this.props.endpoint:"",r=e.getQueryStringValue("SPHostUrl"),n=(-1===t.indexOf("?")?"?":"&")+"@target='{{Target}}'",s="{{Url}}"+(this.props.endpoint?"/_api/{{EndPoint}}{{TargetUrl}}":"");if(a.ContextInfo.existsFl&&a.ContextInfo.window.$REST&&a.ContextInfo.window.$REST.DefaultRequestToHostFl&&a.ContextInfo.isAppWeb&&!this.props.overrideDefaultRequestToHostFl&&null==this.props.url&&(this.props.url=r),null==this.props.url)this.props.url=0==this.props.defaultToWebFl?a.ContextInfo.siteAbsoluteUrl:a.ContextInfo.webAbsoluteUrl;else if(/\/_api\//.test(this.props.url)){var o=this.props.url.toLowerCase().split("/_api/");return void(a.ContextInfo.isAppWeb&&o[0]!=a.ContextInfo.webAbsoluteUrl.toLowerCase()?this.requestUrl=a.ContextInfo.webAbsoluteUrl+"/_api/SP.AppContextSite(@target)/"+o[1]+t+n.replace(/{{Target}}/g,o[0]):this.requestUrl=this.props.url+(this.props.endpoint?"/"+this.props.endpoint:""))}0!=this.props.url.indexOf("http")&&(this.props.url=this.getDomainUrl()+this.props.url),a.ContextInfo.isAppWeb&&this.props.url!=a.ContextInfo.webAbsoluteUrl?this.requestUrl=s.replace(/{{Url}}/g,a.ContextInfo.webAbsoluteUrl).replace(/{{EndPoint}}/g,"SP.AppContextSite(@target)"+t).replace(/{{TargetUrl}}/g,n.replace(/{{Target}}/g,this.props.url)):this.requestUrl=s.replace(/{{Url}}/g,this.props.url).replace(/{{EndPoint}}/g,this.props.endpoint).replace(/{{TargetUrl}}/g,"")},e}();t.TargetInfo=s},3374:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.XHRRequest=void 0;var a=r(1381),n=function(){function e(e,t,r,a){void 0===a&&(a=!0),this.asyncFl=e,this.executeFl=a,this.headers={},this.onRequestCompleted=r||t.props.callback,this.targetInfo=t,this.xhr=this.createXHR(),this.xhr?this.execute():this.defaultHeaders()}return Object.defineProperty(e.prototype,"completedFl",{get:function(){return!!this.xhr&&4==this.xhr.readyState},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"response",{get:function(){return this.xhr?this.xhr.response:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"request",{get:function(){return this.xhr?this.xhr:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestData",{get:function(){return this.targetInfo.requestData},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestHeaders",{get:function(){return this.headers},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestInfo",{get:function(){return{data:this.targetInfo.requestData,headers:this.headers,method:this.targetInfo.requestMethod,url:this.targetInfo.requestUrl}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestUrl",{get:function(){return this.xhr?this.xhr.responseURL:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"status",{get:function(){return this.xhr?this.xhr.status:null},enumerable:!1,configurable:!0}),e.prototype.createXHR=function(){if("undefined"!=typeof XMLHttpRequest)return new XMLHttpRequest;try{return new ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(e){}try{return new ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(e){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}console.error("This browser does not support xml http requests.")},e.prototype.defaultHeaders=function(e){var t=!1;if(this.targetInfo.requestHeaders)for(var r in this.targetInfo.requestHeaders)this.xhr&&this.xhr.setRequestHeader(r,this.targetInfo.requestHeaders[r]),this.headers[r]=this.targetInfo.requestHeaders[r],t=t||"IF-MATCH"==r.toUpperCase();else this.targetInfo.isGraph?(this.xhr&&this.xhr.setRequestHeader("Accept","application/json"),this.xhr&&this.xhr.setRequestHeader("Content-Type","application/json"),this.headers.Accept="application/json",this.headers["Content-Type"]="application/json"):(this.xhr&&this.xhr.setRequestHeader("Accept","application/json;odata=verbose"),this.xhr&&this.xhr.setRequestHeader("Content-Type","application/json;odata=verbose"),this.headers.Accept="application/json;odata=verbose",this.headers["Content-Type"]="application/json;odata=verbose");this.targetInfo.props.disableCache&&(this.xhr&&this.xhr.setRequestHeader("Cache-Control","no-cache"),this.headers["Cache-Control"]="no-cache"),this.targetInfo.isGraph?(this.xhr&&this.xhr.setRequestHeader("Authorization","Bearer "+this.targetInfo.props.accessToken),this.headers.Authorization="Bearer "+this.targetInfo.props.accessToken):(null==this.targetInfo.requestHeaders&&(this.xhr&&this.xhr.setRequestHeader("X-HTTP-Method",this.targetInfo.requestMethod),this.headers["X-HTTP-Method"]=this.targetInfo.requestMethod),this.xhr&&this.xhr.setRequestHeader("X-RequestDigest",e),e&&(this.headers["X-RequestDigest"]=e),("DELETE"==this.targetInfo.requestMethod||"MERGE"==this.targetInfo.requestMethod&&!t)&&(this.xhr&&this.xhr.setRequestHeader("IF-MATCH","*"),this.headers["IF-MATCH"]="*"))},e.prototype.execute=function(){var e=this,t=this.targetInfo.props.requestDigest||"";""==t&&(t=(t=a.ContextInfo.document?a.ContextInfo.document.querySelector("#__REQUESTDIGEST"):"")?t.value:a.ContextInfo.formDigestValue),"contextinfo"==this.targetInfo.props.endpoint?this.executeRequest(t):"GET"!=this.targetInfo.requestMethod&&""==t?this.asyncFl?a.ContextInfo.getWeb(this.targetInfo.props.url||document.location.pathname.substr(0,document.location.pathname.lastIndexOf("/"))).execute((function(t){e.executeRequest(t.GetContextWebInformation.FormDigestValue)})):console.info("[gd-sprest] POST requests must include the request digest information for synchronous requests. This is due to the modern page not including this information on the page."):this.executeRequest(t)},e.prototype.executeRequest=function(e){var t=this;if(null==this.xhr)return null;this.xhr.open("GET"==this.targetInfo.requestMethod?"GET":"POST",this.targetInfo.requestUrl,this.asyncFl),this.asyncFl&&(this.xhr.onreadystatechange=function(){4==t.xhr.readyState&&t.onRequestCompleted&&t.onRequestCompleted(t)}),this.targetInfo.props.bufferFl&&this.asyncFl?this.xhr.responseType="arraybuffer":(this.defaultHeaders(e),this.targetInfo.requestData&&"string"!=typeof this.targetInfo.requestData&&(this.targetInfo.requestData=this.targetInfo.requestData.byteLength?this.targetInfo.requestData:JSON.stringify(this.targetInfo.requestData))),this.executeFl&&(this.targetInfo.props.bufferFl||null==this.targetInfo.requestData?this.xhr.send():this.xhr.send(this.targetInfo.requestData))},e}();t.XHRRequest=n},2399:function(e,t,r){r(2616),r(1682),r(9241),r(4105),r(2911),r(8644),r(376),r(263);var a=r(9650);e.exports=a.Promise},398:function(e,t,r){var a=r(7844),n=r(8129),s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not a function")}},7882:function(e,t,r){var a=r(8373),n=r(8129),s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not a constructor")}},3020:function(e,t,r){var a=r(7844),n=String,s=TypeError;e.exports=function(e){if("object"==typeof e||a(e))return e;throw s("Can't set "+n(e)+" as a prototype")}},166:function(e,t,r){var a=r(1504),n=r(8798),s=r(508).f,o=a("unscopables"),i=Array.prototype;null==i[o]&&s(i,o,{configurable:!0,value:n(null)}),e.exports=function(e){i[o][e]=!0}},6420:function(e,t,r){var a=r(5152),n=TypeError;e.exports=function(e,t){if(a(t,e))return e;throw n("Incorrect invocation")}},3667:function(e,t,r){var a=r(7362),n=String,s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not an object")}},8277:function(e,t,r){var a=r(41),n=r(3465),s=r(2910),o=function(e){return function(t,r,o){var i,u=a(t),l=s(u),p=n(o,l);if(e&&r!=r){for(;l>p;)if((i=u[p++])!=i)return!0}else for(;l>p;p++)if((e||p in u)&&u[p]===r)return e||p||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},2013:function(e,t,r){var a=r(6834);e.exports=a([].slice)},3373:function(e,t,r){var a=r(1504)("iterator"),n=!1;try{var s=0,o={next:function(){return{done:!!s++}},return:function(){n=!0}};o[a]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!n)return!1;var r=!1;try{var s={};s[a]=function(){return{next:function(){return{done:r=!0}}}},e(s)}catch(e){}return r}},2387:function(e,t,r){var a=r(6834),n=a({}.toString),s=a("".slice);e.exports=function(e){return s(n(e),8,-1)}},8980:function(e,t,r){var a=r(2472),n=r(7844),s=r(2387),o=r(1504)("toStringTag"),i=Object,u="Arguments"==s(function(){return arguments}());e.exports=a?s:function(e){var t,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=i(e),o))?r:u?s(t):"Object"==(a=s(t))&&n(t.callee)?"Arguments":a}},9151:function(e,t,r){var a=r(6834),n=Error,s=a("".replace),o=String(n("zxcasd").stack),i=/\n\s*at [^:]*:[^\n]*/,u=i.test(o);e.exports=function(e,t){if(u&&"string"==typeof e&&!n.prepareStackTrace)for(;t--;)e=s(e,i,"");return e}},4813:function(e,t,r){var a=r(7061),n=r(4245),s=r(8728),o=r(508);e.exports=function(e,t,r){for(var i=n(t),u=o.f,l=s.f,p=0;p<i.length;p++){var d=i[p];a(e,d)||r&&a(r,d)||u(e,d,l(t,d))}}},285:function(e,t,r){var a=r(3589);e.exports=!a((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},6455:function(e,t,r){"use strict";var a=r(5522).IteratorPrototype,n=r(8798),s=r(6338),o=r(3625),i=r(1543),u=function(){return this};e.exports=function(e,t,r,l){var p=t+" Iterator";return e.prototype=n(a,{next:s(+!l,r)}),o(e,p,!1,!0),i[p]=u,e}},5732:function(e,t,r){var a=r(4921),n=r(508),s=r(6338);e.exports=a?function(e,t,r){return n.f(e,t,s(1,r))}:function(e,t,r){return e[t]=r,e}},6338:function(e){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},8286:function(e,t,r){var a=r(7844),n=r(508),s=r(7263),o=r(5382);e.exports=function(e,t,r,i){i||(i={});var u=i.enumerable,l=void 0!==i.name?i.name:t;if(a(r)&&s(r,l,i),i.global)u?e[t]=r:o(t,r);else{try{i.unsafe?e[t]&&(u=!0):delete e[t]}catch(e){}u?e[t]=r:n.f(e,t,{value:r,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return e}},5382:function(e,t,r){var a=r(7643),n=Object.defineProperty;e.exports=function(e,t){try{n(a,e,{value:t,configurable:!0,writable:!0})}catch(r){a[e]=t}return t}},1396:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(8199),o=r(852),i=r(7844),u=r(6455),l=r(3697),p=r(2383),d=r(3625),c=r(5732),g=r(8286),m=r(1504),y=r(1543),f=r(5522),T=o.PROPER,h=o.CONFIGURABLE,P=f.IteratorPrototype,S=f.BUGGY_SAFARI_ITERATORS,q=m("iterator"),N="keys",I="values",b="entries",v=function(){return this};e.exports=function(e,t,r,o,m,f,R){u(r,t,o);var C,D,w,F=function(e){if(e===m&&W)return W;if(!S&&e in x)return x[e];switch(e){case N:case I:case b:return function(){return new r(this,e)}}return function(){return new r(this)}},A=t+" Iterator",O=!1,x=e.prototype,M=x[q]||x["@@iterator"]||m&&x[m],W=!S&&M||F(m),U="Array"==t&&x.entries||M;if(U&&(C=l(U.call(new e)))!==Object.prototype&&C.next&&(s||l(C)===P||(p?p(C,P):i(C[q])||g(C,q,v)),d(C,A,!0,!0),s&&(y[A]=v)),T&&m==I&&M&&M.name!==I&&(!s&&h?c(x,"name",I):(O=!0,W=function(){return n(M,this)})),m)if(D={values:F(I),keys:f?W:F(N),entries:F(b)},R)for(w in D)(S||O||!(w in x))&&g(x,w,D[w]);else a({target:t,proto:!0,forced:S||O},D);return s&&!R||x[q]===W||g(x,q,W,{name:m}),y[t]=W,D}},4921:function(e,t,r){var a=r(3589);e.exports=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},757:function(e,t,r){var a=r(7643),n=r(7362),s=a.document,o=n(s)&&n(s.createElement);e.exports=function(e){return o?s.createElement(e):{}}},9989:function(e,t,r){var a=r(2084),n=r(2203);e.exports=!a&&!n&&"object"==typeof window&&"object"==typeof document},2084:function(e){e.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},7963:function(e,t,r){var a=r(5514),n=r(7643);e.exports=/ipad|iphone|ipod/i.test(a)&&void 0!==n.Pebble},1485:function(e,t,r){var a=r(5514);e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(a)},2203:function(e,t,r){var a=r(2387),n=r(7643);e.exports="process"==a(n.process)},3409:function(e,t,r){var a=r(5514);e.exports=/web0s(?!.*chrome)/i.test(a)},5514:function(e,t,r){var a=r(5080);e.exports=a("navigator","userAgent")||""},9275:function(e,t,r){var a,n,s=r(7643),o=r(5514),i=s.process,u=s.Deno,l=i&&i.versions||u&&u.version,p=l&&l.v8;p&&(n=(a=p.split("."))[0]>0&&a[0]<4?1:+(a[0]+a[1])),!n&&o&&(!(a=o.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=o.match(/Chrome\/(\d+)/))&&(n=+a[1]),e.exports=n},1206:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2139:function(e,t,r){var a=r(3589),n=r(6338);e.exports=!a((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",n(1,7)),7!==e.stack)}))},5266:function(e,t,r){var a=r(7643),n=r(8728).f,s=r(5732),o=r(8286),i=r(5382),u=r(4813),l=r(4414);e.exports=function(e,t){var r,p,d,c,g,m=e.target,y=e.global,f=e.stat;if(r=y?a:f?a[m]||i(m,{}):(a[m]||{}).prototype)for(p in t){if(c=t[p],d=e.dontCallGetSet?(g=n(r,p))&&g.value:r[p],!l(y?p:m+(f?".":"#")+p,e.forced)&&void 0!==d){if(typeof c==typeof d)continue;u(c,d)}(e.sham||d&&d.sham)&&s(c,"sham",!0),o(r,p,c,e)}}},3589:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},3233:function(e,t,r){var a=r(6054),n=Function.prototype,s=n.apply,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(a?o.bind(s):function(){return o.apply(s,arguments)})},5376:function(e,t,r){var a=r(6834),n=r(398),s=r(6054),o=a(a.bind);e.exports=function(e,t){return n(e),void 0===t?e:s?o(e,t):function(){return e.apply(t,arguments)}}},6054:function(e,t,r){var a=r(3589);e.exports=!a((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},8937:function(e,t,r){var a=r(6054),n=Function.prototype.call;e.exports=a?n.bind(n):function(){return n.apply(n,arguments)}},852:function(e,t,r){var a=r(4921),n=r(7061),s=Function.prototype,o=a&&Object.getOwnPropertyDescriptor,i=n(s,"name"),u=i&&"something"===function(){}.name,l=i&&(!a||a&&o(s,"name").configurable);e.exports={EXISTS:i,PROPER:u,CONFIGURABLE:l}},6834:function(e,t,r){var a=r(6054),n=Function.prototype,s=n.bind,o=n.call,i=a&&s.bind(o,o);e.exports=a?function(e){return e&&i(e)}:function(e){return e&&function(){return o.apply(e,arguments)}}},5080:function(e,t,r){var a=r(7643),n=r(7844),s=function(e){return n(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?s(a[e]):a[e]&&a[e][t]}},9761:function(e,t,r){var a=r(8980),n=r(8986),s=r(1543),o=r(1504)("iterator");e.exports=function(e){if(null!=e)return n(e,o)||n(e,"@@iterator")||s[a(e)]}},487:function(e,t,r){var a=r(8937),n=r(398),s=r(3667),o=r(8129),i=r(9761),u=TypeError;e.exports=function(e,t){var r=arguments.length<2?i(e):t;if(n(r))return s(a(r,e));throw u(o(e)+" is not iterable")}},8986:function(e,t,r){var a=r(398);e.exports=function(e,t){var r=e[t];return null==r?void 0:a(r)}},7643:function(e,t,r){var a=function(e){return e&&e.Math==Math&&e};e.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},7061:function(e,t,r){var a=r(6834),n=r(1133),s=a({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return s(n(e),t)}},2142:function(e){e.exports={}},1387:function(e,t,r){var a=r(7643);e.exports=function(e,t){var r=a.console;r&&r.error&&(1==arguments.length?r.error(e):r.error(e,t))}},845:function(e,t,r){var a=r(5080);e.exports=a("document","documentElement")},1656:function(e,t,r){var a=r(4921),n=r(3589),s=r(757);e.exports=!a&&!n((function(){return 7!=Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a}))},9636:function(e,t,r){var a=r(6834),n=r(3589),s=r(2387),o=Object,i=a("".split);e.exports=n((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?i(e,""):o(e)}:o},8190:function(e,t,r){var a=r(6834),n=r(7844),s=r(4974),o=a(Function.toString);n(s.inspectSource)||(s.inspectSource=function(e){return o(e)}),e.exports=s.inspectSource},9314:function(e,t,r){var a=r(7362),n=r(5732);e.exports=function(e,t){a(t)&&"cause"in t&&n(e,"cause",t.cause)}},9067:function(e,t,r){var a,n,s,o=r(2919),i=r(7643),u=r(6834),l=r(7362),p=r(5732),d=r(7061),c=r(4974),g=r(4446),m=r(2142),y="Object already initialized",f=i.TypeError,T=i.WeakMap;if(o||c.state){var h=c.state||(c.state=new T),P=u(h.get),S=u(h.has),q=u(h.set);a=function(e,t){if(S(h,e))throw new f(y);return t.facade=e,q(h,e,t),t},n=function(e){return P(h,e)||{}},s=function(e){return S(h,e)}}else{var N=g("state");m[N]=!0,a=function(e,t){if(d(e,N))throw new f(y);return t.facade=e,p(e,N,t),t},n=function(e){return d(e,N)?e[N]:{}},s=function(e){return d(e,N)}}e.exports={set:a,get:n,has:s,enforce:function(e){return s(e)?n(e):a(e,{})},getterFor:function(e){return function(t){var r;if(!l(t)||(r=n(t)).type!==e)throw f("Incompatible receiver, "+e+" required");return r}}}},3734:function(e,t,r){var a=r(1504),n=r(1543),s=a("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||o[s]===e)}},7844:function(e){e.exports=function(e){return"function"==typeof e}},8373:function(e,t,r){var a=r(6834),n=r(3589),s=r(7844),o=r(8980),i=r(5080),u=r(8190),l=function(){},p=[],d=i("Reflect","construct"),c=/^\s*(?:class|function)\b/,g=a(c.exec),m=!c.exec(l),y=function(e){if(!s(e))return!1;try{return d(l,p,e),!0}catch(e){return!1}},f=function(e){if(!s(e))return!1;switch(o(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!g(c,u(e))}catch(e){return!0}};f.sham=!0,e.exports=!d||n((function(){var e;return y(y.call)||!y(Object)||!y((function(){e=!0}))||e}))?f:y},4414:function(e,t,r){var a=r(3589),n=r(7844),s=/#|\.prototype\./,o=function(e,t){var r=u[i(e)];return r==p||r!=l&&(n(t)?a(t):!!t)},i=o.normalize=function(e){return String(e).replace(s,".").toLowerCase()},u=o.data={},l=o.NATIVE="N",p=o.POLYFILL="P";e.exports=o},7362:function(e,t,r){var a=r(7844);e.exports=function(e){return"object"==typeof e?null!==e:a(e)}},8199:function(e){e.exports=!1},6709:function(e,t,r){var a=r(5080),n=r(7844),s=r(5152),o=r(6257),i=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=a("Symbol");return n(t)&&s(t.prototype,i(e))}},9128:function(e,t,r){var a=r(5376),n=r(8937),s=r(3667),o=r(8129),i=r(3734),u=r(2910),l=r(5152),p=r(487),d=r(9761),c=r(9340),g=TypeError,m=function(e,t){this.stopped=e,this.result=t},y=m.prototype;e.exports=function(e,t,r){var f,T,h,P,S,q,N,I=r&&r.that,b=!(!r||!r.AS_ENTRIES),v=!(!r||!r.IS_RECORD),R=!(!r||!r.IS_ITERATOR),C=!(!r||!r.INTERRUPTED),D=a(t,I),w=function(e){return f&&c(f,"normal",e),new m(!0,e)},F=function(e){return b?(s(e),C?D(e[0],e[1],w):D(e[0],e[1])):C?D(e,w):D(e)};if(v)f=e.iterator;else if(R)f=e;else{if(!(T=d(e)))throw g(o(e)+" is not iterable");if(i(T)){for(h=0,P=u(e);P>h;h++)if((S=F(e[h]))&&l(y,S))return S;return new m(!1)}f=p(e,T)}for(q=v?e.next:f.next;!(N=n(q,f)).done;){try{S=F(N.value)}catch(e){c(f,"throw",e)}if("object"==typeof S&&S&&l(y,S))return S}return new m(!1)}},9340:function(e,t,r){var a=r(8937),n=r(3667),s=r(8986);e.exports=function(e,t,r){var o,i;n(e);try{if(!(o=s(e,"return"))){if("throw"===t)throw r;return r}o=a(o,e)}catch(e){i=!0,o=e}if("throw"===t)throw r;if(i)throw o;return n(o),r}},5522:function(e,t,r){"use strict";var a,n,s,o=r(3589),i=r(7844),u=r(8798),l=r(3697),p=r(8286),d=r(1504),c=r(8199),g=d("iterator"),m=!1;[].keys&&("next"in(s=[].keys())?(n=l(l(s)))!==Object.prototype&&(a=n):m=!0),null==a||o((function(){var e={};return a[g].call(e)!==e}))?a={}:c&&(a=u(a)),i(a[g])||p(a,g,(function(){return this})),e.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:m}},1543:function(e){e.exports={}},2910:function(e,t,r){var a=r(163);e.exports=function(e){return a(e.length)}},7263:function(e,t,r){var a=r(3589),n=r(7844),s=r(7061),o=r(4921),i=r(852).CONFIGURABLE,u=r(8190),l=r(9067),p=l.enforce,d=l.get,c=Object.defineProperty,g=o&&!a((function(){return 8!==c((function(){}),"length",{value:8}).length})),m=String(String).split("String"),y=e.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!s(e,"name")||i&&e.name!==t)&&(o?c(e,"name",{value:t,configurable:!0}):e.name=t),g&&r&&s(r,"arity")&&e.length!==r.arity&&c(e,"length",{value:r.arity});try{r&&s(r,"constructor")&&r.constructor?o&&c(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=p(e);return s(a,"source")||(a.source=m.join("string"==typeof t?t:"")),e};Function.prototype.toString=y((function(){return n(this)&&d(this).source||u(this)}),"toString")},8900:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var a=+e;return(a>0?r:t)(a)}},1256:function(e,t,r){var a,n,s,o,i,u,l,p,d=r(7643),c=r(5376),g=r(8728).f,m=r(9068).set,y=r(1485),f=r(7963),T=r(3409),h=r(2203),P=d.MutationObserver||d.WebKitMutationObserver,S=d.document,q=d.process,N=d.Promise,I=g(d,"queueMicrotask"),b=I&&I.value;b||(a=function(){var e,t;for(h&&(e=q.domain)&&e.exit();n;){t=n.fn,n=n.next;try{t()}catch(e){throw n?o():s=void 0,e}}s=void 0,e&&e.enter()},y||h||T||!P||!S?!f&&N&&N.resolve?((l=N.resolve(void 0)).constructor=N,p=c(l.then,l),o=function(){p(a)}):h?o=function(){q.nextTick(a)}:(m=c(m,d),o=function(){m(a)}):(i=!0,u=S.createTextNode(""),new P(a).observe(u,{characterData:!0}),o=function(){u.data=i=!i})),e.exports=b||function(e){var t={fn:e,next:void 0};s&&(s.next=t),n||(n=t,o()),s=t}},5242:function(e,t,r){var a=r(9275),n=r(3589);e.exports=!!Object.getOwnPropertySymbols&&!n((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&a&&a<41}))},2919:function(e,t,r){var a=r(7643),n=r(7844),s=r(8190),o=a.WeakMap;e.exports=n(o)&&/native code/.test(s(o))},7742:function(e,t,r){"use strict";var a=r(398),n=function(e){var t,r;this.promise=new e((function(e,a){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=a})),this.resolve=a(t),this.reject=a(r)};e.exports.f=function(e){return new n(e)}},8266:function(e,t,r){var a=r(5409);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:a(e)}},8798:function(e,t,r){var a,n=r(3667),s=r(3889),o=r(1206),i=r(2142),u=r(845),l=r(757),p=r(4446),d=p("IE_PROTO"),c=function(){},g=function(e){return"<script>"+e+"</"+"script>"},m=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){try{a=new ActiveXObject("htmlfile")}catch(e){}var e,t;y="undefined"!=typeof document?document.domain&&a?m(a):((t=l("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):m(a);for(var r=o.length;r--;)delete y.prototype[o[r]];return y()};i[d]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(c.prototype=n(e),r=new c,c.prototype=null,r[d]=e):r=y(),void 0===t?r:s.f(r,t)}},3889:function(e,t,r){var a=r(4921),n=r(7197),s=r(508),o=r(3667),i=r(41),u=r(8901);t.f=a&&!n?Object.defineProperties:function(e,t){o(e);for(var r,a=i(t),n=u(t),l=n.length,p=0;l>p;)s.f(e,r=n[p++],a[r]);return e}},508:function(e,t,r){var a=r(4921),n=r(1656),s=r(7197),o=r(3667),i=r(3336),u=TypeError,l=Object.defineProperty,p=Object.getOwnPropertyDescriptor,d="enumerable",c="configurable",g="writable";t.f=a?s?function(e,t,r){if(o(e),t=i(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&g in r&&!r.writable){var a=p(e,t);a&&a.writable&&(e[t]=r.value,r={configurable:c in r?r.configurable:a.configurable,enumerable:d in r?r.enumerable:a.enumerable,writable:!1})}return l(e,t,r)}:l:function(e,t,r){if(o(e),t=i(t),o(r),n)try{return l(e,t,r)}catch(e){}if("get"in r||"set"in r)throw u("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},8728:function(e,t,r){var a=r(4921),n=r(8937),s=r(8490),o=r(6338),i=r(41),u=r(3336),l=r(7061),p=r(1656),d=Object.getOwnPropertyDescriptor;t.f=a?d:function(e,t){if(e=i(e),t=u(t),p)try{return d(e,t)}catch(e){}if(l(e,t))return o(!n(s.f,e,t),e[t])}},1362:function(e,t,r){var a=r(6436),n=r(1206).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,n)}},2247:function(e,t){t.f=Object.getOwnPropertySymbols},3697:function(e,t,r){var a=r(7061),n=r(7844),s=r(1133),o=r(4446),i=r(285),u=o("IE_PROTO"),l=Object,p=l.prototype;e.exports=i?l.getPrototypeOf:function(e){var t=s(e);if(a(t,u))return t[u];var r=t.constructor;return n(r)&&t instanceof r?r.prototype:t instanceof l?p:null}},5152:function(e,t,r){var a=r(6834);e.exports=a({}.isPrototypeOf)},6436:function(e,t,r){var a=r(6834),n=r(7061),s=r(41),o=r(8277).indexOf,i=r(2142),u=a([].push);e.exports=function(e,t){var r,a=s(e),l=0,p=[];for(r in a)!n(i,r)&&n(a,r)&&u(p,r);for(;t.length>l;)n(a,r=t[l++])&&(~o(p,r)||u(p,r));return p}},8901:function(e,t,r){var a=r(6436),n=r(1206);e.exports=Object.keys||function(e){return a(e,n)}},8490:function(e,t){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,n=a&&!r.call({1:2},1);t.f=n?function(e){var t=a(this,e);return!!t&&t.enumerable}:r},2383:function(e,t,r){var a=r(6834),n=r(3667),s=r(3020);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=a(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,a){return n(r),s(a),t?e(r,a):r.__proto__=a,r}}():void 0)},9420:function(e,t,r){"use strict";var a=r(2472),n=r(8980);e.exports=a?{}.toString:function(){return"[object "+n(this)+"]"}},7005:function(e,t,r){var a=r(8937),n=r(7844),s=r(7362),o=TypeError;e.exports=function(e,t){var r,i;if("string"===t&&n(r=e.toString)&&!s(i=a(r,e)))return i;if(n(r=e.valueOf)&&!s(i=a(r,e)))return i;if("string"!==t&&n(r=e.toString)&&!s(i=a(r,e)))return i;throw o("Can't convert object to primitive value")}},4245:function(e,t,r){var a=r(5080),n=r(6834),s=r(1362),o=r(2247),i=r(3667),u=n([].concat);e.exports=a("Reflect","ownKeys")||function(e){var t=s.f(i(e)),r=o.f;return r?u(t,r(e)):t}},9650:function(e,t,r){var a=r(7643);e.exports=a},8765:function(e){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},4893:function(e,t,r){var a=r(7643),n=r(1177),s=r(7844),o=r(4414),i=r(8190),u=r(1504),l=r(9989),p=r(2084),d=r(8199),c=r(9275),g=n&&n.prototype,m=u("species"),y=!1,f=s(a.PromiseRejectionEvent),T=o("Promise",(function(){var e=i(n),t=e!==String(n);if(!t&&66===c)return!0;if(d&&(!g.catch||!g.finally))return!0;if(!c||c<51||!/native code/.test(e)){var r=new n((function(e){e(1)})),a=function(e){e((function(){}),(function(){}))};if((r.constructor={})[m]=a,!(y=r.then((function(){}))instanceof a))return!0}return!t&&(l||p)&&!f}));e.exports={CONSTRUCTOR:T,REJECTION_EVENT:f,SUBCLASSING:y}},1177:function(e,t,r){var a=r(7643);e.exports=a.Promise},2965:function(e,t,r){var a=r(3667),n=r(7362),s=r(7742);e.exports=function(e,t){if(a(e),n(t)&&t.constructor===e)return t;var r=s.f(e);return(0,r.resolve)(t),r.promise}},330:function(e,t,r){var a=r(1177),n=r(3373),s=r(4893).CONSTRUCTOR;e.exports=s||!n((function(e){a.all(e).then(void 0,(function(){}))}))},8115:function(e){var t=function(){this.head=null,this.tail=null};t.prototype={add:function(e){var t={item:e,next:null};this.head?this.tail.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return this.head=e.next,this.tail===e&&(this.tail=null),e.item}},e.exports=t},1670:function(e){var t=TypeError;e.exports=function(e){if(null==e)throw t("Can't call method on "+e);return e}},1230:function(e,t,r){"use strict";var a=r(5080),n=r(508),s=r(1504),o=r(4921),i=s("species");e.exports=function(e){var t=a(e),r=n.f;o&&t&&!t[i]&&r(t,i,{configurable:!0,get:function(){return this}})}},3625:function(e,t,r){var a=r(508).f,n=r(7061),s=r(1504)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!n(e,s)&&a(e,s,{configurable:!0,value:t})}},4446:function(e,t,r){var a=r(7397),n=r(8368),s=a("keys");e.exports=function(e){return s[e]||(s[e]=n(e))}},4974:function(e,t,r){var a=r(7643),n=r(5382),s="__core-js_shared__",o=a[s]||n(s,{});e.exports=o},7397:function(e,t,r){var a=r(8199),n=r(4974);(e.exports=function(e,t){return n[e]||(n[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.24.1",mode:a?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9002:function(e,t,r){var a=r(3667),n=r(7882),s=r(1504)("species");e.exports=function(e,t){var r,o=a(e).constructor;return void 0===o||null==(r=a(o)[s])?t:n(r)}},6239:function(e,t,r){var a=r(6834),n=r(1587),s=r(5409),o=r(1670),i=a("".charAt),u=a("".charCodeAt),l=a("".slice),p=function(e){return function(t,r){var a,p,d=s(o(t)),c=n(r),g=d.length;return c<0||c>=g?e?"":void 0:(a=u(d,c))<55296||a>56319||c+1===g||(p=u(d,c+1))<56320||p>57343?e?i(d,c):a:e?l(d,c,c+2):p-56320+(a-55296<<10)+65536}};e.exports={codeAt:p(!1),charAt:p(!0)}},9068:function(e,t,r){var a,n,s,o,i=r(7643),u=r(3233),l=r(5376),p=r(7844),d=r(7061),c=r(3589),g=r(845),m=r(2013),y=r(757),f=r(4566),T=r(1485),h=r(2203),P=i.setImmediate,S=i.clearImmediate,q=i.process,N=i.Dispatch,I=i.Function,b=i.MessageChannel,v=i.String,R=0,C={},D="onreadystatechange";try{a=i.location}catch(e){}var w=function(e){if(d(C,e)){var t=C[e];delete C[e],t()}},F=function(e){return function(){w(e)}},A=function(e){w(e.data)},O=function(e){i.postMessage(v(e),a.protocol+"//"+a.host)};P&&S||(P=function(e){f(arguments.length,1);var t=p(e)?e:I(e),r=m(arguments,1);return C[++R]=function(){u(t,void 0,r)},n(R),R},S=function(e){delete C[e]},h?n=function(e){q.nextTick(F(e))}:N&&N.now?n=function(e){N.now(F(e))}:b&&!T?(o=(s=new b).port2,s.port1.onmessage=A,n=l(o.postMessage,o)):i.addEventListener&&p(i.postMessage)&&!i.importScripts&&a&&"file:"!==a.protocol&&!c(O)?(n=O,i.addEventListener("message",A,!1)):n=D in y("script")?function(e){g.appendChild(y("script")).onreadystatechange=function(){g.removeChild(this),w(e)}}:function(e){setTimeout(F(e),0)}),e.exports={set:P,clear:S}},3465:function(e,t,r){var a=r(1587),n=Math.max,s=Math.min;e.exports=function(e,t){var r=a(e);return r<0?n(r+t,0):s(r,t)}},41:function(e,t,r){var a=r(9636),n=r(1670);e.exports=function(e){return a(n(e))}},1587:function(e,t,r){var a=r(8900);e.exports=function(e){var t=+e;return t!=t||0===t?0:a(t)}},163:function(e,t,r){var a=r(1587),n=Math.min;e.exports=function(e){return e>0?n(a(e),9007199254740991):0}},1133:function(e,t,r){var a=r(1670),n=Object;e.exports=function(e){return n(a(e))}},2299:function(e,t,r){var a=r(8937),n=r(7362),s=r(6709),o=r(8986),i=r(7005),u=r(1504),l=TypeError,p=u("toPrimitive");e.exports=function(e,t){if(!n(e)||s(e))return e;var r,u=o(e,p);if(u){if(void 0===t&&(t="default"),r=a(u,e,t),!n(r)||s(r))return r;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),i(e,t)}},3336:function(e,t,r){var a=r(2299),n=r(6709);e.exports=function(e){var t=a(e,"string");return n(t)?t:t+""}},2472:function(e,t,r){var a={};a[r(1504)("toStringTag")]="z",e.exports="[object z]"===String(a)},5409:function(e,t,r){var a=r(8980),n=String;e.exports=function(e){if("Symbol"===a(e))throw TypeError("Cannot convert a Symbol value to a string");return n(e)}},8129:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},8368:function(e,t,r){var a=r(6834),n=0,s=Math.random(),o=a(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++n+s,36)}},6257:function(e,t,r){var a=r(5242);e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},7197:function(e,t,r){var a=r(4921),n=r(3589);e.exports=a&&n((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4566:function(e){var t=TypeError;e.exports=function(e,r){if(e<r)throw t("Not enough arguments");return e}},1504:function(e,t,r){var a=r(7643),n=r(7397),s=r(7061),o=r(8368),i=r(5242),u=r(6257),l=n("wks"),p=a.Symbol,d=p&&p.for,c=u?p:p&&p.withoutSetter||o;e.exports=function(e){if(!s(l,e)||!i&&"string"!=typeof l[e]){var t="Symbol."+e;i&&s(p,e)?l[e]=p[e]:l[e]=u&&d?d(t):c(t)}return l[e]}},7973:function(e,t,r){"use strict";var a=r(5266),n=r(5152),s=r(3697),o=r(2383),i=r(4813),u=r(8798),l=r(5732),p=r(6338),d=r(9151),c=r(9314),g=r(9128),m=r(8266),y=r(1504),f=r(2139),T=y("toStringTag"),h=Error,P=[].push,S=function(e,t){var r,a=arguments.length>2?arguments[2]:void 0,i=n(q,this);o?r=o(new h,i?s(this):q):(r=i?this:u(q),l(r,T,"Error")),void 0!==t&&l(r,"message",m(t)),f&&l(r,"stack",d(r.stack,1)),c(r,a);var p=[];return g(e,P,{that:p}),l(r,"errors",p),r};o?o(S,h):i(S,h,{name:!0});var q=S.prototype=u(h.prototype,{constructor:p(1,S),message:p(1,""),name:p(1,"AggregateError")});a({global:!0,constructor:!0,arity:2},{AggregateError:S})},2616:function(e,t,r){r(7973)},1682:function(e,t,r){"use strict";var a=r(41),n=r(166),s=r(1543),o=r(9067),i=r(508).f,u=r(1396),l=r(8199),p=r(4921),d="Array Iterator",c=o.set,g=o.getterFor(d);e.exports=u(Array,"Array",(function(e,t){c(this,{type:d,target:a(e),index:0,kind:t})}),(function(){var e=g(this),t=e.target,r=e.kind,a=e.index++;return!t||a>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:a,done:!1}:"values"==r?{value:t[a],done:!1}:{value:[a,t[a]],done:!1}}),"values");var m=s.Arguments=s.Array;if(n("keys"),n("values"),n("entries"),!l&&p&&"values"!==m.name)try{i(m,"name",{value:"values"})}catch(e){}},9241:function(e,t,r){var a=r(2472),n=r(8286),s=r(9420);a||n(Object.prototype,"toString",s,{unsafe:!0})},2911:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0},{allSettled:function(e){var t=this,r=o.f(t),a=r.resolve,l=r.reject,p=i((function(){var r=s(t.resolve),o=[],i=0,l=1;u(e,(function(e){var s=i++,u=!1;l++,n(r,t,e).then((function(e){u||(u=!0,o[s]={status:"fulfilled",value:e},--l||a(o))}),(function(e){u||(u=!0,o[s]={status:"rejected",reason:e},--l||a(o))}))})),--l||a(o)}));return p.error&&l(p.value),r.promise}})},8089:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0,forced:r(330)},{all:function(e){var t=this,r=o.f(t),a=r.resolve,l=r.reject,p=i((function(){var r=s(t.resolve),o=[],i=0,p=1;u(e,(function(e){var s=i++,u=!1;p++,n(r,t,e).then((function(e){u||(u=!0,o[s]=e,--p||a(o))}),l)})),--p||a(o)}));return p.error&&l(p.value),r.promise}})},8644:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(5080),i=r(7742),u=r(8765),l=r(9128),p="No one promise resolved";a({target:"Promise",stat:!0},{any:function(e){var t=this,r=o("AggregateError"),a=i.f(t),d=a.resolve,c=a.reject,g=u((function(){var a=s(t.resolve),o=[],i=0,u=1,g=!1;l(e,(function(e){var s=i++,l=!1;u++,n(a,t,e).then((function(e){l||g||(g=!0,d(e))}),(function(e){l||g||(l=!0,o[s]=e,--u||c(new r(o,p)))}))})),--u||c(new r(o,p))}));return g.error&&c(g.value),a.promise}})},8248:function(e,t,r){"use strict";var a=r(5266),n=r(8199),s=r(4893).CONSTRUCTOR,o=r(1177),i=r(5080),u=r(7844),l=r(8286),p=o&&o.prototype;if(a({target:"Promise",proto:!0,forced:s,real:!0},{catch:function(e){return this.then(void 0,e)}}),!n&&u(o)){var d=i("Promise").prototype.catch;p.catch!==d&&l(p,"catch",d,{unsafe:!0})}},4966:function(e,t,r){"use strict";var a,n,s,o=r(5266),i=r(8199),u=r(2203),l=r(7643),p=r(8937),d=r(8286),c=r(2383),g=r(3625),m=r(1230),y=r(398),f=r(7844),T=r(7362),h=r(6420),P=r(9002),S=r(9068).set,q=r(1256),N=r(1387),I=r(8765),b=r(8115),v=r(9067),R=r(1177),C=r(4893),D=r(7742),w="Promise",F=C.CONSTRUCTOR,A=C.REJECTION_EVENT,O=C.SUBCLASSING,x=v.getterFor(w),M=v.set,W=R&&R.prototype,U=R,k=W,B=l.TypeError,E=l.document,L=l.process,_=D.f,G=_,V=!!(E&&E.createEvent&&l.dispatchEvent),j="unhandledrejection",H=function(e){var t;return!(!T(e)||!f(t=e.then))&&t},Q=function(e,t){var r,a,n,s=t.value,o=1==t.state,i=o?e.ok:e.fail,u=e.resolve,l=e.reject,d=e.domain;try{i?(o||(2===t.rejection&&$(t),t.rejection=1),!0===i?r=s:(d&&d.enter(),r=i(s),d&&(d.exit(),n=!0)),r===e.promise?l(B("Promise-chain cycle")):(a=H(r))?p(a,r,u,l):u(r)):l(s)}catch(e){d&&!n&&d.exit(),l(e)}},z=function(e,t){e.notified||(e.notified=!0,q((function(){for(var r,a=e.reactions;r=a.get();)Q(r,e);e.notified=!1,t&&!e.rejection&&K(e)})))},J=function(e,t,r){var a,n;V?((a=E.createEvent("Event")).promise=t,a.reason=r,a.initEvent(e,!1,!0),l.dispatchEvent(a)):a={promise:t,reason:r},!A&&(n=l["on"+e])?n(a):e===j&&N("Unhandled promise rejection",r)},K=function(e){p(S,l,(function(){var t,r=e.facade,a=e.value;if(X(e)&&(t=I((function(){u?L.emit("unhandledRejection",a,r):J(j,r,a)})),e.rejection=u||X(e)?2:1,t.error))throw t.value}))},X=function(e){return 1!==e.rejection&&!e.parent},$=function(e){p(S,l,(function(){var t=e.facade;u?L.emit("rejectionHandled",t):J("rejectionhandled",t,e.value)}))},Y=function(e,t,r){return function(a){e(t,a,r)}},Z=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,z(e,!0))},ee=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw B("Promise can't be resolved itself");var a=H(t);a?q((function(){var r={done:!1};try{p(a,t,Y(ee,r,e),Y(Z,r,e))}catch(t){Z(r,t,e)}})):(e.value=t,e.state=1,z(e,!1))}catch(t){Z({done:!1},t,e)}}};if(F&&(k=(U=function(e){h(this,k),y(e),p(a,this);var t=x(this);try{e(Y(ee,t),Y(Z,t))}catch(e){Z(t,e)}}).prototype,(a=function(e){M(this,{type:w,done:!1,notified:!1,parent:!1,reactions:new b,rejection:!1,state:0,value:void 0})}).prototype=d(k,"then",(function(e,t){var r=x(this),a=_(P(this,U));return r.parent=!0,a.ok=!f(e)||e,a.fail=f(t)&&t,a.domain=u?L.domain:void 0,0==r.state?r.reactions.add(a):q((function(){Q(a,r)})),a.promise})),n=function(){var e=new a,t=x(e);this.promise=e,this.resolve=Y(ee,t),this.reject=Y(Z,t)},D.f=_=function(e){return e===U||undefined===e?new n(e):G(e)},!i&&f(R)&&W!==Object.prototype)){s=W.then,O||d(W,"then",(function(e,t){var r=this;return new U((function(e,t){p(s,r,e,t)})).then(e,t)}),{unsafe:!0});try{delete W.constructor}catch(e){}c&&c(W,k)}o({global:!0,constructor:!0,wrap:!0,forced:F},{Promise:U}),g(U,w,!1,!0),m(w)},376:function(e,t,r){"use strict";var a=r(5266),n=r(8199),s=r(1177),o=r(3589),i=r(5080),u=r(7844),l=r(9002),p=r(2965),d=r(8286),c=s&&s.prototype;if(a({target:"Promise",proto:!0,real:!0,forced:!!s&&o((function(){c.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=l(this,i("Promise")),r=u(e);return this.then(r?function(r){return p(t,e()).then((function(){return r}))}:e,r?function(r){return p(t,e()).then((function(){throw r}))}:e)}}),!n&&u(s)){var g=i("Promise").prototype.finally;c.finally!==g&&d(c,"finally",g,{unsafe:!0})}},4105:function(e,t,r){r(4966),r(8089),r(8248),r(8581),r(9055),r(3970)},8581:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0,forced:r(330)},{race:function(e){var t=this,r=o.f(t),a=r.reject,l=i((function(){var o=s(t.resolve);u(e,(function(e){n(o,t,e).then(r.resolve,a)}))}));return l.error&&a(l.value),r.promise}})},9055:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(7742);a({target:"Promise",stat:!0,forced:r(4893).CONSTRUCTOR},{reject:function(e){var t=s.f(this);return n(t.reject,void 0,e),t.promise}})},3970:function(e,t,r){"use strict";var a=r(5266),n=r(5080),s=r(8199),o=r(1177),i=r(4893).CONSTRUCTOR,u=r(2965),l=n("Promise"),p=s&&!i;a({target:"Promise",stat:!0,forced:s||i},{resolve:function(e){return u(p&&this===l?o:this,e)}})},263:function(e,t,r){"use strict";var a=r(6239).charAt,n=r(5409),s=r(9067),o=r(1396),i="String Iterator",u=s.set,l=s.getterFor(i);o(String,"String",(function(e){u(this,{type:i,string:n(e),index:0})}),(function(){var e,t=l(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=a(r,n),t.index+=e.length,{value:e,done:!1})}))}},t={};function r(a){var n=t[a];if(void 0!==n)return n.exports;var s=t[a]={exports:{}};return e[a].call(s.exports,s,s.exports,r),s.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r(2399);r(1771)}();
|
|
1
|
+
!function(){var e={1514:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Executor=void 0,t.Executor=function(e,t,r){var a=this;void 0===e&&(e=[]);var n=null,s=null,o=function o(i){void 0===i&&(i=0);var u=i<e.length?t(e[i]):null;u&&u.then?u.then((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(r){var n=r.apply(a,e);n&&n.then?n.then((function(){o(i+1)})):o(i+1)}else o(i+1)}),s):i<e.length?o(i+1):n()};return new Promise((function(t,r){n=t,s=r,e.length>0?o():n()}))}},9078:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FieldSchemaXML=void 0;var a=r(1381),n=r(1771),s=r(5685);t.FieldSchemaXML=function(e,t){var r=null,o=function(e,t){var a=null;t.Type="Text",null!=e.maxLength&&(t.MaxLength=e.maxLength),a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")},i=function(e){var t="";for(var r in e){e[r];t+=(t?" ":"")+r+'="'+e[r]+'"'}return t};return new Promise((function(u,l){if(r=u,e.schemaXml)u(e.schemaXml);else{var p={};switch(p.ID="{"+a.ContextInfo.generateGUID()+"}",p.Name=e.name,p.StaticName=e.name,p.DisplayName=e.title||e.name,void 0!==e.allowDeletion&&(p.AllowDeletion=e.allowDeletion?"TRUE":"FALSE"),void 0!==e.description&&(p.Description=e.description),void 0!==e.enforceUniqueValues&&(p.EnforceUniqueValues=e.enforceUniqueValues?"TRUE":"FALSE"),void 0!==e.group&&(p.Group=e.group),void 0!==e.jslink&&(p.JSLink=e.jslink),void 0!==e.hidden&&(p.Hidden=e.hidden?"TRUE":"FALSE"),void 0!==e.indexed&&(p.Indexed=e.indexed?"TRUE":"FALSE"),void 0!==e.readOnly&&(p.ReadOnly=e.readOnly?"TRUE":"FALSE"),void 0!==e.required&&(p.Required=e.required?"TRUE":"FALSE"),void 0!==e.showInDisplayForm&&(p.ShowInDisplayForm=e.showInDisplayForm?"TRUE":"FALSE"),void 0!==e.showInEditForm&&(p.ShowInEditForm=e.showInEditForm?"TRUE":"FALSE"),void 0!==e.showInListSettings&&(p.ShowInListSettings=e.showInListSettings?"TRUE":"FALSE"),void 0!==e.showInNewForm&&(p.ShowInNewForm=e.showInNewForm?"TRUE":"FALSE"),void 0!==e.showInViewForms&&(p.ShowInViewForms=e.showInViewForms?"TRUE":"FALSE"),void 0!==e.sortable&&(p.Sortable=e.sortable?"TRUE":"FALSE"),e.type){case s.SPCfgFieldType.Boolean:!function(e,t){var a=null;t.Type="Boolean",a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Calculated:!function(e,t){var a=null;switch(t.Type="Calculated",e.resultType){case n.SPTypes.FieldResultType.Boolean:t.ResultType="Boolean";break;case n.SPTypes.FieldResultType.Currency:t.ResultType="Currency",e.lcid>0&&(t.LCID=e.lcid);break;case n.SPTypes.FieldResultType.DateOnly:t.Format="DateOnly",t.ResultType="DateTime";break;case n.SPTypes.FieldResultType.DateTime:t.Format="DateTime",t.ResultType="DateTime";break;case n.SPTypes.FieldResultType.Number:t.ResultType="Number",e.decimals>=0&&(t.Decimals=e.decimals),e.numberType==n.SPTypes.FieldNumberType.Percentage&&(t.Percentage="TRUE");break;default:t.ResultType="Text"}if(a="<Field "+i(t)+">",e.formula&&(a+="<Formula>"+e.formula+"</Formula>"),e.fieldRefs){a+="<FieldRefs>";for(var s=0;s<e.fieldRefs.length;s++)a+='<FieldRef Name="'+e.fieldRefs[s]+'" />';a+="</FieldRefs>"}r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Choice:!function(e,t){var a=null;switch(t.Type=e.multi?"MultiChoice":"Choice","boolean"==typeof e.fillInChoice&&(t.FillInChoice=e.fillInChoice?"TRUE":"FALSE"),e.format){case n.SPTypes.ChoiceFormatType.Dropdown:t.Format="Dropdown";break;case n.SPTypes.ChoiceFormatType.RadioButtons:t.Format="RadioButtons"}if(a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),e.choices){a+="<CHOICES>";for(var s=0;s<e.choices.length;s++)a+="<CHOICE>"+e.choices[s]+"</CHOICE>";a+="</CHOICES>"}r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Currency:!function(e,t){var a;t.Type="Currency",e.decimals>=0&&(t.Decimals=e.decimals),e.lcid>0&&(t.LCID=e.lcid),null!=e.max&&(t.Max=e.max),null!=e.min&&(t.Min=e.min),a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.Date:!function(e,t){var a=null;switch(t.Type="DateTime",t.Format=e.format==n.SPTypes.DateFormat.DateTime?"DateTime":"DateOnly",e.displayFormat){case n.SPTypes.FriendlyDateFormat.Disabled:t.FriendlyDisplayFormat="Disabled";break;case n.SPTypes.FriendlyDateFormat.Relative:t.FriendlyDisplayFormat="Relative";break;case n.SPTypes.FriendlyDateFormat.Unspecified:t.FriendlyDisplayFormat="Unspecified"}a="<Field "+i(t)+">",e.defaultToday?a+="<Default>[today]</Default>":e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),e.defaultFormula&&(a+="<DefaultFormula>"+e.defaultFormula+"</DefaultFormula>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Geolocation:!function(e,t){var a;t.Type="Geolocation",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Guid:!function(e,t){var a;t.Type="Guid",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Image:!function(e,t){var a;t.Type="Thumbnail",a="<Field "+i(t)+" />",r(a)}(0,p);break;case s.SPCfgFieldType.Lookup:!function(e,s){switch(s.Type=e.multi?"LookupMulti":"Lookup",e.relationshipBehavior){case n.SPTypes.RelationshipDeleteBehaviorType.Cascade:s.RelationshipDeleteBehavior="Cascade";break;case n.SPTypes.RelationshipDeleteBehaviorType.None:s.RelationshipDeleteBehavior="None";break;case n.SPTypes.RelationshipDeleteBehaviorType.Restrict:s.RelationshipDeleteBehavior="Restrict"}e.fieldRef&&(s.FieldRef=e.fieldRef),e.multi&&(s.Mult="TRUE"),s.ShowField=e.showField||"Title",e.listName?a.Web(e.webUrl||t,{disableCache:!0}).Lists(e.listName).query({Expand:["ParentWeb"]}).execute((function(t){s.List="{"+t.Id+"}",e.webUrl&&(s.WebId=t.ParentWeb.Id),r("<Field "+i(s)+" />")})):(s.List="{"+e.listId.replace(/[\{\}]/g,"")+"}",r("<Field "+i(s)+" />"))}(e,p);break;case s.SPCfgFieldType.MMS:!function(e,t){var n={ID:"{"+a.ContextInfo.generateGUID()+"}",Name:e.name+"_0",StaticName:e.name+"_0",DisplayName:e.title+" Value",Type:"Note",Hidden:"TRUE",Required:"FALSE",ShowInViewForms:"FALSE",CanToggleHidden:"TRUE"},s="<Field "+i(n)+" />";t.Type="TaxonomyFieldType",t.ShowField="Term"+(e.locale?e.locale.toString():"1033");var o=["<Field "+i(t)+">","<Customization>","<ArrayOfProperty>","<Property>","<Name>TextField</Name>",'<Value xmlns:q6="http://www.w3.org/2001/XMLSchema" p4:type="q6:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">'+n.ID+"</Value>","</Property>","</ArrayOfProperty>","</Customization>","</Field>"].join("");r([s,o])}(e,p);break;case s.SPCfgFieldType.Note:!function(e,t){var a;t.Type="Note",e.appendFl&&(t.AppendOnly="TRUE"),e.noteType!=n.SPTypes.FieldNoteType.EnhancedRichText&&e.noteType!=n.SPTypes.FieldNoteType.RichText||(t.RichText="TRUE"),e.noteType==n.SPTypes.FieldNoteType.EnhancedRichText&&(t.RichTextMode="FullHtml"),e.numberOfLines>0&&(t.NumLines=e.numberOfLines),a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.Number:!function(e,t){var a=null;t.Type="Number",e.decimals>=0&&(t.Decimals=e.decimals),null!=e.max&&(t.Max=e.max),null!=e.min&&(t.Min=e.min),e.numberType==n.SPTypes.FieldNumberType.Integer&&(t.Decimals=0),e.numberType==n.SPTypes.FieldNumberType.Percentage&&(t.Percentage="TRUE"),a="<Field "+i(t)+">",e.defaultValue&&(a+="<Default>"+e.defaultValue+"</Default>"),r(a+="</Field>")}(e,p);break;case s.SPCfgFieldType.Text:o(e,p);break;case s.SPCfgFieldType.Url:!function(e,t){var a;t.Type="URL",t.Format=e.format==n.SPTypes.UrlFormatType.Image?"Image":"Hyperlink",a="<Field "+i(t)+" />",r(a)}(e,p);break;case s.SPCfgFieldType.User:!function(e,t){var a;t.Type="User",e.multi&&(t.Mult="TRUE"),null!=e.selectionMode&&(t.UserSelectionMode=e.selectionMode),null!=e.selectionScope&&(t.UserSelectionScope=e.selectionScope),null!=e.showField&&(t.ShowField=e.showField),a="<Field "+i(t)+" />",r(a)}(e,p);break;default:o(e,p)}}}))}},6483:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(1514),t),n(r(9078),t),n(r(52),t),n(r(4132),t),n(r(2682),t),n(r(5969),t),n(r(7186),t),n(r(9498),t),n(r(7766),t),n(r(5685),t),n(r(9177),t),n(r(132),t)},52:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JSLink=void 0;var a=r(1381),n=r(6007);t.JSLink={_hideEventFl:!1,_fieldToMethodMapper:{Attachments:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldAttachments_Default,2:a.ContextInfo.window.SPFieldAttachments_Default,3:a.ContextInfo.window.SPFieldAttachments_Default},Boolean:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_DefaultNoEncode,2:a.ContextInfo.window.SPFieldBoolean_Edit,3:a.ContextInfo.window.SPFieldBoolean_Edit},Currency:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Calculated:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPField_FormDisplay_Empty,3:a.ContextInfo.window.SPField_FormDisplay_Empty},Choice:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldChoice_Edit,3:a.ContextInfo.window.SPFieldChoice_Edit},Computed:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPField_FormDisplay_Default,3:a.ContextInfo.window.SPField_FormDisplay_Default},DateTime:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldDateTime_Display,2:a.ContextInfo.window.SPFieldDateTime_Edit,3:a.ContextInfo.window.SPFieldDateTime_Edit},File:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldFile_Display,2:a.ContextInfo.window.SPFieldFile_Edit,3:a.ContextInfo.window.SPFieldFile_Edit},Integer:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Lookup:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldLookup_Display,2:a.ContextInfo.window.SPFieldLookup_Edit,3:a.ContextInfo.window.SPFieldLookup_Edit},LookupMulti:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldLookup_Display,2:a.ContextInfo.window.SPFieldLookup_Edit,3:a.ContextInfo.window.SPFieldLookup_Edit},MultiChoice:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldMultiChoice_Edit,3:a.ContextInfo.window.SPFieldMultiChoice_Edit},Note:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldNote_Display,2:a.ContextInfo.window.SPFieldNote_Edit,3:a.ContextInfo.window.SPFieldNote_Edit},Number:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldNumber_Edit,3:a.ContextInfo.window.SPFieldNumber_Edit},Text:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPField_FormDisplay_Default,2:a.ContextInfo.window.SPFieldText_Edit,3:a.ContextInfo.window.SPFieldText_Edit},URL:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUrl_Display,2:a.ContextInfo.window.SPFieldUrl_Edit,3:a.ContextInfo.window.SPFieldUrl_Edit},User:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUser_Display,2:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate,3:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate},UserMulti:{4:a.ContextInfo.window.RenderFieldValueDefault,1:a.ContextInfo.window.SPFieldUserMulti_Display,2:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate,3:a.ContextInfo.window.SPClientPeoplePickerCSRTemplate}},disableEdit:function(e,r,a){var s=e.CurrentFieldValue;if(s){switch(e.CurrentFieldSchema.Type){case"MultiChoice":var o=new RegExp(n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString,"g");s=e.CurrentFieldValue.replace(o,"; ").replace(/^; /g,"").replace(/; $/g,"");break;case"Note":s="<div>"+e.CurrentFieldValue.replace(/\n/g,"<br />")+"</div>";break;case"User":case"UserMulti":for(var i=0;i<e.CurrentFieldValue.length;i++){var u=e.CurrentFieldValue[i];s+=u.EntityData.SPUserID+n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString+u.DisplayText+(i==e.CurrentFieldValue.length-1?"":n.SPTypes.ClientTemplatesUtility.UserLookupDelimitString)}}e.CurrentFieldValue=s}var l=n.SPTypes.ControlMode.Display;return!a||null!=s&&""!=s||(l=e.ControlMode),t.JSLink.renderField(e,r,l)},disableQuickEdit:function(e,r){return e.inGridMode?(r.AllowGridEditing=!1,""):t.JSLink.renderField(e,r)},getListView:function(e){var r=t.JSLink.getWebPart(e);return r&&(r=r.querySelector(".ms-formtable")),r},getListViewItems:function(e){return e.ListData?e.ListData.Row:[]},getListViewSelectedItems:function(){return a.ContextInfo.window.SP.ListOperation.Selection.getSelectedItems()},getWebPart:function(e){return a.ContextInfo.document.querySelector("#WebPart"+(e.FormUniqueId||e.wpq))},hideField:function(e,r){t.JSLink._hideEventFl||(t.JSLink._hideEventFl=!0,a.ContextInfo.window.addEventListener("load",(function(){for(var e=0,t=a.ContextInfo.document.querySelectorAll(".hide-field");e<t.length;e++){var r=t[e],n=r.parentNode&&r.parentNode.parentNode?r.parentNode.parentNode:null;if(n){if(r.parentNode.getAttribute("data-field-name")!=n.getAttribute("data-field-name"))for(;n&&"tr"!=n.nodeName.toLowerCase();)n=n.parentNode;n&&(n.style.display="none")}}})))},register:function(e){if(e){var t=a.ContextInfo.window.SPClientTemplates;(t=t?t.TemplateManager:null)&&t.RegisterTemplateOverrides(e)}},removeField:function(e,r){return t.JSLink.hideField(e,r),"<div class='hide-field'></div>"},renderField:function(e,r,n){var s=r?r.Type:e.CurrentFieldSchema?e.CurrentFieldSchema.Type:null;if(n=n||e.ControlMode,t.JSLink._fieldToMethodMapper[s]&&t.JSLink._fieldToMethodMapper[s][n]){var o=t.JSLink._fieldToMethodMapper[s][n](e);if(o)return o}var i=null;switch((r=e.CurrentFieldSchema).Type){case"AllDayEvent":i=new a.ContextInfo.window.AllDayEventFieldRenderer(r.Name);break;case"Attachments":i=new a.ContextInfo.window.AttachmentFieldRenderer(r.Name);break;case"BusinessData":i=new a.ContextInfo.window.BusinessDataFieldRenderer(r.Name);break;case"Computed":i=new a.ContextInfo.window.ComputedFieldRenderer(r.Name);break;case"CrossProjectLink":i=new a.ContextInfo.window.ProjectLinkFieldRenderer(r.Name);break;case"Currency":case"Number":i=new a.ContextInfo.window.NumberFieldRenderer(r.Name);break;case"DateTime":i=new a.ContextInfo.window.DateTimeFieldRenderer(r.Name);break;case"Lookup":case"LookupMulti":i=new a.ContextInfo.window.LookupFieldRenderer(r.Name);break;case"Note":i=new a.ContextInfo.window.NoteFieldRenderer(r.Name);break;case"Recurrence":i=new a.ContextInfo.window.RecurrenceFieldRenderer(r.Name);break;case"Text":i=new a.ContextInfo.window.TextFieldRenderer(r.Name);break;case"URL":i=new a.ContextInfo.window.UrlFieldRenderer(r.Name);break;case"User":case"UserMulti":i=new a.ContextInfo.window.UserFieldRenderer(r.Name);break;case"WorkflowStatus":i=new a.ContextInfo.window.RawFieldRenderer(r.Name)}var u=e.CurrentItem||e.ListData.Items[0];return i?i.RenderField(e,r,u,e.ListSchema):u[r.Name]}}},4132:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ListForm=void 0;var a=r(1771);t.ListForm={create:function(e){var r=null,n=null,s=null,o=null;(n=e||{}).fields=n.fields;var i=function(){r.list.ContentTypes().query({Filter:n.contentType?"Name eq '"+n.contentType+"'":null,Expand:["FieldLinks"],Select:["*","FieldLinks/DisplayName","FieldLinks/Hidden","FieldLinks/Name","FieldLinks/ReadOnly","FieldLinks/Required"],Top:1}).execute((function(e){u(e.results[0])}),s)},u=function(e){for(var t=e?e.FieldLinks.results:[],a={},n={},s=0;s<t.length;s++){var o=t[s],i=r.fields[o.Name];if(i){if("ContentType"==i.InternalName)continue;if(i.Hidden||o.Hidden)continue;a[i.InternalName]=i,n[i.InternalName]=o}}r.contentType=e,r.fields=a,r.fieldLinks=n,l()},l=function(){var e=!1;if(r.item)for(var i in r.fields){var u=r.fields[i];switch(u.FieldTypeKind){case a.SPTypes.FieldType.Lookup:case a.SPTypes.FieldType.User:var l=r.item[i+"Id"];l&&(l.results?l.results.length>0:l>0)&&null==r.item[i]&&(e=!0);break;default:if(0==u.TypeAsString.indexOf("TaxonomyFieldType")){var p=r.item[i+"Id"];if(p&&(p.results?p.results.length>0:null!=p))for(var d in r.fields){var c=r.fields[d];if(c.InternalName==u.InternalName+"_0"||c.Title==u.InternalName+"_0"){null==r.item[c.InternalName]&&(e=!0);break}}}}if(e)break}r.item&&!e?n.loadAttachments&&null==r.attachments?t.ListForm.loadAttachments(n).then((function(e){r.attachments=e,o(r)}),s):o(r):e||n.itemId>0?(r.query=t.ListForm.generateODataQuery(r,n.loadAttachments),r.list.Items(e?n.item.Id:n.itemId).query(r.query).execute((function(e){r.attachments=e.AttachmentFiles.results,r.item=e,t.ListForm.refreshItem(r).then((function(e){o(r=e)}),s)}),s)):(r.attachments=n.loadAttachments?[]:r.attachments,o(r))},p=function(){return new Promise((function(e,t){r.list&&r.fields?e():a.Web(n.webUrl,{disableCache:!0}).Lists(n.listName).execute((function(e){r.list=e,r.webUrl=n.webUrl}),t).Fields().execute((function(t){!function(e){r.fields={};for(var t=0;t<e.results.length;t++){var a=e.results[t];if(n.excludeFields){for(var s=!1,o=0;o<n.excludeFields.length;o++)if(n.excludeFields[o]==a.InternalName){s=!0;break}if(s)continue}r.fields[a.InternalName]=a}}(t),e()}),t,!0)}))},d=function(){for(var e={},t=0;t<n.fields.length;t++){var a=r.fields[n.fields[t]];if(a&&(e[a.InternalName]=a,0==a.TypeAsString.indexOf("TaxonomyFieldType")))for(var s in r.fields){var o=r.fields[s];if(o.InternalName==a.InternalName+"_0"||o.Title==a.InternalName+"_0"){e[o.InternalName]=o;break}}}r.fields=e};return new Promise((function(e,t){s=t,o=e,r={item:n.item,query:n.query||{}},p().then((function(){n.fields?(d(),l()):i()}),s)}))},generateODataQuery:function(e,t){void 0===t&&(t=!1);var r=e.query||{};for(var n in r.Select=r.Select||["*"],r.Expand=r.Expand||[],t&&(r.Expand.push("AttachmentFiles"),r.Select.push("Attachments"),r.Select.push("AttachmentFiles")),e.fields){var s=e.fields[n];if("Attachments"!=n)if("FileLeafRef"!=s.InternalName)switch(s.FieldTypeKind){case a.SPTypes.FieldType.Lookup:var o=s;if(o.PrimaryFieldId)for(var i in e.fields){var u=e.fields[i];if(u.Id==o.PrimaryFieldId){r.Select.push(u.InternalName+"/"+o.LookupField);break}}else r.Expand.push(s.InternalName),r.Select.push(s.InternalName+"/Id"),r.Select.push(s.InternalName+"/"+s.LookupField);break;case a.SPTypes.FieldType.User:r.Expand.push(s.InternalName),r.Select.push(s.InternalName+"/Id"),r.Select.push(s.InternalName+"/Title");break;default:if(0==s.TypeAsString.indexOf("TaxonomyFieldType"))for(var l in e.fields){var p=e.fields[l];if(p.InternalName==s.InternalName+"_0"||p.Title==s.InternalName+"_0"){r.Select.push(p.InternalName);break}}}else r.Select.push("FileLeafRef")}return r},loadAttachments:function(e){return new Promise((function(t,r){var n=e.item?e.item.Id:e.itemId;n>0?a.Web(e.webUrl).Lists(e.listName).Items(n).AttachmentFiles().execute((function(e){e.existsFl?t(e.results||[]):r(e.response)}),r):t([])}))},refreshItem:function(e){return new Promise((function(r,a){e.query=t.ListForm.generateODataQuery(e,!!e.attachments),e.list.Items(e.item.Id).query(e.query).execute((function(t){e.item=t,e.list.Items(t.Id).query({Expand:["FieldValuesAsText","Folder"]}).execute((function(t){e.itemFolder=t.Folder,e.fieldValuesAsText=t.FieldValuesAsText})),e.list.Items(t.Id).FieldValuesAsHtml().execute((function(t){e.fieldValuesAsHtml=t,r(e)}),!0)}),a)}))},removeAttachment:function(e,t){return new Promise((function(r,n){if(e.attachments)for(var s=0;s<e.attachments.length;s++){var o=e.attachments[s];if(o.FileName==t)return void a.Web(e.webUrl).getFileByServerRelativeUrl(o.ServerRelativeUrl).delete().execute((function(){r(e)}),n);n("Attachment '"+t+"' was not found.")}else n("Attachment '"+t+"' was not found.")}))},saveAttachments:function(e,t){return new Promise((function(r,n){var s=e.item?e.item.Id:e.itemId;if(s>0){for(var o=a.Web(e.webUrl).Lists(e.listName).Items(s).AttachmentFiles(),i=0;i<t.length;i++){var u=t[i];o.add(u.name,u.data).execute(!0)}o.done((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r.apply(e)}))}else r(null)}))},saveItem:function(e,r){return void 0===r&&(r={}),new Promise((function(a,n){e.item&&e.item.update?e.item.update(r).execute((function(r){t.ListForm.refreshItem(e).then((function(e){a(e)}),n)})):(r.__metadata={type:e.list.ListItemEntityTypeFullName},e.list.Items().add(r).execute((function(r){e.item=r,t.ListForm.refreshItem(e).then((function(e){a(e)}))}),n))}))},showFileDialog:function(e,r){return new Promise((function(a,n){var s=document.body.querySelector("#listform-attachment");null==s&&((s=document.createElement("input")).id="listform-attachment",s.type="file",s.hidden=!0,s.onchange=function(o){var i=o.target.files[0];if(i){var u=new FileReader;u.onloadend=function(o){var u,l,p=i.name.split(".");p=p[p.length-1].toLowerCase(),e?(u=i.name,l=o.target.result,r&&r({name:u,data:l}),e.list.Items(e.item.Id).AttachmentFiles().add(u,l).execute((function(){t.ListForm.refreshItem(e).then((function(e){document.body.removeChild(s),a(e)}))}),n)):(document.body.removeChild(s),a({data:o.target.result,name:i.name}))},u.onerror=function(e){document.body.removeChild(s),n(e.target.error)},u.readAsArrayBuffer(i)}},document.body.appendChild(s)),s.click()}))}}},2682:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ListFormField=void 0;var a=r(1771);t.ListFormField={create:function(e){var t=e||{},r=null,n=null,s=function(){switch(t.defaultValue=t.field.DefaultValue,t.readOnly=t.field.ReadOnlyField,t.required=!!t.field.Required,t.title=t.field.Title,t.type=t.field.FieldTypeKind,t.typeAsString=t.field.TypeAsString,t.type){case a.SPTypes.FieldType.Choice:case a.SPTypes.FieldType.MultiChoice:var e=t.field.Choices;t.choices=(e?e.results:null)||[],t.multi=t.type==a.SPTypes.FieldType.MultiChoice;break;case a.SPTypes.FieldType.DateTime:var r=t.field;t.showTime=r.DisplayFormat==a.SPTypes.DateFormat.DateTime;break;case a.SPTypes.FieldType.Lookup:var s=t.field;t.lookupField=s.LookupField,t.lookupListId=s.LookupList,t.lookupWebId=s.LookupWebId,t.multi=s.AllowMultipleValues;break;case a.SPTypes.FieldType.Number:var o=t.field,i=o.SchemaXml.indexOf('Decimals="')+10;t.decimals=i>10?parseInt(o.SchemaXml.substr(i,o.SchemaXml.substr(i).indexOf('"'))):0,t.maxValue=o.MaximumValue,t.minValue=o.MinimumValue,t.showAsPercentage=o.SchemaXml.indexOf('Percentage="TRUE"')>0;break;case a.SPTypes.FieldType.Note:var u=t.field;t.multiline=!0,t.richText=u.RichText,t.rows=u.NumberOfLines;break;case a.SPTypes.FieldType.Text:t.multiline=!1,t.richText=!1,t.rows=1;break;case a.SPTypes.FieldType.User:var l=t.field;t.allowGroups=l.SelectionMode==a.SPTypes.FieldUserSelectionType.PeopleAndGroups,t.multi=l.AllowMultipleValues;break;default:if(0==t.typeAsString.indexOf("TaxonomyFieldType")){var p=t.field;t.multi=p.AllowMultipleValues,t.termId=p.IsAnchorValid?p.AnchorId:p.TermSetId,t.termSetId=p.TermSetId,t.termStoreId=p.SspId}}n(t)};return new Promise((function(e,o){n=e,r=o,t.field||t.field?s():a.Web(t.webUrl).Lists(t.listName).Fields().getByInternalNameOrTitle(t.name).execute((function(e){t.field=e,s()}),r)}))},getOrCreateImageFolder:function(e){return new Promise((function(t,r){new Promise((function(t){a.Web(e.webUrl).Lists("Site Assets").execute((function(e){t(e)}),(function(){a.Web(e.webUrl).Lists().add({Title:"SiteAssets",BaseTemplate:a.SPTypes.ListTemplateType.DocumentLibrary}).execute((function(e){e.update({Title:"Site Assets"}).execute((function(){t(e)}),r)}))}))})).then((function(a){a.RootFolder().Folders(e.listId).execute((function(e){t(e)}),(function(){a.RootFolder().Folders().add(e.listId).execute((function(e){t(e)}),r)}))}))}))},loadLookupData:function(e,t){return new Promise((function(r,n){a.Site().openWebById(e.lookupWebId).execute((function(a){var s=e.lookupFilter||{};"string"==typeof s&&(s={Filter:s}),null==s.GetAllItems&&(s.GetAllItems=!0),null==s.OrderBy&&(s.OrderBy=["Title"]),null==s.Select&&(s.Select=["ID",e.lookupField]),null==s.Top&&(s.Top=t>0&&t<=5e3?t:500),a.Lists().getById(e.lookupListId).Items().query(s).execute((function(e){r(e.results)}),n)}),n)}))},loadMMSData:function(e){return new Promise((function(t,r){a.Helper.Taxonomy.getTermSetById(e.termStoreId,e.termSetId).then((function(r){var n=a.Helper.Taxonomy.findById(r,e.termId);null==n&&(n=a.Helper.Taxonomy.findById(r,e.termSetId)),t(a.Helper.Taxonomy.toArray(n))}),r)}))},loadMMSValueField:function(e){return new Promise((function(t,r){a.Web(e.webUrl).Lists(e.listName).Fields().getByInternalNameOrTitle(e.name+"_0").execute((function(e){t(e)}),(function(){r("Unable to find the hidden value field for '"+e.name+"'.")}))}))}}},2854:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addContentEditorWebPart=void 0;var a=r(132);t.addContentEditorWebPart=function(e,t){return new Promise((function(r,n){var s=SP.ClientContext.get_current(),o=s.get_web().getFileByServerRelativeUrl(e).getLimitedWebPartManager(SP.WebParts.PersonalizationScope.shared),i=o.importWebPart(a.WebPart.generateContentEditorXML(t)).get_webPart();o.addWebPart(i,t.zone||"",t.index||0),s.load(i),s.executeQueryAsync((function(){r()}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1]?e[1].get_message():"")}))}))}},2305:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPermissionLevel=void 0;var a=r(1381);t.addPermissionLevel=function(e){return new Promise((function(t,r){if(SP&&SP.BasePermissions){for(var n=e.WebUrl?new SP.ClientContext(e.WebUrl):SP.ClientContext.get_current(),s=new SP.BasePermissions,o=e.Permissions||[],i=0;i<o.length;i++)s.set(o[i]);var u=new SP.RoleDefinitionCreationInformation;u.set_basePermissions(s),u.set_description(e.Description),u.set_name(e.Name),u.set_order(e.Order);var l=n.get_site().get_rootWeb().get_roleDefinitions().add(u);n.load(l),n.executeQueryAsync((function(){a.Site(e.WebUrl).RootWeb().RoleDefinitions().getById(l.get_id()).execute((function(e){t(e)}),r)}),r)}else r("The 'SP' core library is not available.")}))}},2766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addScriptEditorWebPart=void 0;var a=r(132);t.addScriptEditorWebPart=function(e,t){return new Promise((function(r,n){var s=SP.ClientContext.get_current(),o=s.get_web().getFileByServerRelativeUrl(e).getLimitedWebPartManager(SP.WebParts.PersonalizationScope.shared),i=o.importWebPart(a.WebPart.generateScriptEditorXML(t)).get_webPart();o.addWebPart(i,t.zone||"",t.index||0),s.load(i),s.executeQueryAsync((function(){r()}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1]?e[1].get_message():"")}))}))}},2339:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.copyPermissionLevel=void 0;var a=r(1381),n=r(6007);t.copyPermissionLevel=function(e){return new Promise((function(t,r){if(SP&&SP.BasePermissions){var s=e.WebUrl?new SP.ClientContext(e.WebUrl):SP.ClientContext.get_current(),o=s.get_site().get_rootWeb().get_roleDefinitions().getByName(e.BasePermission);s.load(o),s.executeQueryAsync((function(){var i=o.get_basePermissions(),u=new SP.BasePermissions,l=e.RemovePermissions||[];for(var p in n.SPTypes.BasePermissionTypes){var d=n.SPTypes.BasePermissionTypes[p];i.has(d)&&l.indexOf(d)<0&&u.set(d)}for(var c=e.AddPermissions||[],g=0;g<c.length;g++)u.set(c[g]);var m=new SP.RoleDefinitionCreationInformation;m.set_basePermissions(u),m.set_description(e.Description),m.set_name(e.Name),m.set_order(e.Order);var y=s.get_site().get_rootWeb().get_roleDefinitions().add(m);s.load(y),s.executeQueryAsync((function(){a.Site(e.WebUrl).RootWeb().RoleDefinitions().getById(y.get_id()).execute((function(e){t(e)}),r)}),r)}),(function(){r("Permission not found in site: "+e.WebUrl)}))}else r("The 'SP' core library is not available.")}))}},4439:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createContentType=void 0;var a=r(1381);t.createContentType=function(e,t,r,n){return new Promise((function(s,o){var i=r?new SP.ClientContext(r):SP.ClientContext.get_current(),u=(t.Url?i.get_site().openWeb(t.Url):i.get_web()).get_contentTypes().getById(t.Id),l=new SP.ContentTypeCreationInformation;null!=e.Description&&l.set_description(e.Description),null!=e.Group&&l.set_group(e.Group),l.set_name(e.Name),l.set_parentContentType(u);var p=(n?i.get_web().get_lists().getByTitle(n):i.get_web()).get_contentTypes();p.add(l),i.load(p),i.executeQueryAsync((function(){(n?a.Web().Lists(n):a.Web()).ContentTypes().query({Filter:"Name eq '"+e.Name+"'"}).execute((function(e){s(e.results[0])}))}),(function(t,r){console.log("[gd-sprest][Create Content Type] Error adding the content type.",e.Name),o(r.get_message())}))}))}},2711:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createDocSet=void 0;var a=r(1381),n=r(9138);t.createDocSet=function(e,t,r){return new Promise((function(s,o){a.Web(r).Lists(t).query({Expand:["ContentTypes","ParentWeb","RootFolder"]}).execute((function(i){for(var u="0x0120D520",l=0;l<i.ContentTypes.results.length;l++)if(0==i.ContentTypes.results[l].StringId.indexOf(u)){u=i.ContentTypes.results[l].StringId;break}n.request({method:"POST",url:i.ParentWebUrl+"/_vti_bin/listdata.svc/"+i.Title.replace(/ /g,""),headers:{Accept:"application/json;odata=verbose","Content-Type":"application/json;odata=verbose",Slug:i.RootFolder.ServerRelativeUrl+"/"+e+"|"+u,"X-Requested-With":"XMLHttpRequest"},data:{Title:e,Path:i.RootFolder.ServerRelativeUrl}}).then((function(e){e.d&&e.d.Id>0?a.Web(r).Lists(t).Items(e.d.Id).execute(s):o(e.response)}))}),o)}))}},6177:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hasPermissions=void 0,t.hasPermissions=function(e,t){void 0===t&&(t=[]);var r="number"==typeof t?[t]:t,a=!0;if(32767==(32767&e.High)&&65535==(65535&e.Low))return a;for(var n=0;n<r.length;n++){var s=r[n],o=e.Low;if(s>=32&&(o=e.High,s-=32),0==(o&1<<s-1)){a=!1;break}}return a}},5969:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(2854),t),n(r(2305),t),n(r(2766),t),n(r(2339),t),n(r(4439),t),n(r(2711),t),n(r(6177),t),n(r(2114),t),n(r(8872),t),n(r(9138),t),n(r(5342),t),n(r(4351),t)},2114:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.loadSPCore=void 0,t.loadSPCore=function(){return new Promise((function(e){for(var t=["init","MicrosoftAjax","SP.Runtime","SP"],r=0;r<t.length;r++){var a=t[r];if(null==document.querySelector("script[title='"+a+"']")){console.debug("[gd-sprest] Loading the core library: "+a);var n=document.createElement("script");n.title=a,n.src=document.location.origin+"/_layouts/15/"+a+".js",document.head.appendChild(n)}else console.debug("[gd-sprest] Core library already loaded: "+a)}e()}))}},8872:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=void 0;var a=r(3636);t.parse=function(e){try{var t=JSON.parse(e),r=new a.Base(t.props);return r.response=t.response,r.status=t.status,r.targetInfo=t.targetInfo,a.Request.updateDataObject(r,!1),r}catch(e){}return null}},9138:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.request=void 0;var a=r(3636);t.request=function(e){return new Promise((function(t,r){new a.Base({method:e.method||"GET",url:e.url,requestHeader:e.headers,data:e.data}).execute(t,r)}))}},5342:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setContentTypeFields=void 0;var a=r(1381);t.setContentTypeFields=function(e){var t=function(){return new Promise((function(t,r){(e.listName?a.Web(e.webUrl).Lists(e.listName).ContentTypes(e.id):a.Web(e.webUrl).ContentTypes(e.id)).FieldLinks().query({Select:["DisplayName","Id","Name","Required","ReadOnly","ShowInDisplayForm"]}).execute((function(e){t(e.results)}),r)}))};return new Promise((function(r,n){window.SP&&e.fields?new Promise((function(r,n){t().then((function(t){var s=[];if(t.length>0){for(var o=!1,i=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),u=(e.listName?i.get_web().get_lists().getByTitle(e.listName):i.get_web()).get_contentTypes().getById(e.id),l=0;l<t.length;l++){for(var p=t[l],d=!0,c=function(t){var r=e.fields[t];if(("string"==typeof r?r:r.Name||r.FieldInternalName)==p.Name){var a=!1,n=function(e,t){null!=t&&e!=t&&(a=!0)};return n(p.DisplayName,r.DisplayName),n(p.Hidden,r.Hidden),n(p.ReadOnly,r.ReadOnly),n(p.Required,r.Required),n(p.ShowInDisplayForm,r.ShowInDisplayForm),a||(d=!1,s.push(p)),"break"}},g=0;g<e.fields.length&&"break"!==c(g);g++);d&&(u.get_fieldLinks().getById(p.Id).deleteObject(),o=!0,console.log("[gd-sprest][Set Content Type Fields] Removing the field link: "+p.Name))}o?(u.update(!1),i.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Removed the field links successfully."),r(s)}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error removing the field links."),n()}))):(console.log("[gd-sprest][Set Content Type Fields] No fields need to be removed."),r(s))}else r(s)}),n)})).then((function(t){(function(t){return new Promise((function(r,n){for(var s=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),o=e.listName?s.get_web().get_lists().getByTitle(e.listName):s.get_web(),i=function(e,t){for(var r=0;r<t.length;r++)if(t[r].Name==e)return!0},u=[],l=0;l<e.fields.length;l++){var p=e.fields[l],d="string"==typeof p?p:p.Name||p.FieldInternalName;if(!i(d,t)){var c=o.get_fields().getByInternalNameOrTitle(d);s.load(c),console.log("[gd-sprest][Set Content Type Fields] Adding the field link: "+d),u.push({ref:c,info:p})}}u.length>0?s.executeQueryAsync((function(){var t=o.get_contentTypes().getById(e.id);s.load(t);for(var a=0;a<u.length;a++){var i=u[a];"string"!=typeof i.info&&(null!=i.info.DisplayName&&i.ref.set_title(i.info.DisplayName),null!=i.info.Hidden&&i.ref.set_hidden(i.info.Hidden),null!=i.info.ReadOnly&&i.ref.set_readOnlyField(i.info.ReadOnly),null!=i.info.Required&&i.ref.set_required(i.info.Required),null!=i.info.ShowInDisplayForm&&i.ref.setShowInDisplayForm(i.info.ShowInDisplayForm));var l=new SP.FieldLinkCreationInformation;l.set_field(i.ref),t.get_fieldLinks().add(l)}t.update(!1),s.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Added the field links successfully."),r()}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error adding field references.",t.get_message()),n()}))}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error getting field references.",t.get_message()),r()})):(console.log("[gd-sprest][Set Content Type Fields] No fields need to be added."),r())}))})(t).then((function(){new Promise((function(t,r){for(var n=e.webUrl?new SP.ClientContext(e.webUrl):new SP.ClientContext(a.ContextInfo.webServerRelativeUrl),s=(e.listName?n.get_web().get_lists().getByTitle(e.listName):n.get_web()).get_contentTypes().getById(e.id),o=[],i=0;i<e.fields.length;i++){var u=e.fields[i],l="string"==typeof u?u:u.Name||u.FieldInternalName;o.push(l)}s.get_fieldLinks().reorder(o),s.update(!e.listName),n.executeQueryAsync((function(){console.log("[gd-sprest][Set Content Type Fields] Updated the field order successfully."),t()}),(function(e,t){console.log("[gd-sprest][Set Content Type Fields] Error updating the field order.",t.get_message()),r()}))})).then(r,n)}),n)}),n):r()}))}},4351:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setGroupOwner=void 0,t.setGroupOwner=function(e,t,r){return new Promise((function(a,n){var s=r?new SP.ClientContext(r):SP.ClientContext.get_current(),o=s.get_web().get_siteGroups(),i=o.getByName(e),u=o.getByName(t);i.set_owner(u),i.update(),s.executeQueryAsync(a,n)}))}},7186:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RibbonLink=void 0,t.RibbonLink=function(e){var t=function(){var t=null,a="boolean"==typeof e.appendFl&&e.appendFl;return null==(t=r.querySelector("#"+e.id))&&((t=document.createElement("a")).className="ms-promotedActionButton "+(e.className||""),t.href=e.href?e.href:"javascript:void()",t.innerHTML="<span class='ms-promotedActionButton-text'>"+e.title+"</span>",t.id=e.id,t.onclick=e.onClick,a?r.appendChild(t):r.insertBefore(t,r.firstChild)),t},r=null,a=function(){return null==r&&(r=document.querySelector("#RibbonContainer-TabRowRight")),r};return new Promise((function(e,r){if(a()){var n=t();n&&e(n)}else window&&window.addEventListener("load",(function(){if(a()){var r=t();r&&e(r)}}))}))}},9498:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SuiteBarLink=void 0,t.SuiteBarLink=function(e){var t=function(){var t="boolean"!=typeof e.appendFl||e.appendFl,a=r.querySelector("#"+e.id);if(null==a){(a=document.createElement("a")).className="ms-core-suiteLink-a "+(e.className||""),a.href=e.href?e.href:"javascript:void()",a.id=e.id,a.innerHTML=e.title,a.onclick=e.onClick;var n=document.createElement("li");n.className="ms-core-suiteLink",n.appendChild(a),t?r.appendChild(n):r.insertBefore(n,r.firstChild)}return a},r=null,a=function(){return null==r&&(r=document.querySelector("#suiteLinksBox > ul")),r};return new Promise((function(e,r){if(a()){var n=t();n&&e(n)}else window&&window.addEventListener("load",(function(){if(a()){var r=t();r&&e(r)}}))}))}},5685:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.SPConfig=void 0;var s=r(1381),o=r(1771),i=r(6483);n(r(564),t),t.SPConfig=function(e,t){var r=null,a=function(e,r,a){return new Promise((function(n,o){if(null!=r&&0!=r.length){var u=function e(t,r){return new Promise((function(a,n){s.Web(r,{disableCache:!0}).ContentTypes().query({Filter:"Name eq '"+t+"'"}).execute((function(o){o.results[0]?a({Id:o.results[0].Id.StringValue,Url:r}):r!=s.ContextInfo.siteServerRelativeUrl?e(t,s.ContextInfo.siteServerRelativeUrl).then(a,n):n()}),n)}))};i.Executor(r,(function(r){return new Promise((function(n,o){var p=l("Name",r.Name,e.results);if(p)return console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' already exists."),r.ContentType=p,void n(r);console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Creating the '"+r.Name+"' content type."),r.ParentName?u(r.ParentName,r.ParentWebUrl||t).then((function(e){i.createContentType({Description:r.Description,Group:r.Group,Name:r.Name},e,t,a?a.Title:null).then((function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' was created successfully."),r.ContentType=e,r.onCreated&&r.onCreated(e,a),n(r)}),(function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' failed to be created.",e),o(e)}))}),(function(){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The parent content type '"+r.ParentName+"' was not found."),o(p.response)})):e.add({Description:r.Description,Group:r.Group,Name:r.Name,Id:{__metadata:{type:"SP.ContentTypeId"},StringValue:r.Id||"0x0100"+s.ContextInfo.generateGUID().replace(/-/g,"")}}).execute((function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' was created successfully."),r.ContentType=e,r.onCreated&&r.onCreated(e,a),n(r)}),(function(e){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] The content type '"+r.Name+"' failed to be created."),console.error("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Error: "+e.response),o(e.response)}))}))})).then((function(){i.Executor(r,(function(e){return new Promise((function(r,n){var s={},o=!1;null!=e.ContentType?(console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type] Updating the field references for: "+e.Name),i.setContentTypeFields({fields:e.FieldRefs,id:e.ContentType.Id.StringValue,listName:a?a.Title:null,webUrl:t}).then((function(){null!=e.Description&&e.ContentType.Description!=e.Description&&(s.Description=e.Description,o=!0),null!=e.Group&&e.ContentType.Group!=e.Group&&(s.Group=e.Group,o=!0),null!=e.JSLink&&e.ContentType.JSLink!=e.JSLink&&(s.JSLink=e.JSLink,o=!0),null!=e.Name&&e.ContentType.Name!=e.Name&&(s.Name=e.Name,o=!0),o?(console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type]["+e.ContentType.Name+"] Updating the content type."),e.ContentType.update(s).execute((function(){console.log("[gd-sprest]"+(a?"["+a.Title+" List]":"")+"[Content Type]["+e.ContentType.Name+"] Update request completed."),e.onUpdated&&e.onUpdated(e.ContentType),r(null)}),n)):(e.onUpdated&&e.onUpdated(e.ContentType),r(null))}),n)):r(null)}))})).then(n,o)}),o)}else n()}))},n=function(e,r,a){return new Promise((function(n,s){var o=[];null!=r&&0!=r.length?i.Executor(r,(function(r){return new Promise((function(n,s){var u=l("InternalName",r.name,e.results);if(u)console.log("[gd-sprest][Field] The field '"+r.name+"' already exists."),r.onUpdated&&r.onUpdated(u,a),n(null);else{console.log("[gd-sprest][Field] Creating the '"+r.name+"' field.");var p=r;if(p.type==i.SPCfgFieldType.Lookup&&p.fieldRef){var d=l("InternalName",p.fieldRef,e.results)||l("InternalName",p.fieldRef,o);d&&(p.fieldRef=d.Id)}i.FieldSchemaXML(r,t).then((function(t){for(var i="string"==typeof t?[t]:t,u=0;u<i.length;u++)e.createFieldAsXml(i[u]).execute((function(e){e.InternalName?(console.log("[gd-sprest][Field] The field '"+e.InternalName+"' was created successfully."),o.push(e),r.onCreated&&r.onCreated(e,a),n(null)):(console.log("[gd-sprest][Field] The field '"+r.name+"' failed to be created."),console.error("[gd-sprest][Field] Error: "+e.response),s())}))}))}}))})).then(n):n()}))},u=function(e,t){return new Promise((function(r,a){null!=t&&0!=t.length?i.Executor(t,(function(t){l("Name",t.Name,e.results)?console.log("[gd-sprest][Custom Action] The custom action '"+t.Name+"' already exists."):(t.Rights&&(t.Rights=c(t.Rights)),e.add(t).execute((function(e){e.existsFl?console.log("[gd-sprest][Custom Action] The custom action '"+e.Name+"' was created successfully."):(console.log("[gd-sprest][Custom Action] The custom action '"+e.Name+"' failed to be created."),console.log("[gd-sprest][Custom Action] Error: "+e.response))}),a,!0))})).then(r):r()}))},l=function(e,t,r){if(t)for(var a=t?t.toLowerCase():"",n=0;n<r.length;n++){var s=r[n][e];if(a==(s=s?s.toLowerCase():""))return r[n]}return!1},p=function(e,t){return new Promise((function(r,a){null!=t&&0!=t.length?i.Executor(t,(function(t){var r=l("Name",t.Name,e.results);r&&r.delete().execute((function(){console.log("[gd-sprest][Custom Action] The custom action '"+r.Name+"' was removed.")}),a,!0)})).then(r):r()}))},d=function(){return new Promise((function(e,a){t?s.ContextInfo.getWeb(t).execute((function(t){r=t.GetContextWebInformation.FormDigestValue,e()}),a):e()}))},c=function(e){for(var t=e.High,r=e.Low,a=0;a<e.length;a++){var n=e[a];if(65==n){r=65535,t=32767;break}if(0==n)r=0,t=0;else{var s=n-1,o=1;if(s<0)continue;s<32?r|=o<<=s:t|=o<<=s-32}}return{Low:r.toString(),High:t.toString()}},g=function(e){return new Promise((function(o,p){!function o(d,c){var g=e[d];g?s.Web(t,{disableCache:!0,requestDigest:r}).Lists(g.ListInformation.Title).query({Expand:["ContentTypes","Fields","UserCustomActions","Views"]}).execute((function(e){m(e,g).then((function(){n(e.Fields,g.CustomFields,e).then((function(){a(e.ContentTypes,g.ContentTypes,e).then((function(){(function(e,t,r){return new Promise((function(a,n){null!=r&&0!=r.length?i.Executor(r,(function(r){l("Title",r.ViewName,t.results)?console.log("[gd-sprest][View] The view '"+r.ViewName+"' already exists."):t.add({Title:r.ViewName,ViewQuery:r.ViewQuery}).execute((function(t){t.existsFl?(console.log("[gd-sprest][View] The view '"+r.ViewName+"' was created successfully."),r.onCreated&&r.onCreated(t,e)):(console.log("[gd-sprest][View] The view '"+r.ViewName+"' failed to be created."),console.log("[gd-sprest][View] Error: "+t.response))}),n,!0)})).then((function(){y(e,t,r).then((function(){a()}))})):a()}))})(e,e.Views,g.ViewInformation).then((function(){u(e.UserCustomActions,g.UserCustomActions).then((function(){g.onUpdated&&g.onUpdated(e),o(d+1,c)}),p)}),p)}),p)}),p)}),p)}),p):c()}(0,o)}))},m=function(e,t){return new Promise((function(r,a){if(t.TitleFieldDisplayName||t.TitleFieldIndexed){var n={};t.TitleFieldDefaultValue&&(n.DefaultValue=t.TitleFieldDefaultValue),t.TitleFieldDisplayName&&(n.Title=t.TitleFieldDisplayName),(t.TitleFieldUniqueValues||t.TitleFieldIndexed)&&(n.Indexed=!0),"boolean"==typeof t.TitleFieldRequired&&(n.Required=t.TitleFieldRequired),t.TitleFieldUniqueValues&&(n.EnforceUniqueValues=!0),e.Fields.getByInternalNameOrTitle("Title").update(n).execute((function(){t.TitleFieldDisplayName&&console.log("[gd-sprest][List] The 'Title' field's display name was updated to '"+t.TitleFieldDisplayName+"'."),t.TitleFieldIndexed&&console.log("[gd-sprest][List] The 'Title' field's has been indexed."),r()}),a)}else r()}))},y=function(e,t,r){return new Promise((function(a){i.Executor(r,(function(r){return new Promise((function(a){var n=t.getByTitle(r.ViewName);if(r.ViewFields&&r.ViewFields.length>0){console.log("[gd-sprest][View] Updating the view fields for the '"+r.ViewName+"' view."),n.ViewFields().removeAllViewFields().execute(!0);for(var s=0;s<r.ViewFields.length;s++)n.ViewFields().addViewField(r.ViewFields[s]).execute(!0)}if("boolean"==typeof r.Default||r.JSLink||r.ViewQuery){var o={};console.log("[gd-sprest][View] Updating the view properties for the '"+r.ViewName+"' view."),"boolean"==typeof r.Default&&(o.DefaultView=r.Default),r.JSLink&&(o.JSLink=r.JSLink),r.ViewQuery&&(o.ViewQuery=r.ViewQuery),n.update(o).execute(!0)}n.done((function(){for(var t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];console.log("[gd-sprest][View] The updates for the '"+r.ViewName+"' view has completed."),r.onUpdated&&r.onUpdated(n,e),a(null)}))}))})).then(a)}))},f=function(){return new Promise((function(a,n){null!=e.CustomActionCfg&&null!=e.CustomActionCfg.Site||null!=e.WebPartCfg?(console.log("[gd-sprest][uninstall] Loading the site information..."),s.Site(t,{disableCache:!0,requestDigest:r}).query({Expand:["UserCustomActions"]}).execute((function(t){p(t.UserCustomActions,e.CustomActionCfg?e.CustomActionCfg.Site:[]).then((function(){(function(t){var r=e.WebPartCfg;return new Promise((function(e,a){null!=r&&0!=r.length?(console.log("[gd-sprest][WebPart] Removing the web parts."),t.RootWeb().getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).RootFolder().Files().execute((function(t){for(var a=function(e){var a=r[e],n=l("Name",a.FileName,t.results);n&&n.delete().execute((function(){console.log("[gd-sprest][WebPart] The webpart '"+n.Name+"' file was removed.")}),!0)},n=0;n<r.length;n++)a(n);e()}),a)):e()}))})(t).then((function(){a(t)}),n)}))}),n)):a(null)}))},T=function(){return new Promise((function(a,n){var o=[];console.log("[gd-sprest][uninstall] Loading the web information..."),e.ContentTypes&&o.push("ContentTypes"),e.CustomActionCfg&&o.push("UserCustomActions"),e.Fields&&o.push("Fields"),e.ListCfg&&o.push("Lists"),s.Web(t,{disableCache:!0,requestDigest:r}).query({Expand:o}).execute((function(t){p(t.UserCustomActions,e.CustomActionCfg?e.CustomActionCfg.Web:null).then((function(){var r,s;(r=t.Lists,s=e.ListCfg,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("Title",e.ListInformation.Title,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][List] The list '"+a.Title+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){var r,s;(r=t.ContentTypes,s=e.ContentTypes,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("Name",e.Name,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][Content Type] The content type '"+a.Name+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){var r,s;(r=t.Fields,s=e.Fields,new Promise((function(e,t){null!=s&&0!=s.length?i.Executor(s,(function(e){var a=l("InternalName",e.name,r.results);a&&a.delete().execute((function(){console.log("[gd-sprest][Field] The field '"+a.InternalName+"' was removed.")}),t,!0)})).then(e):e()}))).then((function(){a()}),n)}),n)}),n)}),n)}),n)}))};return{_configuration:e,install:function(){return new Promise((function(p,c){d().then((function(){console.log("[gd-sprest] Installing the web assets...");var d=s.Web(t,{disableCache:!0,requestDigest:r}),m=function(){return new Promise((function(t,r){e.ListCfg&&e.ListCfg.length?(console.log("[gd-sprest][Lists] Starting the requests."),d.Lists().execute((function(a){(function(e,t){return new Promise((function(r,a){i.Executor(t,(function(t){return new Promise((function(r){if(l("Title",t.ListInformation.Title,e.results))return console.log("[gd-sprest][List] The list '"+t.ListInformation.Title+"' already exists."),void r(null);console.log("[gd-sprest][List] Creating the '"+t.ListInformation.Title+"' list.");var n=t.ListInformation,s=n.Title;n.Title=s.replace(/ /g,""),e.add(n).execute((function(e){t._list=e,n.Title=s,e.Id?(e.Title!=s?e.update({Title:s}).execute((function(){console.log("[gd-sprest][List] The list '"+e.Title+"' was created successfully."),r(null)})):(console.log("[gd-sprest][List] The list '"+e.Title+"' was created successfully."),r(null)),t.onCreating&&t.onCreating(e)):(console.log("[gd-sprest][List] The list '"+n.Title+"' failed to be created."),console.log("[gd-sprest][List] Error: '"+e.response),r(null))}),a)}))})).then((function(){g(t).then((function(){for(var e=0;e<t.length;e++){var a=t[e];a.onCreated&&a.onCreated(a._list)}r()}),a)}))}))})(a,e.ListCfg).then((function(){console.log("[gd-sprest][Lists] Completed the requests."),t()}),r)}),r)):t()}))},y=function(){return new Promise((function(a,n){e.WebPartCfg&&e.WebPartCfg.length>0?(console.log("[gd-sprest][WebParts] Starting the requests."),new Promise((function(a,n){var i=e.WebPartCfg;null!=i&&0!=i.length?(console.log("[gd-sprest][WebPart] Creating the web parts."),s.Web(t,{disableCache:!0,requestDigest:r}).getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).RootFolder().query({Expand:["Files"]}).execute((function(e){for(var t=0,r=function(r){var n=i[r],u=function(){++t>=i.length&&a()},p=l("Name",n.FileName,e.Files.results);if(p.Name)console.log("[gd-sprest][WebPart] The webpart '"+n.FileName+"' already exists."),n.onUpdated&&n.onUpdated(p),u();else{for(var d=n.XML.trim(),c=new ArrayBuffer(2*d.length),g=new Uint16Array(c),m=0;m<d.length;m++)g[m]=d.charCodeAt(m);e.Files.add(n.FileName,!0,c).execute((function(e){n.Group&&s.Web(s.ContextInfo.siteServerRelativeUrl,{disableCache:!0}).getCatalog(o.SPTypes.ListTemplateType.WebPartCatalog).Items().query({Filter:"FileLeafRef eq '"+n.FileName+"'"}).execute((function(e){e.results[0].update({Group:n.Group}).execute(u)})),console.log("[gd-sprest][WebPart] The '"+e.Name+"' webpart file was uploaded successfully."),n.onCreated&&n.onCreated(e)}),(function(){console.log("[gd-sprest][WebPart] The '"+p.Name+"' webpart file upload failed."),a()}))}},n=0;n<i.length;n++)r(n)}),n)):a()})).then((function(){console.log("[gd-sprest][WebParts] Completed the requests."),a()}),n)):a()}))};new Promise((function(t,r){e.Fields&&e.Fields.length>0?(console.log("[gd-sprest][Fields] Starting the requests."),d.Fields().execute((function(a){n(a,e.Fields).then((function(){console.log("[gd-sprest][Fields] Completed the requests."),t(null)}),r)}),r)):t(null)})).then((function(){new Promise((function(t,r){e.ContentTypes&&e.ContentTypes.length>0?(console.log("[gd-sprest][Content Types] Starting the requests."),d.ContentTypes().execute((function(n){a(n,e.ContentTypes).then((function(){console.log("[gd-sprest][Content Types] Completed the requests."),t()}),r)}),r)):t()})).then((function(){m().then((function(){y().then((function(){new Promise((function(a,n){e.CustomActionCfg&&e.CustomActionCfg.Site?(console.log("[gd-sprest][Site Custom Actions] Starting the requests."),s.Site(t,{disableCache:!0,requestDigest:r}).UserCustomActions().execute((function(t){u(t,e.CustomActionCfg.Site).then((function(){console.log("[gd-sprest][Site Custom Actions] Completed the requests."),a()}),n)}),n)):a()})).then((function(){new Promise((function(t,r){e.CustomActionCfg&&e.CustomActionCfg.Web?(console.log("[gd-sprest][Web Custom Actions] Starting the requests."),d.UserCustomActions().execute((function(r){u(r,e.CustomActionCfg.Web).then((function(){console.log("[gd-sprest][Web Custom Actions] Completed the requests."),t()}))}),r)):t()})).then((function(){console.log("[gd-sprest] The configuration script completed, but some requests may still be running."),p()}),c)}),c)}),c)}),c)}),c)}),c)}),c)}))},setWebUrl:function(e){t=e},uninstall:function(){return new Promise((function(e,t){d().then((function(){T().then((function(){f().then((function(){console.log("[gd-sprest] The configuration script completed, but some requests may still be running."),e()}),t)}),t)}))}))}}}},564:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SPCfgType=t.SPCfgFieldType=void 0,t.SPCfgFieldType={Boolean:0,Calculated:1,Choice:2,Currency:3,Date:4,Geolocation:5,Guid:6,Image:7,Lookup:8,MMS:9,Note:10,Number:11,Text:12,Url:13,User:14},t.SPCfgType={Fields:0,ContentTypes:1,Lists:2,SiteUserCustomActions:3,WebParts:5,WebUserCustomActions:4}},9273:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutManager=void 0,t.CalloutManager={closeAll:function(){return window.CalloutManager.closeAll()},containsOneCalloutOpen:function(e){return window.CalloutManager.containsOneCalloutOpen(e)},createAction:function(e){var t=new window.CalloutActionOptions;for(var r in e)t[r]=e[r];return new window.CalloutAction(t)},createMenuEntries:function(e){for(var t=[],r=0;r<e.length;r++){var a=e[r];t.push(new window.CalloutActionMenuEntry(a.text,a.onClickCallback,a.iconUrl))}return t},createNew:function(e){return window.CalloutManager.createNew(e)},createNewIfNecessary:function(e){return window.CalloutManager.createNewIfNecessary(e)},forEach:function(e){return window.CalloutManager.forEach(e)},getFromCalloutDescendant:function(e){return window.CalloutManager.getFromCalloutDescendant(e)},getFromLaunchPoint:function(e){return window.CalloutManager.getFromLaunchPoint(e)},getFromLaunchPointIfExists:function(e){return window.CalloutManager.getFromLaunchPointIfExists(e)},isAtLeastOneCalloutOn:function(){return window.CalloutManager.isAtLeastOneCalloutOn()},isAtLeastOneCalloutOpen:function(){return window.CalloutManager.isAtLeastOneCalloutOpen()},init:function(){return new Promise((function(e,t){window.CalloutManager?e():window.SP.SOD.executeFunc("callout.js","Callout",(function(){e()}))}))},remove:function(e){return window.CalloutManager.remove(e)}}},7766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SP=void 0;var a=r(9273),n=r(6219),s=r(5738),o=r(1392),i=r(380);t.SP={CalloutManager:a.CalloutManager,ModalDialog:n.ModalDialog,Notify:s.Notify,SOD:o.SOD,Status:i.Status}},6219:function(e,t){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.ModalDialog=void 0,t.ModalDialog=(r=function(e){return e.show=function(){var t=e.get_dialogElement();t&&(t.style.display=""),(t=e.get_frameElement())&&(t.style.display="")},e.setTitle=function(t){var r=e.get_dialogElement(),a=r?r.querySelector(".ms-dlgLoadingTextDiv .ms-core-pageTitle"):null;(a=a||r.querySelector(".ms-dlgTitle .ms-dlgTitleText"))&&(a.innerHTML=t)},e.setSubTitle=function(t){var r=e.get_dialogElement(),a=r?r.querySelector(".ms-dlgLoadingTextDiv ~ div"):null;a&&(a.innerHTML=t)},e},{commonModalDialogClose:function(e,r){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.commonModalDialogClose(e,r)}))},commonModalDialogOpen:function(e,r,a,n){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.commonModalDialogOpen(e,r,a,n)}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.ModalDialog?e():window.SP.SOD.executeFunc("sp.js","SP.UI.ModalDialog",(function(){e()}))}))},OpenPopUpPage:function(e,r,a,n){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.OpenPopUpPage(e,r,a,n)}))},RefreshPage:function(e){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.RefreshPage(e)}))},showModalDialog:function(e){return new Promise((function(a){t.ModalDialog.load().then((function(){a(r(window.SP.UI.ModalDialog.showModalDialog(e)))}))}))},ShowPopupDialog:function(e){t.ModalDialog.load().then((function(){window.SP.UI.ModalDialog.ShowPopupDialog(e)}))},showWaitScreenSize:function(e,a,n,s,o){return new Promise((function(i){t.ModalDialog.load().then((function(){i(r(window.SP.UI.ModalDialog.showWaitScreenSize(e,a,n,s,o)))}))}))},showWaitScreenWithNoClose:function(e,a,n,s){return new Promise((function(o){t.ModalDialog.load().then((function(){o(r(window.SP.UI.ModalDialog.showWaitScreenWithNoClose(e,a,n,s)))}))}))}})},5738:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Notify=void 0,t.Notify={addNotification:function(e,r){return new Promise((function(a,n){t.Notify.load().then((function(){a(window.SP.UI.Notify.addNotification(e,r))}))}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.Notify?e():window.SP.SOD.executeFunc("sp.js","SP.UI.Notify",(function(){e()}))}))},removeNotification:function(e){t.Notify.load().then((function(){window.SP.UI.Notify.removeNotification(e)}))}}},1392:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SOD=void 0,t.SOD={execute:function(e,t){for(var r=[],a=2;a<arguments.length;a++)r[a-2]=arguments[a];window.SP&&window.SP.SOD.execute(e,t,r)},executeFunc:function(e,t,r){window.SP&&window.SP.SOD.executeFunc(e,t,r)},executeOrDelayUntilEventNotified:function(e,t){window.SP&&window.SP.SOD.executeOrDelayUntilEventNotified(e,t)},executeOrDelayUntilScriptLoaded:function(e,t){window.SP&&window.SP.SOD.executeOrDelayUntilScriptLoaded(e,t)},notifyEventAndExecuteWaitingJobs:function(e){window.SP&&window.SP.SOD.notifyEventAndExecuteWaitingJobs(e)},notifyScriptLoadedAndExecuteWaitingJobs:function(e){window.SP&&window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs(e)},registerSod:function(e,t){window.SP&&window.SP.SOD.registerSod(e,t)},registerSodDep:function(e,t){window.SP&&window.SP.SOD.registerSodDep(e,t)}}},380:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Status=void 0,t.Status={addStatus:function(e,r,a){return new Promise((function(n,s){t.Status.load().then((function(){n(window.SP.UI.Status.addStatus(e,r,a))}))}))},appendStatus:function(e,r,a){return new Promise((function(n,s){t.Status.load().then((function(){n(window.SP.UI.Status.appendStatus(e,r,a))}))}))},load:function(){return new Promise((function(e,t){window.SP&&window.SP.UI&&window.SP.UI.Status?e():window.SP.SOD.executeFunc("sp.js","SP.UI.Status",(function(){e()}))}))},removeAllStatus:function(e){t.Status.load().then((function(){window.SP.UI.Status.removeAllStatus(e)}))},removeStatus:function(e){t.Status.load().then((function(){window.SP.UI.Status.removeStatus(e)}))},setStatusPriColor:function(e,r){t.Status.load().then((function(){window.SP.UI.Status.setStatusPriColor(e,r)}))},updateStatus:function(e,r){t.Status.load().then((function(){window.SP.UI.Status.updateStatus(e,r)}))}}},9177:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Taxonomy=void 0;var a=r(7117);t.Taxonomy={findById:function(e,r){if(e.info&&e.info.id==r)return e;for(var a in e)if("info"!=a&&"parent"!=a){var n=t.Taxonomy.findById(e[a],r);if(n)return n}},findByName:function(e,r){if(e.info&&e.info.name==r)return e;for(var a in e)if("info"!=a&&"parent"!=a){var n=t.Taxonomy.findByName(e[a],r);if(n)return n}},getTerms:function(e,t){var r=[];r.push({description:e.get_description(),id:e.get_id().toString(),name:e.get_name(),path:[],pathAsString:"",props:e.get_customProperties()});for(var a=t.getEnumerator();a.moveNext();){var n=a.get_current();r.push({description:n.get_description(),id:n.get_id().toString(),name:n.get_name(),path:n.get_pathOfTerm().split(";"),pathAsString:n.get_pathOfTerm(),props:n.get_customProperties()})}return r=r.sort((function(e,t){return e.pathAsString<t.pathAsString?-1:e.pathAsString>t.pathAsString?1:0}))},getTermGroup:function(e){return new Promise((function(r,a){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),n=SP.Taxonomy.TaxonomySession.getTaxonomySession(t);if(e){var s=n.get_termStores();t.load(s,"Include(Groups)"),t.executeQueryAsync((function(){var n=s.getEnumerator(),o=n.moveNext()?n.get_current():null;if(o){var i=o.get_groups().getByName(e);t.load(i),r({context:t,termGroup:i})}else a("Unable to find the taxonomy store.")}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}else{var o=n.getDefaultSiteCollectionTermStore().getSiteCollectionGroup(t.get_site());t.load(o),r({context:t,termGroup:o})}}))}))},getTermGroups:function(){return new Promise((function(e,r){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),a=SP.Taxonomy.TaxonomySession.getTaxonomySession(t).get_termStores();t.load(a,"Include(Groups)"),t.executeQueryAsync((function(){var n=a.getEnumerator(),s=n.moveNext()?n.get_current():null;if(s){var o=s.get_groups();t.load(o,"Include(Description, Id, Name)"),t.executeQueryAsync((function(){for(var t=[],r=o.getEnumerator();r.moveNext();){var a=r.get_current();t.push({description:a.get_description(),id:a.get_id().toString(),name:a.get_name()})}e(t)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}else r("Unable to find the taxonomy store.")}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}))}))},getTermSets:function(e){return new Promise((function(r,a){t.Taxonomy.getTermGroup(e).then((function(e){var t=e.context,n=e.termGroup.get_termSets();t.load(n,"Include(CustomProperties, Description, Id, Name)"),t.executeQueryAsync((function(){for(var e=[],t=n.getEnumerator();t.moveNext();){var a=t.get_current();e.push({description:a.get_description(),id:a.get_id().toString(),name:a.get_name(),props:a.get_customProperties()})}r(e)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}),(function(e){a(e)}))}))},getTermSetsFromDefaultSC:function(){return new Promise((function(e,r){t.Taxonomy.loadScripts().then((function(){var t=SP.ClientContext.get_current(),a=SP.Taxonomy.TaxonomySession.getTaxonomySession(t).getDefaultSiteCollectionTermStore().getSiteCollectionGroup(t.get_site()).get_termSets();t.load(a,"Include(CustomProperties, Description, Id, Name)"),t.executeQueryAsync((function(){for(var t=[],r=a.getEnumerator();r.moveNext();){var n=r.get_current();t.push({description:n.get_description(),id:n.get_id().toString(),name:n.get_name(),props:n.get_customProperties()})}e(t)}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r(e[1].get_message())}))}))}))},getTermsById:function(e,r){return new Promise((function(a,n){t.Taxonomy.loadScripts().then((function(){var s=SP.ClientContext.get_current(),o=SP.Taxonomy.TaxonomySession.getTaxonomySession(s).get_termStores().getById(e).getTermSet(r),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){a(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1].get_message())}))}))}))},getTermSetById:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermsById(e,r).then((function(e){a(t.Taxonomy.toObject(e))}),(function(e){n(e)}))}))},getTermsFromDefaultSC:function(e){return new Promise((function(r,a){t.Taxonomy.getTermGroup().then((function(n){var s=n.context,o=n.termGroup.get_termSets().getByName(e),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){r(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a(e[1].get_message())}))}),(function(e){a(e)}))}))},getTermSetFromDefaultSC:function(e){return new Promise((function(r,a){t.Taxonomy.getTermsFromDefaultSC(e).then((function(e){r(t.Taxonomy.toObject(e))}),(function(e){a(e)}))}))},getTermsByGroupName:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermGroup(r).then((function(r){var s=r.context,o=r.termGroup.get_termSets().getByName(e),i=o.getAllTerms();s.load(o),s.load(i,"Include(CustomProperties, Description, Id, Name, PathOfTerm)"),s.executeQueryAsync((function(){a(t.Taxonomy.getTerms(o,i))}),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];n(e[1].get_message())}))}))}))},getTermSetByGroupName:function(e,r){return new Promise((function(a,n){t.Taxonomy.getTermsByGroupName(e,r).then((function(e){a(t.Taxonomy.toObject(e))}),(function(e){n(e)}))}))},loadScripts:function(){return new Promise((function(e,t){SP.SOD.executeFunc("sp.js","SP.Utilities.Utility",(function(){SP.SOD.registerSod("sp.taxonomy.js",a.ContextInfo.webServerRelativeUrl+"/_layouts/15/sp.taxonomy.js"),SP.SOD.executeFunc("sp.taxonomy.js","SP.Taxonomy.TaxonomySession",(function(){e()}))}),"sp.js")}))},toArray:function(e){var t=[];return e&&(e.info&&t.push(e.info),function e(t,r){for(var a in t)if("info"!=a&&"parent"!=a){var n=t[a];r.push(n.info),e(n,r)}}(e,t)),t},toFieldValue:function(e){var t=e?e.info||e:null;return t?{__metadata:{type:"SP.Taxonomy.TaxonomyFieldValue"},Label:t.name,TermGuid:t.id,WssId:-1}:null},toFieldMultiValue:function(e){var t=[];if(e&&e.length>0)for(var r=0;r<e.length;r++){var a=e[r].info||e[r];t.push(";#"+a.name+"|"+a.id)}return{__metadata:{type:"Collection(SP.Taxonomy.TaxonomyFieldValue)"},results:t}},toObject:function(e){var r={},a=function(e,t,r){for(var a=e,n="";r.length>0;){null==a[n=r[0]]&&(a[n]={});var s=a;(a=a[n]).parent=s,r.splice(0,1)}a.info=t};if(e&&e.length>0){for(var n=0;n<e.length;n++){var s=e[n];""==s.pathAsString?r.info=s:a(r,s,s.pathAsString.split(";"))}return t.Taxonomy.findById(r,e[0].id)}return null}}},132:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebPart=void 0;var r=function(){function e(e){var r=this;this._props=null,this._wp=null,this.addHelpLink=function(){if(r._props.helpProps){var e=document.querySelector("div[webpartid='"+r._wp.wpId+"'] a[title='Edit Snippet']");if(e){var t=document.createElement("a");t.href=r._props.helpProps.url||"#",t.style.paddingLeft="10px",t.setAttribute("role","button"),t.title=r._props.helpProps.title||"Help",t.innerHTML="<span class='ms-metadata'>"+t.title+"</span>",t.target="_blank",e.parentElement.appendChild(t)}}},this.getWebPartId=function(e){for(;e;){var t=e.getAttribute("webpartid");if(t)return t;e=e.parentElement}return""},this.getWebPartInfo=function(){var e={cfg:null,el:null,wpId:null};if(r._props.elementId){for(var t=document.querySelectorAll("#"+r._props.elementId),a=0;a<t.length;a++){var n=t[a];if(!n.getAttribute("data-isConfigured")){var s=r.getWebPartId(n);if(s){var o=r._props.cfgElementId?n.parentElement.querySelector("#"+r._props.cfgElementId):null;if(o){try{var i=JSON.parse(o.innerText.trim());if(!i.WebPartId){e={cfg:{WebPartId:s},el:n,wpId:s};break}if(i.WebPartId==s){e={cfg:i,el:n,wpId:s};break}}catch(t){e={cfg:{WebPartId:s},el:n,wpId:s},console.log("[sp-webpart] Error parsing the configuration for element '"+r._props.cfgElementId+"'.")}break}e={cfg:{WebPartId:s},el:n,wpId:s};break}}}0==t.length&&console.log("[sp-webpart] Error - Unable to find elements with id '"+r._props.elementId+"'.")}else console.log("[sp-webpart] The target element id is not defined.");return e.el&&e.el.setAttribute("data-isConfigured","true"),e},this.render=function(){if(r._wp=r.getWebPartInfo(),null!=r._wp&&null!=r._wp.el){var e=null;t.WebPart.isEditMode()?(r.addHelpLink(),r._props.onRenderEdit&&(e=r._props.onRenderEdit(r._wp))):r._wp.cfg||0==(r._props.cfgElementId||"").length?e=r._props.onRenderDisplay(r._wp):r._wp.el.innerHTML="<h3>Please edit the page and configure the webpart.</h3>",e&&e.then?e.then((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r._props.onPostRender&&r._props.onPostRender(r._wp)})):r._props.onPostRender&&r._props.onPostRender(r._wp)}else console.log("[sp-webpart] The target webpart element '"+r._props.elementId+"' was not found.")},this._props=e||{},window.addEventListener("load",(function(){r.render()}))}return e.create=function(t){return new e(t)},e.generateContentEditorXML=function(e){return'<?xml version="1.0" encoding="utf-8"?>\n<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">\n <Assembly>Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>\n <TypeName>Microsoft.SharePoint.WebPartPages.ContentEditorWebPart</TypeName>\n <Title>[[Title]]</Title>\n <Description>[[Description]]</Description>\n <FrameType>[[FrameType]]</FrameType>\n <ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor">[[ContentLink]]</ContentLink>\n <Content xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor"><![CDATA[[[Content]]]]></Content>\n</WebPart>'.replace(/\r?\n/g,"").replace(/\[\[FrameType\]\]/g,e.frameType||"Default").replace(/\[\[Content\]\]/g,e.content||"").replace(/\[\[ContentLink\]\]/g,e.contentLink||"").replace(/\[\[Description\]\]/g,e.description||"").replace(/\[\[Title\]\]/g,e.title||"")},e.generateScriptEditorXML=function(e){return'<?xml version="1.0" encoding="utf-8"?>\n<webParts>\n <webPart xmlns="http://schemas.microsoft.com/WebPart/v3">\n <metaData>\n <type name="Microsoft.SharePoint.WebPartPages.ScriptEditorWebPart, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />\n <importErrorMessage>$Resources:core,ImportantErrorMessage;</importErrorMessage>\n </metaData>\n <data>\n <properties>\n <property name="Title" type="string">[[Title]]</property>\n <property name="Description" type="string">[[Description]]</property>\n <property name="ChromeType" type="chrometype">[[ChromeType]]</property>\n <property name="Content" type="string">[[Content]]</property>\n </properties>\n </data>\n </webPart>\n</webParts>'.replace(/\r?\n/g,"").replace(/\[\[ChromeType\]\]/g,e.chromeType||"TitleOnly").replace(/\[\[Content\]\]/g,e.content.replace(/\</g,"<").replace(/\>/g,">")).replace(/\[\[Description\]\]/g,e.description||"").replace(/\[\[Title\]\]/g,e.title||"")},e.isEditMode=function(){MSOWebPartPageFormName;var e=document.forms[MSOWebPartPageFormName];if(e){var t=e._wikiPageMode?e._wikiPageMode.value:null,r=e.MSOLayout_InDesignMode?e.MSOLayout_InDesignMode.value:null;return"Edit"==t||"1"==r}return!1},e}();t.WebPart=r},1771:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.Helper=void 0;var s=r(6483);t.Helper=s,n(r(1381),t),n(r(7228),t),n(r(6007),t)},106:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Apps=void 0;var a=r(3636);t.Apps=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="apps",a.Request.addMethods(t,{__metadata:{type:"Microsoft.AppServices.AppCollection"}}),t}},7117:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ContextInfo=void 0;var a=r(3636),n=function(){function e(){}return Object.defineProperty(e,"_contextInfo",{get:function(){return this.window._spPageContextInfo?this.window._spPageContextInfo:this._spfxPageContext&&this._spfxPageContext.legacyPageContext?this._spfxPageContext.legacyPageContext:{existsFl:!1,isAppWeb:!1,isHubSite:!1,isSPO:!1,siteAbsoluteUrl:"",siteServerRelativeUrl:"",userId:0,webAbsoluteUrl:"",webServerRelativeUrl:""}},enumerable:!1,configurable:!0}),Object.defineProperty(e,"aadInstanceUrl",{get:function(){return this._contextInfo.aadInstanceUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"aadTenantId",{get:function(){return this._contextInfo.aadTenantId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"alertsEnabled",{get:function(){return this._contextInfo.alertsEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"allowSilverlightPrompt",{get:function(){return"True"==this._contextInfo.allowSilverlightPrompt},enumerable:!1,configurable:!0}),Object.defineProperty(e,"canUserCreateMicrosoftForm",{get:function(){return this._contextInfo.canUserCreateMicrosoftForm},enumerable:!1,configurable:!0}),Object.defineProperty(e,"canUserCreateVisioDrawing",{get:function(){return this._contextInfo.canUserCreateVisioDrawing},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cdnPrefix",{get:function(){return this._contextInfo.cdnPrefix},enumerable:!1,configurable:!0}),Object.defineProperty(e,"clientServerTimeDelta",{get:function(){return this._contextInfo.clientServerTimeDelta},enumerable:!1,configurable:!0}),Object.defineProperty(e,"CorrelationId",{get:function(){return this._contextInfo.CorrelationId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"crossDomainPhotosEnabled",{get:function(){return this._contextInfo.crossDomainPhotosEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentCultureName",{get:function(){return this._contextInfo.currentCultureName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentLanguage",{get:function(){return this._contextInfo.currentLanguage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"currentUICultureName",{get:function(){return this._contextInfo.currentUICultureName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"departmentId",{get:function(){return this._contextInfo.departmentId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"DesignPackageId",{get:function(){return this._contextInfo.DesignPackageId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"disableAppViews",{get:function(){return this._contextInfo.disableAppViews},enumerable:!1,configurable:!0}),Object.defineProperty(e,"disableFlows",{get:function(){return this._contextInfo.disableFlows},enumerable:!1,configurable:!0}),Object.defineProperty(e,"document",{get:function(){return this.window?this.window.document:null},enumerable:!1,configurable:!0}),Object.defineProperty(e,"env",{get:function(){return this._contextInfo.env},enumerable:!1,configurable:!0}),Object.defineProperty(e,"existsFl",{get:function(){return null==this._contextInfo.existsFl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"farmLabel",{get:function(){return this._contextInfo.farmLabel},enumerable:!1,configurable:!0}),Object.defineProperty(e,"fid",{get:function(){return this._contextInfo.fid},enumerable:!1,configurable:!0}),Object.defineProperty(e,"formDigestTimeoutSeconds",{get:function(){return this._contextInfo.formDigestTimeoutSeconds},enumerable:!1,configurable:!0}),Object.defineProperty(e,"formDigestValue",{get:function(){return this._contextInfo.formDigestValue},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupColor",{get:function(){return this._contextInfo.groupColor},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupHasHomepage",{get:function(){return this._contextInfo.groupHasHomepage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupId",{get:function(){return this._contextInfo.groupId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"groupType",{get:function(){return this._contextInfo.groupType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"guestsEnabled",{get:function(){return this._contextInfo.guestsEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hasManageWebPermissions",{get:function(){return this._contextInfo.hasManageWebPermissions},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hasPendingWebTemplateExtension",{get:function(){return this._contextInfo.hasPendingWebTemplateExtension},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hideSyncButtonOnODB",{get:function(){return this._contextInfo.hideSyncButtonOnODB},enumerable:!1,configurable:!0}),Object.defineProperty(e,"hubSiteId",{get:function(){return this._contextInfo.hubSiteId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"idleSessionSignOutEnabled",{get:function(){return this._contextInfo.idleSessionSignOutEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isAnonymousGuestUser",{get:function(){return this._contextInfo.isAnonymousGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isAppWeb",{get:function(){return this._contextInfo.isAppWeb},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isArchived",{get:function(){return this._contextInfo.isArchived},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isEmailAuthenticationGuestUser",{get:function(){return this._contextInfo.isEmailAuthenticationGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isExternalGuestUser",{get:function(){return this._contextInfo.isExternalGuestUser},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupRelatedSite",{get:function(){return this._contextInfo.isGroupRelatedSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupifyDisabled",{get:function(){return this._contextInfo.isGroupifyDisabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isGroupifyMenuButtonFeatureOff",{get:function(){return this._contextInfo.isGroupifyMenuButtonFeatureOff},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHubSite",{get:function(){return this._contextInfo.isHubSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLocationserviceAvailable",{get:function(){return this._contextInfo.isLocationserviceAvailable},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMultiGeoODBMode",{get:function(){return this._contextInfo.isMultiGeoODBMode},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMultiGeoTenant",{get:function(){return this._contextInfo.isMultiGeoTenant},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isNoScriptEnabled",{get:function(){return this._contextInfo.isNoScriptEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSiteAdmin",{get:function(){return this._contextInfo.isSiteAdmin},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSiteOwner",{get:function(){return this._contextInfo.isSiteOwner},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSPO",{get:function(){return this._contextInfo.isSPO},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isShareByLinkEnabled",{get:function(){return this._contextInfo.isShareByLinkEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTeamsChannelSite",{get:function(){return this._contextInfo.isTeamsChannelSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTeamsConnectedSite",{get:function(){return this._contextInfo.isTeamsConnectedSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isTenantDevSite",{get:function(){return this._contextInfo.isTenantDevSite},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUnauthorizedTenant",{get:function(){return this._contextInfo.isUnauthorizedTenant},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isWebWelcomePage",{get:function(){return this._contextInfo.isWebWelcomePage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"layoutsUrl",{get:function(){return this._contextInfo.layoutsUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listBaseTemplate",{get:function(){return this._contextInfo.listBaseTemplate},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listBaseType",{get:function(){return this._contextInfo.listBaseType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listId",{get:function(){return this._contextInfo.listId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listItemCount",{get:function(){return this._contextInfo.listItemCount},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listTitle",{get:function(){return this._contextInfo.listTitle},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listPermsMask",{get:function(){return this._contextInfo.listPermsMask},enumerable:!1,configurable:!0}),Object.defineProperty(e,"listUrl",{get:function(){return this._contextInfo.listUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"maximumFileSize",{get:function(){return this._contextInfo.maximumFileSize},enumerable:!1,configurable:!0}),Object.defineProperty(e,"modernThemingEnabled",{get:function(){return this._contextInfo.modernThemingEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"msGraphEndpointUrl",{get:function(){return this._contextInfo.msGraphEndpointUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"msMruEndpointUrl",{get:function(){return this._contextInfo.msMruEndpointUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"multiGeoInfo",{get:function(){return this._contextInfo.multiGeoInfo},enumerable:!1,configurable:!0}),Object.defineProperty(e,"navigationInfo",{get:function(){return this._contextInfo.navigationInfo},enumerable:!1,configurable:!0}),Object.defineProperty(e,"nid",{get:function(){return this._contextInfo.nid},enumerable:!1,configurable:!0}),Object.defineProperty(e,"openInClient",{get:function(){return this._contextInfo.openInClient},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pageItemId",{get:function(){return this._contextInfo.pageItemId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pageListId",{get:function(){return this._contextInfo.pageListId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pagePermsMask",{get:function(){return this._contextInfo.pagePermsMask},enumerable:!1,configurable:!0}),Object.defineProperty(e,"pagePersonalizationScope",{get:function(){return this._contextInfo.pagePersonalizationScope},enumerable:!1,configurable:!0}),Object.defineProperty(e,"preferUserTimeZone",{get:function(){return this._contextInfo.preferUserTimeZone},enumerable:!1,configurable:!0}),Object.defineProperty(e,"PreviewFeaturesEnabled",{get:function(){return this._contextInfo.PreviewFeaturesEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"portalUrl",{get:function(){return this._contextInfo.portalUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"profileUrl",{get:function(){return this._contextInfo.profileUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"PublishingFeatureOn",{get:function(){return this._contextInfo.PublishingFeatureOn},enumerable:!1,configurable:!0}),Object.defineProperty(e,"RecycleBinItemCount",{get:function(){return this._contextInfo.RecycleBinItemCount},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverRedirectedUrl",{get:function(){return this._contextInfo.serverRedirectedUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverRequestPath",{get:function(){return this._contextInfo.serverRequestPath},enumerable:!1,configurable:!0}),Object.defineProperty(e,"serverTime",{get:function(){return this._contextInfo.serverTime},enumerable:!1,configurable:!0}),Object.defineProperty(e,"showNGSCDialogForSyncOnODB",{get:function(){return this._contextInfo.showNGSCDialogForSyncOnODB},enumerable:!1,configurable:!0}),Object.defineProperty(e,"showNGSCDialogForSyncOnTS",{get:function(){return this._contextInfo.showNGSCDialogForSyncOnTS},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteAbsoluteUrl",{get:function(){return this._contextInfo.siteAbsoluteUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteClassification",{get:function(){return this._contextInfo.siteClassification},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteClientTag",{get:function(){return this._contextInfo.siteClientTag},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteColor",{get:function(){return this._contextInfo.siteColor},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteId",{get:function(){return this._contextInfo.siteId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"sitePagesEnabled",{get:function(){return this._contextInfo.sitePagesEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"sitePagesFeatureVersion",{get:function(){return this._contextInfo.sitePagesFeatureVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteServerRelativeUrl",{get:function(){return this._contextInfo.siteServerRelativeUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"siteSubscriptionId",{get:function(){return this._contextInfo.siteSubscriptionId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"socialBarEnabled",{get:function(){return this._contextInfo.socialBarEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"supportPercentStorePage",{get:function(){return this._contextInfo.supportPercentStorePage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"supportPoundStorePath",{get:function(){return this._contextInfo.supportPoundStorePath},enumerable:!1,configurable:!0}),Object.defineProperty(e,"systemUserKey",{get:function(){return this._contextInfo.systemUserKey},enumerable:!1,configurable:!0}),Object.defineProperty(e,"teamsChannelType",{get:function(){return this._contextInfo.teamsChannelType},enumerable:!1,configurable:!0}),Object.defineProperty(e,"tenantAppVersion",{get:function(){return this._contextInfo.tenantAppVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"tenantDisplayName",{get:function(){return this._contextInfo.tenantDisplayName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themeCacheToken",{get:function(){return this._contextInfo.themeCacheToken},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themedCssFolderUrl",{get:function(){return this._contextInfo.themedCssFolderUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"themedImageFileNames",{get:function(){return this._contextInfo.themedImageFileNames},enumerable:!1,configurable:!0}),Object.defineProperty(e,"updateFromDigestPageLoaded",{get:function(){return this._contextInfo.updateFromDigestPageLoaded},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userDisplayName",{get:function(){return this._contextInfo.userDisplayName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userEmail",{get:function(){return this._contextInfo.userEmail},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userFirstDayOfWeek",{get:function(){return this._contextInfo.userFirstDayOfWeek},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userId",{get:function(){return this._contextInfo.userId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userLoginName",{get:function(){return this._contextInfo.userLoginName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userPhotoCdnBaseUrl",{get:function(){return this._contextInfo.userPhotoCdnBaseUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userPrincipalName",{get:function(){return this._contextInfo.userPrincipalName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userTime24",{get:function(){return this._contextInfo.userTime24},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userTimeZoneData",{get:function(){return this._contextInfo.userTimeZoneData},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userVoiceForFeedbackEnabled",{get:function(){return this._contextInfo.userVoiceForFeedbackEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"viewId",{get:function(){return this._contextInfo.viewId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"viewOnlyExperienceEnabled",{get:function(){return this._contextInfo.viewOnlyExperienceEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webAbsoluteUrl",{get:function(){return this._contextInfo.webAbsoluteUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webDescription",{get:function(){return this._contextInfo.webDescription},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webDomain",{get:function(){return this._contextInfo.webDomain},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webFirstDayOfWeek",{get:function(){return this._contextInfo.webFirstDayOfWeek},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webId",{get:function(){return this._contextInfo.webId},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLanguage",{get:function(){return this._contextInfo.webLanguage},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLanguageName",{get:function(){return this._contextInfo.webLanguageName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webLogoUrl",{get:function(){return this._contextInfo.webLogoUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webPermMasks",{get:function(){return this._contextInfo.webPermMasks},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webServerRelativeUrl",{get:function(){return this._contextInfo.webServerRelativeUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTemplate",{get:function(){return this._contextInfo.webTemplate},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTemplateConfiguration",{get:function(){return this._contextInfo.webTemplateConfiguration},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTime24",{get:function(){return this._contextInfo.webTime24},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTimeZoneData",{get:function(){return this._contextInfo.webTimeZoneData},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webTitle",{get:function(){return this._contextInfo.webTitle},enumerable:!1,configurable:!0}),Object.defineProperty(e,"webUIVersion",{get:function(){return this._contextInfo.webUIVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"window",{get:function(){return"undefined"==typeof window?{}:window},enumerable:!1,configurable:!0}),e.generateGUID=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))},e._spfxPageContext=null,e.getWeb=function(e){return new a.Base({endpoint:"contextinfo",method:"POST",url:e})},e.setPageContext=function(e){t.ContextInfo._spfxPageContext=e},e}();t.ContextInfo=n},1627:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Graph=void 0;var a=r(6007),n=r(3636);t.Graph=function(e){var r=new n.Base({accessToken:e&&e.accessToken?e.accessToken:t.Graph.Token});return r.targetInfo.requestType="post"==(e&&e.requestType?e.requestType:"").toLowerCase()?n.RequestType.GraphPost:n.RequestType.GraphGet,r.targetInfo.data=e?e.data:null,r.targetInfo.endpoint=e&&e.cloud?e.cloud:t.Graph.Cloud||a.SPTypes.CloudEnvironment.Default,r.targetInfo.endpoint+="/"+(e&&e.version?e.version:t.Graph.Version||"v1.0"),e&&e.url?r.targetInfo.endpoint+="/"+e.url:n.Request.addMethods(r,{__metadata:{type:"graph"}}),r},t.Graph.Cloud="",t.Graph.Token="",t.Graph.Version="",t.Graph.getAccessToken=function(e){var t={resource:e||a.SPTypes.CloudEnvironment.Default};return new n.Base({endpoint:"SP.OAuth.Token/Acquire",method:"POST",data:t})}},8059:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GroupService=void 0;var a=r(3636);t.GroupService=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="groupservice",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.GroupService"}}),t}},3564:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GroupSiteManager=void 0;var a=r(3636);t.GroupSiteManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="groupsitemanager",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.GroupSiteManager"}}),t}},1463:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HubSites=void 0;var a=r(3636);t.HubSites=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="hubsites",a.Request.addMethods(t,{__metadata:{type:"SP.HubSite.Collection"}}),t},t.HubSites.canCreate=function(){return new a.Base({endpoint:"SP.HubSites.CanCreate"})}},4873:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HubSitesUtility=void 0;var a=r(3636);t.HubSitesUtility=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="hubsitesutility",a.Request.addMethods(t,{__metadata:{type:"Microsoft.SharePoint.Portal.SPHubSitesUtility"}}),t}},1381:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(106),t),n(r(7117),t),n(r(1627),t),n(r(8059),t),n(r(3564),t),n(r(1463),t),n(r(4873),t),n(r(2194),t),n(r(2167),t),n(r(6672),t),n(r(5615),t),n(r(3896),t),n(r(1761),t),n(r(6415),t),n(r(2275),t),n(r(1676),t),n(r(6612),t),n(r(8029),t),n(r(2414),t),n(r(9722),t),n(r(3515),t),n(r(4333),t),n(r(8726),t),n(r(2666),t),n(r(4107),t)},2194:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.List=void 0;var a=r(3636),n=r(4333);t.List=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="web/lists/getByTitle('"+e.replace(/\'/g,"''")+"')",a.Request.addMethods(r,{__metadata:{type:"SP.List"}}),r},t.List.getByEntityName=function(e){var t=n.Web(e.url,e.targetInfo).Lists().query({Filter:"EntityTypeName eq '"+e.name+"'",Top:1});if(!e.callback){var r=t.executeAndWait();return r.results?r.results[0]:r}t.execute((function(t){e.callback(t.results?t.results[0]:null)}))},t.List.getDataAsStream=function(e,t){void 0===t&&(t={});var r="?listFullUrl='"+e+"'";for(var n in t)r+="&"+n+"="+t[n];return new a.Base({endpoint:"SP.List.getListDataAsStream"+r})}},2167:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=void 0;var a=r(3636);t.Navigation=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="navigation",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"}}),r}},6672:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PeopleManager=void 0;var a=r(3636);t.PeopleManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.peoplemanager",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.PeopleManager"}}),t}},5615:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PeoplePicker=void 0;var a=r(3636);t.PeoplePicker=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface",t.targetInfo.overrideDefaultRequestToHostFl=!0,a.Request.addMethods(t,{__metadata:{type:"peoplepicker"}}),t}},3896:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProfileLoader=void 0;var a=r(3636);t.ProfileLoader=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.profileloader.getprofileloader",t.targetInfo.method="POST",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.ProfileLoader"}}),t}},1761:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Search=void 0;var a=r(3636);t.Search=function(e,r){var n=new a.Base(r),s=n;return n.targetInfo.defaultToWebFl=!0,n.targetInfo.endpoint="search",e&&(n.targetInfo.url=e),a.Request.addMethods(s,{__metadata:{type:"Microsoft.Office.Server.Search.REST.SearchService"}}),s.searchquery=function(e){return s.executeMethod("query",{argNames:["query"],name:"query?[[query]]",requestType:a.RequestType.GetReplace},t.Search.getQuery(e))},s},t.Search.getQuery=function(e){var t="";for(var r in e)t+=(""==t?"":"&")+r+"='"+e[r]+"'";return[t]}},6415:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Site=void 0;var a=r(3636);t.Site=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="site",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.Site"}}),r},t.Site.exists=function(e){return new a.Base({data:{url:e},defaultToWebFl:!0,endpoint:"SP.Site.Exists",method:"POST"})},t.Site.getAppContext=function(e){return new a.Base({data:{siteUrl:e},defaultToWebFl:!0,endpoint:"SP.AppContextSite",method:"POST"})},t.Site.getUrlById=function(e){return new a.Base({data:{id:e},defaultToWebFl:!0,endpoint:"SP.Site.GetUrlById",method:"POST"})}},2275:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SiteIconManager=void 0;var a=r(3636);t.SiteIconManager=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SiteIconManager",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Portal.SiteIconManager"}}),r}},1676:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SiteManager=void 0;var a=r(3636);t.SiteManager=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SPSiteManager",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"Microsoft.SharePoint.Portal.SPSiteManager"}}),r}},6612:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SitePages=void 0;var a=r(4333),n=r(3636);t.SitePages=function(e,t){var r=new n.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SitePages",e&&(r.targetInfo.url=e),n.Request.addMethods(r,{__metadata:{type:"SP.Publishing.SitePageService"}}),r},t.SitePages.createPage=function(e,r,n,s,o){return new Promise((function(i,u){var l=function(e,r){var n=a.Web(s,o),l={file:null,item:null,page:null};n.getFileByUrl(r).query({Select:["*","ListId"]}).execute((function(r){l.file=r,n.Lists().getById(r.ListId).Items(e).execute((function(r){l.item=r,t.SitePages(s,o).Pages(e).execute((function(e){l.page=e,i(l)}),u)}),u)}),u)};t.SitePages(s,o).Pages().createAppPage({Title:r,PageLayoutType:n}).execute((function(t){a.Web(s,o).Lists("Site Pages").Items(t.Id).update({FileLeafRef:e}).execute((function(){var r=t.Url.lastIndexOf("/"),a=t.Url.substring(0,r+1)+e;l(t.Id,a)}),(function(){l(t.Id,t.Url)}))}),u)}))}},8029:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SocialFeed=void 0;var a=r(3636);t.SocialFeed=function(e){var t=new a.Base(e),r=t;return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="social.feed",a.Request.addMethods(r,{__metadata:{type:"SP.Social.SocialRestFeedManager"}}),r},t.SocialFeed.postToFeed=function(e,r){var n={ID:null,creationData:r,__metadata:{type:"SP.Social.SocialRestPostCreationData"}};return n.creationData.__metadata={type:"SP.Social.SocialPostCreationData"},t.SocialFeed().executeMethod("postToMyFeed",{argNames:["restCreationData"],name:"actor(item=@v)/feed?@v='"+encodeURIComponent(e)+"'",requestType:a.RequestType.PostWithArgsInBody},[n])},t.SocialFeed.postToMyFeed=function(e){var r={ID:null,creationData:e,__metadata:{type:"SP.Social.SocialRestPostCreationData"}};return r.creationData.__metadata={type:"SP.Social.SocialPostCreationData"},t.SocialFeed().executeMethod("postToMyFeed",{argNames:["restCreationData"],name:"my/feed/post",requestType:a.RequestType.PostWithArgsInBody},[r])}},2414:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThemeManager=void 0;var a=r(3636);t.ThemeManager=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="thememanager",a.Request.addMethods(t,{__metadata:{type:"SP.Utilities.ThemeManager"}}),t}},9722:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserProfile=void 0;var a=r(3636);t.UserProfile=function(e){var t=new a.Base(e);return t.targetInfo.defaultToWebFl=!0,t.targetInfo.endpoint="sp.userprofiles.profileloader.getprofileloader/getUserProfile",t.targetInfo.method="POST",a.Request.addMethods(t,{__metadata:{type:"SP.UserProfiles.UserProfile"}}),t}},3515:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Utility=void 0;var a=r(3636);t.Utility=function(e,t){var r=new a.Base(t),n=r;return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.Utilities.Utility",e&&(r.targetInfo.url=e),a.Request.addMethods(n,{__metadata:{type:"utility"}}),n.createWikiPage=function(e,t){void 0===t&&(t="");var r={ServerRelativeUrl:e,WikiHtmlContent:t};return n.executeMethod("createWikiPage",{argNames:["parameters"],name:"SP.Utilities.Utility.CreateWikiPageInContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},[r])},n.sendEmail=function(e){for(var t=0,r=["To","CC","BCC"];t<r.length;t++){var s=r[t],o=e[s];o&&(e[s]="string"==typeof o?{results:[o]}:{results:o})}return n.executeMethod("sendEmail",{argNames:["properties"],metadataType:"SP.Utilities.EmailProperties",name:"SP.Utilities.Utility.sendEmail",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},[e])},n}},4333:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Web=void 0;var a=r(3636);t.Web=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="web",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.Web"}}),r},t.Web.getRemoteWeb=function(e){return new a.Base({data:{requestUrl:e},defaultToWebFl:!0,endpoint:"SP.RemoteWeb?$expand=Web",method:"POST"})}},8726:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebTemplateExtensions=void 0;var a=r(3636);t.WebTemplateExtensions=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"webTemplateExtensions"}}),r}},2666:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkflowInstanceService=void 0;var a=r(3636);t.WorkflowInstanceService=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.WorkflowServices.WorkflowInstanceService.Current",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.WorkflowServices.WorkflowInstanceService"}}),r}},4107:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkflowSubscriptionService=void 0;var a=r(3636);t.WorkflowSubscriptionService=function(e,t){var r=new a.Base(t);return r.targetInfo.defaultToWebFl=!0,r.targetInfo.endpoint="SP.WorkflowServices.WorkflowSubscriptionService.Current",e&&(r.targetInfo.url=e),a.Request.addMethods(r,{__metadata:{type:"SP.WorkflowServices.WorkflowSubscriptionService"}}),r}},9766:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.audit=void 0;var a=r(3636);t.audit={query:{argNames:["oData"],requestType:a.RequestType.OData}}},2947:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.graph=void 0;var a=r(3636);t.graph={me:{requestType:a.RequestType.GraphGet},group:{argNames:["id"],name:"groups/[[id]]",requestType:a.RequestType.GraphGetReplace},groups:{name:"groups",requestType:a.RequestType.GraphGet},list:{argNames:["siteId","id"],name:"sites/[[siteId]]/lists/[[id]]",requestType:a.RequestType.GraphGetReplace},lists:{argNames:["siteId"],name:"sites/[[siteId]]/lists",requestType:a.RequestType.GraphGetReplace},query:{argNames:["oData"],requestType:a.RequestType.OData},root:{requestType:a.RequestType.GraphGet},site:{argNames:["id"],name:"sites/[[id]]",requestType:a.RequestType.GraphGetReplace},sites:{name:"sites",requestType:a.RequestType.GraphGet},user:{argNames:["id"],name:"users/[[id]]",requestType:a.RequestType.GraphGetReplace},users:{requestType:a.RequestType.GraphGet}}},6687:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(9766),t),n(r(2947),t),n(r(8231),t),n(r(3239),t),n(r(4916),t),n(r(7414),t),n(r(9893),t)},8231:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.webinfos=t.webs=t.web=t.viewfieldcollection=t.views=t.view=t.versions=t.usercustomactions=t.usercustomaction=t.users=t.user=t.tenantappcatalog=t.tenantapps=t.tenantapp=t.sitecollectionappcatalog=t.site=t.search=t.roledefinitions=t.roledefinition=t.roleassignments=t.roleassignment=t.items=t.listitem=t.lists=t.list=t.limitedwebpartmanager=t.sitegroups=t.group=t.folders=t.folder=t.fileversions=t.fileversion=t.files=t.file=t.fieldlinks=t.fields=t.field=t.features=t.eventreceivers=t.eventreceiver=t.attachmentfiles=void 0;var a=r(9053);t.attachmentfiles=a.Mapper["SP.Attachment.Collection"],t.eventreceiver=a.Mapper["SP.EventReceiverDefinition"],t.eventreceivers=a.Mapper["SP.EventReceiverDefinition.Collection"],t.features=a.Mapper["SP.Feature.Collection"],t.field=a.Mapper["SP.Field"],t.fields=a.Mapper["SP.Field.Collection"],t.fieldlinks=a.Mapper["SP.FieldLink.Collection"],t.file=a.Mapper["SP.File"],t.files=a.Mapper["SP.File.Collection"],t.fileversion=a.Mapper["SP.FileVersion"],t.fileversions=a.Mapper["SP.FileVersion.Collection"],t.folder=a.Mapper["SP.Folder"],t.folders=a.Mapper["SP.Folder.Collection"],t.group=a.Mapper["SP.Group"],t.sitegroups=a.Mapper["SP.Directory.Group.Collection"],t.limitedwebpartmanager=a.Mapper["SP.WebParts.LimitedWebPartManager"],t.list=a.Mapper["SP.List"],t.lists=a.Mapper["SP.List.Collection"],t.listitem=a.Mapper["SP.ListItem"],t.items=a.Mapper["SP.ListItem.Collection"],t.roleassignment=a.Mapper["SP.RoleAssignment"],t.roleassignments=a.Mapper["SP.RoleAssignment.Collection"],t.roledefinition=a.Mapper["SP.RoleDefinition"],t.roledefinitions=a.Mapper["SP.RoleDefinition.Collection"],t.search=a.Mapper["Microsoft.Office.Server.Search.REST.SearchService"],t.site=a.Mapper["SP.Site"],t.sitecollectionappcatalog=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor"],t.tenantapp=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],t.tenantapps=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection"],t.tenantappcatalog=a.Mapper["Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"],t.user=a.Mapper["SP.User"],t.users=a.Mapper["SP.User.Collection"],t.usercustomaction=a.Mapper["SP.UserCustomAction"],t.usercustomactions=a.Mapper["SP.UserCustomAction.Collection"],t.versions=a.Mapper["SP.FileVersion.Collection"],t.view=a.Mapper["SP.View"],t.views=a.Mapper["SP.View.Collection"],t.viewfieldcollection=a.Mapper["SP.ViewFieldCollection"],t.web=a.Mapper["SP.Web"],t.webs=a.Mapper["SP.Web.Collection"],t.webinfos=a.Mapper["SP.WebInformation.Collection"]},3239:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.peoplepicker=void 0;var a=r(3636);t.peoplepicker={clientPeoplePickerResolveUser:{argNames:["queryParams"],metadataType:"SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters",name:"SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.ClientPeoplePickerResolveUser",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},clientPeoplePickerSearchUser:{argNames:["queryParams"],metadataType:"SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters",name:"SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.ClientPeoplePickerSearchUser",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody}}},4916:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.propertyvalues=void 0;var a=r(3636);t.propertyvalues={query:{argNames:["oData"],requestType:a.RequestType.OData}}},7414:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.utility=void 0;var a=r(3636);t.utility={createEmailBodyForInvitation:{argNames:["pageAddress"],name:"SP.Utilities.Utility.CreateEmailBodyForInvitation",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},createWikiPage:{argNames:["parameters"],name:"SP.Utilities.Utility.CreateWikiPageInContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},getAppLicenseDeploymentId:{name:"SP.Utilities.Utility.GetAppLicenseDeploymentId",replaceEndpointFl:!0,requestType:a.RequestType.Get},getAppLicenseInformation:{name:"SP.Utilities.Utility.GetAppLicenseInformation",replaceEndpointFl:!0,requestType:a.RequestType.Get},getCurrentUserEmailAddresses:{name:"SP.Utilities.Utility.GetCurrentUserEmailAddresses",replaceEndpointFl:!0,requestType:a.RequestType.Get},getLocalizedString:{argNames:["sourceValue"],name:"SP.Utilities.Utility.GetLocalizedString",replaceEndpointFl:!0,requestType:a.RequestType.GetWithArgsValueOnly},getLowerCaseString:{argNames:["sourceValue","lcid"],name:"SP.Utilities.Utility.GetLowerCaseString",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},importAppLicense:{argNames:["url"],name:"SP.Utilities.Utility.ImportAppLicense",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},isUserLicensedForEntityInContext:{argNames:["url"],name:"SP.Utilities.Utility.IsUserLicensedForEntityInContext",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},localizeWebPartGallery:{argNames:["url"],name:"SP.Utilities.Utility.LocalizeWebPartGallery",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},markDiscussionAsFeatured:{argNames:["url"],name:"SP.Utilities.Utility.MarkDiscussionAsFeatured",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgs},resolvePrincipal:{name:"SP.Utilities.Utility.ResolvePrincipalInCurrentContext",replaceEndpointFl:!0,requestType:a.RequestType.Post},searchPrincipals:{name:"SP.Utilities.Utility.SearchPrincipalsUsingContextWeb",replaceEndpointFl:!0,requestType:a.RequestType.Post},sendEmail:{argNames:["properties"],metadataType:"SP.Utilities.EmailProperties",name:"SP.Utilities.Utility.sendEmail",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody},unmarkDiscussionAsFeatured:{argNames:["url"],name:"SP.Utilities.Utility.UnmarkDiscussionAsFeatured",replaceEndpointFl:!0,requestType:a.RequestType.PostWithArgsInBody}}},9893:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.webtemplateextensions=void 0;var a=r(3636);t.webtemplateextensions={applySiteDesign:{argNames:["siteDesignId","webUrl"],appendEndpointFl:!0,name:"ApplySiteDesign",requestType:a.RequestType.PostWithArgsInBody},addSiteDesignTaskToCurrentWeb:{argNames:["siteDesignId"],appendEndpointFl:!0,name:"AddSiteDesignTaskToCurrentWeb",requestType:a.RequestType.PostWithArgsInBody},createSiteDesign:{argNames:["info"],appendEndpointFl:!0,name:"CreateSiteDesign",requestType:a.RequestType.PostWithArgsInBody},createSiteScript:{argNames:["title","content"],appendEndpointFl:!0,name:"CreateSiteScript(@title)?@title='[[title]]",requestType:a.RequestType.PostReplaceWithData},deleteSiteDesign:{argNames:["id"],appendEndpointFl:!0,name:"DeleteSiteDesign",requestType:a.RequestType.PostWithArgsInBody},deleteSiteScript:{argNames:["id"],appendEndpointFl:!0,name:"DeleteSiteScript",requestType:a.RequestType.PostWithArgsInBody},getSiteDesigns:{argNames:[],appendEndpointFl:!0,name:"GetSiteDesigns",requestType:a.RequestType.Post},getSiteDesignMetadata:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteDesignMetadata",requestType:a.RequestType.PostWithArgsInBody},getSiteScripts:{argNames:[],appendEndpointFl:!0,name:"GetSiteScripts",requestType:a.RequestType.Post},getSiteScriptFromWeb:{argNames:["webUrl","info"],appendEndpointFl:!0,name:"GetSiteScriptFromWeb",requestType:a.RequestType.PostWithArgsInBody},getSiteScriptFromList:{argNames:["listUrl"],appendEndpointFl:!0,name:"GetSiteScriptFromList",requestType:a.RequestType.PostWithArgsInBody},getSiteScriptMetadata:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteScriptMetadata",requestType:a.RequestType.PostWithArgsInBody},getSiteDesignRights:{argNames:["id"],appendEndpointFl:!0,name:"GetSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},grantSiteDesignRights:{argNames:["id","principalNames","grantedRights"],appendEndpointFl:!0,name:"GrantSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},revokeSiteDesignRights:{argNames:["id","principalNames"],appendEndpointFl:!0,name:"RevokeSiteDesignRights",requestType:a.RequestType.PostWithArgsInBody},updateSiteDesign:{argNames:["updateInfo"],appendEndpointFl:!0,name:"UpdateSiteDesign",requestType:a.RequestType.PostWithArgsInBody},updateSiteScript:{argNames:["updateInfo"],appendEndpointFl:!0,name:"UpdateSiteScript",requestType:a.RequestType.PostWithArgsInBody}}},9053:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Mapper=void 0;var a=r(3636);t.Mapper={"MS.FileServices.File":{copyTo:{argNames:["target","overwrite"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},download:{},moveTo:{argNames:["target","overwrite"]},upload:{argNames:["stream"]}},"MS.FileServices.FileSystemItem.Collection":{add:{argNames:["name","overwrite","content"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"MS.FileServices.Folder":{delete:{requestType:a.RequestType.Delete},moveTo:{argNames:["target"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.AppServices.AppCollection":{getAppsFromStore:{argNames:["addInType","queryString"]},getByType:{argNames:["type"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningHub":{createSite:{argNames:["siteCreationProperties"]},getByContentTypeId:{argNames:["contentTypeId"]},getModelIdForContentType:{argNames:["contentTypeName"]},getModels:{argNames:["listId","modelTypes","publicationTypes"]},getRetentionLabel:{argNames:["retentionLabelId"]},getRetentionLabels:{},query:{argNames:["oData"]},verifyModelUrls:{argNames:["urls"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningModel":{copy:{argNames:["copyTo"],requestType:a.RequestType.PostWithArgs},delete:{},importMeta:{},rename:{argNames:["renameTo"]},renameExtractor:{argNames:["fromExtractorName","toExtractorName","toColumnType"]},update:{},updateModelSettings:{argNames:["ModelSettings"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningModel.Collection":{getByTitle:{argNames:["title"]},getByUniqueId:{argNames:["uniqueId"]},getExtractorNames:{argNames:["packageName"]},getSupportedPrebuiltModels:{},import:{argNames:["packageName"]},query:{argNames:["oData"]},setupContractsSolution:{argNames:["newLibraryName","packageName"]},setupPrimedLibrary:{argNames:["primedLibraryName","packageName"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication":{delete:{},update:{}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication.Collection":{batchDelete:{argNames:["publications"]},batchRemove:{argNames:["modelSiteUrl","modelWebServerRelativeUrl","publications"]},batchUnpromote:{argNames:["promotions"]},checkTenantPublishPermissions:{},getByModelUniqueId:{argNames:["modelUniqueId"]},getByModelUniqueIdAndPublicationType:{argNames:["modelUniqueId","publicationType"]},getByUniqueId:{argNames:["uniqueId"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningSample":{update:{}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningSample.Collection":{getByModelId:{argNames:["modelID"]},getByTitle:{argNames:["title"]},getByUniqueId:{argNames:["uniqueId"]},getByUniqueIdWithTokenization:{argNames:["uniqueId"]},getTemplateByModelId:{argNames:["modelID"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem.Collection":{getByIdentifier:{argNames:["identifier"]},query:{argNames:["oData"]}},"Microsoft.Office.Server.Search.REST.SearchService":{autocompletions:{argNames:["querytext","sources","numberOfCompletions","cursorPosition"]},export:{argNames:["userName","startTime"]},exportmanualsuggestions:{},exportpopulartenantqueries:{argNames:["count"]},postquery:{argNames:["request"],metadataType:"Microsoft.Office.Server.Search.REST.SearchRequest",requestType:a.RequestType.PostWithArgsInBody},query:{argNames:["querytext","queryTemplate","enableInterleaving","sourceId","rankingModelId","startRow","rowLimit","rowsPerPage","selectProperties","culture","refinementFilters","refiners","hiddenConstraints","sortList","enableStemming","trimDuplicates","timeout","enableNicknames","enablePhonetic","enableFQL","hitHighlightedProperties","propertiesToGenerateAcronyms","bypassResultTypes","processBestBets","clientType","personalizationData","resultsUrl","queryTag","trimDuplicatesIncludeId","totalRowsExactMinimum","impressionId","properties","enableQueryRules","summaryLength","maxSnippetLength","desiredSnippetLength","uiLanguage","blockDedupeMode","generateBlockRankLog","enableSorting","collapseSpecification","processPersonalFavorites","enableOrderingHitHighlightedProperty","hitHighlightedMultivaluePropertyLimit","queryTemplatePropertiesUrl","timeZoneId","useOLSQuery","OLSQuerySession"]},recordPageClick:{argNames:["pageInfo","clickType","blockType","clickedResultId","subResultIndex","immediacySourceId","immediacyQueryString","immediacyTitle","immediacyUrl"]},resultspageaddress:{},searchcenterurl:{},searchquery:{argNames:["request"]},suggest:{argNames:["querytext","iNumberOfQuerySuggestions","iNumberOfResultSuggestions","iNumberOfPopularResultSuggestions","fPreQuerySuggestions","fHitHighlighting","fCapitalizeFirstLetters","culture","enableStemming","showPeopleNameSuggestions","enableQueryRules","fPrefixMatchAllTerms","sourceId","clientType","useOLSQuery","OLSQuerySession","zeroTermSuggestions"]}},"Microsoft.Office.Server.Search.REST.SearchSetting":{exportSearchReports:{argNames:["TenantId","ReportType","Interval","StartDate","EndDate","SiteCollectionId"]},getpromotedresultqueryrules:{argNames:["siteCollectionLevel","offset","numberOfRules"]},getqueryconfiguration:{argNames:["callLocalSearchFarmsOnly","skipGroupObjectIdLookup","throwOnRemoteApiCheck"]},getxssearchpolicy:{},pingadminendpoint:{},scspartialupdateendpointinfo:{},setxssearchpolicy:{argNames:["policy"]}},"Microsoft.Online.SharePoint.AppLauncher.AppLauncher":{getData:{argNames:["suiteVersion","isMobileRequest","locale","onPremVer"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup":{delete:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup.Collection":{createByName:{argNames:["Name"]},deleteByName:{argNames:["Name"]},getByName:{argNames:["Name"]},getGroupList:{},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation.Collection":{getByLocation:{argNames:["location"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob.Collection":{getByMoveId:{argNames:["moveId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty.Collection":{getByPropertyNameAndGeoLocation:{argNames:["propertyName","geo"]},getChanges:{argNames:["startTimeInUtc"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator.Collection":{create:{argNames:["parameters"]},getByLoginName:{argNames:["loginName"]},getByLoginNameAndType:{argNames:["loginName","memberType"]},getByObjectId:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience":{upgradeAllInstancesToSPOMode:{},upgradeToSPOMode:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation.Collection":{getByGeoLocation:{argNames:["geoLocation"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob.Collection":{getByGroupName:{argNames:["groupname"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta":{dBSchemaCompatibilityCheck:{},geoMoveCompatibilityChecks:{},orgRelationGroupManagedPath:{argNames:["encodedNotificationQuery"]},orgRelationNotification:{argNames:["encodedNotificationQuery"]},orgRelationVerification:{argNames:["encodedVerificationQuery"]},userPersonalSiteId:{argNames:["userPrincipalName"]},userPersonalSiteLocation:{argNames:["userPrincipalName"]},query:{argNames:["oData"],requestType:a.RequestType.OData},xTenantMoveCompatibilityCheck:{argNames:["targetTenantHostUrl"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob.Collection":{getByUrl:{argNames:["url"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota.Collection":{getByLocation:{argNames:["geoLocation"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters":{update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup.Collection":{getByAlias:{argNames:["alias"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob":{cancel:{},delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob.Collection":{getByDirection:{argNames:["direction"]},getByMoveId:{argNames:["odbMoveId"]},getByUpn:{argNames:["upn"]},getByValidPdl:{argNames:["validPdl"]},getMoveReport:{argNames:["moveState","moveDirection","limit","startTime","endTime"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob.Collection":{getBySiteUrl:{argNames:["siteUrl"]},getJobsByParentId:{argNames:["parentId"]},getJobsByParentIdAndState:{argNames:["parentId","state"]},getJobsBySiteUrl:{argNames:["url"]},getSiteRenameReport:{argNames:["state"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob.Collection":{cancel:{},get:{},getWarningMessages:{},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.SPLogger.LogExport":{getFiles:{argNames:["partitionId","logType"]},getLogTypes:{},getPartitions:{argNames:["logType"]}},"Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter":{getList:{argNames:["schema","workflow","stream"]},getObject:{argNames:["schema","workflow","stream"]},multiObjectExecute:{argNames:["schema","workflow","stream"]},newObject:{argNames:["schema","workflow","stream"]},removeObjects:{argNames:["schema","workflow","stream"]},setObject:{argNames:["schema","workflow","stream"]}},"Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties":{update:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant":{delete:{requestType:a.RequestType.Delete}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.Collection":{getByObjectId:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest":{approve:{},deny:{}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.Collection":{approve:{argNames:["resource","scope"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Office365CommsMessagesServiceProxy":{messageCenterMessages:{argNames:["messagesFieldsData"]},serviceHealthMessages:{argNames:["messagesFieldsData"]}},"Microsoft.Online.SharePoint.TenantAdministration.SPOGroup":{getGroupInfo:{argNames:["groupId"]},updateGroupProperties:{argNames:["groupId","displayName"]},updateGroupPropertiesBySiteId:{argNames:["groupId","siteId","displayName"]}},"Microsoft.Online.SharePoint.TenantAdministration.SiteCollectionManagementService":{exportCSVFile:{argNames:["viewXml"]},getSiteCohortsSummary:{argNames:["view"]},getSiteCreationSource:{},getSiteDescription:{argNames:["siteId"]},getTrackViewFeatureAlwaysVisible:{},office365ProvidedSharepointSiteActivityDataReady:{},resetTimestampUpdateOffice365ProvidedSharepointSiteActivityData:{},setTrackViewFeatureAlwaysVisible:{},updateOffice365ProvidedSharepointSiteActivityData:{argNames:["oauthToken"]}},"Microsoft.Online.SharePoint.TenantAdministration.SiteProperties":{update:{}},"Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.Collection":{checkSiteIsArchivedById:{argNames:["siteId"]},getById:{argNames:["siteId"]},getGroupSiteRelationship:{argNames:["siteId"]},getLockStateById:{argNames:["siteId"]},getSiteStateProperties:{argNames:["siteId"]},getSiteUserGroups:{argNames:["siteId","userGroupIds"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantAdministration.Tenant":{addRecentAdminAction:{argNames:["tenantAdminRecentAction"]},addTenantAdminListItem:{argNames:["columnValues","listName"]},addTenantAdminListView:{argNames:["parameters"]},checkTenantIntuneLicense:{},checkTenantLicenses:{argNames:["licenses"]},connectSiteToHubSiteById:{argNames:["siteUrl","hubSiteId"]},createSite:{argNames:["siteCreationProperties"]},exportToCSV:{argNames:["viewXml"]},getAdminListViews:{},getFilteredSPListItems:{argNames:["columnName","columnValue","listName"]},getHomeSitesDetails:{},getIdleSessionSignOutForUnmanagedDevices:{},getPowerAppsEnvironments:{},getSPHSiteUrl:{},getSPListItemCount:{argNames:["listName"]},getSPListRootFolderProperties:{argNames:["listName"]},getSPOAllWebTemplates:{argNames:["cultureName","compatibilityLevel"]},getSPOSiteCreationSources:{},getSPOTenantAllWebTemplates:{},getSPOTenantWebTemplates:{argNames:["localeId","compatibilityLevel"]},getSiteHealthStatus:{argNames:["sourceUrl"]},getSitePropertiesByUrl:{argNames:["url","includeDetail"]},getSitePropertiesFromSharePointByFilters:{argNames:["speFilter"]},getSiteSecondaryAdministrators:{argNames:["secondaryAdministratorsFieldsData"]},getSiteSubscriptionId:{},getSitesByState:{argNames:["states"]},getTenantAllOrCompatibleIBSegments:{argNames:["segments"]},getViewByDisplayName:{argNames:["viewName","listName"]},grantHubSiteRightsById:{argNames:["hubSiteId","principals","grantedRights"]},hasValidEducationLicense:{},query:{argNames:["oData"],requestType:a.RequestType.OData},registerHubSite:{argNames:["siteUrl"]},registerHubSiteWithCreationInformation:{argNames:["siteUrl","creationInformation"]},removeDeletedSite:{argNames:["siteUrl"]},removeDeletedSitePreferId:{argNames:["siteUrl","siteId"]},removeSPHSite:{},removeSPListItem:{argNames:["listItemId","listName"]},removeSite:{argNames:["siteUrl"]},removeTenantAdminListView:{argNames:["viewId"]},renderAdminListData:{argNames:["parameters","overrideParameters","listName"]},renderFilteredAdminListData:{argNames:["parameters","listName"]},renderIBSegmentListDataAsStream:{argNames:["parameters","segments","CascDelWarnMessage","CustomAction","DrillDown","Field","FieldInternalName","Filter","FilterData","FilterData1","FilterData10","FilterData2","FilterData3","FilterData4","FilterData5","FilterData6","FilterData7","FilterData8","FilterData9","FilterField","FilterField1","FilterField10","FilterField2","FilterField3","FilterField4","FilterField5","FilterField6","FilterField7","FilterField8","FilterField9","FilterFields","FilterFields1","FilterFields10","FilterFields2","FilterFields3","FilterFields4","FilterFields5","FilterFields6","FilterFields7","FilterFields8","FilterFields9","FilterLookupId","FilterLookupId1","FilterLookupId10","FilterLookupId2","FilterLookupId3","FilterLookupId4","FilterLookupId5","FilterLookupId6","FilterLookupId7","FilterLookupId8","FilterLookupId9","FilterOp","FilterOp1","FilterOp10","FilterOp2","FilterOp3","FilterOp4","FilterOp5","FilterOp6","FilterOp7","FilterOp8","FilterOp9","FilterValue","FilterValue1","FilterValue10","FilterValue2","FilterValue3","FilterValue4","FilterValue5","FilterValue6","FilterValue7","FilterValue8","FilterValue9","FilterValues","FilterValues1","FilterValues10","FilterValues2","FilterValues3","FilterValues4","FilterValues5","FilterValues6","FilterValues7","FilterValues8","FilterValues9","GroupString","HasOverrideSelectCommand","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsGroupRender","IsXslView","ListViewPageUrl","OverrideRowLimit","OverrideScope","OverrideSelectCommand","PageFirstRow","PageLastRow","QueryParams","RootFolder","RootFolderUniqueId","SortDir","SortDir1","SortDir10","SortDir2","SortDir3","SortDir4","SortDir5","SortDir6","SortDir7","SortDir8","SortDir9","SortField","SortField1","SortField10","SortField2","SortField3","SortField4","SortField5","SortField6","SortField7","SortField8","SortField9","SortFields","SortFieldValues","View","ViewCount","ViewId","ViewPath","WebPartId"]},renderIBSegmentListFilterData:{argNames:["parameters"]},renderRecentAdminActions:{argNames:["parameters","overrideParameters"]},restoreDeletedSite:{argNames:["siteUrl"]},restoreDeletedSitePreferId:{argNames:["siteUrl","siteId"]},revokeHubSiteRightsById:{argNames:["hubSiteId","principals"]},setDefaultView:{argNames:["viewId","listName"]},setIBSegmentsOnSite:{argNames:["siteId","segments","ibMode"]},setIdleSessionSignOutForUnmanagedDevices:{argNames:["enabled","warnAfter","signOutAfter"]},setSPHSite:{argNames:["sphSiteUrl"]},setSiteSecondaryAdministrators:{argNames:["secondaryAdministratorsFieldsData"]},setSiteUserGroups:{argNames:["siteUserGroupsData"]},swapSite:{argNames:["sourceUrl","targetUrl","archiveUrl"]},swapSiteWithSmartGestureOption:{argNames:["sourceUrl","targetUrl","archiveUrl","includeSmartGestures"]},swapSiteWithSmartGestureOptionForce:{argNames:["sourceUrl","targetUrl","archiveUrl","includeSmartGestures","force"]},unregisterHubSite:{argNames:["siteUrl"]},update:{},updateGroupSiteProperties:{argNames:["groupId","siteId","updateType","parameters"]},updateRecentAdminAction:{argNames:["listItemId","tenantAdminRecentAction"]},updateTenantAdminListItem:{argNames:["listItemId","columnValues","listName"]},updateTenantAdminListView:{argNames:["viewId","viewXml"]}},"Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService":{getTenantSharingStatus:{},update:{}},"Microsoft.Online.SharePoint.TenantManagement.ExternalUser.Collection":{getById:{argNames:["uniqueId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.TenantManagement.Office365Tenant":{addPublicCdnOrigin:{argNames:["origin"]},addSdnProvider:{argNames:["identifier","license"]},addTenantCdnOrigin:{argNames:["cdnType","originUrl"]},addTenantTheme:{argNames:["name","themeJson"]},addToOrgAssetsLibAndCdn:{argNames:["cdnType","libUrl","thumbnailUrl","orgAssetType","defaultOriginAdded"]},createTenantCdnDefaultOrigins:{argNames:["cdnType"]},deleteImportProfilePropertiesJob:{argNames:["jobId"]},deleteTenantTheme:{argNames:["name"]},disableSharingForNonOwnersOfSite:{argNames:["siteUrl"]},getAllTenantThemes:{},getCustomFontsMinorVersion:{argNames:["libUrl"]},getExternalUsers:{argNames:["position","pageSize","filter","sortOrder"]},getExternalUsersForSite:{argNames:["siteUrl","position","pageSize","filter","sortOrder"]},getExternalUsersWithSortBy:{argNames:["position","pageSize","filter","sortPropertyName","sortOrder"]},getHideDefaultThemes:{},getIdleSessionSignOutForUnmanagedDevices:{},getImportProfilePropertyJob:{argNames:["jobId"]},getImportProfilePropertyJobs:{},getTenantCdnEnabled:{argNames:["cdnType"]},getTenantCdnOrigins:{argNames:["cdnType"]},getTenantCdnPolicies:{argNames:["cdnType"]},getTenantTheme:{argNames:["name"]},isSharingDisabledForNonOwnersOfSite:{argNames:["siteUrl"]},queueImportProfileProperties:{argNames:["idType","sourceDataIdProperty","propertyMap","sourceUri"]},removeExternalUsers:{argNames:["uniqueIds"]},removeFromOrgAssets:{argNames:["libUrl","listId"]},removeFromOrgAssetsAndCdn:{argNames:["remove","cdnType","libUrl"]},removePublicCdnOrigin:{argNames:["originId"]},removeSdnProvider:{},removeTenantCdnOrigin:{argNames:["cdnType","originUrl"]},revokeAllUserSessions:{argNames:["userName"]},revokeAllUserSessionsByPuid:{argNames:["puidList"]},setHideDefaultThemes:{argNames:["hideDefaultThemes"]},setIdleSessionSignOutForUnmanagedDevices:{argNames:["enabled","warnAfter","signOutAfter"]},setOrgAssetsLib:{argNames:["libUrl","thumbnailUrl","orgAssetType"]},setTenantCdnEnabled:{argNames:["cdnType","isEnabled"]},setTenantCdnPolicy:{argNames:["cdnType","policy","policyValue"]},updateTenantTheme:{argNames:["name","themeJson"]},uploadCustomFontsAndCatalogLib:{argNames:["customFontFiles","libUrl"]}},"Microsoft.SharePoint.Administration.FeatureDefinition.Collection":{getFeatureDefinition:{argNames:["featureDisplayName","compatibilityLevel"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Administration.SPAnalyticsUsageService":{logevent:{argNames:["usageEntry"]}},"Microsoft.SharePoint.Administration.SPAppStateQueryJobDefinition":{performFastRevokeWithClientIds:{}},"Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent.Collection":{query:{argNames:["oData"]},roleAssignmentMSGraphNotify:{argNames:["tenant","action","type","resourcePayload","id","containerId"]}},"Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport.Collection":{getAllReportStates:{},getReportById:{argNames:["ReportId"]},query:{argNames:["oData"]},removeFinalizedReport:{argNames:["ReportId"]}},"Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog":{getCrawledUrls:{argNames:["getCountOnly","maxRows","queryString","isLike","contentSourceID","errorLevel","errorID","startDateTime","endDateTime"]},getUnsuccesfulCrawledUrls:{argNames:["displayUrl","startDateTime","endDateTime"]}},"Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider":{disableCrawlVersions:{argNames:["siteId"]},disableCrawlVersionsForTenant:{},enableCrawlVersions:{argNames:["siteId"]},enableCrawlVersionsForTenant:{},getSiteCrawlVersionStatus:{argNames:["siteId"]},isCrawlVersionsEnabled:{argNames:["siteId"]},isCrawlVersionsEnabledForTenant:{}},"Microsoft.SharePoint.Client.Search.Analytics.SignalStore":{signals:{argNames:["signals"]}},"Microsoft.SharePoint.Client.Search.Query.RankingLabeling":{addJudgment:{argNames:["userQuery","url","labelId"]},getJudgementsForQuery:{argNames:["query"]},normalizeResultUrl:{argNames:["url"]}},"Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection":{add:{argNames:["matchType","matchValue","boost"]},clear:{}},"Microsoft.SharePoint.Client.Search.Query.SortCollection":{add:{argNames:["strProperty","direction"]},clear:{}},"Microsoft.SharePoint.Client.Search.Query.StringCollection":{add:{argNames:["property"]},clear:{}},"Microsoft.SharePoint.ClientSideComponent.HostedApp":{delete:{requestType:a.RequestType.Delete},updateWebPartData:{argNames:["webPartDataAsJson"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.ClientSideComponent.HostedAppsManager":{add:{argNames:["webPartDataAsJson","hostType"],requestType:a.RequestType.PostWithArgsInBody},addEx:{argNames:["webPartDataAsJson","hostType"],requestType:a.RequestType.PostWithArgsInBody},getById:{argNames:["id"]}},"Microsoft.SharePoint.Comments.comment":{delete:{name:"",requestMethod:"DELETE"},like:{},query:{argNames:["oData"],requestType:a.RequestType.OData},unlike:{}},"Microsoft.SharePoint.Comments.comment.Collection":{add:{argNames:["text"],metadataType:"Microsoft.SharePoint.Comments.comment",name:"",requestType:a.RequestType.PostWithArgsInBody},deleteAll:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Internal.ActivityLogger":{feedbackDirect:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType","json"]},feedbackIndirect:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType","json"]},logActivity:{argNames:["Operation","ListId","ListItemUniqueId","AffectedResourceUrl","ItemType"]}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata":{deploy:{argNames:["skipFeatureDeployment"],requestType:a.RequestType.Post},install:{requestType:a.RequestType.Post},remove:{requestType:a.RequestType.Post},retract:{requestType:a.RequestType.Post},uninstall:{requestType:a.RequestType.Post},upgrade:{requestType:a.RequestType.Post}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem.Collection":{add:{argNames:["absolutePath"]},getById:{argNames:["siteId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["absolutePath"]},removeById:{argNames:["siteId"]}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor":{properties:["AvailableApps|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection|/getById('[Name]')|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload":{downloadTeams:{}},"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor":{properties:["AvailableApps|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection|/getById('[Name]')|Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"],add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},addAndDeployStoreAppById:{argNames:["CMU","Overwrite","SkipFeatureDeployment","StoreAssetId"],requestType:a.RequestType.PostWithArgs},addStoreApp:{argNames:["Url","Overwrite","IconUrl","Publisher","ShortDescription","StoreAssetId","Content"],requestType:a.RequestType.PostWithArgsAndData},appRequests:{argNames:["AppRequestInfo"],requestType:a.RequestType.PostWithArgs},downloadTeamsSolution:{argNames:["id"],requestType:a.RequestType.PostWithArgs},downloadTeamsSolutionByUniqueId:{argNames:["id"],requestType:a.RequestType.PostWithArgs},getAppById:{argNames:["itemUniqueId"]},isAppUpgradeAvailable:{argNames:["id"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},solutionContainsTeamsComponent:{argNames:["id"],requestType:a.RequestType.PostWithArgs},syncSolutionToTeams:{argNames:["id"],requestType:a.RequestType.PostWithArgs},syncSolutionToTeamsByUniqueId:{argNames:["id"],requestType:a.RequestType.PostWithArgs},updateMyRequestStatus:{argNames:["RequestId","Status"],requestType:a.RequestType.PostWithArgs},upload:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.Device":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.Device.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus":{isChangeDeployed:{argNames:["changeName"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage":{create:{argNames:["config"]},delete:{requestType:a.RequestType.Delete},parseUrl:{argNames:["destinationUrl","retrieveAllLists","retrieveFoldersForAllLists","forceMySiteDefaultList","migrationType"]},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams":{teamChannels:{argNames:["teamId","membershipType"]},teamChannelsExperiment:{argNames:["teamId","membershipType"]},teams:{argNames:["startsWith","limit","withLogo"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential.Collection":{getById:{argNames:["id"]},getCredentials:{argNames:["AccountName","Type"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties":{delete:{argNames:["key"]},getProperty:{argNames:["key"]},setProperty:{argNames:["key","value","throwIfExists"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight":{isFlightEnabled:{argNames:["flightName"]}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask":{delete:{requestType:a.RequestType.Delete},update:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask.Collection":{batchCreate:{argNames:["taskDefinitions","taskSettings","mmTaskSettings"]},batchDelete:{argNames:["taskIdList","deleteInProgressTask"]},createDuplicateTasks:{argNames:["taskDefinition","taskSettings","mmTaskSettings","taskCount"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData":{delete:{}},"Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData.Collection":{addPerfDataTest:{argNames:["Count","Bottleneck","MaxDuration","MaxTaskFiles"]},getById:{argNames:["id"]},getData:{argNames:["StartTime","EndTime","AgentId","TimeUnit"]},getPerfDataTest:{argNames:["StartTime","EndTime","AgentId"]},getRawData:{argNames:["StartTime","EndTime","AgentId"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob":{delete:{}},"Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob.Collection":{getBySiteUrl:{argNames:["sourceSiteUrl","targetSiteUrl"]},query:{argNames:["oData"]}},"Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant.Collection":{add:{argNames:["servicePrincipalId","resource","scope"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["servicePrincipalId","resource","scope"],requestType:a.RequestType.PostWithArgs}},"Microsoft.SharePoint.Navigation.REST.NavigationServiceRest":{properties:["MenuState|menustate|([Name])|menunode"],getPublishingNavigationProviderType:{argNames:["mapProviderName"]},globalNav:{argNames:["source"]},globalNavEnabled:{},menuNodeKey:{argNames:["currentUrl","mapProviderName"]},menuState:{argNames:["menuNodeKey","mapProviderName","depth","customProperties"]},saveMenuState:{argNames:["menuState","mapProviderName"]},setGlobalNavEnabled:{argNames:["isEnabled"]}},"Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi":{details:{}},"Microsoft.SharePoint.Portal.GroupService":{getGroupImage:{argNames:["id","hash","color"]},setGroupImage:{argNames:["imageStream"],requestType:a.RequestType.PostWithArgsAndData},syncGroupProperties:{requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.GroupSiteManager":{canUserCreateGroup:{},clearCurrentUserTeamsCache:{},create:{argNames:["groupId"],requestType:a.RequestType.PostWithArgsInBody},createGroup:{argNames:["displayName","alias","isPublic","ownerPrincipalNames","description","creationOptions"],requestType:a.RequestType.PostWithArgsInBody},createGroupEx:{argNames:["displayName","alias","isPublic","optionalParams"],requestType:a.RequestType.PostWithArgsInBody},createGroupForSite:{argNames:["displayName","alias","isPublic","optionalParams"],requestType:a.RequestType.PostWithArgsInBody},delete:{argNames:["siteUrl"],requestType:a.RequestType.PostWithArgsInBody},ensureTeamForGroup:{},ensureTeamForGroupEx:{},getAllOrgLabels:{argNames:["pageNumber"]},getCurrentUserJoinedTeams:{argNames:["getLogoData","forceCacheUpdate"]},getCurrentUserSharedChannelMemberGroups:{},getCurrentUserTeamConnectedMemberGroups:{},getGroupCreationContext:{},getGroupSiteConversionData:{},getParentGroupForChannel:{argNames:["siteUrl"]},getSharedChannelSharePointUrl:{argNames:["tenantId","groupId"]},getSiteStatus:{argNames:["groupId"]},getTeamChannelFilesUrl:{argNames:["teamId","channelId"]},getTeamChannels:{argNames:["teamId","useStagingEndpoint"]},getTeamChannelsEx:{argNames:["teamId"]},getTeamChannelsWithSiteUrl:{argNames:["siteUrl"]},getUserSharedChannelMemberGroups:{argNames:["userName"]},getUserTeamConnectedMemberGroups:{argNames:["userName"]},getValidSiteUrlFromAlias:{argNames:["alias","managedPath","isTeamSite"]},hideTeamifyPrompt:{argNames:["siteUrl"],requestType:a.RequestType.PostWithArgsInBody},isTeamifyPromptHidden:{argNames:["siteUrl"]},notebook:{argNames:["groupId"]},pinToTeam:{argNames:["requestParams"]},recentAndJoinedTeams:{argNames:["includeRecent","includeTeams","includePinned"]}},"Microsoft.SharePoint.Portal.SPHubSitesUtility":{getHubSites:{requestType:a.RequestType.Post}},"Microsoft.SharePoint.Portal.SPSiteManager":{archiveTeamChannelSite:{argNames:["siteId","archive"],requestType:a.RequestType.PostWithArgsInBody},areSegmentsCompatible:{argNames:["segments"]},canCreateHubJoinedSite:{argNames:["hubSiteId"],requestType:a.RequestType.PostWithArgsInBody},create:{argNames:["request"],requestType:a.RequestType.PostWithArgsInBody},delete:{argNames:["siteId"],requestType:a.RequestType.PostWithArgsInBody},getCompatibleSegments:{argNames:["segments"]},getIBSegmentLabels:{argNames:["IBSegments"],requestType:a.RequestType.GetWithArgsInQS},getTeamChannelSiteOwner:{argNames:["siteId"],requestType:a.RequestType.GetWithArgsInQS},restoreTeamsChannelSite:{argNames:["siteId","relatedGroupId"],requestType:a.RequestType.PostWithArgsInBody},setIBSegments:{argNames:["IBSegments"]},setTeamChannelSiteOwner:{argNames:["siteId","logonName","secondaryLogonName"],requestType:a.RequestType.PostWithArgsInBody},siteUrl:{argNames:["siteId"],requestType:a.RequestType.GetWithArgsInQS},status:{argNames:["url"],requestType:a.RequestType.GetWithArgsInQS},updateWorkflow2013Endpoint:{argNames:["workflowServiceAddress","workflowHostname"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder":{context:{}},"Microsoft.SharePoint.Portal.SiteIconManager":{getSiteLogo:{argNames:["siteUrl","target","type","hash"]},setSiteLogo:{argNames:["relativeLogoUrl","type","aspect","focalx","focaly","isFocalPatch"],requestType:a.RequestType.PostWithArgsInBody}},"Microsoft.SharePoint.Portal.SiteLinkingManager":{getSiteLinks:{},linkGroup:{argNames:["groupId"]},unlinkGroup:{argNames:["groupId"]}},"Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi":{migrateQuota:{argNames:["IsMaxQuotaCall"]}},"Microsoft.SharePoint.TenantCdn.TenantCdnApi":{getCdnUrls:{argNames:["items"]},isFolderUrlsInTenantCdn:{argNames:["urls","cdnType"]}},"Microsoft.SharePoint.Webhooks.Subscription":{delete:{requestType:a.RequestType.Delete},update:{argNames:["parameters"]}},"Microsoft.SharePoint.Webhooks.Subscription.Collection":{add:{argNames:["parameters"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["subscriptionId"]}},"OBA.Server.ServerWrapper.Diagnostics":{status:{}},"OBA.Server.ServerWrapper.Reporting":{publishReport:{argNames:["odataPostBodyStm"]}},"OBA.Server.ServerWrapper.Taskflow":{processTask:{argNames:["requestBodyStream"]}},"PS.BaseCalendarException":{delete:{requestType:a.RequestType.Delete}},"PS.Calendar":{copyTo:{argNames:["name"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Calendar.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.CalendarException":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CalendarException.Collection":{add:{argNames:["parameters"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CustomField":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.CustomField.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.DraftAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftProjectResource.Collection":{add:{argNames:["parameters"]},addEnterpriseResourceById:{argNames:["resourceId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftTask.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.DraftTaskLink.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EngagementComment.Collection":{add:{argNames:["comment"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EnterpriseProjectType":{addDepartment:{argNames:["departmentValueGuid"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},removeDepartment:{argNames:["departmentValueGuid"]},updateCreatePDP:{argNames:["pdp"]}},"PS.EnterpriseProjectType.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.EnterpriseResource":{delete:{requestType:a.RequestType.Delete},forceCheckIn:{},query:{argNames:["oData"],requestType:a.RequestType.OData},updateClaimsAccount:{argNames:["newClaimsAccount"]}},"PS.EnterpriseResource.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.EnterpriseResourceCostRate":{rESTfulUpdate:{},restfulDelete:{}},"PS.EnterpriseResourceCostRate.Collection":{add:{argNames:["parameters"]},getByDateUrl:{argNames:["effectiveDate"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EntityLink":{delete:{requestType:a.RequestType.Delete}},"PS.EntityLink.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.Event.Collection":{getById:{argNames:["objectId"]},getByInt:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EventHandler":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.EventHandler.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.LookupCost":{delete:{requestType:a.RequestType.Delete}},"PS.LookupDate":{delete:{requestType:a.RequestType.Delete}},"PS.LookupDuration":{delete:{requestType:a.RequestType.Delete}},"PS.LookupEntry":{delete:{requestType:a.RequestType.Delete}},"PS.LookupEntry.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.LookupNumber":{delete:{requestType:a.RequestType.Delete}},"PS.LookupTable":{addMask:{argNames:["mask"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},updateMask:{argNames:["mask","level"]}},"PS.LookupTable.Collection":{add:{argNames:["parameters"]},getByAppAlternateId:{argNames:["objectId"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.LookupText":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Phase":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Phase.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.PlanAssignment":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PlanAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PlanAssignmentInterval.Collection":{getById:{argNames:["id"]},getByStart:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Project":{getResourcePlanByUrl:{argNames:["start","end","scale"]},leaveProjectStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},readyToLeaveProjectStage:{},updateIdeaListItemStatus:{argNames:["status"]}},"PS.ProjectDetailPage.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ProjectEngagement":{delete:{requestType:a.RequestType.Delete},getTimephasedByUrl:{argNames:["start","end","scale","contourType"]}},"PS.ProjectEngagement.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ProjectEngagementTimephasedPeriod.Collection":{getByStartUrl:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ProjectServer":{getDeletedPublishedAssignments:{argNames:["deletedDate"]},query:{argNames:["oData"],requestType:a.RequestType.OData},stopDelegation:{}},"PS.ProjectWorkflowInstance":{query:{argNames:["oData"],requestType:a.RequestType.OData},restartWorkflow:{},restartWorkflowSkipToStage:{argNames:["stageId"]}},"PS.ProjectWorkflowInstance.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedAssignment.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedProject":{checkOut:{},createProjectSite:{argNames:["siteName"]},delete:{requestType:a.RequestType.Delete},getResourcePlanByUrl:{argNames:["start","end","scale"]},leaveProjectStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},readyToLeaveProjectStage:{},submitToWorkflow:{},unlinkProjectSite:{},updateIdeaListItemStatus:{argNames:["status"]},updateVisibilityCustomFields:{}},"PS.PublishedProject.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{},validate:{}},"PS.PublishedProjectResource.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTask":{addTaskPlanLink:{argNames:["parameters"]},deleteTaskPlanLink:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTask.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.PublishedTaskLink.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.QueueJob":{cancel:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.QueueJob.Collection":{getAll:{},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ResourceCalendarException":{delete:{requestType:a.RequestType.Delete}},"PS.ResourceEngagement":{delete:{requestType:a.RequestType.Delete},getTimephasedByUrl:{argNames:["start","end","scale","contourType"]}},"PS.ResourceEngagement.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ResourceEngagementTimephasedPeriod.Collection":{getByStartUrl:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.ResourcePlan":{delete:{requestType:a.RequestType.Delete},forceCheckIn:{},publish:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.ServiceStatus":{stopDelegation:{}},"PS.Stage":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.Stage.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{}},"PS.StageCustomField":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageCustomField.Collection":{add:{argNames:["creationInfo"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageDetailPage":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StageDetailPage.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.StatusAssignment":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},submitStatusUpdates:{argNames:["comment"]}},"PS.StatusAssignment.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},getTimePhaseByUrl:{argNames:["start","end"]},query:{argNames:["oData"],requestType:a.RequestType.OData},submitAllStatusUpdates:{argNames:["comment"]},update:{}},"PS.StatusAssignmentHistoryLine.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TaskPlanLink":{delete:{requestType:a.RequestType.Delete}},"PS.TimeSheet":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},recall:{},submit:{argNames:["comment"]},update:{}},"PS.TimeSheetLine":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},submit:{argNames:["comment"]}},"PS.TimeSheetLine.Collection":{add:{argNames:["parameters"]},getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetPeriod":{createTimeSheet:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetPeriod.Collection":{getByGuid:{argNames:["uid"]},getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.TimeSheetWork":{delete:{requestType:a.RequestType.Delete}},"PS.TimeSheetWork.Collection":{add:{argNames:["parameters"]},getById:{argNames:["objectId"]},getByStartDate:{argNames:["start"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"PS.WorkflowActivities":{checkInWithJobId:{argNames:["projId","jobId","force"]},createProjectFromListItem:{argNames:["webId","listId","itemId","eptId"]},enterProjectStage:{argNames:["projectId","stageId"]},leaveProjectStage:{argNames:["projectId"]},publishSummaryWithJobId:{argNames:["projId","jobId"]},publishWithJobId:{argNames:["projectId","jobId"]},readBooleanProperty:{argNames:["projectId","propertyId"]},readCurrencyProperty:{argNames:["projectId","propertyId"]},readDateTimeProperty:{argNames:["projectId","propertyId"]},readGuidProperty:{argNames:["projectId","propertyId"]},readIntegerProperty:{argNames:["projectId","propertyId"]},readNumberProperty:{argNames:["projectId","propertyId"]},readProjectProperty:{argNames:["projectId","propertyId"]},readTextProperty:{argNames:["projectId","propertyId"]},readyToLeaveProjectStage:{argNames:["projectId"]},updateBooleanProperty:{argNames:["projectId","propertyId","value"]},updateCurrencyProperty:{argNames:["projectId","propertyId","value"]},updateDateTimeProperty:{argNames:["projectId","propertyId","value"]},updateGuidProperty:{argNames:["projectId","propertyId","value"]},updateIdeaListItemStatus:{argNames:["projectId","status"]},updateIntegerProperty:{argNames:["projectId","propertyId","value"]},updateNumberProperty:{argNames:["projectId","propertyId","value"]},updateProjectStageStatus:{argNames:["projectId","stageId","statusInformation","stageStatusValue","append"]},updateTextProperty:{argNames:["projectId","propertyId","value"]}},"PS.WorkflowDesignerField.Collection":{getById:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Alert":{query:{argNames:["oData"],requestType:a.RequestType.OData},updateAlert:{}},"SP.Alert.Collection":{add:{argNames:["alertCreationInformation"],name:"",metadataType:"SP.Alert",requestType:a.RequestType.PostBodyNoArgs},contains:{argNames:["idAlert"]},deleteAlert:{argNames:["idAlert"]},deleteAlertAtIndex:{argNames:["index"]},getById:{argNames:["idAlert"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.AppConfiguration":{update:{}},"SP.AppInstance":{cancelAllJobs:{},getAppDatabaseConnectionString:{},getErrorDetails:{},getPreviousAppVersion:{},install:{},recycle:{},restore:{},retryAllJobs:{},uninstall:{},upgrade:{argNames:["appPackageStream"]}},"SP.Attachment":{delete:{requestType:a.RequestType.Delete},recycleObject:{requestType:a.RequestType.Post}},"SP.Attachment.Collection":{add:{argNames:["FileName","Content"],requestType:a.RequestType.PostWithArgsAndData},addUsingPath:{argNames:["DecodedUrl","contentStream"],requestType:a.RequestType.PostWithArgsAndData},getByFileName:{argNames:["fileName"]},getByFileNameAsPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Audit":{update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.BusinessData.AppBdcCatalog":{getConnectionId:{argNames:["lobSystemName","lobSystemInstanceName"]},getEntity:{argNames:["namespace","name"]},getLobSystemInstanceProperty:{argNames:["lobSystemName","lobSystemInstanceName","propertyName"]},getLobSystemProperty:{argNames:["lobSystemName","propertyName"]},getPermissibleConnections:{},setConnectionId:{argNames:["lobSystemName","lobSystemInstanceName","connectionId"]},setLobSystemInstanceProperty:{argNames:["lobSystemName","lobSystemInstanceName","propertyName","propertyValue"]},setLobSystemProperty:{argNames:["lobSystemName","propertyName","propertyValue"]}},"SP.BusinessData.Entity":{getAssociationView:{argNames:["associationName"]},getCreatorView:{argNames:["methodInstanceName"]},getDefaultSpecificFinderView:{},getFilters:{argNames:["methodInstanceName"]},getFinderView:{argNames:["methodInstanceName"]},getIdentifierCount:{},getIdentifiers:{},getLobSystem:{},getSpecificFinderView:{argNames:["specificFinderName"]},getUpdaterView:{argNames:["updaterName"]}},"SP.BusinessData.EntityIdentifier":{containsLocalizedDisplayName:{},getDefaultDisplayName:{},getLocalizedDisplayName:{}},"SP.BusinessData.EntityView":{getDefaultValues:{},getType:{argNames:["fieldDotNotation"]},getTypeDescriptor:{argNames:["fieldDotNotation"]},getXmlSchema:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.BusinessData.Infrastructure.ExternalSubscriptionStore":{indexStore:{}},"SP.BusinessData.LobSystem":{getLobSystemInstances:{}},"SP.BusinessData.Runtime.EntityFieldValueDictionary":{createCollectionInstance:{argNames:["fieldDotNotation","size"]},createInstance:{argNames:["fieldInstanceDotNotation","fieldDotNotation"]},fromXml:{argNames:["xml"]},getCollectionSize:{argNames:["fieldDotNotation"]},toXml:{}},"SP.BusinessData.Runtime.EntityInstance":{createCollectionInstance:{argNames:["fieldDotNotation","size"]},createInstance:{argNames:["fieldInstanceDotNotation","fieldDotNotation"]},delete:{requestType:a.RequestType.Delete},fromXml:{argNames:["xml"]},getIdentity:{},toXml:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.BusinessData.TypeDescriptor":{containsLocalizedDisplayName:{},getChildTypeDescriptors:{},getDefaultDisplayName:{},getLocalizedDisplayName:{},getParentTypeDescriptor:{},isLeaf:{},isRoot:{}},"SP.CheckedOutFile":{query:{argNames:["oData"],requestType:a.RequestType.OData},takeOverCheckOut:{}},"SP.CheckedOutFile.Collection":{getByPath:{argNames:["DecodedUrl"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ClientWebPart":{render:{argNames:["properties"]}},"SP.ClientWebPart.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.CompliancePolicy.SPPolicyStoreProxy":{bulkUpdateDynamicScopeBindings:{argNames:["scopesToAdd","scopesToRemove","siteId"]},extendReviewItemsRetention:{argNames:["itemIds","extensionDate"]},getDynamicScopeBindingBySiteId:{argNames:["siteId"]},getSiteAdaptivePolicies:{argNames:["siteId"]},markReviewItemsForDeletion:{argNames:["itemIds"]},openBinaryStreamForOriginalItem:{argNames:["itemId"]},removeContainerRetentionPolicy:{argNames:["siteId"]},removeContainerSettings:{argNames:["externalId"]},retagReviewItems:{argNames:["itemIds","newTag","newTagIsRecord","newTagBlockDelete","newTagIsEventBased"]},retagReviewItemsWithMetas:{argNames:["itemIds","newTagName","newTagMetas"]},retagUnifiedReviewItemsWithMetas:{argNames:["itemIds","originalTagName","newTagName","newTagMetas"]},setContainerRetentionPolicy:{argNames:["siteId","defaultContainerLabel"]},updateContainerSetting:{argNames:["siteId","externalId","settingType","setting"]},updateSiteAdaptivePolicies:{argNames:["policiesToAdd","policiesToRemove","siteId"]}},"SP.ContentType":{properties:["FieldLinks|SP.FieldLink.Collection|('[Name]')|SP.FieldLink","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","WorkflowAssociations|SP.Workflow.WorkflowAssociation.Collection"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},reorderFields:{argNames:["fieldNames"]},update:{argNames:["properties"],metadataType:"SP.ContentType",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.ContentType.Collection":{add:{argNames:["parameters"],metadataType:"SP.ContentType",name:"",requestType:a.RequestType.PostBodyNoArgs},addAvailableContentType:{argNames:["contentTypeId"],requestType:a.RequestType.PostWithArgsInBody},create:{argNames:["parameters"],metadataType:"SP.ContentType",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["contentTypeId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ContentType"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.DirectorySession":{getGraphUser:{argNames:["principalName"]},getSharePointDataForUser:{argNames:["userId"]},group:{argNames:["groupId","alias"]},joinGroup:{argNames:["groupId"]},me:{},user:{argNames:["id","principalName"]},validateGroupName:{argNames:["displayName","alias"]}},"SP.Directory.Group":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.Group.Collection":{add:{argNames:["objectId"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["objectId"]}},"SP.Directory.Provider.DirectoryNotification":{notifyChanges:{argNames:["directoryObjectChanges"]}},"SP.Directory.Provider.SharePointDirectoryProvider":{createDirectoryObject:{argNames:["data"]},deleteDirectoryObject:{argNames:["data"]},getOrCreateUnifiedGroupTenantInstanceId:{argNames:["groupId","tenantInstanceId"]},getOrCreateUnifiedGroupWithPreferredDataLocation:{argNames:["groupId","preferredDataLocation"]},notifyDataChanges:{argNames:["data"]},readDirectoryObject:{argNames:["data"]},readDirectoryObjectBatch:{argNames:["ids","objectType"]},updateCache:{argNames:["data"]},updateDirectoryObject:{argNames:["data"]}},"SP.Directory.User":{getUserLinks:{argNames:["linkName","groupType"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Directory.User.Collection":{add:{argNames:["objectId","principalName"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["objectId"]}},"SP.DocumentManagement.DocumentId":{resetDocIdByServerRelativePath:{argNames:["DecodedUrl"]},resetDocIdsInLibrary:{argNames:["DecodedUrl","contentTypeId"]}},"SP.EmployeeEngagement":{configuration:{},dashboardContent:{},query:{argNames:["oData"]},vivaConnections:{argNames:["adminConfiguredUrl"]}},"SP.EventReceiverDefinition":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],metadataType:"SP.EventReceiverDefinition",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.EventReceiverDefinition.Collection":{add:{argNames:["eventReceiverCreationInformation"],metadataType:"SP.EventReceiverDefinition",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["eventReceiverId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.EventReceiverDefinition"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Feature.Collection":{add:{argNames:["featureId","force","featdefScope"],requestType:a.RequestType.PostWithArgs},getById:{argNames:["featureId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Feature"},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["featureId","force"],requestType:a.RequestType.PostWithArgs}},"SP.Field":{add:{argNames:["parameters"],name:"",metadataType:"SP.Field",requestType:a.RequestType.PostBodyNoArgs},delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.Field",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Field.Collection":{addDependentLookupField:{argNames:["displayName","primaryLookupFieldId","showField"],requestType:a.RequestType.PostWithArgs},addField:{argNames:["parameters"],metadataType:"SP.FieldCreationInformation",name:"",requestType:a.RequestType.PostBodyNoArgs},createFieldAsXml:{argNames:["schemaXml"],requestType:a.RequestType.PostWithArgsInBody,data:{parameters:{__metadata:{type:"SP.XmlSchemaFieldCreationInformation"},Options:8,SchemaXml:"[[schemaXml]]"}}},getById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},getByInternalNameOrTitle:{argNames:["strName"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},getByTitle:{argNames:["title"],requestType:a.RequestType.PostWithArgsValueOnly,returnType:"SP.Field"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FieldCalculated":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldCalculated",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldChoice":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldChoice",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldComputed":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldComputed",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldCurrency":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldCurrency",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldDateTime":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldDateTime",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldGeolocation":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldGeolocation",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldGuid":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldGuid",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLink":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLink",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLink.Collection":{add:{argNames:["parameters"],metadataType:"SP.FieldLink",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.FieldLink"},query:{argNames:["oData"],requestType:a.RequestType.OData},reorder:{argNames:["internalNames"]}},"SP.FieldLocation":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLocation",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldLookup":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldLookup",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldMultiChoice":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldMultiChoice",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldMultiLineText":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldMultiLineText",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldNumber":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldNumber",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldRatingScale":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldRatingScale",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldText":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldText",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldThumbnail":{update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldThumbnail",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldUrl":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldUrl",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.FieldUser":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInEditForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},setShowInNewForm:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:"SP.FieldUser",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.File":{properties:["Author|SP.User","CheckedOutByUser|SP.User","EffectiveInformationRightsManagementSettings","InformationRightsManagementSettings","ListItemAllFields","LockedByUser|SP.User","ModifiedBy|SP.User","Properties","VersionEvents","Versions|SP.FileVersion.Collection"],addClientActivities:{argNames:["activitiesStream"],requestType:a.RequestType.PostWithArgs},approve:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},cancelUpload:{argNames:["uploadId"],name:"cancelupload(guid'[[uploadId]]')",requestType:a.RequestType.PostReplace},checkAccessAndPostViewAuditEvent:{},checkIn:{argNames:["comment","checkInType"],requestType:a.RequestType.PostWithArgs},checkOut:{requestType:a.RequestType.Post},content:{name:"$value",requestType:a.RequestType.GetBuffer},continueUpload:{argNames:["uploadId","fileOffset","stream"],name:"continueUpload(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]])",requestType:a.RequestType.PostReplaceWithData},copyTo:{argNames:["strNewUrl","bOverWrite"],requestType:a.RequestType.PostWithArgs},copyToUsingPath:{argNames:["DecodedUrl","bOverWrite"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},deny:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},executeCobaltRequest:{argNames:["inputStream"],requestType:a.RequestType.PostWithArgsAndData},finishUpload:{argNames:["uploadId","fileOffset","stream"],name:"finishUpload(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]])",requestType:a.RequestType.PostReplaceWithData},finishUploadWithChecksum:{argNames:["uploadId","fileOffset","checksum","stream"],name:"finishUploadWithChecksum(uploadId=guid'[[uploadId]]', fileOffset=[[fileOffset]], checksum=[[checksum]])",requestType:a.RequestType.PostReplaceWithData},getFileUserValue:{argNames:["key"],requestType:a.RequestType.PostWithArgsValueOnly},getImagePreviewUri:{argNames:["width","height","clientType"],requestType:a.RequestType.GetWithArgs},getImagePreviewUrl:{argNames:["width","height","clientType"],requestType:a.RequestType.GetWithArgs},getLimitedWebPartManager:{argNames:["scope"],name:"getLimitedWebPartManager(scope=[[scope]])",requestType:a.RequestType.GetReplace,returnType:"SP.WebParts.LimitedWebPartManager"},getMediaServiceMetadata:{},getPreAuthorizedAccessUrl:{argNames:["expirationHours"],requestType:a.RequestType.GetWithArgs},getPreAuthorizedAccessUrl2:{argNames:["expirationHours","expirationMinuites"],requestType:a.RequestType.GetWithArgs},getUploadStatus:{argNames:["uploadId"],requestType:a.RequestType.GetWithArgs},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},moveTo:{argNames:["newUrl","flags"],name:"moveTo(newUrl='[[newUrl]]', flags=[[flags]])",requestType:a.RequestType.PostReplace},moveToUsingPath:{argNames:["DecodedUrl","moveOperations"],requestType:a.RequestType.PostWithArgs},openBinaryStream:{requestType:a.RequestType.GetBuffer},openBinaryStreamWithOptions:{argNames:["openOptions"],requestType:a.RequestType.GetBuffer},publish:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithETag:{argNames:["etagMatch"],requestType:a.RequestType.PostWithArgsInBody},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},saveBinaryStream:{argNames:["file"],requestType:a.RequestType.PostWithArgsAndData},setExpirationDate:{argNames:["expirationDate"]},setFileUserValue:{argNames:["key","value"],requestType:a.RequestType.PostWithArgs},setMediaServiceMetadata:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},startUpload:{argNames:["uploadId","stream"],name:"startupload(uploadId=guid'[[uploadId]]')",requestType:a.RequestType.PostReplaceWithData},startUploadFile:{argNames:["uploadId","stream"],name:"startUploadFile(uploadId=guid'[[uploadId]]')",requestType:a.RequestType.PostReplaceWithData},unPublish:{argNames:["comment"],requestType:a.RequestType.PostWithArgs},undoCheckOut:{requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"SP.File",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateVirusInfo:{argNames:["virusStatus","virusMessage","etagToCheck"],requestType:a.RequestType.PostWithArgs},upload:{argNames:["uploadId","stream"],requestType:a.RequestType.PostWithArgs},uploadWithChecksum:{argNames:["uploadId","checksum","stream"],requestType:a.RequestType.PostWithArgs}},"SP.File.Collection":{add:{argNames:["Url","Overwrite","Content"],requestType:a.RequestType.PostWithArgsAndData},addStub:{argNames:["urlOfFile"],requestType:a.RequestType.PostWithArgs},addStubUsingPath:{argNames:["DecodedUrl","AutoCheckoutOnInvalidData","EnsureUniqueFileName","Overwrite","XorHash"],requestType:a.RequestType.PostWithArgs},addTemplateFile:{argNames:["urlOfFile","templateFileType"],requestType:a.RequestType.PostWithArgs},addUsingPath:{argNames:["DecodedUrl","AutoCheckoutOnInvalidData","EnsureUniqueFileName","Overwrite","XorHash","contentStream"],requestType:a.RequestType.PostWithArgsAndData},getByPathOrAddStub:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getByUrl:{argNames:["url"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getByUrlOrAddStub:{argNames:["urlOfFile"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FileVersion":{delete:{requestType:a.RequestType.Delete},openBinaryStream:{requestType:a.RequestType.GetBuffer},openBinaryStreamWithOptions:{argNames:["openOptions"],requestType:a.RequestType.GetBuffer},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.FileVersion.Collection":{deleteAll:{requestType:a.RequestType.Post},deleteByID:{argNames:["vid"],requestType:a.RequestType.PostWithArgsValueOnly},deleteByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly},getById:{argNames:["versionid"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Version"},query:{argNames:["oData"],requestType:a.RequestType.OData},recycleByID:{argNames:["vid"],requestType:a.RequestType.PostWithArgsValueOnly},recycleByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly},restoreByLabel:{argNames:["versionlabel"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Folder":{properties:["Files|SP.File.Collection|/getByUrl('[Name]')|SP.File","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","ListItemAllFields","ParentFolder|SP.Folder","Properties","StorageMetrics"],addSubFolder:{argNames:["leafName","updateParams"],requestType:a.RequestType.PostWithArgsValueOnly},addSubFolderUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.PostWithArgsValueOnly},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getListItemChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},moveTo:{argNames:["newUrl"],requestType:a.RequestType.PostWithArgsValueOnly},moveToUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.PostWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},update:{argNames:["properties"],metadataType:"SP.Folder",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostWithArgsInBody}},"SP.Folder.Collection":{properties:["Files|SP.File.Collection|/getByUrl('[Name]')|SP.File","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","ListItemAllFields","ParentFolder","StorageMetrics"],add:{argNames:["url"],requestType:a.RequestType.PostWithArgs},addUsingPath:{argNames:["DecodedUrl","EnsureUniqueFileName","Overwrite"],requestType:a.RequestType.PostWithArgs},addWithOverwrite:{argNames:["url","overwrite"],requestType:a.RequestType.PostWithArgs},getByPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getByUrl:{argNames:["url"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Form.Collection":{getById:{argNames:["id"]},getByPageType:{argNames:["formType"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Group":{properties:["Users|SP.User.Collection|/getById([Name])|SP.User"],query:{argNames:["oData"],requestType:a.RequestType.OData},setUserAsOwner:{argNames:["ownerId"],requestType:a.RequestType.PostWithArgsValueOnly},update:{metadataType:"SP.Group",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Group.Collection":{add:{argNames:["parameters"],metadataType:"SP.Group",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Group"},getByName:{argNames:["name"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Group"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},removeByLoginName:{argNames:["loginName"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.HubSite":{delete:{requestType:a.RequestType.Delete}},"SP.HubSite.Collection":{getById:{argNames:["hubSiteId"],requestType:a.RequestType.GetWithArgsInQS},getConnectedHubs:{argNames:["hubSiteId","option"],requestType:a.RequestType.GetWithArgsInQS},getSiteUrlByHubSiteId:{argNames:["hubSiteId"],requestType:a.RequestType.GetWithArgsInQS},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.InformationRightsManagementFileSettings":{reset:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.InformationRightsManagementSettings":{reset:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.KnowledgeHub":{addOrUpdateSiteReference:{argNames:["knowledgeHubSiteUrl"]},siteReference:{}},"SP.LanguageCollection":{getById:{argNames:["id"]}},"SP.List":{properties:["BrowserFileHandling","ContentTypes|SP.ContentType.Collection|('[Name]')|SP.ContentType","CreatablesInfo","DefaultDisplayFormUrl","DefaultEditFormUrl","DefaultNewFormUrl","DefaultView|SP.View","DescriptionResource","EffectiveBasePermissions","EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","FirstUniqueAncestorSecurableObject","Forms|SP.Form.Collection|('[Name]')|SP.Form","InformationRightsManagementSettings","Items|SP.ListItem.Collection|([Name])|SP.ListItem","ParentWeb","RoleAssignments|SP.RoleAssignment.Collection|([Name])|SP.RoleAssignment","RootFolder|SP.Folder|/getByUrl('[Name]')|SP.File","Subscriptions","TitleResource","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction","Views|SP.View.Collection|('[Name]')|SP.View","WorkflowAssociations"],addCustomOrderToView:{argNames:["viewId","itemIds","relativeItemId","insertAfter","skipSaveView"]},addItem:{name:"Items",argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},addItemUsingPath:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},addValidateUpdateItem:{argNames:["listItemCreateInfo","formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody},addValidateUpdateItemUsingPath:{argNames:["listItemCreateInfo","formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody},breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},bulkValidateUpdateListItems:{argNames:["itemIds","formValues","bNewDocumentUpdate","checkInComment","folderPath"],requestType:a.RequestType.PostWithArgsInBody},clearBusinessAppMigrationInteractiveData:{},copyTemplateAndGetMetadata:{argNames:["Id"]},createDocumentAndGetEditLink:{argNames:["fileName","folderPath","documentTemplateType","templateUrl"],requestType:a.RequestType.PostWithArgsInBody},createDocumentFromCAAETemplate:{argNames:["ContentTypeName","documentGenerationInfo"],requestType:a.RequestType.PostWithArgsInBody},createDocumentWithDefaultName:{argNames:["folderPath","extension"],requestType:a.RequestType.PostWithArgsInBody},createMappedView:{argNames:["appViewCreationInfo","visualizationTarget"],requestType:a.RequestType.PostWithArgsInBody},createRule:{argNames:["condition","outcome","title","triggerType","emailField","actionType"],requestType:a.RequestType.PostWithArgsInBody},createSmartTemplateContentTypeAndAddToList:{argNames:["Name","Description"],requestType:a.RequestType.PostWithArgsInBody},delete:{requestType:a.RequestType.Delete},deleteRule:{argNames:["ruleId"],requestType:a.RequestType.Delete},enqueueAsyncActionTaskById:{argNames:["id","parameters"]},ensureSignoffStatusField:{},getAllRules:{},getAsyncActionConfig:{argNames:["id"]},getAsyncActionTaskIds:{},getBloomFilter:{argNames:["startItemId"]},getBloomFilterWithCustomFields:{argNames:["listItemStartingID","internalFieldNames"]},getBusinessAppMigrationInteractiveData:{},getBusinessAppOperationStatus:{},getCAAETemplateMetadata:{argNames:["Name","Published"]},getCAAETemplateMetadataV2:{argNames:["Id"]},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getCheckedOutFiles:{},getItemById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ListItem"},getItemByStringId:{argNames:["sId"],requestType:a.RequestType.GetWithArgsValueOnly},getItemByUniqueId:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly},getItems:{argNames:["viewXML"],requestType:a.RequestType.PostWithArgsInBody,data:{query:{__metadata:{type:"SP.CamlQuery"},ViewXml:"[[viewXML]]"}}},getItemsByQuery:{argNames:["camlQuery"],name:"getItems",requestType:a.RequestType.PostWithArgsInBody,data:{query:{__metadata:{type:"SP.CamlQuery"},ViewXml:"<View>[[camlQuery]]</View>"}}},getListItemChangesSinceToken:{argNames:["query"],metadataType:"SP.ChangeLogItemQuery",requestType:a.RequestType.PostWithArgsInBody},getLookupFieldChoices:{argNames:["targetFieldName","pagingInfo"]},getMappedApp:{argNames:["appId","visualizationAppTarget"]},getMappedApps:{argNames:["visualizationAppTarget"]},getRelatedFields:{},getSpecialFolderUrl:{argNames:["type","bForceCreate","existingFolderGuid"]},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getView:{argNames:["viewGuid"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},getWebDavUrl:{argNames:["sourceUrl"]},parseDocumentTemplate:{argNames:["Name"]},publishMappedView:{argNames:["appId","visualizationTarget"]},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},renderExtendedListFormData:{argNames:["itemId","formId","mode","options","cutoffVersion"]},renderListContextMenuData:{argNames:["CascDelWarnMessage","CustomAction","Field","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsXslView","ItemId","ListViewPageUrl","OverrideScope","RootFolder","View","ViewCount"]},renderListData:{argNames:["viewXml"],name:"renderListData(@v)?@v='<View>[[viewXml]]</View>'",requestType:a.RequestType.PostReplace},renderListDataAsStream:{argNames:["parameters","CascDelWarnMessage","CustomAction","DrillDown","Field","FieldInternalName","Filter","FilterData","FilterData1","FilterData10","FilterData2","FilterData3","FilterData4","FilterData5","FilterData6","FilterData7","FilterData8","FilterData9","FilterField","FilterField1","FilterField10","FilterField2","FilterField3","FilterField4","FilterField5","FilterField6","FilterField7","FilterField8","FilterField9","FilterFields","FilterFields1","FilterFields10","FilterFields2","FilterFields3","FilterFields4","FilterFields5","FilterFields6","FilterFields7","FilterFields8","FilterFields9","FilterLookupId","FilterLookupId1","FilterLookupId10","FilterLookupId2","FilterLookupId3","FilterLookupId4","FilterLookupId5","FilterLookupId6","FilterLookupId7","FilterLookupId8","FilterLookupId9","FilterOp","FilterOp1","FilterOp10","FilterOp2","FilterOp3","FilterOp4","FilterOp5","FilterOp6","FilterOp7","FilterOp8","FilterOp9","FilterValue","FilterValue1","FilterValue10","FilterValue2","FilterValue3","FilterValue4","FilterValue5","FilterValue6","FilterValue7","FilterValue8","FilterValue9","FilterValues","FilterValues1","FilterValues10","FilterValues2","FilterValues3","FilterValues4","FilterValues5","FilterValues6","FilterValues7","FilterValues8","FilterValues9","GroupString","HasOverrideSelectCommand","ID","InplaceFullListSearch","InplaceSearchQuery","IsCSR","IsGroupRender","IsXslView","ListViewPageUrl","OverrideRowLimit","OverrideScope","OverrideSelectCommand","PageFirstRow","PageLastRow","QueryParams","RootFolder","RootFolderUniqueId","SortDir","SortDir1","SortDir10","SortDir2","SortDir3","SortDir4","SortDir5","SortDir6","SortDir7","SortDir8","SortDir9","SortField","SortField1","SortField10","SortField2","SortField3","SortField4","SortField5","SortField6","SortField7","SortField8","SortField9","SortFields","SortFieldValues","View","ViewCount","ViewId","ViewPath","WebPartId"],requestType:a.RequestType.PostWithArgsInBody},renderListFilterData:{argNames:["ExcludeFieldFilteringHtml","FieldInternalName","OverrideScope","ProcessQStringToCAML","ViewId","ViewXml"],requestType:a.RequestType.PostWithArgsInBody},renderListFormData:{argNames:["itemId","formId","mode"],requestType:a.RequestType.PostWithArgs},reserveListItemId:{requestType:a.RequestType.Post},resetRoleInheritance:{requestType:a.RequestType.Post},saveAsNewView:{argNames:["oldName","newName","privateView","uri"],requestType:a.RequestType.PostWithArgsInBody},saveAsTemplate:{argNames:["strFileName","strName","strDescription","bSaveData"],requestType:a.RequestType.PostWithArgsInBody},searchLookupFieldChoices:{argNames:["targetFieldName","beginsWithSearchString","pagingInfo"],requestType:a.RequestType.PostWithArgsInBody},setExemptFromBlockDownloadOfNonViewableFiles:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},syncFlowCallbackUrl:{argNames:["flowId"],requestType:a.RequestType.PostWithArgsInBody},syncFlowInstance:{argNames:["flowID"],requestType:a.RequestType.PostWithArgsInBody},syncFlowInstances:{argNames:["retrieveGroupFlows"],requestType:a.RequestType.PostWithArgsInBody},syncFlowTemplates:{argNames:["category"],requestType:a.RequestType.PostWithArgsInBody},unpublishMappedView:{argNames:["appId","visualizationTarget"],requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"SP.List",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateCAAETemplate:{argNames:["Name","updateTemplateInfo"]},updateCAAETemplateV2:{argNames:["Id","updateTemplateInfo"]},updateFormProcessingModelRetentionLabel:{argNames:["retentionLabel"]},updateFormProcessingModelSettings:{argNames:["retentionLabel","linkedList"]},updateRule:{argNames:["ruleId","condition","outcome","title","emailField","status","actionType"]},validateAppName:{argNames:["appDisplayName"]}},"SP.List.Collection":{add:{argNames:["parameters"],metadataType:"SP.List",name:"",requestType:a.RequestType.PostBodyNoArgs},ensureClientRenderedSitePagesLibrary:{requestType:a.RequestType.Post},ensureEventsList:{requestType:a.RequestType.Post},ensureSiteAssetsLibrary:{requestType:a.RequestType.Post},ensureSitePagesLibrary:{requestType:a.RequestType.Post},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getByTitle:{argNames:["title"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItem":{properties:["AttachmentFiles|SP.Attachment.Collection|('[Name]')|SP.Attachment","Comments|Microsoft.SharePoint.Comments.comment.Collection|('[Name]')|Microsoft.SharePoint.Comments.comment","ContentType|SP.ContentType","FieldValuesAsHtml","FieldValuesAsText","FieldValuesForEdit","File|SP.File","FirstUniqueAncestorSecurableObject","Folder|SP.Folder","GetDlpPolicyTip","ParentList","Properties","RoleAssignments|SP.RoleAssignment.Collection|roleassignments|([Name])|SP.RoleAssignment","Versions|SP.ListItemVersion.Collection"],breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getComments:{returnType:"Microsoft.SharePoint.Comments.comment.Collection"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},mediaServiceUpdate:{argNames:["parameters"]},mediaServiceUpdateV2:{argNames:["parameters","eventFiringEnabled"]},overridePolicyTip:{argNames:["userAction","justification"]},parseAndSetFieldValue:{argNames:["fieldName","value"]},query:{argNames:["oData"],requestType:a.RequestType.OData},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},resetRoleInheritance:{requestType:a.RequestType.Post},setCommentsDisabled:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},setComplianceTag:{argNames:["complianceTag","isTagPolicyHold","isTagPolicyRecord","isEventBasedTag","isTagSuperLock","isUnlockedAsDefault"]},setComplianceTagWithExplicitMetasUpdate:{argNames:["complianceTag","complianceFlags","complianceTagWrittenTime","userEmailAddress"]},setComplianceTagWithHold:{argNames:["complianceTag"]},setComplianceTagWithMetaInfo:{argNames:["complianceTag","blockDelete","blockEdit","complianceTagWrittenTime","userEmailAddress","isTagSuperLock","isRecordUnlockedAsDefault"]},setComplianceTagWithNoHold:{argNames:["complianceTag"]},setComplianceTagWithRecord:{argNames:["complianceTag"]},systemUpdate:{},update:{argNames:["properties"],inheritMetadataType:!0,metadataType:function(e){return e.parent&&e.parent.ListItemEntityTypeFullName||"SP.ListItem"},name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateEx:{argNames:["parameters"]},updateOverwriteVersion:{},validateUpdateFetchListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]},validateUpdateListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"],requestType:a.RequestType.PostWithArgsInBody}},"SP.ListItem.Collection":{add:{argNames:["parameters"],metadataType:function(e){return e.parent&&e.parent.ListItemEntityTypeFullName||"SP.ListItem"},name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["itemId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.ListItem"},getByStringId:{argNames:["sId"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItemVersion":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListItemVersion.Collection":{getById:{argNames:["versionId"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ListTemplate":{getGlobalSchemaXml:{}},"SP.ListTemplate.Collection":{getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.MicroService.MicroServiceManager":{addMicroserviceWorkItem:{argNames:["payLoad","minutes","properties"]},deleteMicroserviceWorkItem:{argNames:["workItemId"]},deleteMicroserviceWorkItemByContentDbId:{argNames:["contentDatabaseId","siteId","workItemId"]},getServiceInternalUrls:{argNames:["service"]},getServiceUrls:{argNames:["service"]}},"SP.Microfeed.MicrofeedAttachmentStore":{deletePreProcessedAttachment:{argNames:["attachmentUri"]},getImage:{argNames:["imageUrl","key","iv"]},preProcessAttachment:{argNames:["link"]},putFile:{argNames:["originalFileName","fileData"]},putImage:{argNames:["imageData"]}},"SP.Microfeed.MicrofeedData":{addAttachment:{argNames:["name","bytes"]},systemUpdate:{},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Microfeed.MicrofeedData.Collection":{deleteAll:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Microfeed.MicrofeedManager":{addUserToPostPeopleList:{argNames:["postIdentifier","UserLoginName"]},clearUnreadMentionsCount:{},deleteById:{argNames:["postIdentifier"]},deleteUserFromPostPeopleList:{argNames:["postIdentifier","UserLoginName"]},getMyCategoricalFeed:{argNames:["feedOptions"]},getMyConsolidatedFeed:{argNames:["feedOptions"]},getMyPublishedFeed:{argNames:["feedOptions","typeOfPubFeed","ShowPublicView"]},getPublishedFeed:{argNames:["feedOwner","feedOptions","typeOfPubFeed"]},getThread:{argNames:["postIdentifier"]},getUnreadMentionsCount:{},like:{argNames:["postIdentifier"]},lockThreadById:{argNames:["threadIdentifier"]},post:{argNames:["postOptions"]},postReply:{argNames:["postIdentifier","postReplyOptions"]},repopulateLMT:{argNames:["timeStamp","secureHash"]},unLike:{argNames:["postIdentifier"]},unLockThreadById:{argNames:["threadIdentifier"]},unsubscribeFromEMail:{argNames:["postIdentifier"]}},"SP.Microfeed.MicrofeedPostDefinitionManager":{deleteMicrofeedPostDefinition:{argNames:["postDefinition"]},getMicrofeedPostDefinition:{argNames:["definitionName"]},getMicrofeedPostDefinitions:{},newMicrofeedPostDefinition:{argNames:["definitionName"]},updateMicrofeedPostDefinition:{argNames:["postDefinition"]}},"SP.Microfeed.MicrofeedStore":{addData:{argNames:["name","data"]},addDataAsStream:{argNames:["name","data"]},executePendingOperations:{},getItem:{argNames:["storeIdentifier"]},getSocialProperties:{argNames:["accountName"]},incrementUnreadAtMentionCount:{argNames:["accountName"]},newItem:{argNames:["storeIdentifier"]},query:{argNames:["storeIdentifier","query"]},setPostLikeStatus:{argNames:["accountName","postId","like"]}},"SP.MultilingualSettings":{query:{argNames:["oData"]},setNotificationRecipients:{argNames:["request"]}},"SP.Navigation":{properties:["QuickLaunch|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode","TopNavigationBar|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode"],getNodeById:{argNames:["id"],returnType:"SP.NavigationNode"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.NavigationNode":{properties:["Children|SP.NavigationNode.Collection|/../getNodeById([Name])|SP.NavigationNode"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"SP.NavigationNode",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.NavigationNode.Collection":{add:{argNames:["properties"],metadataType:"SP.NavigationNode",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"]},getByIndex:{argNames:["index"]},moveAfter:{argNames:["nodeId","previousNodeId"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.OAuth.Authentication":{getRenewalUrl:{argNames:["redirectUrl"]}},"SP.OAuth.NativeClient":{authenticate:{}},"SP.OAuth.Token":{acquire:{argNames:["resource","tokenType"]}},"SP.ObjectSharingInformation":{getSharedWithUsers:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.OrganizationNews":{sitesReference:{}},"SP.Publishing.CommunicationSite":{create:{argNames:["request"]},enable:{argNames:["designPackageId"]},status:{argNames:["url"]}},"SP.Publishing.EmbedService":{embedData:{argNames:["url","version"]}},"SP.Publishing.FeedVideoPage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.FeedVideoPage.Collection":{isContentTypeAvailable:{},query:{argNames:["oData"]}},"SP.Publishing.Navigation.PortalNavigationCacheWrapper":{disable:{},enable:{},refresh:{}},"SP.Publishing.Navigation.StructuralNavigationCacheWrapper":{setSiteState:{argNames:["state"]},setWebState:{argNames:["state"]},siteState:{},webState:{}},"SP.Publishing.PageDiagnosticsController":{byPage:{argNames:["pageRelativeFilePath"]},save:{argNames:["pageDiagnosticsResult"]}},"SP.Publishing.PointPublishingPost":{addImageFromUrl:{argNames:["fromImageUrl"]},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PointPublishingPost.Collection":{getById:{argNames:["id","publishedOnly"]},getByName:{argNames:["name","publishedOnly"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PointPublishingPostServiceManager":{addBannerImageFromUrl:{argNames:["fromImageUrl"]},deleteMagazine:{},getDocProps:{argNames:["docUrls"]},getPostsQuery:{argNames:["top","itemIdBoundary","directionAscending","publishedOnly","draftsOnly"]},getTopAuthors:{argNames:["count"]},query:{argNames:["oData"],requestType:a.RequestType.OData},queryGroupNames:{argNames:["query"]},setMagazineProperties:{argNames:["title","description","bannerImageUrl","bannerColor","bannerPattern"]}},"SP.Publishing.PointPublishingSiteManager":{create:{argNames:["siteInfo"]},getSiteStatus:{argNames:["siteInfo"]}},"SP.Publishing.PointPublishingTenantManager":{isBlogEnabled:{}},"SP.Publishing.PointPublishingUser":{deleteUserFromContainerGroup:{}},"SP.Publishing.PointPublishingUser.Collection":{addOrUpdateUser:{argNames:["loginName","isOwner"]},getById:{argNames:["userId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.PortalLaunch.PortalLaunchWavesManager":{get:{argNames:["siteUrl"]},getAll:{},remove:{argNames:["siteUrl"]},saveWaveSetup:{argNames:["portalLaunchSetup"]}},"SP.Publishing.RepostPage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.RepostPage.Collection":{isContentTypeAvailable:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.RichSharing":{sharePageByEmail:{argNames:["url","message","recipientEmails","pageContent"]},shareSiteByEmail:{argNames:["CustomDescription","CustomTitle","Message","Url","recipientEmails"]}},"SP.Publishing.Search":{newest:{argNames:["startItemIndex","itemLimit"]},popular:{argNames:["startItemIndex","itemLimit"]},query:{argNames:["queryText","startItemIndex","itemLimit","culture"]},queryChannels:{argNames:["queryText","startItemIndex","itemLimit","culture"]},related:{argNames:["videoId","startItemIndex","itemLimit"]}},"SP.Publishing.SharePointHomeServiceManager":{getAcronymsAndColors:{argNames:["labels"]}},"SP.Publishing.SitePage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{requestType:a.RequestType.Post},checkoutPage:{requestType:a.RequestType.Post},copy:{requestType:a.RequestType.PostWithArgs},copyWithConfiguration:{argNames:["sitePageFlags","isNews"],requestType:a.RequestType.Post},createNewsCopy:{requestType:a.RequestType.Post},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{requestType:a.RequestType.Post},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},saveDraft:{argNames:["sitePage"],requestType:a.RequestType.Post},savePage:{argNames:["pageStream"],requestType:a.RequestType.Post},savePageAsDraft:{argNames:["pageStream"],requestType:a.RequestType.Post},savePageAsTemplate:{requestType:a.RequestType.Post},schedulePublish:{argNames:["sitePage"],requestType:a.RequestType.Post},sharePagePreviewByEmail:{argNames:["message","recipientEmails"],requestType:a.RequestType.Post},update:{argNames:["properties"],metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SitePage.Collection":{createAppPage:{argNames:["webPartDataAsJson"],metadataType:"SP.Publishing.SitePage",name:"",requestType:a.RequestType.PostBodyNoArgs},ensureTitleResource:{},feed:{argNames:["promotedState","published","metadataFilter","languageOverride"]},feedTargeted:{argNames:["promotedState","published","metadataFilter","languageOverride"]},getById:{argNames:["id"]},getByUniqueId:{argNames:["uniqueId"]},getByUrl:{argNames:["url"]},getPageColumnState:{argNames:["url"]},getTranslations:{argNames:["sourceItemId"]},isSitePage:{argNames:["url"]},query:{argNames:["oData"],requestType:a.RequestType.OData},templates:{},updateAppPage:{argNames:["pageId","webPartDataAsJson","title","includeInNavigation"],requestType:a.RequestType.PostWithArgsInBody},updateFullPageApp:{argNames:["serverRelativeUrl","webPartDataAsJson"],requestType:a.RequestType.PostWithArgsInBody}},"SP.Publishing.SitePage3D":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"]},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.SitePage3D.Collection":{activate:{},query:{argNames:["oData"]}},"SP.Publishing.SitePageMetadata.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SitePageService":{properties:["CommunicationSite|SP.Publishing.CommunicationSite","Pages|SP.Publishing.SitePage.Collection|('[Name]')|SP.Publishing.SitePage"],addImage:{argNames:["pageName","imageFileName","imageStream","pageId"],requestType:a.RequestType.PostWithArgs},addImageFromExternalUrl:{argNames:["pageName","imageFileName","externalUrl","subFolderName","pageId"],requestType:a.RequestType.PostWithArgs},canCreatePage:{},canCreatePromotedPage:{},enableCategories:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightChannel":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightChannel.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SpotlightVideo":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.SpotlightVideo.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.SubtitleFile.Collection":{add:{argNames:["language","extension","stream"]},getSubtitleFile:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData},remove:{argNames:["name"]}},"SP.Publishing.TopicSitePage":{boostNews:{argNames:["SitePageBoost"]},checkOut:{},checkoutPage:{},copy:{requestType:a.RequestType.Post},copyWithConfiguration:{argNames:["sitePageFlags","isNews"]},createNewsCopy:{},demoteFromNews:{requestType:a.RequestType.Post},discardPage:{},getVersion:{argNames:["versionId"]},promoteToNews:{requestType:a.RequestType.Post},publish:{},saveDraft:{argNames:["sitePage"]},savePage:{argNames:["pageStream"]},savePageAsDraft:{argNames:["pageStream"]},savePageAsTemplate:{},schedulePublish:{argNames:["sitePage"]},sharePagePreviewByEmail:{argNames:["message","recipientEmails"]},update:{}},"SP.Publishing.TopicSitePage.Collection":{getByEntityId:{argNames:["entityId"]},getByEntityIdAndCulture:{argNames:["id","culture"]},isContentTypeAvailable:{},query:{argNames:["oData"]}},"SP.Publishing.VideoChannel":{getAllVideos:{argNames:["skip","limit"]},getChannelPageUrl:{argNames:["viewMode"]},getMyVideos:{argNames:["skip","limit"]},getPermissionGroup:{argNames:["permission"]},getVideoCount:{},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Publishing.VideoChannel.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoItem":{customThumbnail:{},delete:{requestType:a.RequestType.Delete},getFile:{},getPlaybackMetadata:{argNames:["sdnConfiguration"]},getPlaybackUrl:{argNames:["videoFormat"]},getStreamingKeyAccessToken:{},getVideoDetailedViewCount:{},getVideoEmbedCode:{argNames:["width","height","autoplay","showInfo","makeResponsive"]},getVideoViewProgressCount:{},incrementVideoViewProgressCount:{argNames:["percentageViewed"]},incrementViewCount:{argNames:["viewOrigin"]},query:{argNames:["oData"],requestType:a.RequestType.OData},setPeopleInMedia:{argNames:["loginNames"]},setVideoOwner:{argNames:["id"]},subtitles:{},thumbnailStream:{argNames:["preferredWidth"]},thumbnails:{argNames:["preferredWidth"]},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},uploadCustomThumbnail:{argNames:["fileExtension","customVideoThumbnail"]}},"SP.Publishing.VideoItem.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoPermissionGroup":{hasCurrentUser:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoServiceManager":{getChannels:{argNames:["startIndex","limit"]},getPermissionGroup:{argNames:["permission"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Publishing.VideoThumbnail.Collection":{getByIndex:{argNames:["choice"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.PushNotificationSubscriber":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.PushNotificationSubscriber.Collection":{getByStoreId:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RecycleBinItem":{delete:{requestType:a.RequestType.Delete},moveToSecondStage:{},query:{argNames:["oData"],requestType:a.RequestType.OData},restore:{}},"SP.RecycleBinItem.Collection":{deleteAll:{},deleteAllSecondStageItems:{},deleteByIds:{argNames:["ids"]},getById:{argNames:["id"]},moveAllToSecondStage:{},moveToSecondStageByIds:{argNames:["ids"]},query:{argNames:["oData"],requestType:a.RequestType.OData},restoreAll:{},restoreByIds:{argNames:["ids","bRenameExistingItems"]}},"SP.RegionalSettings":{query:{argNames:["oData"],requestType:a.RequestType.OData},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RelatedField.Collection":{getByFieldId:{argNames:["fieldId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RemoteWeb":{getFileByServerRelativePath:{argNames:["serverRelatvieFilePath"]},getFileByServerRelativeUrl:{argNames:["serverRelativeFileUrl"]},getFileByUrl:{argNames:["fileUrl"]},getFolderByServerRelativeUrl:{argNames:["serverRelativeUrl"]},getGroupById:{argNames:["groupId"]},getListById:{argNames:["listGuid"]},getListByServerRelativeUrl:{argNames:["serverRelativeUrl"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RequestContext":{getRemoteContext:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.RoleAssignment":{properties:["Member","RoleDefinitionBindings|SP.RoleDefinition.Collection"],delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.RoleAssignment",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RoleAssignment.Collection":{addRoleAssignment:{argNames:["principalId","roleDefId"],requestType:a.RequestType.PostWithArgs},getByPrincipalId:{argNames:["principalId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleAssignment"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeRoleAssignment:{argNames:["principalId","roleDefId"],requestType:a.RequestType.PostWithArgs}},"SP.RoleDefinition":{delete:{requestType:a.RequestType.Delete},update:{argNames:["properties"],metadataType:"SP.RoleDefinition",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.RoleDefinition.Collection":{add:{argNames:["properties"],metadataType:"SP.RoleDefinition",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},getByName:{argNames:["name"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},getByType:{argNames:["roleType"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.RoleDefinition"},query:{argNames:["oData"],requestType:a.RequestType.OData},recreateMissingDefaultRoleDefinitions:{},removeAll:{}},"SP.ScriptSafeDomain":{delete:{requestType:a.RequestType.Delete}},"SP.ScriptSafeDomain.Collection":{create:{argNames:["parameters"]},getByDomainName:{argNames:["domainName"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.SecurableObject":{breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"]},query:{argNames:["oData"],requestType:a.RequestType.OData},resetRoleInheritance:{}},"SP.Site":{properties:["EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Features|SP.Feature.Collection|('[Name]')|SP.Feature","Owner|SP.User","RootWeb|SP.Web","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction"],createCopyJob:{argNames:["exportObjectUris","destinationUri","options"],requestType:a.RequestType.PostWithArgs},createCopyJobs:{argNames:["exportObjectUris","destinationUri","options"],requestType:a.RequestType.PostWithArgs},createMigrationIngestionJob:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri","ingestionTaskKey"],requestType:a.RequestType.PostWithArgs},createMigrationJob:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},createMigrationJobEncrypted:{argNames:["gWebId","azureContainerSourceUri","azureContainerManifestUri","azureQueueReportUri","options"],requestType:a.RequestType.PostWithArgs},createPreviewSPSite:{argNames:["upgrade","sendemail"],requestType:a.RequestType.PostWithArgs},createSPAsyncReadJob:{argNames:["url","readOptions","encryptionOption","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},createSPAsyncReadJobWithMultiUrl:{argNames:["urls","readOptions","encryptionOption","azureContainerManifestUri","azureQueueReportUri"],requestType:a.RequestType.PostWithArgs},deleteMigrationJob:{argNames:["id"],requestType:a.RequestType.PostWithArgs},enqueueApplySensitivityLabelWork:{argNames:["workItemInformation"]},extendUpgradeReminderDate:{requestType:a.RequestType.Post},getBringYourOwnKeyRecoveryKeyMode:{},getBringYourOwnKeySiteStatus:{},getBringYourOwnKeyTenantStatus:{},getCatalog:{argNames:["typeCatalog"],requestType:a.RequestType.PostWithArgsValueOnly},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getCopyJobProgress:{argNames:["copyJobInfo"],requestType:a.RequestType.GetWithArgsValueOnly},getHubSiteJoinApprovalCorrelationId:{},getMigrationJobStatus:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly},getMigrationStatus:{},getRecycleBinItems:{argNames:["pagingInfo","rowLimit","isAscending","orderBy","itemState"],requestType:a.RequestType.GetWithArgsInBody},getWebPath:{argNames:["siteId","webId"],requestType:a.RequestType.GetWithArgsValueOnly},getWebTemplates:{argNames:["LCID","overrideCompatLevel"],requestType:a.RequestType.PostWithArgs},invalidate:{requestType:a.RequestType.Post},joinHubSite:{argNames:["hubSiteId","approvalToken","approvalCorrelationId"],requestType:a.RequestType.GetWithArgsInBody},multiGeoCopyJob:{argNames:["jobId","userId","binaryPayload"]},needsUpgradeByType:{argNames:["versionUpgrade","recursive"],requestType:a.RequestType.PostWithArgs},onHubSiteJoinRequestApproved:{argNames:["joiningSiteId"]},onHubSiteJoinRequestCanceled:{argNames:["approvalCorrelationId"]},onHubSiteJoinRequestStarted:{argNames:["approvalCorrelationId"]},onboardTenantForBringYourOwnKey:{argNames:["keyInfo"]},openWeb:{argNames:["strUrl"],requestType:a.RequestType.PostWithArgsValueOnly},openWebById:{argNames:["gWebId"],requestType:a.RequestType.PostWithArgsValueOnly},openWebUsingPath:{argNames:["path"],requestType:a.RequestType.PostWithArgsValueOnly},provisionMigrationContainers:{},provisionMigrationQueue:{},provisionTemporaryAzureContainer:{},query:{argNames:["oData"],requestType:a.RequestType.OData},recoverTenantForBringYourOwnKey:{argNames:["keyInfo"]},registerHubSite:{argNames:["creationInformation"],requestType:a.RequestType.PostBodyNoArgs},rollTenantBringYourOwnKey:{argNames:["keyType","keyVaultInfo"],requestType:a.RequestType.PostWithArgs},runHealthCheck:{argNames:["ruleId","bRepair","bRunAlways"],requestType:a.RequestType.PostWithArgs},runUpgradeSiteSession:{argNames:["versionUpgrade","queueOnly","sendEmail"],requestType:a.RequestType.PostWithArgs},setIsContributorOwnerEnabledPropertyForDefaultDocLib:{argNames:["propertyValue","forceDocLibActivation","deleteIfDocLibAlreadyExists"]},unregisterHubSite:{},update:{argNames:["properties"],metadataType:"SP.Site",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateClientObjectModelUseRemoteAPIsPermissionSetting:{argNames:["requireUseRemoteAPIs"],requestType:a.RequestType.PostWithArgs},validateHubSiteJoinApprovalToken:{argNames:["joiningSiteId","approvalToken"]}},"SP.Social.SocialFeedManager":{createFileAttachment:{argNames:["name","description","fileData"],requestType:a.RequestType.PostWithArgsAndData},createImageAttachment:{argNames:["name","description","imageData"],requestType:a.RequestType.PostWithArgsAndData},createPost:{argNames:["targetId","creationData"],requestType:a.RequestType.PostWithArgsAndData},deletePost:{argNames:["postId"],requestType:a.RequestType.PostWithArgsValueOnly},getAllLikers:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},getFeed:{argNames:["type","options"],requestType:a.RequestType.GetWithArgsValueOnly},getFeedFor:{argNames:["actorId","options"],requestType:a.RequestType.GetWithArgsValueOnly},getFullThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},getMentions:{argNames:["clearUnreadMentions","options"],requestType:a.RequestType.GetWithArgsValueOnly},getPreview:{argNames:["itemUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getPreviewImage:{argNames:["url","key","iv"],requestType:a.RequestType.GetWithArgsValueOnly},getUnreadMentionCount:{requestType:a.RequestType.Get},likePost:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},lockThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},suppressThreadNotifications:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly},unlikePost:{argNames:["postId"],requestType:a.RequestType.GetWithArgsValueOnly},unlockThread:{argNames:["threadId"],requestType:a.RequestType.GetWithArgsValueOnly}},"SP.Social.SocialFollowingManager":{follow:{argNames:["actor"],name:"follow(actor=@v)?@v='[[actor]]'",requestType:a.RequestType.PostReplace},getFollowed:{argNames:["types"],requestType:a.RequestType.GetWithArgs},getFollowedCount:{argNames:["types"],requestType:a.RequestType.GetWithArgs},getFollowers:{requestType:a.RequestType.Get},getSuggestions:{requestType:a.RequestType.Get},isFollowed:{argNames:["actor"],requestType:a.RequestType.GetWithArgs},mergeFollowedSites:{argNames:["followedSites"],requestType:a.RequestType.PostWithArgs},stopFollowing:{argNames:["actor"],requestType:a.RequestType.GetWithArgs}},"SP.Social.SocialRestActor":{feed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},likes:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},mentionFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},news:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},organizationFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},timelineFeed:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.GetWithArgs},unreadMentionCount:{requestType:a.RequestType.Get}},"SP.Social.SocialRestFeed":{clearUnReadMentionCount:{argNames:["MaxThreadCount","NewerThan","OlderThan","SortOrder"],requestType:a.RequestType.PostWithArgs},post:{argNames:["restCreationData"],requestType:a.RequestType.PostWithArgsInBody}},"SP.Social.SocialRestFeedManager":{actor:{argNames:["item"],name:"actor(item=@v)?@v='[[item]]'",requestType:a.RequestType.GetReplace,returnType:"SP.Social.SocialRestActor"},my:{requestType:a.RequestType.Get,returnType:"SP.Social.SocialRestActor"},post:{argNames:["ID"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Social.SocialRestFollowingManager":{follow:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"follow(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},followed:{argNames:["types","count"],requestType:a.RequestType.PostBodyNoArgs},followedCount:{argNames:["types"],requestType:a.RequestType.PostBodyNoArgs},followers:{requestType:a.RequestType.Get},isFollowed:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"isFollowed(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},mergeFollowedSites:{argNames:["followedSites"],requestType:a.RequestType.PostBodyNoArgs},my:{requestType:a.RequestType.Get},stopFollowing:{argNames:["AccountName","ActorType","ContentUri","Id","TagGuid"],name:"stopFollowing(AccountName=@v, ActorType='[[ActorType]]', ContentUri='[[ContentUri]]', Id='[[Id]]', TagGuid='[[TagGuid]]')?@v='[[AccountName]]'",requestType:a.RequestType.GetReplace},suggestions:{requestType:a.RequestType.Get}},"SP.Social.SocialRestThread":{delete:{argNames:["ID"],requestType:a.RequestType.Delete},like:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},likers:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},lock:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},reply:{argNames:["restCreationData"],requestType:a.RequestType.PostBodyNoArgs},unLike:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly},unLock:{argNames:["ID"],requestType:a.RequestType.GetWithArgsValueOnly}},"SP.SPAppLicenseManager":{checkLicense:{argNames:["productId"]}},"SP.SPHSite":{details:{}},"SP.Taxonomy.TaxonomyField":{delete:{requestType:a.RequestType.Delete},disableIndex:{requestType:a.RequestType.Post},enableIndex:{requestType:a.RequestType.Post},setShowInDisplayForm:{argNames:["value"]},setShowInEditForm:{argNames:["value"]},setShowInNewForm:{argNames:["value"]}},"SP.TenantSettings":{clearCorporateCatalog:{},query:{argNames:["oData"]},setCorporateCatalog:{argNames:["url"]}},"SP.ThemeInfo":{getThemeFontByName:{argNames:["name","lcid"]},getThemeShadeByName:{argNames:["name"]}},"SP.TimeZone":{localTimeToUTC:{argNames:["date"]},setId:{argNames:["id"]},uTCToLocalTime:{argNames:["date"]}},"SP.TimeZone.Collection":{getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Translation.SyncTranslator":{translate:{argNames:["inputFile","outputFile"]},translateStream:{argNames:["inputFile","fileExtension"]}},"SP.Translation.TranslationJob":{translateFile:{argNames:["inputFile","outputFile"]},translateFolder:{argNames:["inputFolder","outputFolder","recursion"]},translateLibrary:{argNames:["inputLibrary","outputLibrary"]}},"SP.Translation.TranslationJobStatus":{getAllItems:{}},"SP.TranslationStatusCollection":{create:{argNames:["request"]},set:{argNames:["request"]},updateTranslationLanguages:{}},"SP.User":{properties:["Groups|SP.Group.Collection|([Name])|SP.Group"],expire:{requestType:a.RequestType.Post},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.User",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.User.Collection":{add:{argNames:["properties"],metadataType:"SP.User",name:"",requestType:a.RequestType.PostBodyNoArgs},addUserById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},getByEmail:{argNames:["emailAddress"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getByLoginName:{argNames:["loginName"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},query:{argNames:["oData"],requestType:a.RequestType.OData},removeById:{argNames:["id"],requestType:a.RequestType.PostWithArgsValueOnly},removeByLoginName:{argNames:["loginName"],name:"removeByLoginName(@v)?@v='[[loginName]]'",requestType:a.RequestType.PostReplace}},"SP.UserCustomAction":{delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},update:{argNames:["properties"],metadataType:"SP.UserCustomAction",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.UserCustomAction.Collection":{add:{argNames:["properties"],metadataType:"SP.UserCustomAction",name:"",requestType:a.RequestType.PostBodyNoArgs},clear:{requestType:a.RequestType.Post},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.UserCustomAction"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.UserExperienceState":{setFlag:{argNames:["flag","reset"]}},"SP.UserProfiles.FollowedContent":{findAndUpdateFollowedGroup:{argNames:["groupId"]},findAndUpdateFollowedItem:{argNames:["url"]},followItem:{argNames:["item"]},getFollowedStatus:{argNames:["url"]},getGroups:{argNames:["rowLimit"]},getItem:{argNames:["url"]},getItems:{argNames:["options","subtype"]},hasGroupMembershipChangedAndSyncChanges:{},isFollowed:{argNames:["url"]},refreshFollowedItem:{argNames:["item"]},setItemPinState:{argNames:["uri","groupId","pinState"]},stopFollowing:{argNames:["url"]},updateFollowedGroupForUser:{argNames:["contextUri","groupId","loginName"]}},"SP.UserProfiles.PeopleManager":{amIFollowedBy:{argNames:["accountName"],name:"amIFollowedBy(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},amIFollowing:{argNames:["accountName"],name:"amIFollowing(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},follow:{argNames:["accountName"],name:"follow(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},followTag:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},getDefaultDocumentLibrary:{argNames:["accountName","createSiteIfNotExists","siteCreationPriority"],requestType:a.RequestType.GetWithArgsValueOnly},getFollowedTags:{argNames:["cTagsToFetch"],requestType:a.RequestType.GetWithArgsValueOnly},getFollowersFor:{argNames:["accountName"],name:"getFollowersFor(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getMyFollowers:{requestType:a.RequestType.Get},getMyProperties:{requestType:a.RequestType.Get},getMySuggestions:{requestType:a.RequestType.Get},getPeopleFollowedBy:{argNames:["accountName"],name:"getPeopleFollowedBy(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getPeopleFollowedByMe:{requestType:a.RequestType.Get},getPropertiesFor:{argNames:["accountName"],name:"getPropertiesFor(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getSPUserInformation:{argNames:["accountName","siteId"],name:"getSPUserInformation(accountName=@v, siteId='[[siteId]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserOneDriveQuotaMax:{argNames:["accountName"],name:"getUserOneDriveQuotaMax(accountName=@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserProfileProperties:{argNames:["accountName"],name:"getUserProfileProperties(@v)?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},getUserProfilePropertyFor:{argNames:["accountName","propertyName"],name:"getUserProfilePropertyFor(accountName=@v, propertyName='[[propertyName]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},hardDeleteUserProfile:{argNames:["accountName","userId"],name:"hardDeleteUserProfile(accountName=@v, userId='[[userId]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},hideSuggestion:{argNames:["accountName"],name:"hideSuggestion(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},removeSPUserInformation:{argNames:["accountName","siteId","redactName"],name:"removeSPUserInformation(accountName=@v, siteId='[[siteId]]', redactName='[[redactName]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},resetUserOneDriveQuotaToDefault:{argNames:["accountName"],name:"resetUserOneDriveQuotaToDefault(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostReplace},setMultiValuedProfileProperty:{argNames:["accountName","propertyName","propertyValues"],name:"setMultiValuedProfileProperty(accountName=@v, propertyName='[[propertyName]]', propertyValues='[[propertyValues]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},setMyProfilePicture:{argNames:["picture"],requestType:a.RequestType.PostWithArgsInBody},setSingleValueProfileProperty:{argNames:["accountName","propertyName","propertyValue"],name:"setSingleValueProfileProperty(accountName=@v, propertyName='[[propertyName]]', propertyValue='[[propertyValue]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},setUserOneDriveQuota:{argNames:["accountName","newQuota","newQuotaWarning"],name:"setUserOneDriveQuota(accountName=@v, newQuota='[[newQuota]]', newQuotaWarning='[[newQuotaWarning]]')?@v='[[accountName]]'",requestType:a.RequestType.GetReplace},stopFollowing:{argNames:["accountName"],name:"stopFollowing(@v)?@v='[[accountName]]'",requestType:a.RequestType.PostWithArgsInQSAsVar},stopFollowingTag:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.UserProfiles.PersonalCache":{deleteCacheItemsAsync:{argNames:["cacheItems"],requestType:a.RequestType.Delete},deleteCacheItemsAsync2:{argNames:["cacheItems","mySiteUrl"],requestType:a.RequestType.Delete},loadUserProfile:{argNames:["email"]},readCache:{argNames:["folderPath"]},readCache2:{argNames:["folderPath","mySiteUrl"]},readCacheOrCreate:{argNames:["folderPath","requiredCacheKeys","createIfMissing"]},readCacheOrCreate2:{argNames:["folderPath","requiredCacheKeys","createIfMissing","mySiteUrl"]},readCacheOrCreateOrderById:{argNames:["folderPath","requiredCacheKeys","createIfMissing"]},readCacheOrCreateOrderById2:{argNames:["folderPath","requiredCacheKeys","createIfMissing","mySiteUrl"]},writeCache:{argNames:["cacheItems"]},writeCache2:{argNames:["cacheItems","mySiteUrl"]}},"SP.UserProfiles.ProfileImageStore":{saveUploadedFile:{argNames:["profileType","fileNamePrefix","isFeedAttachment","clientFilePath","fileSize","fileStream"]}},"SP.UserProfiles.ProfileLoader":{createPersonalSiteEnqueueBulk:{argNames:["emailIDs"],requestType:a.RequestType.PostWithArgsInBody},getUserProfile:{requestType:a.RequestType.Post,returnType:"SP.UserProfiles.UserProfile"}},"SP.UserProfiles.UserProfile":{properties:["PersonalSite|site"],createPersonalSite:{argNames:["lcid"],requestType:a.RequestType.PostWithArgsValueOnly},createPersonalSiteEnque:{argNames:["isInteractive"],requestType:a.RequestType.PostWithArgsValueOnly},createPersonalSiteFromWorkItem:{argNames:["workItemType"],requestType:a.RequestType.PostWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData},setMySiteFirstRunExperience:{argNames:["value"],requestType:a.RequestType.PostWithArgsValueOnly},shareAllSocialData:{argNames:["shareAll"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.UserProfiles.UserProfilePropertiesForUser":{getPropertyNames:{}},"SP.UserResource":{getResourceEntries:{},getValueForUICulture:{argNames:["cultureName"]},setValueForUICulture:{argNames:["cultureName","value"]}},"SP.UserSolution.Collection":{add:{argNames:["solutionGalleryItemId"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Utilities.ThemeManager":{addTenantTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody},applyTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody},deleteTenantTheme:{argNames:["name"],requestType:a.RequestType.PostWithArgsInBody},getAvailableThemes:{},getHideDefaultThemes:{},getTenantTheme:{argNames:["name"],requestType:a.RequestType.GetWithArgsInBody},getTenantThemingOptions:{},query:{argNames:["oData"],requestType:a.RequestType.OData},setHideDefaultThemes:{argNames:["hideDefaultThemes"]},updateTenantTheme:{argNames:["name","themeJson"],requestType:a.RequestType.PostWithArgsInBody}},"SP.View":{properties:["ViewFields|SP.ViewFieldCollection"],addToSpotlight:{argNames:["itemId","folderPath","afterItemId"],requestType:a.RequestType.PostWithArgs},delete:{requestType:a.RequestType.Delete},query:{argNames:["oData"],requestType:a.RequestType.OData},removeFromSpotlight:{argNames:["itemId","folderPath"]},renderAsHtml:{},setViewXml:{argNames:["viewXml"],requestType:a.RequestType.PostWithArgsInBody},update:{argNames:["properties"],metadataType:"SP.View",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.View.Collection":{add:{argNames:["properties"],metadataType:"SP.View",name:"",requestType:a.RequestType.PostBodyNoArgs},getById:{argNames:["guidId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},getByTitle:{argNames:["strTitle"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.View"},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.ViewFieldCollection":{addViewField:{argNames:["strField"],requestType:a.RequestType.PostWithArgsValueOnly},moveViewFieldTo:{argNames:["field","index"],requestType:a.RequestType.PostWithArgsInBody},removeAllViewFields:{requestType:a.RequestType.Post},removeViewField:{argNames:["strField"],requestType:a.RequestType.PostWithArgsValueOnly}},"SP.Web":{properties:["AllProperties","AppTiles","AssociatedMemberGroup|SP.Group","AssociatedOwnerGroup|SP.Group","AssociatedVisitorGroup|SP.Group","Author|SP.User","AvailableContentTypes|SP.ContentType.Collection","AvailableFields|SP.Field.Collection","ClientWebParts","ContentTypes|SP.ContentType.Collection|('[Name]')|SP.ContentType","CurrentUser|SP.User","DataLeakagePreventionStatusInfo","DescriptionResource","EffectiveBasePermissions","EventReceivers|SP.EventReceiverDefinition.Collection|('[Name]')|SP.EventReceiverDefinition","Features|SP.Feature.Collection|('[Name]')|SP.Feature","Fields|SP.Field.Collection|/getByInternalNameOrTitle('[Name]')|SP.Field","FirstUniqueAncestorSecurableObject","Folders|SP.Folder.Collection|/getByUrl('[Name]')|SP.Folder","Lists|SP.List.Collection|/getByTitle('[Name]')|SP.List","ListTemplates|SP.ListTemplate.Collection|('[Name]')|SP.ListTemplate","Navigation|SP.Navigation","ParentWeb","PushNotificationSubscribers","RecycleBin","RegionalSettings","RoleAssignments|SP.RoleAssignment.Collection|([Name])|SP.RoleAssignment","RoleDefinitions|SP.RoleDefinition.Collection|/getByName('[Name]')|SP.RoleDefinition","RootFolder|SP.Folder|/getByUrl('[Name]')|SP.File","SiteCollectionAppCatalog|sitecollectionappcatalog","SiteGroups|SP.Group.Collection|/getByName('[Name]')|SP.Group","SiteUserInfoList","SiteUsers|SP.User.Collection|/getById([Name])|SP.User","TenantAppCatalog|tenantappcatalog","ThemeInfo","TitleResource","UserCustomActions|SP.UserCustomAction.Collection|('[Name]')|SP.UserCustomAction","WebInfos|SP.WebInformation.Collection","Webs|SP.Web.Collection","WorkflowAssociations","WorkflowTemplates"],addCrossFarmMessage:{argNames:["messagePayloadBase64"],requestType:a.RequestType.PostWithArgs},addPlaceholderUser:{argNames:["listId","placeholderText"]},addSupportedUILanguage:{argNames:["lcid"],requestType:a.RequestType.PostWithArgs},applyTheme:{argNames:["colorPaletteUrl","fontSchemeUrl","backgroundImageUrl","shareGenerated"],requestType:a.RequestType.PostWithArgs},applyWebTemplate:{argNames:["webTemplate"],requestType:a.RequestType.PostWithArgsInQSAsVar},breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"],requestType:a.RequestType.PostWithArgs},consentToPowerPlatform:{},createDefaultAssociatedGroups:{argNames:["userLogin","userLogin2","groupNameSeed"]},createGroupBasedEnvironment:{},defaultDocumentLibrary:{},delete:{requestType:a.RequestType.Delete},doesPushNotificationSubscriberExist:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},doesUserHavePermissions:{argNames:["high","low"],requestType:a.RequestType.GetWithArgsInQSAsVar},ensureTenantAppCatalog:{argNames:["callerId"]},ensureUser:{argNames:["logonName"],requestType:a.RequestType.PostWithArgsInBody},ensureUserByObjectId:{argNames:["objectId","tenantId","principalType"]},executeRemoteLOB:{argNames:["inputStream"],requestType:a.RequestType.PostBodyNoArgs},getAdaptiveCardExtensions:{argNames:["includeErrors","project"]},getAllClientSideComponents:{argNames:["languages","supportsMultiVersion"],requestType:a.RequestType.Post},getAppBdcCatalog:{requestType:a.RequestType.Post},getAppBdcCatalogForAppInstance:{argNames:["appInstanceId"],requestType:a.RequestType.PostWithArgsValueOnly},getAppInstanceById:{argNames:["appInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},getAppInstancesByProductId:{argNames:["productId"],requestType:a.RequestType.GetWithArgsValueOnly},getAvailableWebTemplates:{argNames:["lcid","doIncludeCrossLanguage"],requestType:a.RequestType.GetWithArgs},getCatalog:{argNames:["typeCatalog"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getClientSideComponents:{argNames:["components","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideComponentsByComponentType:{argNames:["componentTypesString","supportedHostTypeValue","includeErrors","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideComponentsById:{argNames:["componentIds","project"],requestType:a.RequestType.GetWithArgsValueOnly},getClientSideWebParts:{argNames:["includeErrors","project"],requestType:a.RequestType.GetWithArgsValueOnly},getCustomListTemplates:{},getEntity:{argNames:["namespace","name"],requestType:a.RequestType.PostWithArgs},getFileByGuestUrl:{argNames:["guestUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByGuestUrlEnsureAccess:{argNames:["guestUrl","ensureAccess"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByGuestUrlExtended:{argNames:["guestUrl","requestSettings"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileById:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByLinkingUrl:{argNames:["linkingUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByServerRelativePath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByServerRelativeUrl:{argNames:["serverRelativeUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByUrl:{argNames:["fileUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFileByWOPIFrameUrl:{argNames:["wopiFrameUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.File"},getFolderByGuestUrl:{argNames:["guestUrl","ensureAccess"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByGuestUrlExtended:{argNames:["guestUrl","requestSettings"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderById:{argNames:["uniqueId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByServerRelativePath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getFolderByServerRelativeUrl:{argNames:["serverRelativeUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.Folder"},getGroupBasedEnvironment:{},getList:{argNames:["strUrl"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.List"},getListItem:{argNames:["strUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getListItemByResourceId:{argNames:["resourceId"],requestType:a.RequestType.GetWithArgsValueOnly},getListItemUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getListUsingPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getNewsList:{argNames:["allowCreate"],requestType:a.RequestType.GetWithArgsValueOnly},getPushNotificationSubscriber:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.GetWithArgsValueOnly},getPushNotificationSubscribersByArgs:{argNames:["customArgs"],requestType:a.RequestType.GetWithArgsInQSAsVar},getPushNotificationSubscribersByUser:{argNames:["userName"],requestType:a.RequestType.GetWithArgsInQSAsVar},getRecycleBinItems:{argNames:["pagingInfo","rowLimit","isAscending","orderBy","itemState"],requestType:a.RequestType.GetWithArgsValueOnly},getRecycleBinItemsByQueryInfo:{argNames:["IsAscending","ItemState","OrderBy","PagingInfo","RowLimit","ShowOnlyMyItems"],requestType:a.RequestType.GetWithArgsValueOnly},getRegionalDateTimeSchema:{},getSPAppContextAsStream:{},getSharingLinkData:{argNames:["linkUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getStorageEntity:{argNames:["key"],requestType:a.RequestType.GetWithArgsValueOnly},getSubwebsFilteredForCurrentUser:{argNames:["nWebTemplateFilter","nConfigurationFilter"],requestType:a.RequestType.GetWithArgs,returnType:"SP.WebInformation.Collection"},getUserById:{argNames:["userId"],requestType:a.RequestType.GetWithArgsValueOnly,returnType:"SP.User"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getViewFromPath:{argNames:["DecodedUrl"],requestType:a.RequestType.GetWithArgsValueOnly},getViewFromUrl:{argNames:["listUrl"],requestType:a.RequestType.GetWithArgsValueOnly},hubSiteData:{argNames:["forceRefresh"],requestType:a.RequestType.GetWithArgsValueOnly},hubSiteDataAsStream:{argNames:["forceRefresh"],requestType:a.RequestType.GetWithArgsValueOnly},incrementSiteClientTag:{},listPowerPlatformUserDetails:{},loadAndInstallApp:{argNames:["appPackageStream"],requestType:a.RequestType.PostBodyNoArgs},loadAndInstallAppInSpecifiedLocale:{argNames:["appPackageStream","installationLocaleLCID"],requestType:a.RequestType.PostWithArgsInBody},loadApp:{argNames:["appPackageStream","installationLocaleLCID"],requestType:a.RequestType.PostWithArgsInBody},mapToIcon:{argNames:["fileName","progId","size"],requestType:a.RequestType.GetWithArgs},pageContextCore:{},pageContextInfo:{argNames:["includeODBSettings","emitNavigationInfo"],requestType:a.RequestType.GetWithArgs},parseDateTime:{argNames:["value","displayFormat","calendarType"],requestType:a.RequestType.GetWithArgs},processExternalNotification:{argNames:["stream"],requestType:a.RequestType.PostBodyNoArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},registerPushNotificationSubscriber:{argNames:["deviceAppInstanceId","serviceToken"],requestType:a.RequestType.PostWithArgs},removeStorageEntity:{argNames:["key"],requestType:a.RequestType.PostWithArgs},removeSupportedUILanguage:{argNames:["lcid"],requestType:a.RequestType.PostWithArgs},resetRoleInheritance:{requestType:a.RequestType.Post},setAccessRequestSiteDescriptionAndUpdate:{argNames:["description"],requestType:a.RequestType.PostWithArgs},setChromeOptions:{argNames:["headerLayout","headerEmphasis","megaMenuEnabled","footerEnabled","footerLayout","footerEmphasis","hideTitleInHeader","logoAlignment","horizontalQuickLaunch"],requestType:a.RequestType.PostWithArgs},setDefaultNewPageTemplateId:{argNames:["defaultNewPageTemplateId"],requestType:a.RequestType.PostWithArgs},setGlobalNavSettings:{argNames:["title","source"],requestType:a.RequestType.PostWithArgs},setStorageEntity:{argNames:["key","value","description","comments"],requestType:a.RequestType.PostWithArgs},setUseAccessRequestDefaultAndUpdate:{argNames:["useAccessRequestDefault"],requestType:a.RequestType.PostWithArgs},syncFlowInstances:{argNames:["targetWebUrl"],requestType:a.RequestType.PostWithArgs},syncFlowTemplates:{argNames:["category"],requestType:a.RequestType.PostWithArgs},syncHubSiteTheme:{requestType:a.RequestType.Post},unregisterPushNotificationSubscriber:{argNames:["deviceAppInstanceId"],requestType:a.RequestType.PostWithArgsValueOnly},update:{argNames:["properties"],metadataType:"SP.Web",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},uploadImage:{argNames:["listTitle","imageName","contentStream","listId","itemId","fieldId","overwrite"],name:"uploadImage(listTitle=guid'[[listTitle]]', imageName=[[imageName]], listId=[[listId]], itemId=[[itemId]], fieldId=[[fieldId]], overwrite=[[overwrite]])",requestType:a.RequestType.PostReplaceWithData}},"SP.Web.Collection":{add:{argNames:["parameters"],metadataType:"SP.WebCreationInformation",requestType:a.RequestType.PostWithArgsInBody},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebInformation.Collection":{add:{argNames:["parameters"],metadataType:"SP.WebInfoCreationInformation",requestType:a.RequestType.PostWithArgsInBody},getById:{argNames:["id"],requestType:a.RequestType.GetWithArgsValueOnly},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebParts.LimitedWebPartManager":{properties:["WebParts|SP.WebParts.WebPartDefinition.Collection|/([Name])|SP.WebParts.WebPartDefinition"],exportWebPart:{argNames:["webPartId"],requestType:a.RequestType.GetWithArgsValueOnly},importWebPart:{argNames:["webPartXml"],requestType:a.RequestType.PostBodyNoArgs},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebParts.WebPartDefinition":{closeWebPart:{},deleteWebPart:{},moveWebPartTo:{argNames:["zoneID","zoneIndex"]},openWebPart:{requestType:a.RequestType.Get},query:{argNames:["oData"],requestType:a.RequestType.OData},saveWebPartChanges:{}},"SP.WebParts.WebPartDefinition.Collection":{getByControlId:{argNames:["controlId"]},getById:{argNames:["id"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WebTemplate.Collection":{getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkManagement.OM.BaseSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.LocationOrientedSortableSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},movePersonalTaskToLocation:{argNames:["taskKey","newLocationKey"]},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.LocationOrientedUserOrderedSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},movePersonalTaskToLocation:{argNames:["taskKey","newLocationKey"]},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},reorderTask:{argNames:["taskKey","newAfterTaskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.SortableSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.SortableSessionManager":{createLocationOrientedSession:{},createSession:{}},"SP.WorkManagement.OM.UserOrderedSession":{addAttributeToTask:{argNames:["taskKey","attribute"]},beginCacheRefresh:{},beginExchangeSync:{},createPersonalTaskAndPromoteToProviderTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey"]},createTask:{argNames:["taskName","description","localizedStartDate","localizedDueDate","completed","pinned","locationKey","editUrl"]},deleteTask:{argNames:["taskKey"]},getCalloutInfo:{argNames:["taskKey"]},getRefreshHealthInfo:{},getRefreshHistory:{argNames:["since"]},getRefreshStatus:{argNames:["refreshId"]},isExchangeJobPending:{},pinTask:{argNames:["taskKey"]},promotePersonalTaskToProviderTaskInLocation:{argNames:["taskKey","locationId"]},readAllNonTaskData:{},refreshSingleTask:{argNames:["taskKey"]},removeAttributeFromTask:{argNames:["taskKey","attribute"]},removePinOnTask:{argNames:["taskKey"]},reorderTask:{argNames:["taskKey","newAfterTaskKey"]},updateTaskWithLocalizedValue:{argNames:["taskKey","field","value"]}},"SP.WorkManagement.OM.UserOrderedSessionManager":{createLocationOrientedSession:{},createSession:{}},"SP.WorkManagement.OM.UserSettingsManager":{getAllLocations:{},getExchangeSyncInfo:{},getImportantLocations:{},getLocations:{argNames:["locationsId"]},getPersistedProperties:{},getUserSettings:{},isExchangeJobPending:{},optIntoExchangeSync:{},optOutOfExchangeSync:{}},"SP.Workflow.SPWorkflowTask":{breakRoleInheritance:{argNames:["copyRoleAssignments","clearSubscopes"]},delete:{requestType:a.RequestType.Delete},deleteWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},getChanges:{argNames:["query"],metadataType:"SP.ChangeQuery",requestType:a.RequestType.PostWithArgsInBody},getComments:{returnType:"Microsoft.SharePoint.Comments.comment.Collection"},getUserEffectivePermissions:{argNames:["userName"],name:"getUserEffectivePermissions(@user)?@user='[[userName]]'",requestType:a.RequestType.GetReplace},getWOPIFrameUrl:{argNames:["action"],requestType:a.RequestType.PostWithArgsInQS},mediaServiceUpdate:{argNames:["parameters"]},mediaServiceUpdateV2:{argNames:["parameters","eventFiringEnabled"]},overridePolicyTip:{argNames:["userAction","justification"]},parseAndSetFieldValue:{argNames:["fieldName","value"]},recycle:{requestType:a.RequestType.Post},recycleWithParameters:{argNames:["parameters"],requestType:a.RequestType.PostWithArgsInBody},resetRoleInheritance:{},setCommentsDisabled:{argNames:["value"],requestType:a.RequestType.PostWithArgsInBody},setComplianceTag:{argNames:["complianceTag","isTagPolicyHold","isTagPolicyRecord","isEventBasedTag","isTagSuperLock","isUnlockedAsDefault"]},setComplianceTagWithExplicitMetasUpdate:{argNames:["complianceTag","complianceFlags","complianceTagWrittenTime","userEmailAddress"]},setComplianceTagWithHold:{argNames:["complianceTag"]},setComplianceTagWithMetaInfo:{argNames:["complianceTag","blockDelete","blockEdit","complianceTagWrittenTime","userEmailAddress","isTagSuperLock","isRecordUnlockedAsDefault"]},setComplianceTagWithNoHold:{argNames:["complianceTag"]},setComplianceTagWithRecord:{argNames:["complianceTag"]},systemUpdate:{},update:{argNames:["properties"],metadataType:"SP.Workflow.SPWorkflowTask",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs},updateEx:{argNames:["parameters"]},updateOverwriteVersion:{},validateUpdateFetchListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]},validateUpdateListItem:{argNames:["formValues","bNewDocumentUpdate","checkInComment","datesInUTC","numberInInvariantCulture"]}},"SP.Workflow.WorkflowAssociation":{delete:{requestType:a.RequestType.Delete},update:{metadataType:"",name:"",requestMethod:"MERGE",requestType:a.RequestType.PostBodyNoArgs}},"SP.Workflow.WorkflowAssociation.Collection":{add:{argNames:["parameters"]},getById:{argNames:["associationId"]},getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.Workflow.WorkflowTemplate.Collection":{getById:{argNames:["templateId"]},getByName:{argNames:["name"]},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkflowServices.InteropService":{cancelWorkflow:{argNames:["instanceId"]},disableEvents:{argNames:["listId","itemGuid"]},enableEvents:{argNames:["listId","itemGuid"]},query:{argNames:["oData"],requestType:a.RequestType.OData},startWorkflow:{argNames:["associationName","correlationId","listId","itemGuid","workflowParameters"]}},"SP.WorkflowServices.WorkflowDefinition":{setProperty:{argNames:["propertyName","value"]}},"SP.WorkflowServices.WorkflowDefinition.Collection":{query:{argNames:["oData"],requestType:a.RequestType.OData},sort:{}},"SP.WorkflowServices.WorkflowDeploymentService":{deleteCollateral:{argNames:["workflowDefinitionId","leafFileName"]},deleteDefinition:{argNames:["definitionId"]},deprecateDefinition:{argNames:["definitionId"]},enumerateDefinitions:{argNames:["publishedOnly"]},enumerateIntegratedApps:{},getActivitySignatures:{argNames:["lastChanged"]},getCollateralUri:{argNames:["workflowDefinitionId","leafFileName"]},getDefinition:{argNames:["definitionId"]},isIntegratedApp:{},packageDefinition:{argNames:["definitionId","packageDefaultFilename","packageTitle","packageDescription"]},publishDefinition:{argNames:["definitionId"]},saveCollateral:{argNames:["workflowDefinitionId","leafFileName","fileContent"]},validateActivity:{argNames:["activityXaml"]}},"SP.WorkflowServices.WorkflowInstanceService":{enumerateInstancesForListItem:{argNames:["listId","itemId"],requestType:a.RequestType.PostWithArgs},enumerateInstancesForListItemWithOffset:{argNames:["listId","itemId","offset"],requestType:a.RequestType.PostWithArgs},enumerateInstancesForSite:{requestType:a.RequestType.Post},enumerateInstancesForSiteWithOffset:{argNames:["offset"],requestType:a.RequestType.PostWithArgs},getInstance:{argNames:["instanceId"],requestType:a.RequestType.Get},query:{argNames:["oData"],requestType:a.RequestType.OData},startWorkflowOnListItemBySubscriptionId:{argNames:["subscriptionId","itemId","payload"],requestType:a.RequestType.PostWithArgs}},"SP.WorkflowServices.WorkflowMessagingService":{publishEvent:{argNames:["eventSourceId","eventName","payload"]}},"SP.WorkflowServices.WorkflowServicesManager":{getWorkflowDeploymentService:{},getWorkflowInstanceService:{},getWorkflowInteropService:{},getWorkflowSubscriptionService:{},isIntegratedApp:{},query:{argNames:["oData"],requestType:a.RequestType.OData}},"SP.WorkflowServices.WorkflowSubscription":{getExternalVariable:{argNames:["name"]},setExternalVariable:{argNames:["name","value"]},setProperty:{argNames:["name","value"]}},"SP.WorkflowServices.WorkflowSubscription.Collection":{query:{argNames:["oData"],requestType:a.RequestType.OData},sort:{}},"SP.WorkflowServices.WorkflowSubscriptionService":{deleteSubscription:{argNames:["subscriptionId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptions:{requestType:a.RequestType.Post},enumerateSubscriptionsByDefinition:{argNames:["definitionId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByEventSource:{argNames:["eventSourceId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByList:{argNames:["listId"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByListAndParentContentType:{argNames:["listId","parentContentTypeId","includeNoContentTypeSpecified"],requestType:a.RequestType.PostWithArgs},enumerateSubscriptionsByListWithContentType:{argNames:["listId","includeContentTypeSpecified"],requestType:a.RequestType.PostWithArgs},getSubscription:{argNames:["subscriptionId"],requestType:a.RequestType.PostWithArgs},query:{argNames:["oData"],requestType:a.RequestType.OData},registerInterestInHostWebList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},registerInterestInList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},unregisterInterestInHostWebList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs},unregisterInterestInList:{argNames:["listId","eventName"],requestType:a.RequestType.PostWithArgs}}}},3138:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Mapper_Custom=t.Mapper=void 0;var a=r(6687);t.Mapper_Custom=a;var n=r(9053);Object.defineProperty(t,"Mapper",{enumerable:!0,get:function(){return n.Mapper}})},7228:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.$REST=void 0;var a=r(6483),n=r(1381),s=r(6007);t.$REST={__ver:7.23,AppContext:function(e){return n.Site.getAppContext(e)},Apps:n.Apps,ContextInfo:n.ContextInfo,DefaultRequestToHostFl:!1,Graph:n.Graph,GroupService:n.GroupService,GroupSiteManager:n.GroupSiteManager,Helper:a,HubSites:n.HubSites,HubSitesUtility:n.HubSitesUtility,List:n.List,ListByEntityName:n.List.getByEntityName,ListDataAsStream:n.List.getDataAsStream,Navigation:n.Navigation,PeopleManager:n.PeopleManager,PeoplePicker:n.PeoplePicker,ProfileLoader:n.ProfileLoader,RemoteWeb:function(e){return n.Web.getRemoteWeb(e)},Search:n.Search,Site:n.Site,SiteIconManager:n.SiteIconManager,SiteManager:n.SiteManager,SitePages:n.SitePages,SiteExists:function(e){return n.Site.exists(e)},SiteUrl:function(e){return n.Site.getUrlById(e)},SPTypes:s.SPTypes,SocialFeed:n.SocialFeed,ThemeManager:n.ThemeManager,UserProfile:n.UserProfile,Utility:n.Utility,Web:n.Web,WebTemplateExtensions:n.WebTemplateExtensions,WorkflowInstanceService:n.WorkflowInstanceService,WorkflowSubscriptionService:n.WorkflowSubscriptionService};var o=n.ContextInfo.window.$REST;if((null==o||null==o.__ver||o.__ver<t.$REST.__ver)&&(n.ContextInfo.window.$REST=t.$REST,n.ContextInfo.window.SP))try{n.ContextInfo.window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs("gd-sprest"),n.ContextInfo.window.SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs("gd-sprest.js")}catch(e){console.error("[gd-sprest] Error notifying scripts using the SP SOD library.")}},6007:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SPTypes=void 0;var a=r(5255);t.SPTypes=a},5255:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebTemplateType=t.ViewType=t.UserCustomActionRegistrationType=t.URLZones=t.UrlFormatType=t.StatusPriColor=t.RoleType=t.ReorderingRuleMatchType=t.RenderListDataOptions=t.RelationshipDeleteBehaviorType=t.PrincipalTypes=t.PrincipalSources=t.PersonalSiteCapabilities=t.PersonalizationScope=t.PageType=t.ModalDialogResult=t.LocaleLCIDType=t.ListTemplateType=t.ListExperienceOptions=t.FriendlyDateFormat=t.FileTemplateType=t.FileLevelType=t.FieldUserSelectionType=t.FieldType=t.FieldResultType=t.FieldNumberType=t.FieldNoteType=t.EventReceiverType=t.EventReceiverSynchronizationType=t.DraftVisibilityType=t.DateFormat=t.ControlMode=t.CloudEnvironment=t.ClientSidePageLayout=t.ClientTemplatesUtility=t.ChoiceFormatType=t.CheckOutType=t.CheckInType=t.CalendarTypes=t.BasePermissionTypes=void 0,t.BasePermissionTypes={EmptyMask:0,ViewListItems:1,AddListItems:2,EditListItems:3,DeleteListItems:4,ApproveItems:5,OpenItems:6,ViewVersions:7,DeleteVersions:8,CancelCheckout:9,ManagePersonalViews:10,ManageLists:12,ViewFormPages:13,AnonymousSearchAccessList:14,Open:17,ViewPages:18,AddAndCustomizePages:19,ApplyThemeAndBorder:20,ApplyStyleSheets:21,ViewUsageData:22,CreateSSCSite:23,ManageSubwebs:24,CreateGroups:25,ManagePermissions:26,BrowseDirectories:27,BrowseUserInfo:28,AddDelPrivateWebParts:29,UpdatePersonalWebParts:30,ManageWeb:31,AnonymousSearchAccessWebLists:32,UseClientIntegration:37,UseRemoteAPIs:38,ManageAlerts:39,CreateAlerts:40,EditMyUserInfo:41,EnumeratePermissions:63,FullMask:65},t.CalendarTypes={Gregorian:1,JapaneseEmperorEra:3,TaiwanCalendar:4,KoreanTangunEra:5,Hijri:6,Thai:7,HebrewLunar:8,GregorianMiddleEastFrench:9,GregorianArabic:10,GregorianTransliteratedEnglish:11,GregorianTransliteratedFrench:12,KoreanandJapaneseLunar:14,ChineseLunar:15,SakaEra:16},t.CheckInType={MinorCheckIn:0,MajorCheckIn:1,OverwriteCheckIn:2},t.CheckOutType={Online:0,Offline:1,None:2},t.ChoiceFormatType={Dropdown:0,RadioButtons:1},t.ClientTemplatesUtility={UserLookupDelimitString:";#",UserMultiValueDelimitString:",#"},t.ClientSidePageLayout={Article:"Article",Home:"Home",RepostPage:"RepostPage",SingleWebPartAppPage:"SingleWebPartAppPage"},t.CloudEnvironment={Default:"https://graph.microsoft.com",China:"https://microsoftgraph.chinacloudapi.cn",USL4:"https://graph.microsoft.us",USL5:"https://dod-graph.microsoft.us"},t.ControlMode={Invalid:0,Display:1,Edit:2,New:3,View:4},t.DateFormat={DateOnly:0,DateTime:1},t.DraftVisibilityType={Reader:0,Author:1,Approver:2},t.EventReceiverSynchronizationType={Synchronization:1,Asynchronous:2},t.EventReceiverType={ItemAdding:1,ItemUpdating:2,ItemDeleting:3,ItemCheckingIn:4,ItemCheckingOut:5,ItemUncheckingOut:6,ItemAttachmentAdding:7,ItemAttachmentDeleting:8,ItemFileMoving:9,ItemVersionDeleting:11,FieldAdding:101,FieldUpdating:102,FieldDeleting:103,ListAdding:104,ListDeleting:105,SiteDeleting:201,WebDeleting:202,WebMoving:203,WebAdding:204,GroupAdding:301,GroupUpdating:302,GroupDeleting:303,GroupUserAdding:304,GroupUserDeleting:305,RoleDefinitionAdding:306,RoleDefinitionUpdating:307,RoleDefinitionDeleting:308,RoleAssignmentAdding:309,RoleAssignmentDeleting:310,InheritanceBreaking:311,InheritanceResetting:312,WorkflowStarting:501,ItemAdded:10001,ItemUpdated:10002,ItemDeleted:10003,ItemCheckedIn:10004,ItemCheckedOut:10005,ItemUncheckedOut:10006,ItemAttachmentAdded:10007,ItemAttachmentDeleted:10008,ItemFileMoved:10009,ItemFileConverted:10010,ItemVersionDeleted:10011,FieldAdded:10101,FieldUpdated:10102,FieldDeleted:10103,ListAdded:10104,ListDeleted:10105,SiteDeleted:10201,WebDeleted:10202,WebMoved:10203,WebProvisioned:10204,GroupAdded:10301,GroupUpdated:10302,GroupDeleted:10303,GroupUserAdded:10304,GroupUserDeleted:10305,RoleDefinitionAdded:10306,RoleDefinitionUpdated:10307,RoleDefinitionDeleted:10308,RoleAssignmentAdded:10309,RoleAssignmentDeleted:10310,InheritanceBroken:10311,InheritanceReset:10312,WorkflowStarted:10501,WorkflowPostponed:10502,WorkflowCompleted:10503,EntityInstanceAdded:10601,EntityInstanceUpdated:10602,EntityInstanceDeleted:10603,AppInstalled:10701,AppUpgraded:10702,AppUninstalling:10703,EmailReceived:2e4,ContextEvent:32766},t.FieldNoteType={EnhancedRichText:0,RichText:1,TextOnly:2},t.FieldNumberType={Decimal:0,Integer:1,Percentage:2},t.FieldResultType={Boolean:"Boolean",Currency:"Currency",DateOnly:"DateOnly",DateTime:"DateTime",Number:"Number",Text:"Text"},t.FieldType={AllDayEvent:29,Attachments:19,Boolean:8,Calculated:17,Choice:6,Computed:12,ContentTypeId:25,Counter:5,CrossProjectLink:22,Currency:10,DateTime:4,Error:24,File:18,Geolocation:31,GridChoice:16,Guid:14,Image:34,Integer:1,Invalid:0,Lookup:7,MaxItems:31,ModStat:23,MultiChoice:15,Note:3,Number:9,PageSeparator:26,Recurrence:21,Text:2,ThreadIndex:27,Threading:13,URL:11,User:20,WorkflowEventType:30,WorkflowStatus:28},t.FieldUserSelectionType={PeopleOnly:0,PeopleAndGroups:1},t.FileLevelType={Published:1,Draft:2,Checkout:3},t.FileTemplateType={StandardPage:0,WikiPage:1,FormPage:2},t.FriendlyDateFormat={Unspecified:0,Disabled:1,Relative:2},t.ListExperienceOptions={Auto:0,NewExperience:1,ClassicExperience:2},t.ListTemplateType={AccessApp:3100,AccessRequest:160,AdminTasks:1200,Agenda:201,AlchemyApprovalWorkflow:3102,AlchemyMobileForm:3101,Announcements:104,AppCatalog:336,AppDataCatalog:125,AssetLibrary:851,CallTrack:404,Categories:303,Circulation:405,ClientSideAssets:334,ClientSideComponentManifests:331,Comments:302,Contacts:105,CustomGrid:120,DataConnectionLibrary:130,DataSources:110,Decision:204,DesignCatalog:124,DeveloperSiteDraftApps:1230,DiscussionBoard:108,DocumentLibrary:101,Events:106,ExternalList:600,Facility:402,GanttTasks:150,GenericList:100,HealthReports:1221,HealthRules:1220,HelpLibrary:151,Holidays:421,HomePageLibrary:212,IMEDic:499,IssueTracking:1100,KPIStatusList:432,LanguagesAndTranslatorsList:1301,Links:103,ListTemplateCatalog:114,MaintenanceLogs:175,MasterPageCatalog:116,MeetingObjective:207,Meetings:200,MeetingUser:202,MicroFeed:544,MySiteDocumentLibrary:700,NoCodePublic:122,NoCodeWorkflows:117,PageLibrary:850,PerformancePointContentList:450,PerformancePointDataSourceLibrary:460,PerformancePointDataConnectionsLibrary:470,PerformancePointDashboardsLibrary:480,PersonalDocumentLibrary:2002,PictureLibrary:109,Posts:301,PrivateDocumentLibrary:2003,RecordLibrary:1302,ReportLibrary:433,SharingLinks:3300,SolutionCatalog:121,Survey:102,Tasks:107,TasksWithTimelineAndHierarchy:171,TenantAppCatalog:330,TenantWideExtensions:337,TextBox:210,ThemeCatalog:123,ThingsToBring:211,Timecard:420,TranslationManagementLibrary:1300,UserInformation:112,VisioProcessDiagramMetricLibrary:505,VisioProcessDiagramUSUnitsLibrary:506,WebPageLibrary:119,WebPartCatalog:113,WebTemplateCatalog:111,Whereabouts:403,WorkflowHistory:140,WorkflowProcess:118,XMLForm:115},t.LocaleLCIDType={Afrikaans:1078,Albanian:1052,ArabicAlgeria:5121,ArabicBahrain:15361,ArabicEgypt:3073,ArabicIraq:2049,ArabicJordan:11265,ArabicLebanon:12289,ArabicLibya:4097,ArabicMorocco:6145,ArabicOman:8193,ArabicQatar:16385,ArabicSaudiArabia:1025,ArabicSyria:10241,ArabicTunisia:7169,ArabicUAE:14337,ArabicYemen:9217,Armenian:1067,AzeriCyrillic:2092,AzeriLatin:1068,Basque:1069,Belarusian:1059,Bulgarian:1026,Catalan:1027,ChineseHongKongSAR:3076,ChineseMacaoSAR:5124,ChinesePRC:2052,ChineseSingapore:4100,ChineseTaiwan:1028,CroatianCroatia:1050,Czech:1029,Danish:1030,Divehi:1125,DutchBelgium:2067,DutchNetherlands:1043,EnglishAustralia:3081,EnglishBelize:10249,EnglishCanada:4105,EnglishCaribbean:9225,EnglishIreland:6153,EnglishJamaica:8201,EnglishNewZealand:5129,EnglishPhilippines:13321,EnglishSouthAfrica:7177,EnglishTrinidad:11273,EnglishUnitedKingdom:2057,EnglishUnitedStates:1033,EnglishZimbabwe:12297,Estonian:1061,Faeroese:1080,Finnish:1035,FrenchBelgium:2060,FrenchCanada:3084,FrenchFrance:1036,FrenchLuxembourg:5132,FrenchMonaco:6156,FrenchSwitzerland:4108,Galician:1110,Georgian:1079,GermanAustria:3079,GermanGermany:1031,GermanLiechtenstein:5127,GermanLuxembourg:4103,GermanSwitzerland:2055,Greek:1032,Gujarati:1095,HebrewIsrael:1037,HindiIndia:1081,Hungarian:1038,Icelandic:1039,Indonesian:1057,ItalianItaly:1040,ItalianSwitzerland:2064,Japanese:1041,Kannada:1099,Kazakh:1087,Konkani:1111,Korean:1042,KyrgyzCyrillic:1088,Latvian:1062,Lithuanian:1063,MacedonianFYROM:1071,Malay:1086,MalayBruneiDarussalam:2110,Marathi:1102,MongolianCyrillic:1104,NorwegianBokmal:1044,NorwegianNynorsk:2068,PersianIran:1065,Polish:1045,PortugueseBrazil:1046,PortuguesePortugal:2070,Punjabi:1094,Romanian:1048,Russian:1049,Sanskrit:1103,SerbianCyrillic:3098,SerbianLatin:2074,Slovak:1051,Slovenian:1060,SpanishArgentina:11274,SpanishBolivia:16394,SpanishChile:13322,SpanishColombia:9226,SpanishCostaRica:5130,SpanishDominicanRepublic:7178,SpanishEcuador:12298,SpanishElSalvador:17418,SpanishGuatemala:4106,SpanishHonduras:18442,SpanishMexico:2058,SpanishNicaragua:19466,SpanishPanama:6154,SpanishParaguay:15370,SpanishPeru:10250,SpanishPuertoRico:20490,SpanishSpain:3082,SpanishUruguay:14346,SpanishVenezuela:8202,Swahili:1089,Swedish:1053,SwedishFinland:2077,Syriac:1114,Tamil:1097,Tatar:1092,Telugu:1098,ThaiThailand:1054,Turkish:1055,Ukrainian:1058,UrduPakistan:1056,UzbekCyrillic:2115,UzbekLatin:1091,Vietnamese:1066},t.ModalDialogResult={Invalid:-1,Cancel:0,OK:1},t.PageType={DefaultView:0,DialogView:2,DisplayForm:4,DisplayFormDialog:5,EditForm:6,EditFormDialog:7,Invalid:-1,NewForm:8,NewFormDialog:9,NormalView:1,Page_MAXITEMS:11,SolutionForm:10,View:3},t.PersonalizationScope={Shared:1,User:0},t.PersonalSiteCapabilities={Education:16,Guest:32,MyTasksDashboard:8,None:0,Profile:1,Social:2,Storage:4},t.PrincipalSources={All:15,MembershipProvider:4,None:0,RoleProvider:8,UserInfoList:1,Windows:2},t.PrincipalTypes={All:15,DistributionList:2,None:0,SecurityGroup:4,SharePointGroup:8,User:1},t.RelationshipDeleteBehaviorType={None:0,Cascade:1,Restrict:2},t.RenderListDataOptions={None:0,ContextInfo:1,ListData:2,ListSchema:4,MenuView:8,ListContentType:16,FileSystemItemId:32,ClientFormSchema:64,QuickLaunch:128,Spotlight:256,Visualization:512,ViewMetadata:1024,DisableAutoHyperlink:2048,EnableMediaTAUrls:4096,ParentInfo:8192,PageContextInfo:16384,ClientSideComponentManifest:32768},t.ReorderingRuleMatchType={ContentTypeIs:5,FileExtensionMatches:6,ManualCondition:8,ResultContainsKeyword:0,ResultHasTag:7,TitleContainsKeyword:1,TitleMatchesKeyword:2,UrlExactlyMatches:4,UrlStartsWith:3},t.RoleType={Administrator:5,Contributor:3,Editor:6,Guest:1,None:0,Reader:2,WebDesigner:4},t.StatusPriColor={Blue:"blue",Green:"green",Red:"red",Yellow:"yellow"},t.UrlFormatType={Hyperlink:0,Image:1},t.URLZones={Default:0,Intranet:1,Internet:2,Custom:3,Extranet:4},t.UserCustomActionRegistrationType={None:0,List:1,ContentType:2,ProgId:3,FileType:4},t.ViewType={Calendar:524288,Chart:131072,Gantt:67108864,Grid:2048,Html:1,Recurrence:8193},t.WebTemplateType={AcademicLibrary:"DOCMARKETPLACESITE",App:"APP",AppCatalog:"APPCATALOG",BasicSearch:"SRCHCENTERLITE",Blog:"BLOG",BusinessIntelligenceCenter:"BICenterSite",CentralAdmin:"CENTRALADMIN",Community:"COMMUNITY",CommunityPortal:"COMMUNITYPORTAL",Dev:"DEV",DocumentCenter:"BDR",eDiscoveryCenter:"EDISC",EnterpriseSearch:"SRCHCEN",EnterpriseWiki:"ENTERWIKI",Global:"GLOBAL",GroupWorkSite:"SGS",Meetings:"MEETINGS",MeetingWorkspace:"MPS",PerformancePoint:"PPMASite",ProductCatalog:"PRODUCTCATALOG",Profiles:"PROFILES",ProjectSite:"PROJECTSITE",Publishing:"BLANKINTERNET",PublishingSite:"CMSPUBLISHING",RecordsCenter:"OFFILE",SharedServicesAdminSite:"OSRV",Site:"STS",TeamCollaborationSite:"TEAM",TenantAdmin:"TENANTADMIN",Wiki:"WIKI"}},5454:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Base=void 0;var a=r(3636),n=function(){function e(e){this.targetInfo=Object.create(e||{}),this.responses=[],this.requestType=0,this.waitFlags=[]}return e.prototype.addMethods=function(e,t){return a.Request.addMethods(this,e,t)},e.prototype.batch=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return a.Batch.execute(this,e)},e.prototype.done=function(e){return a.Helper.done(this,e)},e.prototype.execute=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return a.Request.execute(this,e)},e.prototype.executeMethod=function(e,t,r){return a.Helper.executeMethod(this,e,t,r)},e.prototype.executeAndWait=function(){return a.Request.executeRequest(this,!1)},e.prototype.getCollection=function(e,t){return a.Helper.getCollection(this,e,t)},e.prototype.getInfo=function(){return a.Helper.getRequestInfo(this)},e.prototype.getNextSetOfResults=function(){return a.Helper.getNextSetOfResults(this)},e.prototype.getProperty=function(e,t){return a.Helper.getProperty(this,e,t)},e.prototype.stringify=function(){return a.Helper.stringify(this)},e.prototype.updateMetadataUri=function(e,t){return a.Helper.updateMetadataUri(this,e,t)},e.prototype.waitForRequestsToComplete=function(e,t){a.Request.waitForRequestsToComplete(this,e,t)},e}();t.Base=n},9528:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Batch=void 0;var n=r(1381),s=r(3636),o=function(){function e(){}return e.execute=function(e,t){for(var r=!1,o=null,i=0;i<t.length;i++){var u=t[i];switch(a(u)){case"boolean":r=u;break;case"function":o=u}}return e.base=e.base?e.base:e,r||null==e.base.batchRequests?(e.base.batchRequests=e.base.batchRequests||[],e.base.batchRequests.push([{callback:o,changesetId:n.ContextInfo.generateGUID(),targetInfo:new s.TargetInfo(e.targetInfo)}])):e.base.batchRequests[e.base.batchRequests.length-1].push({callback:o,changesetId:n.ContextInfo.generateGUID(),targetInfo:new s.TargetInfo(e.targetInfo)}),e},e.getTargetInfo=function(t,r){var a="batch_"+n.ContextInfo.generateGUID(),o=[];return o.push(e.createBatch(a,r)),o.push("--"+a+"--"),new s.TargetInfo({url:t,endpoint:"$batch",method:"POST",data:o.join("\r\n"),requestHeader:{"Content-Type":'multipart/mixed; boundary="'+a+'"'}})},e.createBatch=function(e,t){for(var r=[],a=0;a<t.length;a++){var n=t[a];r.push("--"+e),n&&"GET"!=n.targetInfo.requestMethod?(r.push("Content-Type: multipart/mixed; boundary="+n.changesetId),r.push(""),r.push("--"+n.changesetId),r.push("Content-Type: application/http"),r.push("Content-Transfer-Encoding: binary"),r.push(""),r.push(n.targetInfo.requestMethod+" "+n.targetInfo.requestUrl+" HTTP/1.1"),r.push("Content-Type: application/json;odata=verbose"),"DELETE"!=n.targetInfo.requestMethod&&"MERGE"!=n.targetInfo.requestMethod||r.push("IF-MATCH: *"),r.push(""),n.targetInfo.requestData&&r.push(n.targetInfo.requestData),r.push(""),r.push("--"+n.changesetId+"--")):(r.push("Content-Type: application/http"),r.push("Content-Transfer-Encoding: binary"),r.push(""),r.push("GET "+n.targetInfo.requestUrl+" HTTP/1.1"),r.push("Accept: application/json;odata=verbose"),r.push(""),n.targetInfo.requestData&&r.push(n.targetInfo.requestData),r.push(""))}var s=r.join("\r\n"),o=[];return o.push("Content-Type: multipart/mixed; boundary="+e),o.push("Content-Length: "+s.length),o.push(""),o.push(s),o.push(""),o.join("\r\n")},e.processCallbacks=function(e){void 0===e&&(e=[]);for(var t=0;t<e.length;t++){var r=e[t];r.callback&&r.callback(r.response,r.targetInfo)}},e}();t.Batch=o},1978:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Helper=void 0;var a=r(1381),n=r(3636),s=r(3374);t.Helper={addBaseMethods:function(e,t){t.addMethods=e.addMethods,t.base=e.base,t.done=e.done,t.execute=e.execute,t.executeAndWait=e.executeAndWait,t.executeMethod=e.executeMethod,t.existsFl=!0,t.getCollection=e.getCollection,t.getProperty=e.getProperty,t.parent=e,t.targetInfo=e.targetInfo,t.updateMetadataUri=e.updateMetadataUri,t.waitForRequestsToComplete=e.waitForRequestsToComplete},done:function(e,t){e.base=e.base?e.base:e,e.responseIndex=e.responseIndex>=0?e.responseIndex:0,n.Request.waitForRequestsToComplete(e,(function(){var r=e.base.responses;e.base.responses=[],e.base.waitFlags=[],t&&t.apply(e,r)}))},executeMethod:function(e,r,a,s){var o=null,i=e.d?e.d.__metadata:e.__metadata;i&&i.uri?(o={url:i.uri},a.inheritMetadataType&&i.type&&(a.metadataType=i.type),t.Helper.updateMetadataUri(e,i,o)):o=Object.create(e.targetInfo);var u=new n.MethodInfo(r,a,s);o.bufferFl=a.requestType==n.RequestType.GetBuffer,o.data=u.body,o.defaultToWebFl=void 0===o.defaultToWebFl&&e.base?e.base.targetInfo.defaultToWebFl:o.defaultToWebFl,o.method=u.requestMethod,o.requestDigest=void 0===o.requestDigest&&e.base&&e.base.targetInfo.requestDigest?e.base.targetInfo.requestDigest:o.requestDigest,o.requestType=a.requestType,u.appendEndpointFl?o.endpoint+="."+u.url:u.replaceEndpointFl?o.endpoint=u.url:u.url&&u.url.length>0&&(o.endpoint=o.endpoint?o.endpoint:"",o.endpoint&&u.url&&0!=u.url.indexOf("?")&&(o.endpoint+="/"),o.endpoint+=u.url);var l=new n.Base(o);return l.base=e.base?e.base:e,l.getAllItemsFl=u.getAllItemsFl,l.parent=e,l.requestType=a.requestType,a.returnType&&n.Request.addMethods(l,{__metadata:{type:a.returnType}}),l},getCollection:function(e,r,a){var s=Object.create(e.targetInfo);s.data=null,s.method=null;var o=e.d?e.d.__metadata:e.__metadata;o&&o.uri?(s.url=o.uri,t.Helper.updateMetadataUri(e,o,s),s.endpoint=r):s.endpoint+="/"+r,s.callback=a&&"function"==typeof a[0]?a[0]:null;var i=new n.Base(s);return i.base=e.base?e.base:e,i.parent=e,i},getNextSetOfResults:function(e){var t=Object.create(e.targetInfo);t.endpoint="",t.url=e.d.__next;var r=new n.Base(t);return r.base=e.base?e.base:e,r.parent=e,r},getProperty:function(e,r,a){var s=Object.create(e.targetInfo);0==a.indexOf("graph")&&(s.requestType=n.RequestType.GraphGet),s.data=null,s.method=null;var o=e.d?e.d.__metadata:e.__metadata;o&&o.uri?(s.url=o.uri,t.Helper.updateMetadataUri(e,o,s),s.endpoint=r):s.endpoint+="/"+r;var i=new n.Base(s);return i.base=e.base?e.base:e,i.parent=e,a&&n.Request.addMethods(i,{__metadata:{type:a}}),i},getRequestInfo:function(e){return new s.XHRRequest(!0,new n.TargetInfo(e.targetInfo),null,!1).requestInfo},stringify:function(e){return JSON.stringify({response:e.response,status:e.status,targetInfo:{accessToken:e.targetInfo.accessToken,bufferFl:e.targetInfo.bufferFl,defaultToWebFl:e.targetInfo.defaultToWebFl,endpoint:e.targetInfo.endpoint,method:e.targetInfo.method,overrideDefaultRequestToHostFl:e.targetInfo.overrideDefaultRequestToHostFl,requestDigest:e.targetInfo.requestDigest,requestHeader:e.targetInfo.requestHeader,requestInfo:e.targetInfo.requestInfo,requestType:e.targetInfo.requestType,url:e.targetInfo.url}})},updateDataCollection:function(e,r){if(r&&(e.results=e.results?e.results.concat(r):r,e.results.length>0))for(var a=0,s=e.results;a<s.length;a++){var o=s[a];t.Helper.addBaseMethods(e,o),t.Helper.updateMetadata(e,o),n.Request.addMethods(o,o)}},updateExpandedCollection:function(e,r){for(var a=0;a<r.length;a++){var s=r[a];s.__metadata&&(t.Helper.addBaseMethods(e,s),t.Helper.updateMetadata(s,s),n.Request.addMethods(s,s))}},updateExpandedProperties:function(e){if(null!=e.results&&e.requestType==n.RequestType.OData)for(var r=0;r<e.results.length;r++){var a=e.results[r];for(var s in a)if("parent"!=s){var o=a[s];o&&(o.results&&o.results.length>0?t.Helper.updateExpandedCollection(e,o.results):o.__metadata&&(t.Helper.addBaseMethods(a,o),t.Helper.updateMetadata(a,o),n.Request.addMethods(o,o)))}}},updateMetadata:function(e,t){if(a.ContextInfo.isAppWeb){var r=a.ContextInfo.webAbsoluteUrl.toLowerCase(),n=t&&t.__metadata&&t.__metadata.uri?t.__metadata.uri.toLowerCase():null,s=e.targetInfo&&e.targetInfo.url?e.targetInfo.url.toLowerCase():null;if(null==r||null==n||null==s)return;if(0==s.indexOf(r))return;t.__metadata.uri=n.replace(r,s)}t.__metadata&&/SP.WebParts.WebPartDefinition/.test(t.__metadata.type)&&(t.__metadata.uri=t.__metadata.uri.replace(/SP.WebParts.WebPartDefinition/,e.targetInfo.endpoint+"/getById('")+"')")},updateMetadataUri:function(e,t,r){/^SP.Field/.test(t.type)||/^SP\..*Field$/.test(t.type)?r.url=r.url.replace(/AvailableFields/,"fields"):/SP.EventReceiverDefinition/.test(t.type)?r.url=r.url.replace(/\/EventReceiver\//,"/EventReceivers/"):/Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/.test(r.url)&&(r.url=r.url.split("Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata")[0]+"web/tenantappcatalog/availableapps/getbyid('"+e.ID+"')")}}},3636:function(e,t,r){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,r,a){void 0===a&&(a=r),Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]}),n=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||a(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),n(r(373),t),n(r(1978),t),n(r(5454),t),n(r(9528),t),n(r(8456),t),n(r(6865),t),n(r(303),t),n(r(3058),t),n(r(3374),t)},8456:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.MethodInfo=void 0;var n=r(3636),s=function(){function e(e,t,r){this.methodInfo=t,this.methodInfo.argValues=r,this.methodInfo.name="string"==typeof this.methodInfo.name?this.methodInfo.name:e,this.generateParams(),this.methodUrl=this.generateUrl()}return Object.defineProperty(e.prototype,"appendEndpointFl",{get:function(){return!!this.methodInfo.appendEndpointFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"body",{get:function(){return this.methodData},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"getAllItemsFl",{get:function(){return this.methodInfo.getAllItemsFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"replaceEndpointFl",{get:function(){return!!this.methodInfo.replaceEndpointFl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestMethod",{get:function(){if("string"==typeof this.methodInfo.requestMethod)return this.methodInfo.requestMethod;switch(this.methodInfo.requestType){case n.RequestType.Delete:case n.RequestType.Post:case n.RequestType.PostBodyNoArgs:case n.RequestType.PostWithArgs:case n.RequestType.PostWithArgsAndData:case n.RequestType.PostWithArgsInBody:case n.RequestType.PostWithArgsInQS:case n.RequestType.PostWithArgsInQSAsVar:case n.RequestType.PostWithArgsValueOnly:case n.RequestType.PostReplace:return"POST";default:return"GET"}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return this.methodUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInBody",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInBody||this.methodInfo.requestType==n.RequestType.PostBodyNoArgs||this.methodInfo.requestType==n.RequestType.PostWithArgsInBody},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInQS",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInQS||this.methodInfo.requestType==n.RequestType.PostWithArgsInQS},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"passDataInQSAsVar",{get:function(){return this.methodInfo.requestType==n.RequestType.GetWithArgsInQSAsVar||this.methodInfo.requestType==n.RequestType.PostWithArgsInQSAsVar},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isTemplate",{get:function(){return!!this.methodInfo.data},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"replace",{get:function(){return this.methodInfo.requestType==n.RequestType.GetReplace||this.methodInfo.requestType==n.RequestType.GraphGetReplace||this.methodInfo.requestType==n.RequestType.PostReplace||this.methodInfo.requestType==n.RequestType.GraphPostReplace},enumerable:!1,configurable:!0}),e.prototype.generateParams=function(){var e=0,t={};if(null!=this.methodInfo.argValues){if(this.methodInfo.argNames){e=this.methodInfo.argNames.length-(this.methodInfo.requestType==n.RequestType.PostWithArgsAndData||this.methodInfo.requestType==n.RequestType.PostReplaceWithData?1:0);for(var r=0;r<e&&r<this.methodInfo.argValues.length;r++){var s=this.methodInfo.argNames[r],o=this.methodInfo.argValues[r];switch(a(this.methodInfo.argValues[r])){case"boolean":t[s]=this.methodInfo.argValues[r]?"true":"false";break;case"number":t[s]=this.methodInfo.argValues[r];break;default:t[s]=o}}}var i=!0;for(var u in t){i=!1;break}if(this.methodParams=i?null:t,this.methodParams&&this.isTemplate){for(var l in"string"!=typeof this.methodInfo.data&&(this.methodInfo.data=JSON.stringify(this.methodInfo.data)),this.methodParams)this.methodInfo.data=this.methodInfo.data.replace("[["+l+"]]",this.methodParams[l].replace(/"/g,'\\"').replace(/\n/g,""));this.methodData=JSON.parse(this.methodInfo.data)}this.methodInfo.argValues&&this.methodInfo.argValues.length>0&&(null==this.methodInfo.argNames||this.methodInfo.requestType==n.RequestType.PostBodyNoArgs?this.methodData=this.methodInfo.argValues[0]:this.methodInfo.argValues.length>e&&(this.methodData=this.methodInfo.argValues[e])),this.methodInfo.metadataType&&(this.methodInfo.argNames&&this.methodInfo.requestType!=n.RequestType.PostBodyNoArgs&&"string"!=typeof(this.methodData||this.methodParams)[this.methodInfo.argNames[0]]?(this.methodData||this.methodParams)[this.methodInfo.argNames[0]].__metadata=(this.methodData||this.methodParams)[this.methodInfo.argNames[0]].__metadata||{type:this.methodInfo.metadataType}:(this.methodData||this.methodParams).__metadata=(this.methodData||this.methodParams).__metadata||{type:this.methodInfo.metadataType})}},e.prototype.generateUrl=function(){var e=this.methodInfo.name;if(this.methodInfo.requestType==n.RequestType.Delete&&(e="deleteObject"),this.passDataInBody){var t=this.methodData||this.methodParams;this.methodData=JSON.stringify(t)}this.passDataInQSAsVar&&(e+="(@v)?@v="+("string"==typeof(t=this.methodParams||this.methodData)?"'"+encodeURIComponent(t)+"'":JSON.stringify(t)));if(this.replace)for(var r in this.methodParams)e=e.replace("[["+r+"]]",encodeURIComponent(this.methodParams[r]));else if(this.methodInfo.requestType==n.RequestType.OData){var s=new n.OData(this.methodParams.oData);e="?"+s.QueryString,this.methodInfo.getAllItemsFl=s.GetAllItems}else if(!this.passDataInBody&&!this.passDataInQSAsVar){var o="";if(t=this.methodParams||this.methodData)for(var i in t=t&&"object"===a(t)?t:{value:t}){var u=t[i];switch(u="string"==typeof u?"'"+u.replace(/'/g,"''")+"'":u,this.methodInfo.requestType){case n.RequestType.GetWithArgsValueOnly:case n.RequestType.PostWithArgsValueOnly:o+=u+", ";break;default:o+=i+"="+u+", "}}this.passDataInQS?e+=o.length>0?"?"+o.replace(/, $/,"&"):"":e+=o.length>0?"("+o.replace(/, $/,"")+")":""}return e},e}();t.MethodInfo=s},6865:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OData=void 0;var r=function(){function e(e){this._custom=e&&e.Custom?e.Custom:null,this._expand=e&&e.Expand?e.Expand:[],this._filter=e&&e.Filter?e.Filter:null,this._getAllItems=!(!e||!e.GetAllItems)&&e.GetAllItems,this._orderBy=e&&e.OrderBy?e.OrderBy:[],this._select=e&&e.Select?e.Select:[],this._skip=e&&e.Skip?e.Skip:null,this._top=e&&e.Top?e.Top:null}return Object.defineProperty(e.prototype,"Custom",{get:function(){return this._custom},set:function(e){this._custom=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Expand",{get:function(){return this._expand},set:function(e){this._expand=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Filter",{get:function(){return this._filter},set:function(e){this._filter=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"GetAllItems",{get:function(){return this._getAllItems},set:function(e){this._getAllItems=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"OrderBy",{get:function(){return this._orderBy},set:function(e){this._orderBy=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"QueryString",{get:function(){var e="",t=[];t.push(this.getQSValue("$select",this._select)),t.push(this.getQSValue("$orderby",this._orderBy)),this._top&&t.push("$top="+this._top),this._skip&&t.push("$skip="+this._skip),this._filter&&t.push("$filter="+this._filter),t.push(this.getQSValue("$expand",this._expand)),this._custom&&t.push(this._custom);for(var r=0,a=t;r<a.length;r++){var n=a[r];n&&""!=n&&(e+=(""==e?"":"&")+n)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Select",{get:function(){return this._select},set:function(e){this._select=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Skip",{get:function(){return this._skip},set:function(e){this._skip=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Top",{get:function(){return this._top},set:function(e){this._top=e},enumerable:!1,configurable:!0}),e.prototype.getQSValue=function(e,t){return t.length>0?e+"="+t.join(","):""},e}();t.OData=r},303:function(e,t,r){"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Request=void 0;var n=r(5454),s=r(9528),o=r(1381),i=r(1514),u=r(1978),l=r(3138),p=r(373),d=r(3058),c=r(3374);t.Request={addMethods:function(e,t,r){var a=e,n=t.results&&t.results.length>0,s=null,o=n?t.results[0].__metadata:t.__metadata,i=o&&o.type?o.type:a.targetInfo.endpoint;if(null==(s=l.Mapper[i+(n?".Collection":"")])&&(i=(i=(i=(i=i.split("/"))[i.length-1]).split("."))[i.length-1].toLowerCase(),/^graph/.test(i+=n?"s":"")||((/^field/.test(i)||/fields?$/.test(i))&&"fieldlinks"!=i&&"fields"!=i?i="field"+(n?"s":""):/item$/.test(i)?i="listitem":/items$/.test(i)?i="items":/corporatecatalogappmetadata/.test(i)?i="tenantapp":/corporatecatalogappmetadatas/.test(i)&&(i="tenantapps")),s=l.Mapper_Custom[i]),s)for(var u in s){var p=s[u]?s[u]:{};if("properties"!=u)"function"==typeof p.metadataType&&((p=JSON.parse(JSON.stringify(p))).metadataType=s[u].metadataType(a)),a[u]=new Function("return this.executeMethod('"+u+"', "+JSON.stringify(p)+", arguments);");else for(var d=0,c=p;d<c.length;d++){var g=c[d].split("|"),m=g[0],y=g.length>1?g[1]:null,f=g.length>2?g[2]:null,T=g.length>3?g[3]:null;(null==a[m]||a[m].__deferred&&a[m].__deferred.uri)&&(4==g.length?(f=f.replace(/'/g,"\\'"),a[m]=new Function("name","name = name ? '"+m+f+"'.replace(/\\[Name\\]/g, name.toString().replace(/'/g, \"''\")) : null;return this.getProperty(name ? name : '"+m+"', name ? '"+T+"' : '"+y+"');")):a[m]=new Function("return this.getProperty('"+m+"', '"+y+"');"))}}},addProperties:function(e,r){for(var s in r){var o=r[s];if("__metadata"!=s&&"results"!=s)if(o&&o.__deferred&&o.__deferred.uri)e["get_"+s]=e["get_"+s]?e["get_"+s]:new Function("return this.getCollection('"+s+"', arguments);");else{switch(s){case"ClientPeoplePickerResolveUser":case"ClientPeoplePickerSearchUser":e[s]=JSON.parse(o);break;default:e[s]=o}if(e[s]&&e[s].results&&(0==e[s].results.length||"object"===a(e[s].results[0]))){var i=new n.Base(e.targetInfo);i.results=e[s].results,0==i.results.length&&(i.__metadata={type:s}),i.targetInfo.endpoint=(i.targetInfo.endpoint.split("?")[0]+"/"+s).replace(/\//g,"/"),t.Request.addMethods(i,i),u.Helper.updateDataCollection(e,i.results),u.Helper.updateExpandedProperties(e),e[s]=i}}}},execute:function(e,r){for(var n=null,s=null,o=!1,i=0;i<r.length;i++){var u=r[i];switch(a(u)){case"boolean":o=u;break;case"function":s?n=u:s=u}}return e.base=e.base||e,e.base.responses=e.base.responses||[],e.base.waitFlags=e.base.waitFlags||[],e.responseIndex=e.base.responses.length,e.base.responses.push(e),o?t.Request.waitForRequestsToComplete(e,(function(){t.Request.executeRequest(e,!0,(function(t,r){if(r)e.base.waitFlags[e.responseIndex]=!0,n&&n(t);else if(s){var a=s(t),o=a?a.done||a.then:null;if(o&&"function"==typeof o)return void o((function(){e.base.waitFlags[e.responseIndex]=!0,e.base=e,e.base.responses=[],e.base.waitFlags=[],e.base=(e.parent?e.parent.base:null)||e.base}));e.base.waitFlags[e.responseIndex]=!0,e.base=e,e.base.responses=[],e.base.waitFlags=[],e.base=(e.parent?e.parent.base:null)||e.base}else e.base.waitFlags[e.responseIndex]=!0}))}),e.responseIndex):t.Request.executeRequest(e,!0,(function(t,r){if(r)e.base.waitFlags[e.responseIndex]=!0,n&&n(t);else{var a=s?s(t):null;a&&"function"==typeof a.done?a.done((function(){e.base.waitFlags[e.responseIndex]=!0})):e.base.waitFlags[e.responseIndex]=!0}})),e.targetInfo.requestType==p.RequestType.OData?e.parent:e},executeRequest:function(e,r,a){var n=function(n,s,i){if(!r)return e.xhr?e:(e.xhr=new c.XHRRequest(r,n),e.response=e.xhr.response,e.status=e.xhr.status,e.requestType==p.RequestType.GetBuffer?e.response:(t.Request.updateDataObject(e,o,s),e.d&&e.d.__next&&(e.next=new Function("return this.getNextSetOfResults();")),i&&i(),e));e.xhr&&!o?a&&a(e,!1):e.xhr=new c.XHRRequest(r,n,(function(){e.response=e.xhr.response,e.status=e.xhr.status;var r=!(e.status>=200&&e.status<300);e.requestType==p.RequestType.GetBuffer?a&&a(e.response,r):(t.Request.updateDataObject(e,o,s),o||(e.xml?a&&a(e,r):t.Request.validateDataCollectionResults(e).then((function(){a&&a(e,r)}),(function(){a&&a(e,!0)})))),i&&i()}))},o=e.base&&e.base.batchRequests&&e.base.batchRequests.length>0;if(!o)return n(new d.TargetInfo(e.targetInfo));var u=0;i.Executor(e.base.batchRequests,(function(t){return new Promise((function(r){n(s.Batch.getTargetInfo(e.targetInfo.url,t),u++,(function(){r(null)}))}))})).then((function(){a&&a(e.base.batchRequests,!1),e.base.batchRequests=null}))},parseXML:function(e){var r={};do{var a=e.indexOf("<d:"),n=e.indexOf(">",a);if(!(n>a&&a>-1))break;var s=e.substr(a+3,n-a-3);if("element"!=(s=s.split(" ")[0]))if("/"==e[n-1])r[s]=null,e=e.substr(n+1);else{a=n,n=e.indexOf("</d:"+s,a);var o=e.substr(a+1,n-a-1);0==o.indexOf("<d:")&&n>a?r[s]=t.Request.parseXML(o):r[s]=o,n=e.indexOf(">",a+1),e=e.substr(n+1)}else n=e.indexOf("</d:"+s,a),e=e.substr(n+s.length+4)}while(e.length>0);return r},updateDataObject:function(e,r,a){if(void 0===r&&(r=!1),void 0===a&&(a=0),e.status>=200&&e.status<300){if(e.requestType==p.RequestType.GetBuffer)return;for(var n=0,o=r?e.response.split("\n"):[e.response],i=0;i<o.length;i++){var l=null,d=o[i],c=0==(d=""!==d||r?d:"{}").indexOf("<?xml");if(c)for(;o[i+1]&&0!=o[i+1].indexOf("--batchresponse");)d+=o[++i];try{l=c?d:JSON.parse(d)}catch(e){continue}var g=r?Object.create(e):e;if(g.existsFl="boolean"==typeof g.Exists?g.Exists:null==l.error,c){var m=void 0,y=l.indexOf("<m:properties>"),f=l.indexOf("</m:properties"),T=l.indexOf("<d:DeleteObject"),h=l.indexOf('m:null="true" />'),P=f>y?l.substr(y,f):null;(P=null==P&&h>T?l.substr(T,h):P)?(m=t.Request.parseXML(P),u.Helper.updateMetadata(g,m),t.Request.addProperties(g,m),t.Request.addMethods(g,m,m["@odata.context"]),u.Helper.updateDataCollection(g,m.results),u.Helper.updateExpandedProperties(g)):g=l}else l.d?(g.d=l.d,u.Helper.updateMetadata(g,l.d),t.Request.addProperties(g,l.d),t.Request.addMethods(g,l.d,l["@odata.context"]),u.Helper.updateDataCollection(g,l.d.results),u.Helper.updateExpandedProperties(g)):l["@odata.context"]?(g.d=l,t.Request.addProperties(g,l),t.Request.addMethods(g,l,l["@odata.context"]),u.Helper.updateDataCollection(g,l.value)):t.Request.addProperties(g,l);if(r){var S=e.base.batchRequests[a][n++];if(null==S){if(a++,n=0,!e.base.batchRequests[a])break;var q=e.base.batchRequests[a];S=q?q[n++]:null}S&&(S.response=g)}}r&&s.Batch.processCallbacks(e.base.batchRequests[a])}},validateDataCollectionResults:function(e){return new Promise((function(t,r){!function t(a,n){if(a&&a.status<400&&"string"==typeof a.response&&a.response.length>0){var s=null;try{s=JSON.parse(a.response)}catch(e){return void r()}if(e.nextFl=s.d&&s.d.__next,e.nextFl)if(e.getAllItemsFl){var o=Object.create(e.targetInfo);o.endpoint="",o.url=s.d.__next,new c.XHRRequest(!0,new d.TargetInfo(o),(function(r){var a=JSON.parse(r.response);a.d?(u.Helper.updateDataCollection(e,a.d.results),u.Helper.updateExpandedProperties(e),e.d.results=e.d.results.concat(a.d.results),t(r,n)):n()}))}else e.next=new Function("return this.getNextSetOfResults();"),n();else n()}else n()}(e.xhr,t)}))},waitForRequestsToComplete:function(e,t,r){if("function"==typeof t)var a=o.ContextInfo.window.setInterval((function(){for(var n=0,s=0;s<e.base.responses.length;s++){var i=e.base.responses[s];if(r==n++)break;if(null==i.xhr||!i.xhr.completedFl)return;if(n>0&&1!=e.base.waitFlags[n-1])return}o.ContextInfo.window.clearInterval(a),t()}),10)}}},373:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RequestType=void 0,t.RequestType={Custom:0,Delete:1,Merge:2,OData:3,Get:10,GetBuffer:11,GetWithArgs:12,GetWithArgsInBody:13,GetWithArgsInQS:14,GetWithArgsInQSAsVar:15,GetWithArgsValueOnly:16,GetReplace:17,GraphGet:20,GraphGetReplace:21,GraphPost:22,GraphPostReplace:23,Post:30,PostBodyNoArgs:31,PostWithArgs:32,PostWithArgsAndData:33,PostWithArgsInBody:34,PostWithArgsInQS:35,PostWithArgsInQSAsVar:36,PostWithArgsValueOnly:37,PostReplace:38,PostReplaceWithData:39}},3058:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TargetInfo=void 0;var a=r(1381),n=r(3636),s=function(){function e(e){this.props=e||{},this.requestData=this.props.data,this.requestHeaders=this.props.requestHeader,this.requestMethod=this.props.method?this.props.method:"GET",this.isGraph?(this.requestMethod=this.props.requestType==n.RequestType.GraphGet||this.props.requestType==n.RequestType.GraphGetReplace?"GET":"POST",this.requestUrl=this.props.endpoint):this.setRESTRequestUrl()}return Object.defineProperty(e.prototype,"isBatchRequest",{get:function(){return"$batch"==this.props.endpoint},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isGraph",{get:function(){return this.props.requestType==n.RequestType.GraphGet||this.props.requestType==n.RequestType.GraphPost||this.props.requestType==n.RequestType.GraphGetReplace||this.props.requestType==n.RequestType.GraphPostReplace},enumerable:!1,configurable:!0}),e.prototype.getDomainUrl=function(){var t=a.ContextInfo.document?a.ContextInfo.document.location.href:"";return a.ContextInfo.isAppWeb&&(t=e.getQueryStringValue("SPHostUrl")+""),(t=t.split("/"))&&t.length>=2&&(t=t[0]+"//"+t[2]),t},e.getQueryStringValue=function(e){for(var t=a.ContextInfo.existsFl&&a.ContextInfo.document?a.ContextInfo.document.location.href.split("?"):[""],r=(t=t.length>1?t[1]:t[0]).split("&"),n=0;n<r.length;n++){var s=r[n].split("=");if(1!=s.length&&decodeURIComponent(s[0])==e)return decodeURIComponent(s[1])}return null},e.prototype.setRESTRequestUrl=function(){var t=this.props.endpoint?"/"+this.props.endpoint:"",r=e.getQueryStringValue("SPHostUrl"),n=(-1===t.indexOf("?")?"?":"&")+"@target='{{Target}}'",s="{{Url}}"+(this.props.endpoint?"/_api/{{EndPoint}}{{TargetUrl}}":"");if(a.ContextInfo.existsFl&&a.ContextInfo.window.$REST&&a.ContextInfo.window.$REST.DefaultRequestToHostFl&&a.ContextInfo.isAppWeb&&!this.props.overrideDefaultRequestToHostFl&&null==this.props.url&&(this.props.url=r),null==this.props.url)this.props.url=0==this.props.defaultToWebFl?a.ContextInfo.siteAbsoluteUrl:a.ContextInfo.webAbsoluteUrl;else if(/\/_api\//.test(this.props.url)){var o=this.props.url.toLowerCase().split("/_api/");return void(a.ContextInfo.isAppWeb&&o[0]!=a.ContextInfo.webAbsoluteUrl.toLowerCase()?this.requestUrl=a.ContextInfo.webAbsoluteUrl+"/_api/SP.AppContextSite(@target)/"+o[1]+t+n.replace(/{{Target}}/g,o[0]):this.requestUrl=this.props.url+(this.props.endpoint?"/"+this.props.endpoint:""))}0!=this.props.url.indexOf("http")&&(this.props.url=this.getDomainUrl()+this.props.url),a.ContextInfo.isAppWeb&&this.props.url!=a.ContextInfo.webAbsoluteUrl?this.requestUrl=s.replace(/{{Url}}/g,a.ContextInfo.webAbsoluteUrl).replace(/{{EndPoint}}/g,"SP.AppContextSite(@target)"+t).replace(/{{TargetUrl}}/g,n.replace(/{{Target}}/g,this.props.url)):this.requestUrl=s.replace(/{{Url}}/g,this.props.url).replace(/{{EndPoint}}/g,this.props.endpoint).replace(/{{TargetUrl}}/g,"")},e}();t.TargetInfo=s},3374:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.XHRRequest=void 0;var a=r(1381),n=function(){function e(e,t,r,a){void 0===a&&(a=!0),this.asyncFl=e,this.executeFl=a,this.headers={},this.onRequestCompleted=r||t.props.callback,this.targetInfo=t,this.xhr=this.createXHR(),this.xhr?this.execute():this.defaultHeaders()}return Object.defineProperty(e.prototype,"completedFl",{get:function(){return!!this.xhr&&4==this.xhr.readyState},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"response",{get:function(){return this.xhr?this.xhr.response:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"request",{get:function(){return this.xhr?this.xhr:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestData",{get:function(){return this.targetInfo.requestData},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestHeaders",{get:function(){return this.headers},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestInfo",{get:function(){return{data:this.targetInfo.requestData,headers:this.headers,method:this.targetInfo.requestMethod,url:this.targetInfo.requestUrl}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"requestUrl",{get:function(){return this.xhr?this.xhr.responseURL:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"status",{get:function(){return this.xhr?this.xhr.status:null},enumerable:!1,configurable:!0}),e.prototype.createXHR=function(){if("undefined"!=typeof XMLHttpRequest)return new XMLHttpRequest;try{return new ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(e){}try{return new ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(e){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}console.error("This browser does not support xml http requests.")},e.prototype.defaultHeaders=function(e){var t=!1;if(this.targetInfo.requestHeaders)for(var r in this.targetInfo.requestHeaders)this.xhr&&this.xhr.setRequestHeader(r,this.targetInfo.requestHeaders[r]),this.headers[r]=this.targetInfo.requestHeaders[r],t=t||"IF-MATCH"==r.toUpperCase();else this.targetInfo.isGraph?(this.xhr&&this.xhr.setRequestHeader("Accept","application/json"),this.xhr&&this.xhr.setRequestHeader("Content-Type","application/json"),this.headers.Accept="application/json",this.headers["Content-Type"]="application/json"):(this.xhr&&this.xhr.setRequestHeader("Accept","application/json;odata=verbose"),this.xhr&&this.xhr.setRequestHeader("Content-Type","application/json;odata=verbose"),this.headers.Accept="application/json;odata=verbose",this.headers["Content-Type"]="application/json;odata=verbose");this.targetInfo.props.disableCache&&(this.xhr&&this.xhr.setRequestHeader("Cache-Control","no-cache"),this.headers["Cache-Control"]="no-cache"),this.targetInfo.isGraph?(this.xhr&&this.xhr.setRequestHeader("Authorization","Bearer "+this.targetInfo.props.accessToken),this.headers.Authorization="Bearer "+this.targetInfo.props.accessToken):(null==this.targetInfo.requestHeaders&&(this.xhr&&this.xhr.setRequestHeader("X-HTTP-Method",this.targetInfo.requestMethod),this.headers["X-HTTP-Method"]=this.targetInfo.requestMethod),this.xhr&&this.xhr.setRequestHeader("X-RequestDigest",e),e&&(this.headers["X-RequestDigest"]=e),("DELETE"==this.targetInfo.requestMethod||"MERGE"==this.targetInfo.requestMethod&&!t)&&(this.xhr&&this.xhr.setRequestHeader("IF-MATCH","*"),this.headers["IF-MATCH"]="*"))},e.prototype.execute=function(){var e=this,t=this.targetInfo.props.requestDigest||"";""==t&&(t=(t=a.ContextInfo.document?a.ContextInfo.document.querySelector("#__REQUESTDIGEST"):"")?t.value:a.ContextInfo.formDigestValue),"contextinfo"==this.targetInfo.props.endpoint?this.executeRequest(t):"GET"!=this.targetInfo.requestMethod&&""==t?this.asyncFl?a.ContextInfo.getWeb(this.targetInfo.props.url||document.location.pathname.substr(0,document.location.pathname.lastIndexOf("/"))).execute((function(t){e.executeRequest(t.GetContextWebInformation.FormDigestValue)})):console.info("[gd-sprest] POST requests must include the request digest information for synchronous requests. This is due to the modern page not including this information on the page."):this.executeRequest(t)},e.prototype.executeRequest=function(e){var t=this;if(null==this.xhr)return null;this.xhr.open("GET"==this.targetInfo.requestMethod?"GET":"POST",this.targetInfo.requestUrl,this.asyncFl),this.asyncFl&&(this.xhr.onreadystatechange=function(){4==t.xhr.readyState&&t.onRequestCompleted&&t.onRequestCompleted(t)}),this.targetInfo.props.bufferFl&&this.asyncFl?this.xhr.responseType="arraybuffer":(this.defaultHeaders(e),this.targetInfo.requestData&&"string"!=typeof this.targetInfo.requestData&&(this.targetInfo.requestData=this.targetInfo.requestData.byteLength?this.targetInfo.requestData:JSON.stringify(this.targetInfo.requestData))),this.executeFl&&(this.targetInfo.props.bufferFl||null==this.targetInfo.requestData?this.xhr.send():this.xhr.send(this.targetInfo.requestData))},e}();t.XHRRequest=n},2399:function(e,t,r){r(2616),r(1682),r(9241),r(4105),r(2911),r(8644),r(376),r(263);var a=r(9650);e.exports=a.Promise},398:function(e,t,r){var a=r(7844),n=r(8129),s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not a function")}},7882:function(e,t,r){var a=r(8373),n=r(8129),s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not a constructor")}},3020:function(e,t,r){var a=r(7844),n=String,s=TypeError;e.exports=function(e){if("object"==typeof e||a(e))return e;throw s("Can't set "+n(e)+" as a prototype")}},166:function(e,t,r){var a=r(1504),n=r(8798),s=r(508).f,o=a("unscopables"),i=Array.prototype;null==i[o]&&s(i,o,{configurable:!0,value:n(null)}),e.exports=function(e){i[o][e]=!0}},6420:function(e,t,r){var a=r(5152),n=TypeError;e.exports=function(e,t){if(a(t,e))return e;throw n("Incorrect invocation")}},3667:function(e,t,r){var a=r(7362),n=String,s=TypeError;e.exports=function(e){if(a(e))return e;throw s(n(e)+" is not an object")}},8277:function(e,t,r){var a=r(41),n=r(3465),s=r(2910),o=function(e){return function(t,r,o){var i,u=a(t),l=s(u),p=n(o,l);if(e&&r!=r){for(;l>p;)if((i=u[p++])!=i)return!0}else for(;l>p;p++)if((e||p in u)&&u[p]===r)return e||p||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},2013:function(e,t,r){var a=r(6834);e.exports=a([].slice)},3373:function(e,t,r){var a=r(1504)("iterator"),n=!1;try{var s=0,o={next:function(){return{done:!!s++}},return:function(){n=!0}};o[a]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!n)return!1;var r=!1;try{var s={};s[a]=function(){return{next:function(){return{done:r=!0}}}},e(s)}catch(e){}return r}},2387:function(e,t,r){var a=r(6834),n=a({}.toString),s=a("".slice);e.exports=function(e){return s(n(e),8,-1)}},8980:function(e,t,r){var a=r(2472),n=r(7844),s=r(2387),o=r(1504)("toStringTag"),i=Object,u="Arguments"==s(function(){return arguments}());e.exports=a?s:function(e){var t,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=i(e),o))?r:u?s(t):"Object"==(a=s(t))&&n(t.callee)?"Arguments":a}},9151:function(e,t,r){var a=r(6834),n=Error,s=a("".replace),o=String(n("zxcasd").stack),i=/\n\s*at [^:]*:[^\n]*/,u=i.test(o);e.exports=function(e,t){if(u&&"string"==typeof e&&!n.prepareStackTrace)for(;t--;)e=s(e,i,"");return e}},4813:function(e,t,r){var a=r(7061),n=r(4245),s=r(8728),o=r(508);e.exports=function(e,t,r){for(var i=n(t),u=o.f,l=s.f,p=0;p<i.length;p++){var d=i[p];a(e,d)||r&&a(r,d)||u(e,d,l(t,d))}}},285:function(e,t,r){var a=r(3589);e.exports=!a((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},6455:function(e,t,r){"use strict";var a=r(5522).IteratorPrototype,n=r(8798),s=r(6338),o=r(3625),i=r(1543),u=function(){return this};e.exports=function(e,t,r,l){var p=t+" Iterator";return e.prototype=n(a,{next:s(+!l,r)}),o(e,p,!1,!0),i[p]=u,e}},5732:function(e,t,r){var a=r(4921),n=r(508),s=r(6338);e.exports=a?function(e,t,r){return n.f(e,t,s(1,r))}:function(e,t,r){return e[t]=r,e}},6338:function(e){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},8286:function(e,t,r){var a=r(7844),n=r(508),s=r(7263),o=r(5382);e.exports=function(e,t,r,i){i||(i={});var u=i.enumerable,l=void 0!==i.name?i.name:t;if(a(r)&&s(r,l,i),i.global)u?e[t]=r:o(t,r);else{try{i.unsafe?e[t]&&(u=!0):delete e[t]}catch(e){}u?e[t]=r:n.f(e,t,{value:r,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return e}},5382:function(e,t,r){var a=r(7643),n=Object.defineProperty;e.exports=function(e,t){try{n(a,e,{value:t,configurable:!0,writable:!0})}catch(r){a[e]=t}return t}},1396:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(8199),o=r(852),i=r(7844),u=r(6455),l=r(3697),p=r(2383),d=r(3625),c=r(5732),g=r(8286),m=r(1504),y=r(1543),f=r(5522),T=o.PROPER,h=o.CONFIGURABLE,P=f.IteratorPrototype,S=f.BUGGY_SAFARI_ITERATORS,q=m("iterator"),N="keys",I="values",b="entries",v=function(){return this};e.exports=function(e,t,r,o,m,f,R){u(r,t,o);var C,D,w,F=function(e){if(e===m&&W)return W;if(!S&&e in x)return x[e];switch(e){case N:case I:case b:return function(){return new r(this,e)}}return function(){return new r(this)}},A=t+" Iterator",O=!1,x=e.prototype,M=x[q]||x["@@iterator"]||m&&x[m],W=!S&&M||F(m),U="Array"==t&&x.entries||M;if(U&&(C=l(U.call(new e)))!==Object.prototype&&C.next&&(s||l(C)===P||(p?p(C,P):i(C[q])||g(C,q,v)),d(C,A,!0,!0),s&&(y[A]=v)),T&&m==I&&M&&M.name!==I&&(!s&&h?c(x,"name",I):(O=!0,W=function(){return n(M,this)})),m)if(D={values:F(I),keys:f?W:F(N),entries:F(b)},R)for(w in D)(S||O||!(w in x))&&g(x,w,D[w]);else a({target:t,proto:!0,forced:S||O},D);return s&&!R||x[q]===W||g(x,q,W,{name:m}),y[t]=W,D}},4921:function(e,t,r){var a=r(3589);e.exports=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},757:function(e,t,r){var a=r(7643),n=r(7362),s=a.document,o=n(s)&&n(s.createElement);e.exports=function(e){return o?s.createElement(e):{}}},9989:function(e,t,r){var a=r(2084),n=r(2203);e.exports=!a&&!n&&"object"==typeof window&&"object"==typeof document},2084:function(e){e.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},7963:function(e,t,r){var a=r(5514),n=r(7643);e.exports=/ipad|iphone|ipod/i.test(a)&&void 0!==n.Pebble},1485:function(e,t,r){var a=r(5514);e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(a)},2203:function(e,t,r){var a=r(2387),n=r(7643);e.exports="process"==a(n.process)},3409:function(e,t,r){var a=r(5514);e.exports=/web0s(?!.*chrome)/i.test(a)},5514:function(e,t,r){var a=r(5080);e.exports=a("navigator","userAgent")||""},9275:function(e,t,r){var a,n,s=r(7643),o=r(5514),i=s.process,u=s.Deno,l=i&&i.versions||u&&u.version,p=l&&l.v8;p&&(n=(a=p.split("."))[0]>0&&a[0]<4?1:+(a[0]+a[1])),!n&&o&&(!(a=o.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=o.match(/Chrome\/(\d+)/))&&(n=+a[1]),e.exports=n},1206:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2139:function(e,t,r){var a=r(3589),n=r(6338);e.exports=!a((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",n(1,7)),7!==e.stack)}))},5266:function(e,t,r){var a=r(7643),n=r(8728).f,s=r(5732),o=r(8286),i=r(5382),u=r(4813),l=r(4414);e.exports=function(e,t){var r,p,d,c,g,m=e.target,y=e.global,f=e.stat;if(r=y?a:f?a[m]||i(m,{}):(a[m]||{}).prototype)for(p in t){if(c=t[p],d=e.dontCallGetSet?(g=n(r,p))&&g.value:r[p],!l(y?p:m+(f?".":"#")+p,e.forced)&&void 0!==d){if(typeof c==typeof d)continue;u(c,d)}(e.sham||d&&d.sham)&&s(c,"sham",!0),o(r,p,c,e)}}},3589:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},3233:function(e,t,r){var a=r(6054),n=Function.prototype,s=n.apply,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(a?o.bind(s):function(){return o.apply(s,arguments)})},5376:function(e,t,r){var a=r(6834),n=r(398),s=r(6054),o=a(a.bind);e.exports=function(e,t){return n(e),void 0===t?e:s?o(e,t):function(){return e.apply(t,arguments)}}},6054:function(e,t,r){var a=r(3589);e.exports=!a((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},8937:function(e,t,r){var a=r(6054),n=Function.prototype.call;e.exports=a?n.bind(n):function(){return n.apply(n,arguments)}},852:function(e,t,r){var a=r(4921),n=r(7061),s=Function.prototype,o=a&&Object.getOwnPropertyDescriptor,i=n(s,"name"),u=i&&"something"===function(){}.name,l=i&&(!a||a&&o(s,"name").configurable);e.exports={EXISTS:i,PROPER:u,CONFIGURABLE:l}},6834:function(e,t,r){var a=r(6054),n=Function.prototype,s=n.bind,o=n.call,i=a&&s.bind(o,o);e.exports=a?function(e){return e&&i(e)}:function(e){return e&&function(){return o.apply(e,arguments)}}},5080:function(e,t,r){var a=r(7643),n=r(7844),s=function(e){return n(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?s(a[e]):a[e]&&a[e][t]}},9761:function(e,t,r){var a=r(8980),n=r(8986),s=r(1543),o=r(1504)("iterator");e.exports=function(e){if(null!=e)return n(e,o)||n(e,"@@iterator")||s[a(e)]}},487:function(e,t,r){var a=r(8937),n=r(398),s=r(3667),o=r(8129),i=r(9761),u=TypeError;e.exports=function(e,t){var r=arguments.length<2?i(e):t;if(n(r))return s(a(r,e));throw u(o(e)+" is not iterable")}},8986:function(e,t,r){var a=r(398);e.exports=function(e,t){var r=e[t];return null==r?void 0:a(r)}},7643:function(e,t,r){var a=function(e){return e&&e.Math==Math&&e};e.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},7061:function(e,t,r){var a=r(6834),n=r(1133),s=a({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return s(n(e),t)}},2142:function(e){e.exports={}},1387:function(e,t,r){var a=r(7643);e.exports=function(e,t){var r=a.console;r&&r.error&&(1==arguments.length?r.error(e):r.error(e,t))}},845:function(e,t,r){var a=r(5080);e.exports=a("document","documentElement")},1656:function(e,t,r){var a=r(4921),n=r(3589),s=r(757);e.exports=!a&&!n((function(){return 7!=Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a}))},9636:function(e,t,r){var a=r(6834),n=r(3589),s=r(2387),o=Object,i=a("".split);e.exports=n((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?i(e,""):o(e)}:o},8190:function(e,t,r){var a=r(6834),n=r(7844),s=r(4974),o=a(Function.toString);n(s.inspectSource)||(s.inspectSource=function(e){return o(e)}),e.exports=s.inspectSource},9314:function(e,t,r){var a=r(7362),n=r(5732);e.exports=function(e,t){a(t)&&"cause"in t&&n(e,"cause",t.cause)}},9067:function(e,t,r){var a,n,s,o=r(2919),i=r(7643),u=r(6834),l=r(7362),p=r(5732),d=r(7061),c=r(4974),g=r(4446),m=r(2142),y="Object already initialized",f=i.TypeError,T=i.WeakMap;if(o||c.state){var h=c.state||(c.state=new T),P=u(h.get),S=u(h.has),q=u(h.set);a=function(e,t){if(S(h,e))throw new f(y);return t.facade=e,q(h,e,t),t},n=function(e){return P(h,e)||{}},s=function(e){return S(h,e)}}else{var N=g("state");m[N]=!0,a=function(e,t){if(d(e,N))throw new f(y);return t.facade=e,p(e,N,t),t},n=function(e){return d(e,N)?e[N]:{}},s=function(e){return d(e,N)}}e.exports={set:a,get:n,has:s,enforce:function(e){return s(e)?n(e):a(e,{})},getterFor:function(e){return function(t){var r;if(!l(t)||(r=n(t)).type!==e)throw f("Incompatible receiver, "+e+" required");return r}}}},3734:function(e,t,r){var a=r(1504),n=r(1543),s=a("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||o[s]===e)}},7844:function(e){e.exports=function(e){return"function"==typeof e}},8373:function(e,t,r){var a=r(6834),n=r(3589),s=r(7844),o=r(8980),i=r(5080),u=r(8190),l=function(){},p=[],d=i("Reflect","construct"),c=/^\s*(?:class|function)\b/,g=a(c.exec),m=!c.exec(l),y=function(e){if(!s(e))return!1;try{return d(l,p,e),!0}catch(e){return!1}},f=function(e){if(!s(e))return!1;switch(o(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!g(c,u(e))}catch(e){return!0}};f.sham=!0,e.exports=!d||n((function(){var e;return y(y.call)||!y(Object)||!y((function(){e=!0}))||e}))?f:y},4414:function(e,t,r){var a=r(3589),n=r(7844),s=/#|\.prototype\./,o=function(e,t){var r=u[i(e)];return r==p||r!=l&&(n(t)?a(t):!!t)},i=o.normalize=function(e){return String(e).replace(s,".").toLowerCase()},u=o.data={},l=o.NATIVE="N",p=o.POLYFILL="P";e.exports=o},7362:function(e,t,r){var a=r(7844);e.exports=function(e){return"object"==typeof e?null!==e:a(e)}},8199:function(e){e.exports=!1},6709:function(e,t,r){var a=r(5080),n=r(7844),s=r(5152),o=r(6257),i=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=a("Symbol");return n(t)&&s(t.prototype,i(e))}},9128:function(e,t,r){var a=r(5376),n=r(8937),s=r(3667),o=r(8129),i=r(3734),u=r(2910),l=r(5152),p=r(487),d=r(9761),c=r(9340),g=TypeError,m=function(e,t){this.stopped=e,this.result=t},y=m.prototype;e.exports=function(e,t,r){var f,T,h,P,S,q,N,I=r&&r.that,b=!(!r||!r.AS_ENTRIES),v=!(!r||!r.IS_RECORD),R=!(!r||!r.IS_ITERATOR),C=!(!r||!r.INTERRUPTED),D=a(t,I),w=function(e){return f&&c(f,"normal",e),new m(!0,e)},F=function(e){return b?(s(e),C?D(e[0],e[1],w):D(e[0],e[1])):C?D(e,w):D(e)};if(v)f=e.iterator;else if(R)f=e;else{if(!(T=d(e)))throw g(o(e)+" is not iterable");if(i(T)){for(h=0,P=u(e);P>h;h++)if((S=F(e[h]))&&l(y,S))return S;return new m(!1)}f=p(e,T)}for(q=v?e.next:f.next;!(N=n(q,f)).done;){try{S=F(N.value)}catch(e){c(f,"throw",e)}if("object"==typeof S&&S&&l(y,S))return S}return new m(!1)}},9340:function(e,t,r){var a=r(8937),n=r(3667),s=r(8986);e.exports=function(e,t,r){var o,i;n(e);try{if(!(o=s(e,"return"))){if("throw"===t)throw r;return r}o=a(o,e)}catch(e){i=!0,o=e}if("throw"===t)throw r;if(i)throw o;return n(o),r}},5522:function(e,t,r){"use strict";var a,n,s,o=r(3589),i=r(7844),u=r(8798),l=r(3697),p=r(8286),d=r(1504),c=r(8199),g=d("iterator"),m=!1;[].keys&&("next"in(s=[].keys())?(n=l(l(s)))!==Object.prototype&&(a=n):m=!0),null==a||o((function(){var e={};return a[g].call(e)!==e}))?a={}:c&&(a=u(a)),i(a[g])||p(a,g,(function(){return this})),e.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:m}},1543:function(e){e.exports={}},2910:function(e,t,r){var a=r(163);e.exports=function(e){return a(e.length)}},7263:function(e,t,r){var a=r(3589),n=r(7844),s=r(7061),o=r(4921),i=r(852).CONFIGURABLE,u=r(8190),l=r(9067),p=l.enforce,d=l.get,c=Object.defineProperty,g=o&&!a((function(){return 8!==c((function(){}),"length",{value:8}).length})),m=String(String).split("String"),y=e.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!s(e,"name")||i&&e.name!==t)&&(o?c(e,"name",{value:t,configurable:!0}):e.name=t),g&&r&&s(r,"arity")&&e.length!==r.arity&&c(e,"length",{value:r.arity});try{r&&s(r,"constructor")&&r.constructor?o&&c(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=p(e);return s(a,"source")||(a.source=m.join("string"==typeof t?t:"")),e};Function.prototype.toString=y((function(){return n(this)&&d(this).source||u(this)}),"toString")},8900:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var a=+e;return(a>0?r:t)(a)}},1256:function(e,t,r){var a,n,s,o,i,u,l,p,d=r(7643),c=r(5376),g=r(8728).f,m=r(9068).set,y=r(1485),f=r(7963),T=r(3409),h=r(2203),P=d.MutationObserver||d.WebKitMutationObserver,S=d.document,q=d.process,N=d.Promise,I=g(d,"queueMicrotask"),b=I&&I.value;b||(a=function(){var e,t;for(h&&(e=q.domain)&&e.exit();n;){t=n.fn,n=n.next;try{t()}catch(e){throw n?o():s=void 0,e}}s=void 0,e&&e.enter()},y||h||T||!P||!S?!f&&N&&N.resolve?((l=N.resolve(void 0)).constructor=N,p=c(l.then,l),o=function(){p(a)}):h?o=function(){q.nextTick(a)}:(m=c(m,d),o=function(){m(a)}):(i=!0,u=S.createTextNode(""),new P(a).observe(u,{characterData:!0}),o=function(){u.data=i=!i})),e.exports=b||function(e){var t={fn:e,next:void 0};s&&(s.next=t),n||(n=t,o()),s=t}},5242:function(e,t,r){var a=r(9275),n=r(3589);e.exports=!!Object.getOwnPropertySymbols&&!n((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&a&&a<41}))},2919:function(e,t,r){var a=r(7643),n=r(7844),s=r(8190),o=a.WeakMap;e.exports=n(o)&&/native code/.test(s(o))},7742:function(e,t,r){"use strict";var a=r(398),n=function(e){var t,r;this.promise=new e((function(e,a){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=a})),this.resolve=a(t),this.reject=a(r)};e.exports.f=function(e){return new n(e)}},8266:function(e,t,r){var a=r(5409);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:a(e)}},8798:function(e,t,r){var a,n=r(3667),s=r(3889),o=r(1206),i=r(2142),u=r(845),l=r(757),p=r(4446),d=p("IE_PROTO"),c=function(){},g=function(e){return"<script>"+e+"</"+"script>"},m=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){try{a=new ActiveXObject("htmlfile")}catch(e){}var e,t;y="undefined"!=typeof document?document.domain&&a?m(a):((t=l("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):m(a);for(var r=o.length;r--;)delete y.prototype[o[r]];return y()};i[d]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(c.prototype=n(e),r=new c,c.prototype=null,r[d]=e):r=y(),void 0===t?r:s.f(r,t)}},3889:function(e,t,r){var a=r(4921),n=r(7197),s=r(508),o=r(3667),i=r(41),u=r(8901);t.f=a&&!n?Object.defineProperties:function(e,t){o(e);for(var r,a=i(t),n=u(t),l=n.length,p=0;l>p;)s.f(e,r=n[p++],a[r]);return e}},508:function(e,t,r){var a=r(4921),n=r(1656),s=r(7197),o=r(3667),i=r(3336),u=TypeError,l=Object.defineProperty,p=Object.getOwnPropertyDescriptor,d="enumerable",c="configurable",g="writable";t.f=a?s?function(e,t,r){if(o(e),t=i(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&g in r&&!r.writable){var a=p(e,t);a&&a.writable&&(e[t]=r.value,r={configurable:c in r?r.configurable:a.configurable,enumerable:d in r?r.enumerable:a.enumerable,writable:!1})}return l(e,t,r)}:l:function(e,t,r){if(o(e),t=i(t),o(r),n)try{return l(e,t,r)}catch(e){}if("get"in r||"set"in r)throw u("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},8728:function(e,t,r){var a=r(4921),n=r(8937),s=r(8490),o=r(6338),i=r(41),u=r(3336),l=r(7061),p=r(1656),d=Object.getOwnPropertyDescriptor;t.f=a?d:function(e,t){if(e=i(e),t=u(t),p)try{return d(e,t)}catch(e){}if(l(e,t))return o(!n(s.f,e,t),e[t])}},1362:function(e,t,r){var a=r(6436),n=r(1206).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,n)}},2247:function(e,t){t.f=Object.getOwnPropertySymbols},3697:function(e,t,r){var a=r(7061),n=r(7844),s=r(1133),o=r(4446),i=r(285),u=o("IE_PROTO"),l=Object,p=l.prototype;e.exports=i?l.getPrototypeOf:function(e){var t=s(e);if(a(t,u))return t[u];var r=t.constructor;return n(r)&&t instanceof r?r.prototype:t instanceof l?p:null}},5152:function(e,t,r){var a=r(6834);e.exports=a({}.isPrototypeOf)},6436:function(e,t,r){var a=r(6834),n=r(7061),s=r(41),o=r(8277).indexOf,i=r(2142),u=a([].push);e.exports=function(e,t){var r,a=s(e),l=0,p=[];for(r in a)!n(i,r)&&n(a,r)&&u(p,r);for(;t.length>l;)n(a,r=t[l++])&&(~o(p,r)||u(p,r));return p}},8901:function(e,t,r){var a=r(6436),n=r(1206);e.exports=Object.keys||function(e){return a(e,n)}},8490:function(e,t){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,n=a&&!r.call({1:2},1);t.f=n?function(e){var t=a(this,e);return!!t&&t.enumerable}:r},2383:function(e,t,r){var a=r(6834),n=r(3667),s=r(3020);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=a(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,a){return n(r),s(a),t?e(r,a):r.__proto__=a,r}}():void 0)},9420:function(e,t,r){"use strict";var a=r(2472),n=r(8980);e.exports=a?{}.toString:function(){return"[object "+n(this)+"]"}},7005:function(e,t,r){var a=r(8937),n=r(7844),s=r(7362),o=TypeError;e.exports=function(e,t){var r,i;if("string"===t&&n(r=e.toString)&&!s(i=a(r,e)))return i;if(n(r=e.valueOf)&&!s(i=a(r,e)))return i;if("string"!==t&&n(r=e.toString)&&!s(i=a(r,e)))return i;throw o("Can't convert object to primitive value")}},4245:function(e,t,r){var a=r(5080),n=r(6834),s=r(1362),o=r(2247),i=r(3667),u=n([].concat);e.exports=a("Reflect","ownKeys")||function(e){var t=s.f(i(e)),r=o.f;return r?u(t,r(e)):t}},9650:function(e,t,r){var a=r(7643);e.exports=a},8765:function(e){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},4893:function(e,t,r){var a=r(7643),n=r(1177),s=r(7844),o=r(4414),i=r(8190),u=r(1504),l=r(9989),p=r(2084),d=r(8199),c=r(9275),g=n&&n.prototype,m=u("species"),y=!1,f=s(a.PromiseRejectionEvent),T=o("Promise",(function(){var e=i(n),t=e!==String(n);if(!t&&66===c)return!0;if(d&&(!g.catch||!g.finally))return!0;if(!c||c<51||!/native code/.test(e)){var r=new n((function(e){e(1)})),a=function(e){e((function(){}),(function(){}))};if((r.constructor={})[m]=a,!(y=r.then((function(){}))instanceof a))return!0}return!t&&(l||p)&&!f}));e.exports={CONSTRUCTOR:T,REJECTION_EVENT:f,SUBCLASSING:y}},1177:function(e,t,r){var a=r(7643);e.exports=a.Promise},2965:function(e,t,r){var a=r(3667),n=r(7362),s=r(7742);e.exports=function(e,t){if(a(e),n(t)&&t.constructor===e)return t;var r=s.f(e);return(0,r.resolve)(t),r.promise}},330:function(e,t,r){var a=r(1177),n=r(3373),s=r(4893).CONSTRUCTOR;e.exports=s||!n((function(e){a.all(e).then(void 0,(function(){}))}))},8115:function(e){var t=function(){this.head=null,this.tail=null};t.prototype={add:function(e){var t={item:e,next:null};this.head?this.tail.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return this.head=e.next,this.tail===e&&(this.tail=null),e.item}},e.exports=t},1670:function(e){var t=TypeError;e.exports=function(e){if(null==e)throw t("Can't call method on "+e);return e}},1230:function(e,t,r){"use strict";var a=r(5080),n=r(508),s=r(1504),o=r(4921),i=s("species");e.exports=function(e){var t=a(e),r=n.f;o&&t&&!t[i]&&r(t,i,{configurable:!0,get:function(){return this}})}},3625:function(e,t,r){var a=r(508).f,n=r(7061),s=r(1504)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!n(e,s)&&a(e,s,{configurable:!0,value:t})}},4446:function(e,t,r){var a=r(7397),n=r(8368),s=a("keys");e.exports=function(e){return s[e]||(s[e]=n(e))}},4974:function(e,t,r){var a=r(7643),n=r(5382),s="__core-js_shared__",o=a[s]||n(s,{});e.exports=o},7397:function(e,t,r){var a=r(8199),n=r(4974);(e.exports=function(e,t){return n[e]||(n[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.24.1",mode:a?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9002:function(e,t,r){var a=r(3667),n=r(7882),s=r(1504)("species");e.exports=function(e,t){var r,o=a(e).constructor;return void 0===o||null==(r=a(o)[s])?t:n(r)}},6239:function(e,t,r){var a=r(6834),n=r(1587),s=r(5409),o=r(1670),i=a("".charAt),u=a("".charCodeAt),l=a("".slice),p=function(e){return function(t,r){var a,p,d=s(o(t)),c=n(r),g=d.length;return c<0||c>=g?e?"":void 0:(a=u(d,c))<55296||a>56319||c+1===g||(p=u(d,c+1))<56320||p>57343?e?i(d,c):a:e?l(d,c,c+2):p-56320+(a-55296<<10)+65536}};e.exports={codeAt:p(!1),charAt:p(!0)}},9068:function(e,t,r){var a,n,s,o,i=r(7643),u=r(3233),l=r(5376),p=r(7844),d=r(7061),c=r(3589),g=r(845),m=r(2013),y=r(757),f=r(4566),T=r(1485),h=r(2203),P=i.setImmediate,S=i.clearImmediate,q=i.process,N=i.Dispatch,I=i.Function,b=i.MessageChannel,v=i.String,R=0,C={},D="onreadystatechange";try{a=i.location}catch(e){}var w=function(e){if(d(C,e)){var t=C[e];delete C[e],t()}},F=function(e){return function(){w(e)}},A=function(e){w(e.data)},O=function(e){i.postMessage(v(e),a.protocol+"//"+a.host)};P&&S||(P=function(e){f(arguments.length,1);var t=p(e)?e:I(e),r=m(arguments,1);return C[++R]=function(){u(t,void 0,r)},n(R),R},S=function(e){delete C[e]},h?n=function(e){q.nextTick(F(e))}:N&&N.now?n=function(e){N.now(F(e))}:b&&!T?(o=(s=new b).port2,s.port1.onmessage=A,n=l(o.postMessage,o)):i.addEventListener&&p(i.postMessage)&&!i.importScripts&&a&&"file:"!==a.protocol&&!c(O)?(n=O,i.addEventListener("message",A,!1)):n=D in y("script")?function(e){g.appendChild(y("script")).onreadystatechange=function(){g.removeChild(this),w(e)}}:function(e){setTimeout(F(e),0)}),e.exports={set:P,clear:S}},3465:function(e,t,r){var a=r(1587),n=Math.max,s=Math.min;e.exports=function(e,t){var r=a(e);return r<0?n(r+t,0):s(r,t)}},41:function(e,t,r){var a=r(9636),n=r(1670);e.exports=function(e){return a(n(e))}},1587:function(e,t,r){var a=r(8900);e.exports=function(e){var t=+e;return t!=t||0===t?0:a(t)}},163:function(e,t,r){var a=r(1587),n=Math.min;e.exports=function(e){return e>0?n(a(e),9007199254740991):0}},1133:function(e,t,r){var a=r(1670),n=Object;e.exports=function(e){return n(a(e))}},2299:function(e,t,r){var a=r(8937),n=r(7362),s=r(6709),o=r(8986),i=r(7005),u=r(1504),l=TypeError,p=u("toPrimitive");e.exports=function(e,t){if(!n(e)||s(e))return e;var r,u=o(e,p);if(u){if(void 0===t&&(t="default"),r=a(u,e,t),!n(r)||s(r))return r;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),i(e,t)}},3336:function(e,t,r){var a=r(2299),n=r(6709);e.exports=function(e){var t=a(e,"string");return n(t)?t:t+""}},2472:function(e,t,r){var a={};a[r(1504)("toStringTag")]="z",e.exports="[object z]"===String(a)},5409:function(e,t,r){var a=r(8980),n=String;e.exports=function(e){if("Symbol"===a(e))throw TypeError("Cannot convert a Symbol value to a string");return n(e)}},8129:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},8368:function(e,t,r){var a=r(6834),n=0,s=Math.random(),o=a(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++n+s,36)}},6257:function(e,t,r){var a=r(5242);e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},7197:function(e,t,r){var a=r(4921),n=r(3589);e.exports=a&&n((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4566:function(e){var t=TypeError;e.exports=function(e,r){if(e<r)throw t("Not enough arguments");return e}},1504:function(e,t,r){var a=r(7643),n=r(7397),s=r(7061),o=r(8368),i=r(5242),u=r(6257),l=n("wks"),p=a.Symbol,d=p&&p.for,c=u?p:p&&p.withoutSetter||o;e.exports=function(e){if(!s(l,e)||!i&&"string"!=typeof l[e]){var t="Symbol."+e;i&&s(p,e)?l[e]=p[e]:l[e]=u&&d?d(t):c(t)}return l[e]}},7973:function(e,t,r){"use strict";var a=r(5266),n=r(5152),s=r(3697),o=r(2383),i=r(4813),u=r(8798),l=r(5732),p=r(6338),d=r(9151),c=r(9314),g=r(9128),m=r(8266),y=r(1504),f=r(2139),T=y("toStringTag"),h=Error,P=[].push,S=function(e,t){var r,a=arguments.length>2?arguments[2]:void 0,i=n(q,this);o?r=o(new h,i?s(this):q):(r=i?this:u(q),l(r,T,"Error")),void 0!==t&&l(r,"message",m(t)),f&&l(r,"stack",d(r.stack,1)),c(r,a);var p=[];return g(e,P,{that:p}),l(r,"errors",p),r};o?o(S,h):i(S,h,{name:!0});var q=S.prototype=u(h.prototype,{constructor:p(1,S),message:p(1,""),name:p(1,"AggregateError")});a({global:!0,constructor:!0,arity:2},{AggregateError:S})},2616:function(e,t,r){r(7973)},1682:function(e,t,r){"use strict";var a=r(41),n=r(166),s=r(1543),o=r(9067),i=r(508).f,u=r(1396),l=r(8199),p=r(4921),d="Array Iterator",c=o.set,g=o.getterFor(d);e.exports=u(Array,"Array",(function(e,t){c(this,{type:d,target:a(e),index:0,kind:t})}),(function(){var e=g(this),t=e.target,r=e.kind,a=e.index++;return!t||a>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:a,done:!1}:"values"==r?{value:t[a],done:!1}:{value:[a,t[a]],done:!1}}),"values");var m=s.Arguments=s.Array;if(n("keys"),n("values"),n("entries"),!l&&p&&"values"!==m.name)try{i(m,"name",{value:"values"})}catch(e){}},9241:function(e,t,r){var a=r(2472),n=r(8286),s=r(9420);a||n(Object.prototype,"toString",s,{unsafe:!0})},2911:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0},{allSettled:function(e){var t=this,r=o.f(t),a=r.resolve,l=r.reject,p=i((function(){var r=s(t.resolve),o=[],i=0,l=1;u(e,(function(e){var s=i++,u=!1;l++,n(r,t,e).then((function(e){u||(u=!0,o[s]={status:"fulfilled",value:e},--l||a(o))}),(function(e){u||(u=!0,o[s]={status:"rejected",reason:e},--l||a(o))}))})),--l||a(o)}));return p.error&&l(p.value),r.promise}})},8089:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0,forced:r(330)},{all:function(e){var t=this,r=o.f(t),a=r.resolve,l=r.reject,p=i((function(){var r=s(t.resolve),o=[],i=0,p=1;u(e,(function(e){var s=i++,u=!1;p++,n(r,t,e).then((function(e){u||(u=!0,o[s]=e,--p||a(o))}),l)})),--p||a(o)}));return p.error&&l(p.value),r.promise}})},8644:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(5080),i=r(7742),u=r(8765),l=r(9128),p="No one promise resolved";a({target:"Promise",stat:!0},{any:function(e){var t=this,r=o("AggregateError"),a=i.f(t),d=a.resolve,c=a.reject,g=u((function(){var a=s(t.resolve),o=[],i=0,u=1,g=!1;l(e,(function(e){var s=i++,l=!1;u++,n(a,t,e).then((function(e){l||g||(g=!0,d(e))}),(function(e){l||g||(l=!0,o[s]=e,--u||c(new r(o,p)))}))})),--u||c(new r(o,p))}));return g.error&&c(g.value),a.promise}})},8248:function(e,t,r){"use strict";var a=r(5266),n=r(8199),s=r(4893).CONSTRUCTOR,o=r(1177),i=r(5080),u=r(7844),l=r(8286),p=o&&o.prototype;if(a({target:"Promise",proto:!0,forced:s,real:!0},{catch:function(e){return this.then(void 0,e)}}),!n&&u(o)){var d=i("Promise").prototype.catch;p.catch!==d&&l(p,"catch",d,{unsafe:!0})}},4966:function(e,t,r){"use strict";var a,n,s,o=r(5266),i=r(8199),u=r(2203),l=r(7643),p=r(8937),d=r(8286),c=r(2383),g=r(3625),m=r(1230),y=r(398),f=r(7844),T=r(7362),h=r(6420),P=r(9002),S=r(9068).set,q=r(1256),N=r(1387),I=r(8765),b=r(8115),v=r(9067),R=r(1177),C=r(4893),D=r(7742),w="Promise",F=C.CONSTRUCTOR,A=C.REJECTION_EVENT,O=C.SUBCLASSING,x=v.getterFor(w),M=v.set,W=R&&R.prototype,U=R,k=W,B=l.TypeError,E=l.document,L=l.process,_=D.f,G=_,V=!!(E&&E.createEvent&&l.dispatchEvent),j="unhandledrejection",H=function(e){var t;return!(!T(e)||!f(t=e.then))&&t},Q=function(e,t){var r,a,n,s=t.value,o=1==t.state,i=o?e.ok:e.fail,u=e.resolve,l=e.reject,d=e.domain;try{i?(o||(2===t.rejection&&$(t),t.rejection=1),!0===i?r=s:(d&&d.enter(),r=i(s),d&&(d.exit(),n=!0)),r===e.promise?l(B("Promise-chain cycle")):(a=H(r))?p(a,r,u,l):u(r)):l(s)}catch(e){d&&!n&&d.exit(),l(e)}},z=function(e,t){e.notified||(e.notified=!0,q((function(){for(var r,a=e.reactions;r=a.get();)Q(r,e);e.notified=!1,t&&!e.rejection&&K(e)})))},J=function(e,t,r){var a,n;V?((a=E.createEvent("Event")).promise=t,a.reason=r,a.initEvent(e,!1,!0),l.dispatchEvent(a)):a={promise:t,reason:r},!A&&(n=l["on"+e])?n(a):e===j&&N("Unhandled promise rejection",r)},K=function(e){p(S,l,(function(){var t,r=e.facade,a=e.value;if(X(e)&&(t=I((function(){u?L.emit("unhandledRejection",a,r):J(j,r,a)})),e.rejection=u||X(e)?2:1,t.error))throw t.value}))},X=function(e){return 1!==e.rejection&&!e.parent},$=function(e){p(S,l,(function(){var t=e.facade;u?L.emit("rejectionHandled",t):J("rejectionhandled",t,e.value)}))},Y=function(e,t,r){return function(a){e(t,a,r)}},Z=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,z(e,!0))},ee=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw B("Promise can't be resolved itself");var a=H(t);a?q((function(){var r={done:!1};try{p(a,t,Y(ee,r,e),Y(Z,r,e))}catch(t){Z(r,t,e)}})):(e.value=t,e.state=1,z(e,!1))}catch(t){Z({done:!1},t,e)}}};if(F&&(k=(U=function(e){h(this,k),y(e),p(a,this);var t=x(this);try{e(Y(ee,t),Y(Z,t))}catch(e){Z(t,e)}}).prototype,(a=function(e){M(this,{type:w,done:!1,notified:!1,parent:!1,reactions:new b,rejection:!1,state:0,value:void 0})}).prototype=d(k,"then",(function(e,t){var r=x(this),a=_(P(this,U));return r.parent=!0,a.ok=!f(e)||e,a.fail=f(t)&&t,a.domain=u?L.domain:void 0,0==r.state?r.reactions.add(a):q((function(){Q(a,r)})),a.promise})),n=function(){var e=new a,t=x(e);this.promise=e,this.resolve=Y(ee,t),this.reject=Y(Z,t)},D.f=_=function(e){return e===U||undefined===e?new n(e):G(e)},!i&&f(R)&&W!==Object.prototype)){s=W.then,O||d(W,"then",(function(e,t){var r=this;return new U((function(e,t){p(s,r,e,t)})).then(e,t)}),{unsafe:!0});try{delete W.constructor}catch(e){}c&&c(W,k)}o({global:!0,constructor:!0,wrap:!0,forced:F},{Promise:U}),g(U,w,!1,!0),m(w)},376:function(e,t,r){"use strict";var a=r(5266),n=r(8199),s=r(1177),o=r(3589),i=r(5080),u=r(7844),l=r(9002),p=r(2965),d=r(8286),c=s&&s.prototype;if(a({target:"Promise",proto:!0,real:!0,forced:!!s&&o((function(){c.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=l(this,i("Promise")),r=u(e);return this.then(r?function(r){return p(t,e()).then((function(){return r}))}:e,r?function(r){return p(t,e()).then((function(){throw r}))}:e)}}),!n&&u(s)){var g=i("Promise").prototype.finally;c.finally!==g&&d(c,"finally",g,{unsafe:!0})}},4105:function(e,t,r){r(4966),r(8089),r(8248),r(8581),r(9055),r(3970)},8581:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(398),o=r(7742),i=r(8765),u=r(9128);a({target:"Promise",stat:!0,forced:r(330)},{race:function(e){var t=this,r=o.f(t),a=r.reject,l=i((function(){var o=s(t.resolve);u(e,(function(e){n(o,t,e).then(r.resolve,a)}))}));return l.error&&a(l.value),r.promise}})},9055:function(e,t,r){"use strict";var a=r(5266),n=r(8937),s=r(7742);a({target:"Promise",stat:!0,forced:r(4893).CONSTRUCTOR},{reject:function(e){var t=s.f(this);return n(t.reject,void 0,e),t.promise}})},3970:function(e,t,r){"use strict";var a=r(5266),n=r(5080),s=r(8199),o=r(1177),i=r(4893).CONSTRUCTOR,u=r(2965),l=n("Promise"),p=s&&!i;a({target:"Promise",stat:!0,forced:s||i},{resolve:function(e){return u(p&&this===l?o:this,e)}})},263:function(e,t,r){"use strict";var a=r(6239).charAt,n=r(5409),s=r(9067),o=r(1396),i="String Iterator",u=s.set,l=s.getterFor(i);o(String,"String",(function(e){u(this,{type:i,string:n(e),index:0})}),(function(){var e,t=l(this),r=t.string,n=t.index;return n>=r.length?{value:void 0,done:!0}:(e=a(r,n),t.index+=e.length,{value:e,done:!1})}))}},t={};function r(a){var n=t[a];if(void 0!==n)return n.exports;var s=t[a]={exports:{}};return e[a].call(s.exports,s,s.exports,r),s.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r(2399);r(1771)}();
|