@squadbase/vite-server 0.1.4-dev.0 → 0.1.4
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/cli/index.js +26 -16
- package/dist/connectors/airtable-oauth.js +10 -0
- package/dist/connectors/airtable.js +10 -0
- package/dist/connectors/amplitude.js +10 -0
- package/dist/connectors/anthropic.js +10 -0
- package/dist/connectors/asana.js +10 -0
- package/dist/connectors/attio.js +10 -0
- package/dist/connectors/backlog-api-key.js +10 -0
- package/dist/connectors/customerio.js +10 -0
- package/dist/connectors/dbt.js +10 -0
- package/dist/connectors/gamma.js +10 -0
- package/dist/connectors/gemini.js +10 -0
- package/dist/connectors/gmail-oauth.js +10 -0
- package/dist/connectors/gmail.js +14 -4
- package/dist/connectors/google-ads.js +10 -0
- package/dist/connectors/google-analytics-oauth.js +10 -0
- package/dist/connectors/google-analytics.js +10 -0
- package/dist/connectors/google-calendar-oauth.js +10 -0
- package/dist/connectors/google-calendar.js +14 -6
- package/dist/connectors/google-docs.js +10 -0
- package/dist/connectors/google-drive.js +10 -0
- package/dist/connectors/google-sheets.js +10 -0
- package/dist/connectors/google-slides.js +10 -0
- package/dist/connectors/grafana.js +10 -0
- package/dist/connectors/hubspot-oauth.js +10 -0
- package/dist/connectors/hubspot.js +10 -0
- package/dist/connectors/intercom-oauth.js +10 -0
- package/dist/connectors/intercom.js +10 -0
- package/dist/connectors/jira-api-key.js +10 -0
- package/dist/connectors/kintone-api-token.js +10 -0
- package/dist/connectors/kintone.js +10 -0
- package/dist/connectors/linkedin-ads.js +10 -0
- package/dist/connectors/mailchimp-oauth.js +10 -0
- package/dist/connectors/mailchimp.js +10 -0
- package/dist/connectors/mixpanel.js +10 -0
- package/dist/connectors/notion-oauth.js +10 -0
- package/dist/connectors/notion.js +10 -0
- package/dist/connectors/openai.js +10 -0
- package/dist/connectors/sentry.js +10 -0
- package/dist/connectors/shopify-oauth.js +10 -0
- package/dist/connectors/shopify.js +10 -0
- package/dist/connectors/stripe-api-key.js +10 -0
- package/dist/connectors/stripe-oauth.js +10 -0
- package/dist/connectors/wix-store.js +10 -0
- package/dist/connectors/zendesk-oauth.js +10 -0
- package/dist/connectors/zendesk.js +10 -0
- package/dist/index.js +26 -16
- package/dist/main.js +26 -16
- package/dist/vite-plugin.js +26 -16
- package/package.json +1 -1
package/dist/vite-plugin.js
CHANGED
|
@@ -67235,7 +67235,8 @@ The business logic type for this connector is "sql".
|
|
|
67235
67235
|
},
|
|
67236
67236
|
async query(params, sql, namedParams) {
|
|
67237
67237
|
const { Pool } = await import("pg");
|
|
67238
|
-
const
|
|
67238
|
+
const cleanSql = sql.replace(/;\s*$/, "");
|
|
67239
|
+
const { text, values } = buildPositionalParams(cleanSql, namedParams);
|
|
67239
67240
|
const pool = new Pool({
|
|
67240
67241
|
connectionString: params[parameters3.connectionUrl.slug],
|
|
67241
67242
|
ssl: { rejectUnauthorized: false },
|
|
@@ -67587,7 +67588,7 @@ var bigqueryOnboarding = new ConnectorOnboarding({
|
|
|
67587
67588
|
- \`options\`: \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u4E00\u89A7\u3002\u5404 option \u306E \`label\` \u306F \`\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D (id: \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8ID)\` \u306E\u5F62\u5F0F\u3001\`value\` \u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8ID
|
|
67588
67589
|
3. \u30E6\u30FC\u30B6\u30FC\u304C\u9078\u629E\u3057\u305F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E \`label\` \u304C\u30E1\u30C3\u30BB\u30FC\u30B8\u3068\u3057\u3066\u5C4A\u304F\u306E\u3067\u3001\u6B21\u306E\u30B9\u30C6\u30C3\u30D7\u306B\u9032\u3080
|
|
67589
67590
|
4. \`${listDatasetsToolName}\` \u3092\u547C\u3073\u51FA\u3057\u3066\u3001\u9078\u629E\u3055\u308C\u305F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u5185\u306E\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u4E00\u89A7\u3092\u53D6\u5F97\u3059\u308B
|
|
67590
|
-
5. \`askUserQuestion\` \u3092\u547C\u3073\u51FA\u3059\
|
|
67591
|
+
5. \`askUserQuestion\` \u3092\u547C\u3073\u51FA\u3059\uFF08type: "select", multiSelect: true, allowFreeText: true\uFF09:
|
|
67591
67592
|
- \`question\`: \u4F7F\u7528\u3059\u308B\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u3092\u9078\u629E\u3059\u308B\u3088\u3046\u4FC3\u3059\u3002\u300C\u4E0A\u8A18\u4EE5\u5916\u306E\u30D1\u30D6\u30EA\u30C3\u30AF\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u306F \`bigquery-public-data.{\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u540D}\` \u306E\u5F62\u5F0F\u3067\u81EA\u7531\u5165\u529B\u3067\u304D\u307E\u3059\u300D\u3068\u660E\u8A18\u3059\u308B
|
|
67592
67593
|
- \`options\`: \u4EE5\u4E0B\u3092\u9806\u756A\u306B\u7D50\u5408\u3059\u308B
|
|
67593
67594
|
1. \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u5185\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8: \u5404 \`{ label: datasetId, description: location }\`
|
|
@@ -67619,7 +67620,7 @@ var bigqueryOnboarding = new ConnectorOnboarding({
|
|
|
67619
67620
|
- \`options\`: The project list. Each option's \`label\` should be \`Project Name (id: project-id)\`, \`value\` should be the project ID
|
|
67620
67621
|
3. The \`label\` of the user's selected project will arrive as a message. Proceed to the next step
|
|
67621
67622
|
4. Call \`${listDatasetsToolName}\` to get the list of datasets in the selected project
|
|
67622
|
-
5. Call \`askUserQuestion\` (multiSelect: true):
|
|
67623
|
+
5. Call \`askUserQuestion\` (type: "select", multiSelect: true, allowFreeText: true):
|
|
67623
67624
|
- \`question\`: Ask the user to select datasets. State that other public datasets can be entered freely in the format \`bigquery-public-data.{dataset_name}\`
|
|
67624
67625
|
- \`options\`: Concatenate in order:
|
|
67625
67626
|
1. Project datasets: each \`{ label: datasetId, description: location }\`
|
|
@@ -68049,7 +68050,7 @@ var bigqueryOnboarding2 = new ConnectorOnboarding({
|
|
|
68049
68050
|
- \`options\`: \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u4E00\u89A7\u3002\u5404 option \u306E \`label\` \u306F \`\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D (id: \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8ID)\` \u306E\u5F62\u5F0F\u3001\`value\` \u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8ID
|
|
68050
68051
|
3. \u30E6\u30FC\u30B6\u30FC\u304C\u9078\u629E\u3057\u305F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E \`label\` \u304C\u30E1\u30C3\u30BB\u30FC\u30B8\u3068\u3057\u3066\u5C4A\u304F\u306E\u3067\u3001\u6B21\u306E\u30B9\u30C6\u30C3\u30D7\u306B\u9032\u3080
|
|
68051
68052
|
4. \`${listDatasetsToolName2}\` \u3092\u547C\u3073\u51FA\u3057\u3066\u3001\u9078\u629E\u3055\u308C\u305F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u5185\u306E\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u4E00\u89A7\u3092\u53D6\u5F97\u3059\u308B
|
|
68052
|
-
5. \`askUserQuestion\` \u3092\u547C\u3073\u51FA\u3059\
|
|
68053
|
+
5. \`askUserQuestion\` \u3092\u547C\u3073\u51FA\u3059\uFF08type: "select", multiSelect: true, allowFreeText: true\uFF09:
|
|
68053
68054
|
- \`question\`: \u4F7F\u7528\u3059\u308B\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u3092\u9078\u629E\u3059\u308B\u3088\u3046\u4FC3\u3059\u3002\u300C\u4E0A\u8A18\u4EE5\u5916\u306E\u30D1\u30D6\u30EA\u30C3\u30AF\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u306F \`bigquery-public-data.{\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8\u540D}\` \u306E\u5F62\u5F0F\u3067\u81EA\u7531\u5165\u529B\u3067\u304D\u307E\u3059\u300D\u3068\u660E\u8A18\u3059\u308B
|
|
68054
68055
|
- \`options\`: \u4EE5\u4E0B\u3092\u9806\u756A\u306B\u7D50\u5408\u3059\u308B
|
|
68055
68056
|
1. \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u5185\u30C7\u30FC\u30BF\u30BB\u30C3\u30C8: \u5404 \`{ label: datasetId, description: location }\`
|
|
@@ -68081,7 +68082,7 @@ var bigqueryOnboarding2 = new ConnectorOnboarding({
|
|
|
68081
68082
|
- \`options\`: The project list. Each option's \`label\` should be \`Project Name (id: project-id)\`, \`value\` should be the project ID
|
|
68082
68083
|
3. The \`label\` of the user's selected project will arrive as a message. Proceed to the next step
|
|
68083
68084
|
4. Call \`${listDatasetsToolName2}\` to get the list of datasets in the selected project
|
|
68084
|
-
5. Call \`askUserQuestion\` (multiSelect: true):
|
|
68085
|
+
5. Call \`askUserQuestion\` (type: "select", multiSelect: true, allowFreeText: true):
|
|
68085
68086
|
- \`question\`: Ask the user to select datasets. State that other public datasets can be entered freely in the format \`bigquery-public-data.{dataset_name}\`
|
|
68086
68087
|
- \`options\`: Concatenate in order:
|
|
68087
68088
|
1. Project datasets: each \`{ label: datasetId, description: location }\`
|
|
@@ -71167,10 +71168,9 @@ var googleCalendarOnboarding = new ConnectorOnboarding({
|
|
|
71167
71168
|
ja: `\u4EE5\u4E0B\u306E\u624B\u9806\u3067Google Calendar\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u63A5\u7D9A\u4F5C\u6210\u6642\u306B\u306F\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8JSON\u306E\u307F\u304C\u8A2D\u5B9A\u6E08\u307F\u3067\u3001\u5BFE\u8C61\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3084\u30AB\u30EC\u30F3\u30C0\u30FCID\u306F\u3053\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E2D\u306B\u53D6\u5F97\u3057\u307E\u3059\u3002
|
|
71168
71169
|
|
|
71169
71170
|
1. \`askUserQuestion\` \u3067\u30E6\u30FC\u30B6\u30FC\u306B\u3001\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8\u304CDomain-wide Delegation\u3067\u4EE3\u7406\u30A2\u30AF\u30BB\u30B9\u3059\u308BGoogle Workspace\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u30D2\u30A2\u30EA\u30F3\u30B0\u3059\u308B:
|
|
71171
|
+
- \`type\`: \`"freeText"\`
|
|
71170
71172
|
- \`question\`: \u300C\u30A2\u30AF\u30BB\u30B9\u3057\u305F\u3044\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u6301\u3064\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF08\u8907\u6570\u3042\u308B\u5834\u5408\u306F\u30AB\u30F3\u30DE\u533A\u5207\u308A\u3067\u5165\u529B\u53EF\uFF09\u300D
|
|
71171
|
-
- \`
|
|
71172
|
-
- \`options\`: \`[]\`\uFF08\u9078\u629E\u80A2\u306A\u3057\u30FB\u81EA\u7531\u5165\u529B\u306E\u307F\uFF09
|
|
71173
|
-
- \`allowFreeText\`: \`true\`
|
|
71173
|
+
- \`placeholder\`: \`"user@example.com, admin@example.com"\`
|
|
71174
71174
|
2. \u30E6\u30FC\u30B6\u30FC\u304B\u3089\u53D7\u3051\u53D6\u3063\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\uFF08\u30AB\u30F3\u30DE\u533A\u5207\u308A\u5BFE\u5FDC\uFF09\u3092 \`updateConnectionParameters\` \u3067\u4FDD\u5B58\u3059\u308B:
|
|
71175
71175
|
- \`parameterSlug\`: \`"impersonate-email"\`
|
|
71176
71176
|
- \`options\`: \`[{ value: <\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u6587\u5B57\u5217>, label: <\u540C\u3058\u5024> }]\`\uFF081\u4EF6\u306E\u307F\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u81EA\u52D5\u9078\u629E\u3055\u308C\u308B\uFF09
|
|
@@ -71195,10 +71195,9 @@ var googleCalendarOnboarding = new ConnectorOnboarding({
|
|
|
71195
71195
|
en: `Follow these steps to set up the Google Calendar connection. Only the service account JSON is provided at connection creation time \u2014 the target user email and calendar ID are collected during this setup flow.
|
|
71196
71196
|
|
|
71197
71197
|
1. Call \`askUserQuestion\` to ask the user for the Google Workspace user email the service account will impersonate via Domain-wide Delegation:
|
|
71198
|
+
- \`type\`: \`"freeText"\`
|
|
71198
71199
|
- \`question\`: "Please enter the email address of the user whose calendar you want to access (comma-separated list allowed for multiple users)"
|
|
71199
|
-
- \`
|
|
71200
|
-
- \`options\`: \`[]\` (no preset choices \u2014 free text only)
|
|
71201
|
-
- \`allowFreeText\`: \`true\`
|
|
71200
|
+
- \`placeholder\`: \`"user@example.com, admin@example.com"\`
|
|
71202
71201
|
2. Save the email(s) the user provided (comma-separated supported) via \`updateConnectionParameters\`:
|
|
71203
71202
|
- \`parameterSlug\`: \`"impersonate-email"\`
|
|
71204
71203
|
- \`options\`: \`[{ value: <the email string entered>, label: <same value> }]\` (a single option is auto-selected)
|
|
@@ -75941,7 +75940,8 @@ The business logic type for this connector is "sql".
|
|
|
75941
75940
|
},
|
|
75942
75941
|
async query(params, sql, namedParams) {
|
|
75943
75942
|
const { Pool } = await import("pg");
|
|
75944
|
-
const
|
|
75943
|
+
const cleanSql = sql.replace(/;\s*$/, "");
|
|
75944
|
+
const { text, values } = buildPositionalParams(cleanSql, namedParams);
|
|
75945
75945
|
const pool = new Pool({
|
|
75946
75946
|
connectionString: params[parameters28.connectionUrl.slug],
|
|
75947
75947
|
ssl: { rejectUnauthorized: false },
|
|
@@ -82189,9 +82189,9 @@ var gmailOnboarding = new ConnectorOnboarding({
|
|
|
82189
82189
|
ja: `\u4EE5\u4E0B\u306E\u624B\u9806\u3067Gmail\uFF08\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8\uFF09\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u63A5\u7D9A\u4F5C\u6210\u6642\u306B\u306F\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8JSON\u306E\u307F\u304C\u8A2D\u5B9A\u6E08\u307F\u3067\u3001\u59D4\u4EFB\u5BFE\u8C61\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306F\u3053\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E2D\u306B\u53D6\u5F97\u3057\u307E\u3059\u3002
|
|
82190
82190
|
|
|
82191
82191
|
1. \`askUserQuestion\` \u3067\u3001\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8\u304CDomain-wide Delegation\u3067\u4EE3\u7406\u30A2\u30AF\u30BB\u30B9\u3059\u308BGoogle Workspace\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u30D2\u30A2\u30EA\u30F3\u30B0\u3059\u308B:
|
|
82192
|
+
- \`type\`: \`"freeText"\`
|
|
82192
82193
|
- \`question\`: \u300CGmail\u3092\u53C2\u7167\u3059\u308BGoogle Workspace\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u300D
|
|
82193
|
-
- \`
|
|
82194
|
-
- \`options\`: \`[{ label: "\u4F8B: user@example.com", description: "\u30B5\u30FC\u30D3\u30B9\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u4EE3\u7406\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u30E6\u30FC\u30B6\u30FC\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B" }, { label: "\u5225\u306E\u4F8B: admin@example.com", description: "\u7BA1\u7406\u8005\u30E6\u30FC\u30B6\u30FC\u3084\u5171\u6709\u30E1\u30FC\u30EB\u30DC\u30C3\u30AF\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3067\u3082\u53EF" }]\` \uFF08\`allowFreeText: true\` \u306E\u305F\u3081\u81EA\u7531\u5165\u529B\u53EF\uFF09
|
|
82194
|
+
- \`placeholder\`: \`"user@example.com"\`
|
|
82195
82195
|
2. \u53D7\u3051\u53D6\u3063\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092 \`updateConnectionParameters\` \u3067\u4FDD\u5B58\u3059\u308B:
|
|
82196
82196
|
- \`parameterSlug\`: \`"delegated-user-email"\`
|
|
82197
82197
|
- \`options\`: \`[{ value: <\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9>, label: <\u540C\u3058\u5024> }]\`\uFF081\u4EF6\u306E\u307F\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u81EA\u52D5\u9078\u629E\u3055\u308C\u308B\uFF09
|
|
@@ -82216,9 +82216,9 @@ var gmailOnboarding = new ConnectorOnboarding({
|
|
|
82216
82216
|
en: `Follow these steps to set up the Gmail (Service Account) connection. Only the service account JSON is provided at connection creation time \u2014 the delegated user email is collected during this setup flow.
|
|
82217
82217
|
|
|
82218
82218
|
1. Call \`askUserQuestion\` to ask the user for the Google Workspace user email the service account will impersonate via Domain-wide Delegation:
|
|
82219
|
+
- \`type\`: \`"freeText"\`
|
|
82219
82220
|
- \`question\`: "Please enter the email address of the Google Workspace user whose Gmail mailbox you want to access"
|
|
82220
|
-
- \`
|
|
82221
|
-
- \`options\`: \`[{ label: "e.g., user@example.com", description: "The user whose mailbox the service account will impersonate" }, { label: "e.g., admin@example.com", description: "An admin user or shared mailbox is also fine" }]\` (free text entry is allowed because \`allowFreeText: true\`)
|
|
82221
|
+
- \`placeholder\`: \`"user@example.com"\`
|
|
82222
82222
|
2. Save the email via \`updateConnectionParameters\`:
|
|
82223
82223
|
- \`parameterSlug\`: \`"delegated-user-email"\`
|
|
82224
82224
|
- \`options\`: \`[{ value: <entered email>, label: <same value> }]\` (a single option is auto-selected)
|
|
@@ -86397,6 +86397,14 @@ function resolveEnvVarOptional(entry, key) {
|
|
|
86397
86397
|
import { getContext } from "hono/context-storage";
|
|
86398
86398
|
import { getCookie } from "hono/cookie";
|
|
86399
86399
|
var APP_SESSION_COOKIE_NAME = "__Host-squadbase-session";
|
|
86400
|
+
function normalizeHeaders(input) {
|
|
86401
|
+
const out = {};
|
|
86402
|
+
if (!input) return out;
|
|
86403
|
+
new Headers(input).forEach((value, key) => {
|
|
86404
|
+
out[key] = value;
|
|
86405
|
+
});
|
|
86406
|
+
return out;
|
|
86407
|
+
}
|
|
86400
86408
|
function createSandboxProxyFetch(connectionId) {
|
|
86401
86409
|
return async (input, init) => {
|
|
86402
86410
|
const token = process.env.INTERNAL_SQUADBASE_OAUTH_MACHINE_CREDENTIAL;
|
|
@@ -86420,6 +86428,7 @@ function createSandboxProxyFetch(connectionId) {
|
|
|
86420
86428
|
body: JSON.stringify({
|
|
86421
86429
|
url: originalUrl,
|
|
86422
86430
|
method: originalMethod,
|
|
86431
|
+
headers: normalizeHeaders(init?.headers),
|
|
86423
86432
|
body: originalBody
|
|
86424
86433
|
})
|
|
86425
86434
|
});
|
|
@@ -86454,6 +86463,7 @@ function createDeployedAppProxyFetch(connectionId) {
|
|
|
86454
86463
|
body: JSON.stringify({
|
|
86455
86464
|
url: originalUrl,
|
|
86456
86465
|
method: originalMethod,
|
|
86466
|
+
headers: normalizeHeaders(init?.headers),
|
|
86457
86467
|
body: originalBody
|
|
86458
86468
|
})
|
|
86459
86469
|
});
|