@budibase/backend-core 2.9.40-alpha.2 → 2.9.40-alpha.3

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/index.js CHANGED
@@ -1592,6 +1592,8 @@ var init_misc = __esm({
1592
1592
  Header2["TENANT_ID"] = "x-budibase-tenant-id";
1593
1593
  Header2["VERIFICATION_CODE"] = "x-budibase-verification-code";
1594
1594
  Header2["RETURN_VERIFICATION_CODE"] = "x-budibase-return-verification-code";
1595
+ Header2["RESET_PASSWORD_CODE"] = "x-budibase-reset-password-code";
1596
+ Header2["RETURN_RESET_PASSWORD_CODE"] = "x-budibase-return-reset-password-code";
1595
1597
  Header2["TOKEN"] = "x-budibase-token";
1596
1598
  Header2["CSRF_TOKEN"] = "x-csrf-token";
1597
1599
  Header2["CORRELATION_ID"] = "x-budibase-correlation-id";