sf-i-events 1.0.597 → 1.0.598

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.597",
4
+ "version": "1.0.598",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -13383,7 +13383,7 @@ let SfIEvents = class SfIEvents extends LitElement {
13383
13383
  };
13384
13384
  this.fetchGetMappedCalendar = async (year) => {
13385
13385
  // let url = "https://"+this.apiId+"/getmappedcalendar";
13386
- let url = "https://" + this.apiId + "/getcalendar";
13386
+ let url = "https://3mefupehxkw4pwsq3oyk7lf2pq0pisdx.lambda-url.us-east-1.on.aws/getcalendar";
13387
13387
  const body = { "projectid": this.projectId, "year": year };
13388
13388
  if (this.contractStartDate != "") {
13389
13389
  body.contractstartdate = this.contractStartDate;
@@ -13564,7 +13564,7 @@ let SfIEvents = class SfIEvents extends LitElement {
13564
13564
  };
13565
13565
  this.fetchCalendar = async () => {
13566
13566
  //this.apiBodyList = '{"id": "' +(this._SfProject[0].querySelector('#sf-i-project') as SfIForm).selectedValues()[0]+ '"}'
13567
- let url = "https://" + this.apiId + "/getcalendar";
13567
+ let url = "https://3mefupehxkw4pwsq3oyk7lf2pq0pisdx.lambda-url.us-east-1.on.aws/getcalendar";
13568
13568
  const authorization = btoa(Util.readCookie('email') + ":" + Util.readCookie('accessToken'));
13569
13569
  const xhr = (await this.prepareXhr({ "projectid": this._SfProject[0].querySelector('#sf-i-project').selectedValues()[0] }, url, this._SfLoader, authorization));
13570
13570
  this._SfLoader.innerHTML = '';