@squadbase/vite-server 0.1.2 → 0.1.3-dev.0

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.
@@ -296,9 +296,13 @@ var stripeOauthConnector = new ConnectorPlugin({
296
296
  ]
297
297
  },
298
298
  systemPrompt: {
299
- en: `### Stripe API (OAuth)
299
+ en: `### Tools
300
300
 
301
- ### Available Endpoints
301
+ - \`stripe-oauth_request\`: The only way to call the Stripe API. Use it to query charges, customers, invoices, subscriptions, products, prices, payment intents, balances, and more. Authentication is configured automatically via OAuth. Stripe uses cursor-based pagination with \`starting_after\` and \`has_more\`.
302
+
303
+ ### Stripe API Reference
304
+
305
+ #### Available Endpoints
302
306
  - GET \`/v1/charges\` \u2014 List charges
303
307
  - GET \`/v1/charges/{chargeId}\` \u2014 Get a charge
304
308
  - GET \`/v1/customers\` \u2014 List customers
@@ -341,9 +345,13 @@ const stripe = connection("<connectionId>");
341
345
  const res = await stripe.request("/v1/customers?limit=10");
342
346
  const data = await res.json();
343
347
  \`\`\``,
344
- ja: `### Stripe API (OAuth)
348
+ ja: `### \u30C4\u30FC\u30EB
349
+
350
+ - \`stripe-oauth_request\`: Stripe API\u3092\u547C\u3073\u51FA\u3059\u552F\u4E00\u306E\u624B\u6BB5\u3067\u3059\u3002\u8ACB\u6C42\u3001\u9867\u5BA2\u3001\u8ACB\u6C42\u66F8\u3001\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3\u3001\u5546\u54C1\u3001\u4FA1\u683C\u3001\u652F\u6255\u3044\u30A4\u30F3\u30C6\u30F3\u30C8\u3001\u6B8B\u9AD8\u306A\u3069\u306E\u30AF\u30A8\u30EA\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002OAuth\u7D4C\u7531\u3067\u8A8D\u8A3C\u306F\u81EA\u52D5\u8A2D\u5B9A\u3055\u308C\u307E\u3059\u3002Stripe\u306F \`starting_after\` \u3068 \`has_more\` \u306B\u3088\u308B\u30AB\u30FC\u30BD\u30EB\u30D9\u30FC\u30B9\u306E\u30DA\u30FC\u30B8\u30CD\u30FC\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002
351
+
352
+ ### Stripe API \u30EA\u30D5\u30A1\u30EC\u30F3\u30B9
345
353
 
346
- ### \u5229\u7528\u53EF\u80FD\u306A\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
354
+ #### \u5229\u7528\u53EF\u80FD\u306A\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
347
355
  - GET \`/v1/charges\` \u2014 \u8ACB\u6C42\u4E00\u89A7\u3092\u53D6\u5F97
348
356
  - GET \`/v1/charges/{chargeId}\` \u2014 \u8ACB\u6C42\u3092\u53D6\u5F97
349
357
  - GET \`/v1/customers\` \u2014 \u9867\u5BA2\u4E00\u89A7\u3092\u53D6\u5F97