@dyedurham/search-and-file-widget 1.5.5 → 1.5.6

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.
Files changed (2) hide show
  1. package/dnd-filing-shell.js +12 -12
  2. package/package.json +1 -1
@@ -84327,16 +84327,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84327
84327
  IncorporationDate: signature.task.entity._compliance.incorporation_date
84328
84328
  }
84329
84329
  };
84330
- const url = "/api/CurrentData";
84330
+ const url = signature.proxyApiUrl;
84331
84331
  const resp = yield fetchFn(url, {
84332
84332
  method: "POST",
84333
84333
  headers: __spreadValues({
84334
84334
  "Content-Type": "application/json",
84335
- "ApiKey": "a759101c-aeac-4fa6-90dc-8b56f01b2939",
84335
+ // 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
84336
84336
  "ClientId": "22124",
84337
84337
  "UserId": "140422",
84338
84338
  "x-target-url": `${this.config.ONFiling}api/CurrentData`,
84339
- AccountKey: "1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227",
84339
+ // AccountKey: '1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227',
84340
84340
  Cookie: "AWSALB=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53; AWSALBCORS=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53"
84341
84341
  }, opts?.headers ?? {}),
84342
84342
  body: JSON.stringify(CorporationInformation)
@@ -84348,15 +84348,15 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84348
84348
  submitData(signature, id, opts) {
84349
84349
  return __async(this, null, function* () {
84350
84350
  const fetchFn = opts?.fetchImpl ?? fetch;
84351
- const url = `api/CurrentData/${id}/submit`;
84351
+ const url = signature.proxyApiUrl;
84352
84352
  yield fetchFn(url, {
84353
84353
  method: "POST",
84354
84354
  headers: __spreadValues({
84355
84355
  "Content-Type": "application/json",
84356
- "ApiKey": "a759101c-aeac-4fa6-90dc-8b56f01b2939",
84356
+ // 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
84357
84357
  "ClientId": "22124",
84358
84358
  "UserId": "140422",
84359
- AccountKey: "1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227",
84359
+ // AccountKey: '1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227',
84360
84360
  "x-target-url": `${this.config.ONFiling}api/CurrentData/${id}/submit`,
84361
84361
  Cookie: "AWSALB=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53; AWSALBCORS=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53"
84362
84362
  }, opts?.headers ?? {})
@@ -84366,15 +84366,15 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84366
84366
  getCurrentData(signature, id, opts) {
84367
84367
  return __async(this, null, function* () {
84368
84368
  const fetchFn = opts?.fetchImpl ?? fetch;
84369
- const url = `api/CurrentData/${id}`;
84369
+ const url = signature.proxyApiUrl;
84370
84370
  const resp = yield fetchFn(url, {
84371
84371
  method: "GET",
84372
84372
  headers: __spreadValues({
84373
84373
  "Content-Type": "application/json",
84374
- "ApiKey": "a759101c-aeac-4fa6-90dc-8b56f01b2939",
84374
+ // 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
84375
84375
  "ClientId": "22124",
84376
84376
  "UserId": "140422",
84377
- AccountKey: "1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227",
84377
+ // AccountKey: '1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227',
84378
84378
  "x-target-url": `${this.config.ONFiling}api/CurrentData/${id}`,
84379
84379
  Cookie: "AWSALB=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53; AWSALBCORS=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53"
84380
84380
  }, opts?.headers ?? {})
@@ -84743,12 +84743,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84743
84743
  }
84744
84744
  };
84745
84745
  const fetchFn = opts?.fetchImpl ?? fetch;
84746
- const url = "api/FilingON";
84746
+ const url = signature.proxyApiUrl;
84747
84747
  const resp = yield fetchFn(url, {
84748
84748
  method: "POST",
84749
84749
  headers: __spreadValues({
84750
- "ApiKey": "a759101c-aeac-4fa6-90dc-8b56f01b2939",
84751
- AccountKey: "1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227",
84750
+ // 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
84751
+ // AccountKey: '1c3e3a6e-2a8b-4dd2-b906-aec25a1a7227',
84752
84752
  "Content-Type": "application/json",
84753
84753
  "ClientId": "22124",
84754
84754
  "UserId": "140422",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {