@budibase/shared-core 2.19.3 → 2.19.5
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/dist/constants/api.d.ts +2 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/constants/api.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export declare enum Header {
|
|
|
15
15
|
CSRF_TOKEN = "x-csrf-token",
|
|
16
16
|
CORRELATION_ID = "x-budibase-correlation-id",
|
|
17
17
|
AUTHORIZATION = "authorization",
|
|
18
|
-
MIGRATING_APP = "x-budibase-migrating-app"
|
|
18
|
+
MIGRATING_APP = "x-budibase-migrating-app",
|
|
19
|
+
COOKIE = "cookie"
|
|
19
20
|
}
|
package/dist/index.js
CHANGED
|
@@ -4566,6 +4566,7 @@ var Header = /* @__PURE__ */ ((Header2) => {
|
|
|
4566
4566
|
Header2["CORRELATION_ID"] = "x-budibase-correlation-id";
|
|
4567
4567
|
Header2["AUTHORIZATION"] = "authorization";
|
|
4568
4568
|
Header2["MIGRATING_APP"] = "x-budibase-migrating-app";
|
|
4569
|
+
Header2["COOKIE"] = "cookie";
|
|
4569
4570
|
return Header2;
|
|
4570
4571
|
})(Header || {});
|
|
4571
4572
|
|
|
@@ -4794,6 +4795,7 @@ var AutomationActionStepId = /* @__PURE__ */ ((AutomationActionStepId2) => {
|
|
|
4794
4795
|
AutomationActionStepId2["slack"] = "slack";
|
|
4795
4796
|
AutomationActionStepId2["zapier"] = "zapier";
|
|
4796
4797
|
AutomationActionStepId2["integromat"] = "integromat";
|
|
4798
|
+
AutomationActionStepId2["n8n"] = "n8n";
|
|
4797
4799
|
return AutomationActionStepId2;
|
|
4798
4800
|
})(AutomationActionStepId || {});
|
|
4799
4801
|
var AutomationStepIdArray = [
|