@dyedurham/search-and-file-widget 1.5.5 → 1.5.7
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/dnd-filing-shell.js +14 -14
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -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 =
|
|
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
|
-
|
|
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:
|
|
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 =
|
|
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
|
-
|
|
84356
|
+
// 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
|
|
84357
84357
|
"ClientId": "22124",
|
|
84358
84358
|
"UserId": "140422",
|
|
84359
|
-
AccountKey:
|
|
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 =
|
|
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
|
-
|
|
84374
|
+
// 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
|
|
84375
84375
|
"ClientId": "22124",
|
|
84376
84376
|
"UserId": "140422",
|
|
84377
|
-
AccountKey:
|
|
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 =
|
|
84746
|
+
const url = signature.proxyApiUrl;
|
|
84747
84747
|
const resp = yield fetchFn(url, {
|
|
84748
84748
|
method: "POST",
|
|
84749
84749
|
headers: __spreadValues({
|
|
84750
|
-
|
|
84751
|
-
AccountKey:
|
|
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",
|
|
@@ -85254,7 +85254,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
85254
85254
|
documentName: this.validateOptions()?.documentName ?? "Incorporation Draft",
|
|
85255
85255
|
documentType: "pdf"
|
|
85256
85256
|
});
|
|
85257
|
-
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), { serviceOrderId, validatedData: signature?.task }));
|
|
85257
|
+
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), { serviceOrderId, validatedData: JSON.parse(JSON.stringify(signature?.task)) }));
|
|
85258
85258
|
this.close.emit();
|
|
85259
85259
|
}
|
|
85260
85260
|
} catch (response) {
|
|
@@ -85354,7 +85354,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
85354
85354
|
if (signature) {
|
|
85355
85355
|
try {
|
|
85356
85356
|
yield this.updateMaintainService.submitInitialReturnValidationToECore(signature, deltaData, this.serviceOrderId, this.validateOptions());
|
|
85357
|
-
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), { serviceOrderId: this.serviceOrderId, validatedData: signature?.task }));
|
|
85357
|
+
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), { serviceOrderId: this.serviceOrderId, validatedData: JSON.parse(JSON.stringify(signature?.task)) }));
|
|
85358
85358
|
this.close.emit();
|
|
85359
85359
|
} catch (response) {
|
|
85360
85360
|
const errors = JSON.parse(JSON.stringify(response))?.validateResult?.["Errors"];
|