@verdocs/web-sdk 4.2.62 → 4.2.63

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.
@@ -112,7 +112,7 @@ const VerdocsSend = class {
112
112
  this.searchContacts = index.createEvent(this, "searchContacts", 7);
113
113
  this.endpoint = jsSdk.VerdocsEndpoint.getDefault();
114
114
  this.templateId = null;
115
- this.environment = 'web';
115
+ this.environment = '';
116
116
  this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
117
117
  this.showPickerForId = '';
118
118
  this.sessionContacts = [];
@@ -27,7 +27,7 @@ export class VerdocsSend {
27
27
  constructor() {
28
28
  this.endpoint = VerdocsEndpoint.getDefault();
29
29
  this.templateId = null;
30
- this.environment = 'web';
30
+ this.environment = '';
31
31
  this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
32
32
  this.showPickerForId = '';
33
33
  this.sessionContacts = [];
@@ -286,7 +286,7 @@ export class VerdocsSend {
286
286
  },
287
287
  "attribute": "environment",
288
288
  "reflect": false,
289
- "defaultValue": "'web'"
289
+ "defaultValue": "''"
290
290
  }
291
291
  };
292
292
  }
@@ -30,7 +30,7 @@ const VerdocsSend = /*@__PURE__*/ proxyCustomElement(class VerdocsSend extends H
30
30
  this.searchContacts = createEvent(this, "searchContacts", 7);
31
31
  this.endpoint = VerdocsEndpoint.getDefault();
32
32
  this.templateId = null;
33
- this.environment = 'web';
33
+ this.environment = '';
34
34
  this.containerId = `verdocs-send-${Math.random().toString(36).substring(2, 11)}`;
35
35
  this.showPickerForId = '';
36
36
  this.sessionContacts = [];