From beadf45f34cbeea693cf0967e4173ed37b44eae3 Mon Sep 17 00:00:00 2001 From: waleedlatif1 Date: Wed, 12 Nov 2025 10:36:51 +0000 Subject: [PATCH 1/2] feat(i18n): update translations --- .../docs/content/docs/de/blocks/condition.mdx | 2 +- apps/docs/content/docs/de/blocks/function.mdx | 2 +- .../content/docs/de/blocks/guardrails.mdx | 4 +- apps/docs/content/docs/de/blocks/parallel.mdx | 20 +- .../docs/content/docs/de/blocks/variables.mdx | 2 +- apps/docs/content/docs/de/blocks/wait.mdx | 4 +- apps/docs/content/docs/de/blocks/workflow.mdx | 22 +- apps/docs/content/docs/de/tools/mongodb.mdx | 58 +- .../docs/content/docs/de/tools/salesforce.mdx | 74 +- apps/docs/content/docs/de/tools/stripe.mdx | 458 +++--- apps/docs/content/docs/de/tools/trello.mdx | 57 +- apps/docs/content/docs/de/triggers/start.mdx | 12 +- .../docs/content/docs/es/blocks/condition.mdx | 4 +- apps/docs/content/docs/es/blocks/function.mdx | 2 +- .../content/docs/es/blocks/guardrails.mdx | 4 +- apps/docs/content/docs/es/blocks/parallel.mdx | 20 +- .../docs/content/docs/es/blocks/variables.mdx | 4 +- apps/docs/content/docs/es/blocks/wait.mdx | 4 +- apps/docs/content/docs/es/blocks/workflow.mdx | 24 +- apps/docs/content/docs/es/tools/mongodb.mdx | 40 +- .../docs/content/docs/es/tools/salesforce.mdx | 64 +- apps/docs/content/docs/es/tools/stripe.mdx | 268 ++-- apps/docs/content/docs/es/tools/trello.mdx | 44 +- apps/docs/content/docs/es/triggers/start.mdx | 10 + .../docs/content/docs/fr/blocks/condition.mdx | 4 +- apps/docs/content/docs/fr/blocks/function.mdx | 4 +- .../content/docs/fr/blocks/guardrails.mdx | 4 +- apps/docs/content/docs/fr/blocks/parallel.mdx | 6 +- .../docs/content/docs/fr/blocks/variables.mdx | 4 +- apps/docs/content/docs/fr/blocks/wait.mdx | 2 +- apps/docs/content/docs/fr/blocks/workflow.mdx | 16 +- apps/docs/content/docs/fr/tools/mongodb.mdx | 84 +- .../docs/content/docs/fr/tools/salesforce.mdx | 58 +- apps/docs/content/docs/fr/tools/trello.mdx | 51 +- apps/docs/content/docs/fr/triggers/start.mdx | 10 + .../docs/content/docs/ja/blocks/condition.mdx | 2 +- apps/docs/content/docs/ja/blocks/function.mdx | 2 +- .../content/docs/ja/blocks/guardrails.mdx | 2 +- apps/docs/content/docs/ja/blocks/parallel.mdx | 22 +- .../docs/content/docs/ja/blocks/variables.mdx | 2 +- apps/docs/content/docs/ja/blocks/wait.mdx | 2 +- apps/docs/content/docs/ja/blocks/workflow.mdx | 22 +- apps/docs/content/docs/ja/tools/mongodb.mdx | 58 +- .../docs/content/docs/ja/tools/salesforce.mdx | 20 +- apps/docs/content/docs/ja/tools/stripe.mdx | 186 +-- apps/docs/content/docs/ja/tools/trello.mdx | 27 +- apps/docs/content/docs/ja/triggers/start.mdx | 12 +- .../docs/content/docs/zh/blocks/condition.mdx | 4 +- apps/docs/content/docs/zh/blocks/function.mdx | 4 +- .../content/docs/zh/blocks/guardrails.mdx | 4 +- apps/docs/content/docs/zh/blocks/parallel.mdx | 22 +- .../docs/content/docs/zh/blocks/variables.mdx | 4 +- apps/docs/content/docs/zh/blocks/wait.mdx | 2 +- apps/docs/content/docs/zh/blocks/workflow.mdx | 22 +- apps/docs/content/docs/zh/tools/mongodb.mdx | 50 +- .../docs/content/docs/zh/tools/salesforce.mdx | 42 +- apps/docs/content/docs/zh/tools/stripe.mdx | 302 ++-- apps/docs/content/docs/zh/tools/trello.mdx | 63 +- apps/docs/content/docs/zh/triggers/start.mdx | 12 +- apps/docs/i18n.lock | 1222 +++++++++-------- 60 files changed, 1976 insertions(+), 1580 deletions(-) diff --git a/apps/docs/content/docs/de/blocks/condition.mdx b/apps/docs/content/docs/de/blocks/condition.mdx index 41a9ad2c69..176c026ffe 100644 --- a/apps/docs/content/docs/de/blocks/condition.mdx +++ b/apps/docs/content/docs/de/blocks/condition.mdx @@ -13,7 +13,7 @@ Der Bedingungsblock verzweigt die Workflow-Ausführung basierend auf booleschen src="/https/patch-diff.githubusercontent.com/static/blocks/condition.png" alt="Bedingungsblock" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/function.mdx b/apps/docs/content/docs/de/blocks/function.mdx index 9d809120ad..3e974ef328 100644 --- a/apps/docs/content/docs/de/blocks/function.mdx +++ b/apps/docs/content/docs/de/blocks/function.mdx @@ -11,7 +11,7 @@ Der Funktionsblock führt benutzerdefinierten JavaScript- oder TypeScript-Code i src="/https/patch-diff.githubusercontent.com/static/blocks/function.png" alt="Funktionsblock mit Code-Editor" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/guardrails.mdx b/apps/docs/content/docs/de/blocks/guardrails.mdx index 77aa11e021..e910afa3a0 100644 --- a/apps/docs/content/docs/de/blocks/guardrails.mdx +++ b/apps/docs/content/docs/de/blocks/guardrails.mdx @@ -11,9 +11,9 @@ Der Guardrails-Block validiert und schützt Ihre KI-Workflows, indem er Inhalte
Guardrails Block
diff --git a/apps/docs/content/docs/de/blocks/parallel.mdx b/apps/docs/content/docs/de/blocks/parallel.mdx index 410c25081a..e699429cc1 100644 --- a/apps/docs/content/docs/de/blocks/parallel.mdx +++ b/apps/docs/content/docs/de/blocks/parallel.mdx @@ -149,20 +149,16 @@ Jede parallele Instanz läuft unabhängig: - Sie können keinen Container-Block in einen anderen Container-Block platzieren - - Parallele Blöcke können nur einen einzigen Block enthalten. Sie können nicht mehrere Blöcke haben, die innerhalb einer Parallele miteinander verbunden sind - in diesem Fall würde nur der erste Block ausgeführt werden. - - - Während die parallele Ausführung schneller ist, sollten Sie auf Folgendes achten: + Während die parallele Ausführung schneller ist, beachten Sie bitte: - API-Ratenbegrenzungen bei gleichzeitigen Anfragen - - Speichernutzung bei großen Datensätzen - - Maximal 20 gleichzeitige Instanzen, um Ressourcenerschöpfung zu vermeiden + - Speicherverbrauch bei großen Datensätzen + - Maximum von 20 gleichzeitigen Instanzen, um Ressourcenerschöpfung zu vermeiden ## Parallel vs. Schleife -Verständnis, wann was zu verwenden ist: +Wann Sie welche Methode verwenden sollten: | Funktion | Parallel | Schleife | |---------|----------|------| @@ -178,7 +174,7 @@ Verständnis, wann was zu verwenden ist: -## Bewährte Methoden +## Best Practices - **Nur unabhängige Operationen**: Stellen Sie sicher, dass Operationen nicht voneinander abhängen -- **Umgang mit Ratenbegrenzungen**: Fügen Sie Verzögerungen oder Drosselungen für API-intensive Workflows hinzu +- **Ratenbegrenzungen berücksichtigen**: Fügen Sie Verzögerungen oder Drosselungen für API-intensive Workflows hinzu - **Fehlerbehandlung**: Jede Instanz sollte ihre eigenen Fehler angemessen behandeln diff --git a/apps/docs/content/docs/de/blocks/variables.mdx b/apps/docs/content/docs/de/blocks/variables.mdx index 23b5fcdc6f..b370c88e53 100644 --- a/apps/docs/content/docs/de/blocks/variables.mdx +++ b/apps/docs/content/docs/de/blocks/variables.mdx @@ -13,7 +13,7 @@ Der Variablen-Block aktualisiert Workflow-Variablen während der Ausführung. Va src="/https/patch-diff.githubusercontent.com/static/blocks/variables.png" alt="Variablen-Block" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/wait.mdx b/apps/docs/content/docs/de/blocks/wait.mdx index 5803b3b2b5..2590c09628 100644 --- a/apps/docs/content/docs/de/blocks/wait.mdx +++ b/apps/docs/content/docs/de/blocks/wait.mdx @@ -11,9 +11,9 @@ Der Warten-Block pausiert deinen Workflow für eine bestimmte Zeit, bevor er mit
Warten-Block
diff --git a/apps/docs/content/docs/de/blocks/workflow.mdx b/apps/docs/content/docs/de/blocks/workflow.mdx index d27699ae21..af44f23cf7 100644 --- a/apps/docs/content/docs/de/blocks/workflow.mdx +++ b/apps/docs/content/docs/de/blocks/workflow.mdx @@ -12,8 +12,8 @@ import { Image } from '@/components/ui/image' Workflow-Block-Konfiguration @@ -40,10 +40,22 @@ Füge einen Workflow-Block hinzu, wenn du einen untergeordneten Workflow als Tei - `success` – ob er ohne Fehler ausgeführt wurde - `error` – Nachricht, wenn die Ausführung fehlschlägt -## Ausführungshinweise +## Bereitstellungsstatus-Badge + +Der Workflow-Block zeigt ein Bereitstellungsstatus-Badge an, das dir hilft zu verfolgen, ob der untergeordnete Workflow ausführungsbereit ist: + +- **Bereitgestellt** – Der untergeordnete Workflow wurde bereitgestellt und ist einsatzbereit. Der Block führt die aktuell bereitgestellte Version aus. +- **Nicht bereitgestellt** – Der untergeordnete Workflow wurde noch nie bereitgestellt. Du musst ihn bereitstellen, bevor der Workflow-Block ihn ausführen kann. +- **Erneut bereitstellen** – Seit der letzten Bereitstellung wurden Änderungen im untergeordneten Workflow erkannt. Klicke auf das Badge, um den untergeordneten Workflow mit den neuesten Änderungen erneut bereitzustellen. + + +Der Workflow-Block führt immer die zuletzt bereitgestellte Version des untergeordneten Workflows aus, nicht die Editor-Version. Stelle sicher, dass du nach Änderungen eine erneute Bereitstellung durchführst, damit der Block die neueste Logik verwendet. + + +## Hinweise zur Ausführung -- Untergeordnete Workflows werden im gleichen Workspace-Kontext ausgeführt, sodass Umgebungsvariablen und Tools übernommen werden. -- Der Block verwendet Deployment-Versionierung: jede API-, Zeitplan-, Webhook-, manuelle oder Chat-Ausführung ruft den bereitgestellten Snapshot auf. Stelle den untergeordneten Workflow neu bereit, wenn du ihn änderst. +- Untergeordnete Workflows laufen im gleichen Workspace-Kontext, sodass Umgebungsvariablen und Tools übernommen werden. +- Der Block verwendet Bereitstellungsversionierung: Jede API-, Zeitplan-, Webhook-, manuelle oder Chat-Ausführung ruft den bereitgestellten Snapshot auf. Stelle den untergeordneten Workflow nach Änderungen erneut bereit. - Wenn der untergeordnete Workflow fehlschlägt, löst der Block einen Fehler aus, es sei denn, du behandelst ihn nachgelagert. diff --git a/apps/docs/content/docs/de/tools/mongodb.mdx b/apps/docs/content/docs/de/tools/mongodb.mdx index 08ff3e6cf2..518ae9bd49 100644 --- a/apps/docs/content/docs/de/tools/mongodb.mdx +++ b/apps/docs/content/docs/de/tools/mongodb.mdx @@ -10,43 +10,57 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +Das [MongoDB](https://www.mongodb.com/)-Tool ermöglicht es Ihnen, eine Verbindung zu einer MongoDB-Datenbank herzustellen und eine Vielzahl von dokumentenorientierten Operationen direkt innerhalb Ihrer agentischen Workflows durchzuführen. Mit flexibler Konfiguration und sicherem Verbindungsmanagement können Sie einfach mit Ihren Daten interagieren und diese manipulieren. + +Mit dem MongoDB-Tool können Sie: + +- **Dokumente finden**: Sammlungen abfragen und Dokumente mit der `mongodb_query`Operation unter Verwendung umfangreicher Abfragefilter abrufen. +- **Dokumente einfügen**: Fügen Sie ein oder mehrere Dokumente zu einer Sammlung mit der `mongodb_insert`Operation hinzu. +- **Dokumente aktualisieren**: Ändern Sie bestehende Dokumente mit der `mongodb_update`Operation, indem Sie Filterkriterien und Aktualisierungsaktionen angeben. +- **Dokumente löschen**: Entfernen Sie Dokumente aus einer Sammlung mit der `mongodb_delete`Operation, indem Sie Filter und Löschoptionen angeben. +- **Daten aggregieren**: Führen Sie komplexe Aggregationspipelines mit der `mongodb_execute`Operation aus, um Ihre Daten zu transformieren und zu analysieren. + +Das MongoDB-Tool ist ideal für Workflows, bei denen Ihre Agenten strukturierte, dokumentenbasierte Daten verwalten oder analysieren müssen. Ob bei der Verarbeitung von benutzergenerierten Inhalten, der Verwaltung von App-Daten oder der Unterstützung von Analysen - das MongoDB-Tool vereinfacht den Datenzugriff und die Datenmanipulation auf sichere, programmatische Weise. +{/* MANUAL-CONTENT-END */} + ## Gebrauchsanweisung -MongoDB in den Workflow integrieren. Kann Daten finden, einfügen, aktualisieren, löschen und aggregieren. +Integrieren Sie MongoDB in den Workflow. Kann Daten finden, einfügen, aktualisieren, löschen und aggregieren. ## Tools ### `mongodb_query` -Führt eine Find-Operation auf einer MongoDB-Kollektion aus +Führt eine Suchoperation in einer MongoDB-Sammlung aus #### Eingabe -| Parameter | Typ | Erforderlich | Beschreibung | +| Parameter | Type | Required | Description | | --------- | ---- | -------- | ----------- | -| `host` | string | Ja | MongoDB-Server-Hostname oder IP-Adresse | -| `port` | number | Ja | MongoDB-Server-Port \(Standard: 27017\) | -| `database` | string | Ja | Name der Datenbank, zu der verbunden werden soll | -| `username` | string | Nein | MongoDB-Benutzername | -| `password` | string | Nein | MongoDB-Passwort | -| `authSource` | string | Nein | Authentifizierungsdatenbank | -| `ssl` | string | Nein | SSL-Verbindungsmodus \(disabled, required, preferred\) | -| `collection` | string | Ja | Name der zu abfragenden Kollektion | -| `query` | string | Nein | MongoDB-Abfragefilter als JSON-String | -| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Dokumente | -| `sort` | string | Nein | Sortierkriterien als JSON-String | +| `host` | string | Yes | MongoDB-Server-Hostname oder IP-Adresse | +| `port` | number | Yes | MongoDB-Server-Port \(Standard: 27017\) | +| `database` | string | Yes | Datenbankname, zu dem eine Verbindung hergestellt werden soll | +| `username` | string | No | MongoDB-Benutzername | +| `password` | string | No | MongoDB-Passwort | +| `authSource` | string | No | Authentifizierungsdatenbank | +| `ssl` | string | No | SSL-Verbindungsmodus \(disabled, required, preferred\) | +| `collection` | string | Yes | Name der abzufragenden Sammlung | +| `query` | string | No | MongoDB-Abfragefilter als JSON-String | +| `limit` | number | No | Maximale Anzahl der zurückzugebenden Dokumente | +| `sort` | string | No | Sortierkriterien als JSON-String | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `message` | string | Statusmeldung der Operation | -| `documents` | array | Array von Dokumenten, die von der Abfrage zurückgegeben wurden | +| `documents` | array | Array der aus der Abfrage zurückgegebenen Dokumente | | `documentCount` | number | Anzahl der zurückgegebenen Dokumente | ### `mongodb_insert` -Dokumente in MongoDB-Kollektion einfügen +Dokumente in MongoDB-Sammlung einfügen #### Eingabe @@ -59,8 +73,8 @@ Dokumente in MongoDB-Kollektion einfügen | `password` | string | Nein | MongoDB-Passwort | | `authSource` | string | Nein | Authentifizierungsdatenbank | | `ssl` | string | Nein | SSL-Verbindungsmodus \(disabled, required, preferred\) | -| `collection` | string | Ja | Name der Kollektion, in die eingefügt werden soll | -| `documents` | array | Ja | Array von einzufügenden Dokumenten | +| `collection` | string | Ja | Name der Sammlung, in die eingefügt werden soll | +| `documents` | array | Ja | Array der einzufügenden Dokumente | #### Ausgabe @@ -69,7 +83,7 @@ Dokumente in MongoDB-Kollektion einfügen | `message` | string | Statusmeldung der Operation | | `documentCount` | number | Anzahl der eingefügten Dokumente | | `insertedId` | string | ID des eingefügten Dokuments \(einzelnes Einfügen\) | -| `insertedIds` | array | Array der eingefügten Dokument-IDs \(mehrfaches Einfügen\) | +| `insertedIds` | array | Array der IDs der eingefügten Dokumente \(mehrfaches Einfügen\) | ### `mongodb_update` @@ -99,7 +113,7 @@ Dokumente in MongoDB-Sammlung aktualisieren | `message` | string | Statusmeldung der Operation | | `matchedCount` | number | Anzahl der vom Filter gefundenen Dokumente | | `modifiedCount` | number | Anzahl der geänderten Dokumente | -| `documentCount` | number | Gesamtanzahl der betroffenen Dokumente | +| `documentCount` | number | Gesamtzahl der betroffenen Dokumente | | `insertedId` | string | ID des eingefügten Dokuments \(bei Upsert\) | ### `mongodb_delete` @@ -127,7 +141,7 @@ Dokumente aus MongoDB-Sammlung löschen | --------- | ---- | ----------- | | `message` | string | Statusmeldung der Operation | | `deletedCount` | number | Anzahl der gelöschten Dokumente | -| `documentCount` | number | Gesamtzahl der betroffenen Dokumente | +| `documentCount` | number | Gesamtanzahl der betroffenen Dokumente | ### `mongodb_execute` @@ -152,7 +166,7 @@ MongoDB-Aggregationspipeline ausführen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `message` | string | Statusmeldung der Operation | -| `documents` | array | Array von Dokumenten, die aus der Aggregation zurückgegeben wurden | +| `documents` | array | Array von Dokumenten, die von der Aggregation zurückgegeben wurden | | `documentCount` | number | Anzahl der zurückgegebenen Dokumente | ## Hinweise diff --git a/apps/docs/content/docs/de/tools/salesforce.mdx b/apps/docs/content/docs/de/tools/salesforce.mdx index 9d56849413..64ec7bbce6 100644 --- a/apps/docs/content/docs/de/tools/salesforce.mdx +++ b/apps/docs/content/docs/de/tools/salesforce.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> -## Nutzungsanweisungen +{/* MANUAL-CONTENT-START:intro */} +Das [Salesforce](https://www.salesforce.com/)-Tool ermöglicht es Ihnen, eine direkte Verbindung zu Ihrem Salesforce CRM herzustellen und eine Vielzahl von Kundenbeziehungsmanagement-Operationen innerhalb Ihrer agentischen Workflows durchzuführen. Mit nahtloser und sicherer Integration können Sie effizient auf wichtige Geschäftsprozesse zugreifen und diese automatisieren - über Ihre Vertriebs-, Support- und Marketingdaten hinweg. -Integrieren Sie Salesforce in Ihren Arbeitsablauf. Verwalten Sie Konten, Kontakte, Leads, Opportunities, Fälle und Aufgaben mit leistungsstarken Automatisierungsfunktionen. +Mit dem Salesforce-Tool können Sie: + +- **Konten abrufen**: Verwenden Sie die `salesforce_get_accounts`Operation, um Accounts aus Salesforce mit benutzerdefinierten Filtern, Sortierung und Feldauswahl abzurufen. +- **Konten erstellen**: Fügen Sie automatisch neue Accounts zu Salesforce hinzu, indem Sie die `salesforce_create_account`Operation verwenden und Details wie Name, Branche und Rechnungsadresse angeben. +- **Kontakte verwalten**: (Falls verfügbar, ähnliche Tools für Kontakte – Hinzufügen, Aktualisieren oder Abrufen von Kontakten nach Bedarf.) +- **Leads & Opportunities verwalten**: Integrieren Sie Lead- und Opportunity-Management in Ihren Workflow und ermöglichen Sie Ihren Agenten, Vertriebspipeline-Daten zu erfassen, zu qualifizieren und zu aktualisieren. +- **Fälle & Aufgaben verfolgen**: Automatisieren Sie Kundensupport und Follow-up-Aktivitäten durch Interaktion mit Cases und Tasks in Salesforce. + +Das Salesforce-Tool ist ideal für Workflows, bei denen Ihre Agenten Vertriebs-, Kontomanagement-, Lead-Generierungs- und Support-Operationen optimieren müssen. Ob Ihre Agenten Daten über Plattformen hinweg synchronisieren, Echtzeit-Kundeneinblicke bereitstellen oder routinemäßige CRM-Updates automatisieren – das Salesforce-Tool bringt die volle Leistung und Erweiterbarkeit von Salesforce in Ihre programmatischen, agentengesteuerten Prozesse. +{/* MANUAL-CONTENT-END */} + +## Nutzungsanleitung + +Integrieren Sie Salesforce in Ihren Workflow. Verwalten Sie Konten, Kontakte, Leads, Opportunities, Cases und Aufgaben mit leistungsstarken Automatisierungsfunktionen. ## Tools @@ -23,8 +37,8 @@ Konten aus Salesforce CRM abrufen #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | -| --------- | ---- | -------- | ----------- | -| `idToken` | string | Nein | Das ID-Token von Salesforce OAuth \(enthält Instanz-URL\) | +| --------- | ---- | ----------- | ----------- | +| `idToken` | string | Nein | Das ID-Token aus Salesforce OAuth \(enthält Instanz-URL\) | | `instanceUrl` | string | Nein | Die Salesforce-Instanz-URL | | `limit` | string | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard: 100, max: 2000\) | | `fields` | string | Nein | Kommagetrennte Liste der zurückzugebenden Felder \(z.B. "Id,Name,Industry,Phone"\) | @@ -34,12 +48,12 @@ Konten aus Salesforce CRM abrufen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Status des Operationserfolgs | -| `output` | object | Kontendaten | +| `success` | boolean | Erfolgsstatus der Operation | +| `output` | object | Kontodaten | ### `salesforce_create_account` -Neues Konto in Salesforce CRM erstellen +Ein neues Konto im Salesforce CRM erstellen #### Eingabe @@ -52,48 +66,48 @@ Neues Konto in Salesforce CRM erstellen | `industry` | string | Nein | Branche \(z.B. Technologie, Gesundheitswesen, Finanzen\) | | `phone` | string | Nein | Telefonnummer | | `website` | string | Nein | Website-URL | -| `billingStreet` | string | Nein | Rechnungsadresse \(Straße\) | -| `billingCity` | string | Nein | Rechnungsadresse \(Stadt\) | -| `billingState` | string | Nein | Rechnungsadresse \(Bundesland/Provinz\) | -| `billingPostalCode` | string | Nein | Rechnungsadresse \(Postleitzahl\) | -| `billingCountry` | string | Nein | Rechnungsadresse \(Land\) | +| `billingStreet` | string | Nein | Rechnungsadresse | +| `billingCity` | string | Nein | Rechnungsstadt | +| `billingState` | string | Nein | Rechnungsbundesland/Provinz | +| `billingPostalCode` | string | Nein | Rechnungspostleitzahl | +| `billingCountry` | string | Nein | Rechnungsland | | `description` | string | Nein | Kontobeschreibung | | `annualRevenue` | string | Nein | Jahresumsatz \(Zahl\) | | `numberOfEmployees` | string | Nein | Anzahl der Mitarbeiter \(Zahl\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Status des Operationserfolgs | -| `output` | object | Erstellte Kontodaten | +| `success` | boolean | Erfolgsstatus der Operation | +| `output` | object | Daten des erstellten Kontos | ### `salesforce_update_account` Aktualisieren eines bestehenden Kontos in Salesforce CRM -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | | `idToken` | string | Nein | Keine Beschreibung | | `instanceUrl` | string | Nein | Keine Beschreibung | -| `accountId` | string | Ja | Zu aktualisierende Konto-ID (erforderlich) | +| `accountId` | string | Ja | Zu aktualisierende Konto-ID \(erforderlich\) | | `name` | string | Nein | Kontoname | | `type` | string | Nein | Kontotyp | | `industry` | string | Nein | Branche | | `phone` | string | Nein | Telefonnummer | | `website` | string | Nein | Website-URL | -| `billingStreet` | string | Nein | Rechnungsadresse (Straße) | -| `billingCity` | string | Nein | Rechnungsadresse (Stadt) | -| `billingState` | string | Nein | Rechnungsadresse (Bundesland/Provinz) | -| `billingPostalCode` | string | Nein | Rechnungsadresse (Postleitzahl) | -| `billingCountry` | string | Nein | Rechnungsadresse (Land) | +| `billingStreet` | string | Nein | Rechnungsadresse \(Straße\) | +| `billingCity` | string | Nein | Rechnungsadresse \(Stadt\) | +| `billingState` | string | Nein | Rechnungsadresse \(Bundesland/Provinz\) | +| `billingPostalCode` | string | Nein | Rechnungsadresse \(Postleitzahl\) | +| `billingCountry` | string | Nein | Rechnungsadresse \(Land\) | | `description` | string | Nein | Kontobeschreibung | -| `annualRevenue` | string | Nein | Jahresumsatz (Zahl) | -| `numberOfEmployees` | string | Nein | Anzahl der Mitarbeiter (Zahl) | +| `annualRevenue` | string | Nein | Jahresumsatz \(Zahl\) | +| `numberOfEmployees` | string | Nein | Anzahl der Mitarbeiter \(Zahl\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -102,7 +116,7 @@ Aktualisieren eines bestehenden Kontos in Salesforce CRM ### `salesforce_delete_account` -Ein Konto aus Salesforce CRM löschen +Löschen eines Kontos aus Salesforce CRM #### Eingabe @@ -116,7 +130,7 @@ Ein Konto aus Salesforce CRM löschen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Erfolgsstatus der Operation | +| `success` | boolean | Status des Operationserfolgs | | `output` | object | Daten des gelöschten Kontos | ### `salesforce_get_contacts` @@ -130,7 +144,7 @@ Ein Konto aus Salesforce CRM löschen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Erfolgsstatus der Operation | +| `success` | boolean | Status des Operationserfolgs | | `output` | json | Ergebnisdaten der Operation | ### `salesforce_create_contact` @@ -144,7 +158,7 @@ Ein Konto aus Salesforce CRM löschen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Erfolgsstatus der Operation | +| `success` | boolean | Status des Operationserfolgs | | `output` | json | Ergebnisdaten der Operation | ### `salesforce_update_contact` @@ -158,7 +172,7 @@ Ein Konto aus Salesforce CRM löschen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `success` | boolean | Erfolgsstatus der Operation | +| `success` | boolean | Status des Operationserfolgs | | `output` | json | Ergebnisdaten der Operation | ### `salesforce_delete_contact` diff --git a/apps/docs/content/docs/de/tools/stripe.mdx b/apps/docs/content/docs/de/tools/stripe.mdx index f7681a6f5f..caca73fa99 100644 --- a/apps/docs/content/docs/de/tools/stripe.mdx +++ b/apps/docs/content/docs/de/tools/stripe.mdx @@ -10,29 +10,47 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#635BFF" /> -## Gebrauchsanweisung +{/* MANUAL-CONTENT-START:intro */} +[Stripe](https://stripe.com/) ist eine leistungsstarke Zahlungsplattform, die es Ihnen ermöglicht, Zahlungen, Kunden, Abonnements, Rechnungen, Produkte und mehr einfach zu verwalten. -Integriert Stripe in den Workflow. Verwalten Sie Zahlungsabsichten, Kunden, Abonnements, Rechnungen, Gebühren, Produkte, Preise und Ereignisse. Kann im Auslösemodus verwendet werden, um einen Workflow auszulösen, wenn ein Stripe-Ereignis auftritt. +Mit Stripe in Sim integriert können Ihre Agenten: + +- **Zahlungsabsichten erstellen und verwalten**: Zahlungen mit flexiblen Konfigurationsoptionen verarbeiten. +- **Mit Kunden arbeiten**: Kundendatensätze für Ihr Unternehmen erstellen, abrufen und aktualisieren. +- **Abonnements verwalten**: Wiederkehrende Abrechnungen und Abonnement-Lebenszyklen steuern. +- **Rechnungen erstellen und versenden**: Rechnungen für einmalige oder wiederkehrende Zahlungen generieren. +- **Belastungen verfolgen und verwalten**: Charge-Objekte abrufen und aktualisieren, um Zahlungen zu überwachen. +- **Produkte und Preise konfigurieren**: Ihren Produktkatalog, Preismodelle und Angebote einrichten. +- **Stripe-Events überwachen und darauf reagieren**: Workflows als Reaktion auf Zahlungsaktualisierungen, erfolgreiche Belastungen und andere Stripe-Events auslösen. + +Durch die Verbindung von Sim mit Stripe ermöglichen Sie nahtlose Automatisierung und Finanzoperationen innerhalb Ihrer Agenten-Workflows. Automatisieren Sie Kundenonboarding, Abonnementverwaltung, Zahlungseinzug, Rechnungserstellung und sogar benutzerdefinierte Aktionen bei Zahlungsereignissen – alles direkt von Ihren Agenten sicher über Stripe abgewickelt. + +Ob Sie E-Commerce-Automatisierung, Abonnementdienste aufbauen oder Berichterstattung und Abstimmung durchführen – das Stripe-Tool macht es einfach, Zahlungen und Finanzdaten innerhalb Ihrer intelligenten Sim-Workflows zu koordinieren. +{/* MANUAL-CONTENT-END */} + +## Nutzungsanweisungen + +Integriert Stripe in den Workflow. Verwaltet Zahlungsabsichten, Kunden, Abonnements, Rechnungen, Belastungen, Produkte, Preise und Events. Kann im Trigger-Modus verwendet werden, um einen Workflow auszulösen, wenn ein Stripe-Event auftritt. ## Tools ### `stripe_create_payment_intent` -Erstellen Sie einen neuen Payment Intent, um eine Zahlung zu verarbeiten +Eine neue Zahlungsabsicht (Payment Intent) erstellen, um eine Zahlung zu verarbeiten #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | -| `amount` | number | Ja | Betrag in Cent \(z.B. 2000 für 20,00 €\) | -| `currency` | string | Ja | Dreistelliger ISO-Währungscode \(z.B. usd, eur\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `amount` | number | Ja | Betrag in Cent (z.B. 2000 für 20,00 €) | +| `currency` | string | Ja | Dreistelliger ISO-Währungscode (z.B. usd, eur) | | `customer` | string | Nein | Kunden-ID, die mit dieser Zahlung verknüpft werden soll | | `payment_method` | string | Nein | Zahlungsmethoden-ID | | `description` | string | Nein | Beschreibung der Zahlung | | `receipt_email` | string | Nein | E-Mail-Adresse für den Quittungsversand | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren zur Speicherung zusätzlicher Informationen | -| `automatic_payment_methods` | json | Nein | Automatische Zahlungsmethoden aktivieren \(z.B. \{"enabled": true\}\) | +| `automatic_payment_methods` | json | Nein | Automatische Zahlungsmethoden aktivieren (z.B. {"enabled": true}) | #### Ausgabe @@ -49,10 +67,10 @@ Abrufen eines vorhandenen Payment Intent anhand der ID | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | -| `id` | string | Ja | Payment Intent-ID \(z.B. pi_1234567890\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `id` | string | Ja | Payment Intent ID (z.B. pi_1234567890) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -61,9 +79,9 @@ Abrufen eines vorhandenen Payment Intent anhand der ID ### `stripe_update_payment_intent` -Einen bestehenden Payment Intent aktualisieren +Aktualisieren eines vorhandenen Payment Intent -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | @@ -75,7 +93,7 @@ Einen bestehenden Payment Intent aktualisieren | `description` | string | Nein | Aktualisierte Beschreibung | | `metadata` | json | Nein | Aktualisierte Metadaten | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -84,17 +102,17 @@ Einen bestehenden Payment Intent aktualisieren ### `stripe_confirm_payment_intent` -Einen Payment Intent bestätigen, um die Zahlung abzuschließen +Bestätigen eines Payment Intents, um die Zahlung abzuschließen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Payment Intent ID (z.B. pi_1234567890) | -| `payment_method` | string | Nein | Payment Method ID zur Bestätigung | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Payment Intent-ID \(z.B. pi_1234567890\) | +| `payment_method` | string | Nein | Zahlungsmethoden-ID zur Bestätigung | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -103,36 +121,36 @@ Einen Payment Intent bestätigen, um die Zahlung abzuschließen ### `stripe_capture_payment_intent` -Einen autorisierten Payment Intent einziehen +Erfassen eines autorisierten Payment Intents -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Payment Intent ID (z.B. pi_1234567890) | -| `amount_to_capture` | number | Nein | Einzuziehender Betrag in Cent (standardmäßig der volle Betrag) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Payment Intent-ID \(z.B. pi_1234567890\) | +| `amount_to_capture` | number | Nein | Zu erfassender Betrag in Cent \(standardmäßig der volle Betrag\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `payment_intent` | json | Das eingezogene Payment Intent-Objekt | +| `payment_intent` | json | Das erfasste Payment Intent-Objekt | | `metadata` | json | Payment Intent-Metadaten einschließlich ID, Status, Betrag und Währung | ### `stripe_cancel_payment_intent` -Einen Payment Intent stornieren +Stornieren eines Payment Intents -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Payment Intent ID (z.B. pi_1234567890) | -| `cancellation_reason` | string | Nein | Grund für die Stornierung (duplicate, fraudulent, requested_by_customer, abandoned) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Payment Intent-ID \(z.B. pi_1234567890\) | +| `cancellation_reason` | string | Nein | Grund für die Stornierung \(duplicate, fraudulent, requested_by_customer, abandoned\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -141,16 +159,16 @@ Einen Payment Intent stornieren ### `stripe_list_payment_intents` -Alle Zahlungsabsichten auflisten +Alle Payment Intents auflisten #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, maximal 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | | `customer` | string | Nein | Nach Kunden-ID filtern | -| `created` | json | Nein | Nach Erstellungsdatum filtern \(z.B., \{"gt": 1633024800\}\) | +| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., {"gt": 1633024800}) | #### Ausgabe @@ -161,32 +179,32 @@ Alle Zahlungsabsichten auflisten ### `stripe_search_payment_intents` -Nach Zahlungsabsichten mit Abfragesyntax suchen +Nach Payment Intents mit Abfragesyntax suchen #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `query` | string | Ja | Suchabfrage \(z.B., \"status:'succeeded' AND currency:'usd'\"\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, maximal 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `query` | string | Ja | Suchabfrage (z.B., "status:'succeeded' AND currency:'usd'") | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `payment_intents` | json | Array von passenden Payment Intent-Objekten | +| `payment_intents` | json | Array von übereinstimmenden Payment Intent-Objekten | | `metadata` | json | Suchmetadaten einschließlich Anzahl und has_more | ### `stripe_create_customer` -Neues Kundenobjekt erstellen +Erstellen eines neuen Kundenobjekts #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `email` | string | Nein | E-Mail-Adresse des Kunden | | `name` | string | Nein | Vollständiger Name des Kunden | | `phone` | string | Nein | Telefonnummer des Kunden | @@ -195,7 +213,7 @@ Neues Kundenobjekt erstellen | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren | | `payment_method` | string | Nein | Zahlungsmethoden-ID zum Anhängen | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -204,16 +222,16 @@ Neues Kundenobjekt erstellen ### `stripe_retrieve_customer` -Einen vorhandenen Kunden anhand der ID abrufen +Abrufen eines vorhandenen Kunden anhand der ID -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Kunden-ID \(z.B. cus_1234567890\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -222,13 +240,13 @@ Einen vorhandenen Kunden anhand der ID abrufen ### `stripe_update_customer` -Einen vorhandenen Kunden aktualisieren +Aktualisieren eines vorhandenen Kunden -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Kunden-ID \(z.B. cus_1234567890\) | | `email` | string | Nein | Aktualisierte E-Mail-Adresse | | `name` | string | Nein | Aktualisierter Name | @@ -237,7 +255,7 @@ Einen vorhandenen Kunden aktualisieren | `address` | json | Nein | Aktualisiertes Adressobjekt | | `metadata` | json | Nein | Aktualisierte Metadaten | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -252,8 +270,8 @@ Einen Kunden dauerhaft löschen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `id` | string | Ja | Kunden-ID \(z.B. cus_1234567890\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `id` | string | Ja | Kunden-ID (z.B. cus_1234567890) | #### Ausgabe @@ -271,8 +289,8 @@ Alle Kunden auflisten | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | | `email` | string | Nein | Nach E-Mail-Adresse filtern | | `created` | json | Nein | Nach Erstellungsdatum filtern | @@ -281,7 +299,7 @@ Alle Kunden auflisten | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `customers` | json | Array von Kundenobjekten | -| `metadata` | json | Listenmetadaten | +| `metadata` | json | Listen-Metadaten | ### `stripe_search_customers` @@ -291,16 +309,16 @@ Nach Kunden mit Abfragesyntax suchen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `query` | string | Ja | Suchabfrage \(z.B. "email:\'customer@example.com\'"\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `query` | string | Ja | Suchabfrage \(z.B. "email:\'kunde@beispiel.com\'"\) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `customers` | json | Array von übereinstimmenden Kundenobjekten | -| `metadata` | json | Suchmeta­daten | +| `metadata` | json | Suchmetadaten | ### `stripe_create_subscription` @@ -310,7 +328,7 @@ Ein neues Abonnement für einen Kunden erstellen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `customer` | string | Ja | Kunden-ID für das Abonnement | | `items` | json | Ja | Array von Artikeln mit Preis-IDs \(z.B. \[\{"price": "price_xxx", "quantity": 1\}\]\) | | `trial_period_days` | number | Nein | Anzahl der Testtage | @@ -322,7 +340,7 @@ Ein neues Abonnement für einen Kunden erstellen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `subscription` | json | Das erstellte Abonnementobjekt | +| `subscription` | json | Das erstellte Abonnement-Objekt | | `metadata` | json | Abonnement-Metadaten einschließlich ID, Status und Kunde | ### `stripe_retrieve_subscription` @@ -333,51 +351,51 @@ Ein bestehendes Abonnement anhand der ID abrufen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Abonnement-ID (z.B. sub_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Abonnement-ID \(z.B. sub_1234567890\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `subscription` | json | Das abgerufene Abonnement-Objekt | +| `subscription` | json | Das abgerufene Abonnementobjekt | | `metadata` | json | Abonnement-Metadaten einschließlich ID, Status und Kunde | ### `stripe_update_subscription` Ein bestehendes Abonnement aktualisieren -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Abonnement-ID (z.B. sub_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Abonnement-ID \(z.B. sub_1234567890\) | | `items` | json | Nein | Aktualisiertes Array von Artikeln mit Preis-IDs | | `cancel_at_period_end` | boolean | Nein | Abonnement am Ende der Periode kündigen | | `metadata` | json | Nein | Aktualisierte Metadaten | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `subscription` | json | Das aktualisierte Abonnement-Objekt | +| `subscription` | json | Das aktualisierte Abonnementobjekt | | `metadata` | json | Abonnement-Metadaten einschließlich ID, Status und Kunde | ### `stripe_cancel_subscription` Ein Abonnement kündigen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Abonnement-ID (z.B. sub_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Abonnement-ID \(z.B. sub_1234567890\) | | `prorate` | boolean | Nein | Ob die Kündigung anteilig berechnet werden soll | | `invoice_now` | boolean | Nein | Ob sofort eine Rechnung erstellt werden soll | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -386,13 +404,13 @@ Ein Abonnement kündigen ### `stripe_resume_subscription` -Ein Abonnement fortsetzen, das zur Kündigung vorgesehen war +Ein zur Kündigung vorgemerktes Abonnement fortsetzen #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Abonnement-ID \(z.B. sub_1234567890\) | #### Ausgabe @@ -410,8 +428,8 @@ Alle Abonnements auflisten | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | | `customer` | string | Nein | Nach Kunden-ID filtern | | `status` | string | Nein | Nach Status filtern \(active, past_due, unpaid, canceled, incomplete, incomplete_expired, trialing, all\) | | `price` | string | Nein | Nach Preis-ID filtern | @@ -425,39 +443,39 @@ Alle Abonnements auflisten ### `stripe_search_subscriptions` -Nach Abonnements mit Abfragesyntax suchen +Suche nach Abonnements mit Abfragesyntax #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `query` | string | Ja | Suchabfrage \(z.B. \"status:'active' AND customer:'cus_xxx'\"\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `query` | string | Ja | Suchabfrage \(z.B. "status:'active' AND customer:'cus_xxx'"\) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max 100\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `subscriptions` | json | Array von übereinstimmenden Abonnementobjekten | -| `metadata` | json | Suchdaten | +| `subscriptions` | json | Array von passenden Abonnement-Objekten | +| `metadata` | json | Suchmetadaten | ### `stripe_create_invoice` -Eine neue Rechnung erstellen +Neue Rechnung erstellen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `customer` | string | Ja | Kunden-ID (z.B. cus_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `customer` | string | Ja | Kunden-ID \(z.B. cus_1234567890\) | | `description` | string | Nein | Beschreibung der Rechnung | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren | -| `auto_advance` | boolean | Nein | Rechnung automatisch abschließen | -| `collection_method` | string | Nein | Inkassomethode: charge_automatically oder send_invoice | +| `auto_advance` | boolean | Nein | Rechnung automatisch fertigstellen | +| `collection_method` | string | Nein | Einzugsmethode: charge_automatically oder send_invoice | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -466,16 +484,16 @@ Eine neue Rechnung erstellen ### `stripe_retrieve_invoice` -Eine bestehende Rechnung anhand der ID abrufen +Abrufen einer vorhandenen Rechnung anhand der ID -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Rechnungs-ID (z.B. in_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -490,11 +508,11 @@ Eine bestehende Rechnung aktualisieren | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | | `description` | string | Nein | Beschreibung der Rechnung | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren | -| `auto_advance` | boolean | Nein | Rechnung automatisch abschließen | +| `auto_advance` | boolean | Nein | Rechnung automatisch fertigstellen | #### Ausgabe @@ -511,7 +529,7 @@ Eine Rechnungsentwurf dauerhaft löschen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | #### Ausgabe @@ -522,71 +540,71 @@ Eine Rechnungsentwurf dauerhaft löschen | `id` | string | Die ID der gelöschten Rechnung | | `metadata` | json | Löschmetadaten | -### `stripe_finalize_invoice` +Entwurfsrechnung endgültig löschen -Einen Rechnungsentwurf abschließen +Entwurfsrechnung finalisieren #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | | `auto_advance` | boolean | Nein | Rechnung automatisch weiterleiten | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `invoice` | json | Das fertiggestellte Rechnungsobjekt | +| `invoice` | json | Das finalisierte Rechnungsobjekt | | `metadata` | json | Rechnungsmetadaten | -### `stripe_pay_invoice` +Rechnung bezahlen -Eine Rechnung bezahlen +Rechnung bezahlen -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | | `paid_out_of_band` | boolean | Nein | Rechnung als extern bezahlt markieren | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `invoice` | json | Das bezahlte Rechnungsobjekt | | `metadata` | json | Rechnungsmetadaten | -### `stripe_void_invoice` +Rechnung stornieren -Eine Rechnung stornieren +Rechnung stornieren -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `invoice` | json | Das stornierte Rechnungsobjekt | | `metadata` | json | Rechnungsmetadaten | ### `stripe_send_invoice` -Eine Rechnung an den Kunden senden +Rechnung an den Kunden senden -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Rechnungs-ID \(z.B. in_1234567890\) | #### Ausgabe @@ -604,8 +622,8 @@ Alle Rechnungen auflisten | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max 100) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | | `customer` | string | Nein | Nach Kunden-ID filtern | | `status` | string | Nein | Nach Rechnungsstatus filtern | @@ -624,9 +642,9 @@ Nach Rechnungen mit Abfragesyntax suchen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `query` | string | Ja | Suchabfrage (z.B. "customer:\'cus_1234567890\'") | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max 100) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `query` | string | Ja | Suchabfrage \(z.B. "customer:\'cus_1234567890\'"\) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | #### Ausgabe @@ -637,38 +655,38 @@ Nach Rechnungen mit Abfragesyntax suchen ### `stripe_create_charge` -Erstellen Sie eine neue Belastung, um eine Zahlung zu verarbeiten +Eine neue Belastung erstellen, um eine Zahlung zu verarbeiten #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `amount` | number | Ja | Betrag in Cent \(z.B. 2000 für 20,00 €\) | -| `currency` | string | Ja | Dreistelliger ISO-Währungscode \(z.B. usd, eur\) | -| `customer` | string | Nein | Kunden-ID, die dieser Belastung zugeordnet werden soll | -| `source` | string | Nein | Zahlungsquellen-ID \(z.B. Karten-Token oder gespeicherte Karten-ID\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `amount` | number | Ja | Betrag in Cent (z.B. 2000 für 20,00 €) | +| `currency` | string | Ja | Dreistelliger ISO-Währungscode (z.B. usd, eur) | +| `customer` | string | Nein | Kunden-ID, die mit dieser Belastung verknüpft werden soll | +| `source` | string | Nein | Zahlungsquellen-ID (z.B. Karten-Token oder gespeicherte Karten-ID) | | `description` | string | Nein | Beschreibung der Belastung | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren zur Speicherung zusätzlicher Informationen | -| `capture` | boolean | Nein | Ob die Belastung sofort erfasst werden soll \(standardmäßig true\) | +| `capture` | boolean | Nein | Ob die Belastung sofort eingezogen werden soll (standardmäßig true) | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `charge` | json | Das erstellte Charge-Objekt | +| `charge` | json | Das erstellte Belastungsobjekt | | `metadata` | json | Belastungsmetadaten einschließlich ID, Status, Betrag, Währung und Zahlungsstatus | ### `stripe_retrieve_charge` -Eine bestehende Belastung anhand der ID abrufen +Eine vorhandene Belastung anhand der ID abrufen #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `id` | string | Ja | Belastungs-ID \(z.B. ch_1234567890\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `id` | string | Ja | Belastungs-ID (z.B. ch_1234567890) | #### Ausgabe @@ -679,14 +697,14 @@ Eine bestehende Belastung anhand der ID abrufen ### `stripe_update_charge` -Eine bestehende Zahlung aktualisieren +Aktualisieren einer bestehenden Belastung #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Zahlungs-ID (z.B. ch_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Charge-ID \(z.B. ch_1234567890\) | | `description` | string | Nein | Aktualisierte Beschreibung | | `metadata` | json | Nein | Aktualisierte Metadaten | @@ -694,83 +712,83 @@ Eine bestehende Zahlung aktualisieren | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `charge` | json | Das aktualisierte Zahlungsobjekt | -| `metadata` | json | Zahlungsmetadaten einschließlich ID, Status, Betrag, Währung und Zahlungsstatus | +| `charge` | json | Das aktualisierte Charge-Objekt | +| `metadata` | json | Belastungsmetadaten einschließlich ID, Status, Betrag, Währung und Zahlungsstatus | ### `stripe_capture_charge` -Eine nicht erfasste Zahlung erfassen +Einziehen einer nicht eingezogenen Belastung #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `id` | string | Ja | Zahlungs-ID (z.B. ch_1234567890) | -| `amount` | number | Nein | Zu erfassender Betrag in Cent (standardmäßig der volle Betrag) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Charge-ID \(z.B. ch_1234567890\) | +| `amount` | number | Nein | Einzuziehender Betrag in Cent \(standardmäßig der volle Betrag\) | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `charge` | json | Das erfasste Zahlungsobjekt | -| `metadata` | json | Zahlungsmetadaten einschließlich ID, Status, Betrag, Währung und Zahlungsstatus | +| `charge` | json | Das eingezogene Charge-Objekt | +| `metadata` | json | Belastungsmetadaten einschließlich ID, Status, Betrag, Währung und Zahlungsstatus | ### `stripe_list_charges` -Alle Zahlungen auflisten +Alle Belastungen auflisten #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | | `customer` | string | Nein | Nach Kunden-ID filtern | -| `created` | json | Nein | Nach Erstellungsdatum filtern \(z.B. \{"gt": 1633024800\}\) | +| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., {"gt": 1633024800}) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `charges` | json | Array von Charge-Objekten | -| `metadata` | json | Metadaten der Liste einschließlich count und has_more | +| `charges` | json | Array von Belastungsobjekten | +| `metadata` | json | Listenmetadaten einschließlich Anzahl und has_more | ### `stripe_search_charges` -Suche nach Belastungen mit Abfragesyntax +Nach Belastungen mit Abfragesyntax suchen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | -| `query` | string | Ja | Suchabfrage (z.B. "status:'succeeded' AND currency:'usd'") | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max 100) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `query` | string | Ja | Suchabfrage (z.B., "status:'succeeded' AND currency:'usd'") | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | -| `charges` | json | Array von passenden Charge-Objekten | -| `metadata` | json | Suchmetadaten einschließlich count und has_more | +| `charges` | json | Array von übereinstimmenden Belastungsobjekten | +| `metadata` | json | Suchmetadaten einschließlich Anzahl und has_more | ### `stripe_create_product` Ein neues Produktobjekt erstellen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (geheimer Schlüssel) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | | `name` | string | Ja | Produktname | | `description` | string | Nein | Produktbeschreibung | | `active` | boolean | Nein | Ob das Produkt aktiv ist | | `images` | json | Nein | Array von Bild-URLs für das Produkt | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -779,14 +797,14 @@ Ein neues Produktobjekt erstellen ### `stripe_retrieve_product` -Ein vorhandenes Produkt anhand der ID abrufen +Abrufen eines vorhandenen Produkts anhand der ID #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Produkt-ID (z.B. prod_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Produkt-ID \(z.B. prod_1234567890\) | #### Ausgabe @@ -797,14 +815,14 @@ Ein vorhandenes Produkt anhand der ID abrufen ### `stripe_update_product` -Ein vorhandenes Produkt aktualisieren +Aktualisieren eines vorhandenen Produkts #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Produkt-ID (z.B. prod_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Produkt-ID \(z.B. prod_1234567890\) | | `name` | string | Nein | Aktualisierter Produktname | | `description` | string | Nein | Aktualisierte Produktbeschreibung | | `active` | boolean | Nein | Aktualisierter Aktivitätsstatus | @@ -826,7 +844,7 @@ Produkt dauerhaft löschen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `id` | string | Ja | Produkt-ID \(z.B. prod_1234567890\) | #### Ausgabe @@ -845,53 +863,53 @@ Alle Produkte auflisten | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | -| `active` | boolean | Nein | Nach Aktivstatus filtern | +| `active` | boolean | Nein | Nach Aktivitätsstatus filtern | #### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `products` | json | Array von Produktobjekten | -| `metadata` | json | Listenmetadaten | +| `metadata` | json | Listen-Metadaten | ### `stripe_search_products` -Produkte mit Abfragesyntax suchen +Nach Produkten mit Abfragesyntax suchen #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | | `query` | string | Ja | Suchabfrage \(z.B. "name:\'shirt\'"\) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `products` | json | Array von übereinstimmenden Produktobjekten | -| `metadata` | json | Suchmeta­daten | +| `metadata` | json | Suchmetadaten | ### `stripe_create_price` Einen neuen Preis für ein Produkt erstellen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `product` | string | Ja | Produkt-ID (z.B. prod_1234567890) | -| `currency` | string | Ja | Dreistelliger ISO-Währungscode (z.B. usd, eur) | -| `unit_amount` | number | Nein | Betrag in Cent (z.B. 1000 für 10,00 €) | -| `recurring` | json | Nein | Konfiguration für wiederkehrende Abrechnung (Intervall: day/week/month/year) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `product` | string | Ja | Produkt-ID \(z.B. prod_1234567890\) | +| `currency` | string | Ja | Dreistelliger ISO-Währungscode \(z.B. usd, eur\) | +| `unit_amount` | number | Nein | Betrag in Cent \(z.B. 1000 für 10,00 €\) | +| `recurring` | json | Nein | Konfiguration für wiederkehrende Abrechnung \(Intervall: day/week/month/year\) | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren | -| `billing_scheme` | string | Nein | Abrechnungsschema (per_unit oder tiered) | +| `billing_scheme` | string | Nein | Abrechnungsschema \(per_unit oder tiered\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -902,14 +920,14 @@ Einen neuen Preis für ein Produkt erstellen Einen vorhandenen Preis anhand der ID abrufen -#### Input +#### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | -| `id` | string | Ja | Preis-ID (z.B. price_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Preis-ID \(z.B. price_1234567890\) | -#### Output +#### Ausgabe | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | @@ -918,14 +936,14 @@ Einen vorhandenen Preis anhand der ID abrufen ### `stripe_update_price` -Aktualisieren eines vorhandenen Preises +Einen vorhandenen Preis aktualisieren #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `id` | string | Ja | Preis-ID \(z.B. price_1234567890\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `id` | string | Ja | Preis-ID (z.B. price_1234567890) | | `active` | boolean | Nein | Ob der Preis aktiv ist | | `metadata` | json | Nein | Aktualisierte Metadaten | @@ -944,8 +962,8 @@ Alle Preise auflisten | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max 100) | | `product` | string | Nein | Nach Produkt-ID filtern | | `active` | boolean | Nein | Nach Aktivstatus filtern | @@ -964,31 +982,31 @@ Nach Preisen mit Abfragesyntax suchen | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel \(geheimer Schlüssel\) | -| `query` | string | Ja | Suchabfrage \(z.B. \"active:'true' AND currency:'usd'\"\) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, max. 100\) | +| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | +| `query` | string | Ja | Suchabfrage (z.B. "active:'true' AND currency:'usd'") | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max 100) | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `prices` | json | Array von übereinstimmenden Preisobjekten | -| `metadata` | json | Such-Metadaten | +| `metadata` | json | Suchmetadaten | ### `stripe_retrieve_event` Ein vorhandenes Event anhand der ID abrufen -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret-Key) | -| `id` | string | Ja | Event-ID (z.B. evt_1234567890) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `id` | string | Ja | Event-ID \(z.B. evt_1234567890\) | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `event` | json | Das abgerufene Event-Objekt | | `metadata` | json | Event-Metadaten einschließlich ID, Typ und Erstellungszeitstempel | @@ -997,21 +1015,21 @@ Ein vorhandenes Event anhand der ID abrufen Alle Events auflisten -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Ja | Stripe API-Schlüssel (Secret-Key) | -| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | -| `type` | string | Nein | Nach Event-Typ filtern (z.B. payment_intent.created) | +| `apiKey` | string | Ja | Stripe API-Schlüssel \(Secret Key\) | +| `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse \(Standard 10, maximal 100\) | +| `type` | string | Nein | Nach Event-Typ filtern \(z.B. payment_intent.created\) | | `created` | json | Nein | Nach Erstellungsdatum filtern \(z.B. \{"gt": 1633024800\}\) | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `events` | json | Array von Event-Objekten | -| `metadata` | json | Listen-Metadaten einschließlich Anzahl und has_more | +| `metadata` | json | Listenmetadaten einschließlich Anzahl und has_more | ## Hinweise diff --git a/apps/docs/content/docs/de/tools/trello.mdx b/apps/docs/content/docs/de/tools/trello.mdx index beb0f40d6b..1ec02c3fb8 100644 --- a/apps/docs/content/docs/de/tools/trello.mdx +++ b/apps/docs/content/docs/de/tools/trello.mdx @@ -10,7 +10,22 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#0052CC" /> -## Gebrauchsanweisung +{/* MANUAL-CONTENT-START:intro */} +[Trello](https://trello.com) ist ein visuelles Kollaborationstool, das Ihnen hilft, Projekte, Aufgaben und Arbeitsabläufe mithilfe von Boards, Listen und Karten zu organisieren. + +Mit Trello in Sim können Sie: + +- **Boards und Listen anzeigen**: Sehen Sie die Boards, auf die Sie Zugriff haben, und die zugehörigen Listen ein. +- **Karten auflisten und durchsuchen**: Rufen Sie alle Karten auf einem Board ab oder filtern Sie nach Listen, um deren Inhalt und Status zu sehen. +- **Karten erstellen**: Fügen Sie einer Trello-Liste neue Karten hinzu, einschließlich Beschreibungen, Labels und Fälligkeitsdaten. +- **Karten aktualisieren und verschieben**: Bearbeiten Sie Karteneigenschaften, verschieben Sie Karten zwischen Listen und legen Sie Fälligkeitsdaten oder Labels fest. +- **Aktuelle Aktivitäten abrufen**: Rufen Sie Aktionen und Aktivitätsverlauf für Boards und Karten ab. +- **Karten kommentieren**: Fügen Sie Karten Kommentare für die Zusammenarbeit und Nachverfolgung hinzu. + +Die Integration von Trello mit Sim ermöglicht es Ihren Agenten, die Aufgaben, Boards und Projekte Ihres Teams programmatisch zu verwalten. Automatisieren Sie Projektmanagement-Workflows, halten Sie Aufgabenlisten aktuell, synchronisieren Sie mit anderen Tools oder lösen Sie intelligente Workflows als Reaktion auf Trello-Ereignisse aus – alles durch Ihre KI-Agenten. +{/* MANUAL-CONTENT-END */} + +## Nutzungsanweisungen Integrieren Sie Trello, um Boards und Karten zu verwalten. Listen Sie Boards auf, listen Sie Karten auf, erstellen Sie Karten, aktualisieren Sie Karten, rufen Sie Aktionen ab und fügen Sie Kommentare hinzu. @@ -18,7 +33,7 @@ Integrieren Sie Trello, um Boards und Karten zu verwalten. Listen Sie Boards auf ### `trello_list_lists` -Alle Listen eines Trello-Boards auflisten +Alle Listen auf einem Trello-Board auflisten #### Eingabe @@ -37,13 +52,13 @@ Alle Listen eines Trello-Boards auflisten ### `trello_list_cards` -Alle Karten eines Trello-Boards auflisten +Alle Listen eines Trello-Boards auflisten #### Eingabe | Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `boardId` | string | Ja | ID des Boards, von dem Karten aufgelistet werden sollen | +| `boardId` | string | Ja | ID des Boards, von dem Listen aufgelistet werden sollen | | `listId` | string | Nein | Optional: Karten nach Listen-ID filtern | #### Ausgabe @@ -51,7 +66,7 @@ Alle Karten eines Trello-Boards auflisten | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `success` | boolean | Ob der Vorgang erfolgreich war | -| `cards` | array | Array von Kartenobjekten mit id, name, desc, url, board/list IDs, labels und Fälligkeitsdatum | +| `cards` | array | Array von Kartenobjekten mit id, name, desc, url, Board/Listen-IDs, Labels und Fälligkeitsdatum | | `count` | number | Anzahl der zurückgegebenen Karten | | `error` | string | Fehlermeldung, wenn der Vorgang fehlgeschlagen ist | @@ -76,7 +91,7 @@ Eine neue Karte auf einem Trello-Board erstellen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `success` | boolean | Ob die Karte erfolgreich erstellt wurde | -| `card` | object | Das erstellte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften | +| `card` | object | Das erstellte Kartenobjekt mit ID, Name, Beschreibung, URL und anderen Eigenschaften | | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | ### `trello_update_card` @@ -95,33 +110,33 @@ Eine bestehende Karte in Trello aktualisieren | `due` | string | Nein | Fälligkeitsdatum \(ISO 8601-Format\) | | `dueComplete` | boolean | Nein | Fälligkeitsdatum als abgeschlossen markieren | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde | -| `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften | +| `card` | object | Das aktualisierte Kartenobjekt mit ID, Name, Beschreibung, URL und anderen Eigenschaften | | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | ### `trello_get_actions` Aktivitäten/Aktionen von einem Board oder einer Karte abrufen -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | -| `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | -| `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | -| `filter` | string | Nein | Aktionen nach Typ filtern (z.B. "commentCard,updateCard,createCard" oder "all") | -| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen (Standard: 50, max: 1000) | +| `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen \(entweder boardId oder cardId erforderlich\) | +| `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen \(entweder boardId oder cardId erforderlich\) | +| `filter` | string | Nein | Aktionen nach Typ filtern \(z.B. "commentCard,updateCard,createCard" oder "all"\) | +| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen \(Standard: 50, max: 1000\) | -#### Output +#### Ausgabe -| Parameter | Type | Beschreibung | +| Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `success` | boolean | Ob der Vorgang erfolgreich war | -| `actions` | array | Array von Aktionsobjekten mit type, date, member und data | +| `actions` | array | Array von Aktionsobjekten mit Typ, Datum, Mitglied und Daten | | `count` | number | Anzahl der zurückgegebenen Aktionen | | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | @@ -129,9 +144,9 @@ Aktivitäten/Aktionen von einem Board oder einer Karte abrufen Einen Kommentar zu einer Trello-Karte hinzufügen -#### Input +#### Eingabe -| Parameter | Type | Erforderlich | Beschreibung | +| Parameter | Typ | Erforderlich | Beschreibung | | --------- | ---- | -------- | ----------- | | `cardId` | string | Ja | ID der Karte, die kommentiert werden soll | | `text` | string | Ja | Kommentartext | @@ -141,7 +156,7 @@ Einen Kommentar zu einer Trello-Karte hinzufügen | Parameter | Typ | Beschreibung | | --------- | ---- | ----------- | | `success` | boolean | Ob der Kommentar erfolgreich hinzugefügt wurde | -| `comment` | object | Das erstellte Kommentarobjekt mit id, text, date und member creator | +| `comment` | object | Das erstellte Kommentarobjekt mit ID, Text, Datum und Mitglied-Ersteller | | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | ## Hinweise diff --git a/apps/docs/content/docs/de/triggers/start.mdx b/apps/docs/content/docs/de/triggers/start.mdx index 5d1222de00..eebd75893c 100644 --- a/apps/docs/content/docs/de/triggers/start.mdx +++ b/apps/docs/content/docs/de/triggers/start.mdx @@ -94,4 +94,14 @@ Referenzieren Sie strukturierte Werte nachgelagert mit Ausdrücken wie < - Behandle den Start-Block als einzigen Einstiegspunkt, wenn du sowohl API- als auch Chat-Aufrufer unterstützen möchtest. - Bevorzuge benannte Eingabeformat-Felder gegenüber dem Parsen von rohem JSON in nachgelagerten Knoten; Typumwandlung erfolgt automatisch. -- Füge unmittelbar nach dem Start Validierung oder Routing hinzu, wenn bestimmte Felder für den Erfolg deines Workflows erforderlich sind. \ No newline at end of file +- Füge unmittelbar nach dem Start Validierung oder Routing hinzu, wenn bestimmte Felder für den Erfolg deines Workflows erforderlich sind. + +- Verbinde <start.fieldName> direkt mit Agenten, Tools oder Funktionen, die strukturierte Daten erwarten. +- Verwende Template-Syntax wie <start.sampleField> oder <start.files[0].url> (nur im Chat) in Prompt-Feldern. +- Halte <start.conversationId> bereit, wenn du Ausgaben gruppieren, Gesprächsverlauf aktualisieren oder die Chat-API erneut aufrufen musst. + +## Bewährte Praktiken + +- Behandle den Start-Block als einzigen Einstiegspunkt, wenn du sowohl API- als auch Chat-Aufrufer unterstützen möchtest. +- Bevorzuge benannte Eingabeformat-Felder gegenüber dem Parsen von rohem JSON in nachgelagerten Knoten; Typumwandlung erfolgt automatisch. +- Füge Validierung oder Routing unmittelbar nach dem Start hinzu, wenn bestimmte Felder für den Erfolg deines Workflows erforderlich sind. \ No newline at end of file diff --git a/apps/docs/content/docs/es/blocks/condition.mdx b/apps/docs/content/docs/es/blocks/condition.mdx index 9427d6b237..a6d2e0080c 100644 --- a/apps/docs/content/docs/es/blocks/condition.mdx +++ b/apps/docs/content/docs/es/blocks/condition.mdx @@ -11,9 +11,9 @@ El bloque Condición ramifica la ejecución del flujo de trabajo basándose en e
Bloque de Condición
diff --git a/apps/docs/content/docs/es/blocks/function.mdx b/apps/docs/content/docs/es/blocks/function.mdx index a2503fbbe8..85bb63c564 100644 --- a/apps/docs/content/docs/es/blocks/function.mdx +++ b/apps/docs/content/docs/es/blocks/function.mdx @@ -11,7 +11,7 @@ El bloque de Función ejecuta código JavaScript o TypeScript personalizado en t src="/https/patch-diff.githubusercontent.com/static/blocks/function.png" alt="Bloque de función con editor de código" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/guardrails.mdx b/apps/docs/content/docs/es/blocks/guardrails.mdx index cd7cdc0cc1..58f34dd040 100644 --- a/apps/docs/content/docs/es/blocks/guardrails.mdx +++ b/apps/docs/content/docs/es/blocks/guardrails.mdx @@ -11,9 +11,9 @@ El bloque Guardrails valida y protege tus flujos de trabajo de IA comprobando el
Bloque Guardrails
diff --git a/apps/docs/content/docs/es/blocks/parallel.mdx b/apps/docs/content/docs/es/blocks/parallel.mdx index 8fbe7a3b69..b8acc20d47 100644 --- a/apps/docs/content/docs/es/blocks/parallel.mdx +++ b/apps/docs/content/docs/es/blocks/parallel.mdx @@ -124,14 +124,10 @@ Cada instancia paralela se ejecuta de forma independiente: - No puedes colocar ningún bloque contenedor dentro de otro bloque contenedor
- - Los bloques paralelos solo pueden contener un único bloque. No puedes tener múltiples bloques conectados entre sí dentro de un paralelo - en ese caso solo se ejecutaría el primer bloque. - - - Aunque la ejecución paralela es más rápida, ten en cuenta: - - Los límites de tasa de API al realizar solicitudes concurrentes - - El uso de memoria con conjuntos de datos grandes + Aunque la ejecución en paralelo es más rápida, ten en cuenta: + - Límites de tasa de API al realizar solicitudes concurrentes + - Uso de memoria con conjuntos de datos grandes - Máximo de 20 instancias concurrentes para evitar el agotamiento de recursos @@ -147,9 +143,9 @@ Entendiendo cuándo usar cada uno: | Caso de uso | Operaciones independientes | Operaciones dependientes | | Uso de recursos | Mayor | Menor | -## Entradas y salidas +## Entradas y Salidas - +
  • @@ -190,6 +186,6 @@ Entendiendo cuándo usar cada uno: ## Mejores prácticas -- **Solo operaciones independientes**: Asegúrate de que las operaciones no dependan unas de otras -- **Gestiona los límites de frecuencia**: Añade retrasos o limitaciones para flujos de trabajo con uso intensivo de API -- **Manejo de errores**: Cada instancia debe manejar sus propios errores de manera elegante +- **Solo operaciones independientes**: Asegúrate de que las operaciones no dependan entre sí +- **Gestionar límites de tasa**: Añade retrasos o limitaciones para flujos de trabajo con uso intensivo de API +- **Manejo de errores**: Cada instancia debe manejar sus propios errores correctamente diff --git a/apps/docs/content/docs/es/blocks/variables.mdx b/apps/docs/content/docs/es/blocks/variables.mdx index 200162d25f..cb9b18eae8 100644 --- a/apps/docs/content/docs/es/blocks/variables.mdx +++ b/apps/docs/content/docs/es/blocks/variables.mdx @@ -11,9 +11,9 @@ El bloque Variables actualiza las variables del flujo de trabajo durante la ejec
    Bloque de Variables
    diff --git a/apps/docs/content/docs/es/blocks/wait.mdx b/apps/docs/content/docs/es/blocks/wait.mdx index 40f5fbedad..d352994e7b 100644 --- a/apps/docs/content/docs/es/blocks/wait.mdx +++ b/apps/docs/content/docs/es/blocks/wait.mdx @@ -11,9 +11,9 @@ El bloque Espera pausa tu flujo de trabajo durante un tiempo específico antes d
    Bloque de Espera
    diff --git a/apps/docs/content/docs/es/blocks/workflow.mdx b/apps/docs/content/docs/es/blocks/workflow.mdx index ae32506c98..4047588424 100644 --- a/apps/docs/content/docs/es/blocks/workflow.mdx +++ b/apps/docs/content/docs/es/blocks/workflow.mdx @@ -12,8 +12,8 @@ import { Image } from '@/components/ui/image' Configuración del bloque de flujo de trabajo @@ -40,12 +40,24 @@ Coloca un bloque de Flujo de trabajo cuando quieras llamar a un flujo de trabajo - `success` – si se ejecutó sin errores - `error` – mensaje cuando la ejecución falla +## Insignia de estado de implementación + +El bloque de flujo de trabajo muestra una insignia de estado de implementación para ayudarte a realizar un seguimiento de si el flujo de trabajo secundario está listo para ejecutarse: + +- **Implementado** – El flujo de trabajo secundario ha sido implementado y está listo para usar. El bloque ejecutará la versión implementada actual. +- **No implementado** – El flujo de trabajo secundario nunca ha sido implementado. Debes implementarlo antes de que el bloque de flujo de trabajo pueda ejecutarlo. +- **Reimplementar** – Se han detectado cambios en el flujo de trabajo secundario desde la última implementación. Haz clic en la insignia para reimplementar el flujo de trabajo secundario con los últimos cambios. + + +El bloque de flujo de trabajo siempre ejecuta la versión implementada más reciente del flujo de trabajo secundario, no la versión del editor. Asegúrate de reimplementar después de hacer cambios para garantizar que el bloque utilice la lógica más reciente. + + ## Notas de ejecución -- Los flujos de trabajo hijos se ejecutan en el mismo contexto de espacio de trabajo, por lo que las variables de entorno y herramientas se mantienen. -- El bloque utiliza versionado de despliegue: cualquier ejecución de API, programación, webhook, manual o chat llama a la instantánea desplegada. Vuelve a desplegar el hijo cuando lo cambies. -- Si el hijo falla, el bloque genera un error a menos que lo manejes en etapas posteriores. +- Los flujos de trabajo secundarios se ejecutan en el mismo contexto de espacio de trabajo, por lo que las variables de entorno y las herramientas se mantienen. +- El bloque utiliza el control de versiones de implementación: cualquier API, programación, webhook, ejecución manual o de chat llama a la instantánea implementada. Reimplementa el flujo secundario cuando lo cambies. +- Si el flujo secundario falla, el bloque genera un error a menos que lo manejes posteriormente. -Mantén los flujos de trabajo hijos enfocados. Los flujos pequeños y reutilizables facilitan su combinación sin crear anidamientos profundos. +Mantén los flujos de trabajo secundarios enfocados. Los flujos pequeños y reutilizables facilitan su combinación sin crear anidamientos profundos. diff --git a/apps/docs/content/docs/es/tools/mongodb.mdx b/apps/docs/content/docs/es/tools/mongodb.mdx index d09b25b356..c2f552d7ad 100644 --- a/apps/docs/content/docs/es/tools/mongodb.mdx +++ b/apps/docs/content/docs/es/tools/mongodb.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +La herramienta [MongoDB](https://www.mongodb.com/) te permite conectarte a una base de datos MongoDB y realizar una amplia gama de operaciones orientadas a documentos directamente dentro de tus flujos de trabajo con agentes. Con una configuración flexible y una gestión segura de conexiones, puedes interactuar fácilmente con tus datos y manipularlos. + +Con la herramienta MongoDB, puedes: + +- **Encontrar documentos**: Consultar colecciones y recuperar documentos con la operación `mongodb_query` utilizando filtros de consulta avanzados. +- **Insertar documentos**: Añadir uno o varios documentos a una colección utilizando la operación `mongodb_insert`. +- **Actualizar documentos**: Modificar documentos existentes con la operación `mongodb_update` especificando criterios de filtro y acciones de actualización. +- **Eliminar documentos**: Eliminar documentos de una colección utilizando la operación `mongodb_delete`, especificando filtros y opciones de eliminación. +- **Agregar datos**: Ejecutar pipelines de agregación complejos con la operación `mongodb_execute` para transformar y analizar tus datos. + +La herramienta MongoDB es ideal para flujos de trabajo donde tus agentes necesitan gestionar o analizar datos estructurados basados en documentos. Ya sea procesando contenido generado por usuarios, gestionando datos de aplicaciones o impulsando análisis, la herramienta MongoDB simplifica el acceso y la manipulación de tus datos de manera segura y programática. +{/* MANUAL-CONTENT-END */} + ## Instrucciones de uso -Integrar MongoDB en el flujo de trabajo. Puede encontrar, insertar, actualizar, eliminar y agregar datos. +Integra MongoDB en el flujo de trabajo. Puede encontrar, insertar, actualizar, eliminar y agregar datos. ## Herramientas @@ -22,8 +36,8 @@ Ejecutar operación de búsqueda en colección de MongoDB #### Entrada -| Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| Parámetro | Tipo | Requerido | Descripción | +| --------- | ---- | -------- | ----------- | | `host` | string | Sí | Nombre de host o dirección IP del servidor MongoDB | | `port` | number | Sí | Puerto del servidor MongoDB \(predeterminado: 27017\) | | `database` | string | Sí | Nombre de la base de datos a la que conectarse | @@ -51,7 +65,7 @@ Insertar documentos en colección de MongoDB #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ---------- | ----------- | +| --------- | ---- | -------- | ----------- | | `host` | string | Sí | Nombre de host o dirección IP del servidor MongoDB | | `port` | number | Sí | Puerto del servidor MongoDB \(predeterminado: 27017\) | | `database` | string | Sí | Nombre de la base de datos a la que conectarse | @@ -59,7 +73,7 @@ Insertar documentos en colección de MongoDB | `password` | string | No | Contraseña de MongoDB | | `authSource` | string | No | Base de datos de autenticación | | `ssl` | string | No | Modo de conexión SSL \(disabled, required, preferred\) | -| `collection` | string | Sí | Nombre de la colección donde insertar | +| `collection` | string | Sí | Nombre de la colección en la que insertar | | `documents` | array | Sí | Array de documentos a insertar | #### Salida @@ -73,7 +87,7 @@ Insertar documentos en colección de MongoDB ### `mongodb_update` -Actualizar documentos en una colección de MongoDB +Actualizar documentos en colección de MongoDB #### Entrada @@ -100,7 +114,7 @@ Actualizar documentos en una colección de MongoDB | `matchedCount` | number | Número de documentos que coinciden con el filtro | | `modifiedCount` | number | Número de documentos modificados | | `documentCount` | number | Número total de documentos afectados | -| `insertedId` | string | ID del documento insertado (si es upsert) | +| `insertedId` | string | ID del documento insertado \(si hay upsert\) | ### `mongodb_delete` @@ -109,15 +123,15 @@ Eliminar documentos de una colección de MongoDB #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | ---------- | ----------- | | `host` | string | Sí | Nombre de host o dirección IP del servidor MongoDB | -| `port` | number | Sí | Puerto del servidor MongoDB (predeterminado: 27017) | +| `port` | number | Sí | Puerto del servidor MongoDB \(predeterminado: 27017\) | | `database` | string | Sí | Nombre de la base de datos a la que conectarse | | `username` | string | No | Nombre de usuario de MongoDB | | `password` | string | No | Contraseña de MongoDB | | `authSource` | string | No | Base de datos de autenticación | -| `ssl` | string | No | Modo de conexión SSL (disabled, required, preferred) | -| `collection` | string | Sí | Nombre de la colección de la que eliminar | +| `ssl` | string | No | Modo de conexión SSL \(disabled, required, preferred\) | +| `collection` | string | Sí | Nombre de la colección de donde eliminar | | `filter` | string | Sí | Criterios de filtro como cadena JSON | | `multi` | boolean | No | Eliminar múltiples documentos | @@ -136,7 +150,7 @@ Ejecutar pipeline de agregación de MongoDB #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | ---------- | ----------- | | `host` | string | Sí | Nombre de host o dirección IP del servidor MongoDB | | `port` | number | Sí | Puerto del servidor MongoDB \(predeterminado: 27017\) | | `database` | string | Sí | Nombre de la base de datos a la que conectarse | @@ -144,7 +158,7 @@ Ejecutar pipeline de agregación de MongoDB | `password` | string | No | Contraseña de MongoDB | | `authSource` | string | No | Base de datos de autenticación | | `ssl` | string | No | Modo de conexión SSL \(disabled, required, preferred\) | -| `collection` | string | Sí | Nombre de la colección en la que ejecutar el pipeline | +| `collection` | string | Sí | Nombre de la colección donde ejecutar el pipeline | | `pipeline` | string | Sí | Pipeline de agregación como cadena JSON | #### Salida diff --git a/apps/docs/content/docs/es/tools/salesforce.mdx b/apps/docs/content/docs/es/tools/salesforce.mdx index 6a573bc1bd..82ef5769a7 100644 --- a/apps/docs/content/docs/es/tools/salesforce.mdx +++ b/apps/docs/content/docs/es/tools/salesforce.mdx @@ -10,20 +10,34 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +La herramienta [Salesforce](https://www.salesforce.com/) te permite conectarte directamente a tu CRM de Salesforce y realizar una amplia gama de operaciones de gestión de relaciones con clientes dentro de tus flujos de trabajo con agentes. Con una integración fluida y segura, puedes acceder y automatizar eficientemente procesos empresariales clave en tus datos de ventas, soporte y marketing. + +Con la herramienta Salesforce, puedes: + +- **Recuperar cuentas**: Usa la operación `salesforce_get_accounts` para obtener Cuentas de Salesforce con filtros personalizados, ordenación y selección de campos. +- **Crear cuentas**: Añade automáticamente nuevas Cuentas a Salesforce usando la operación `salesforce_create_account`, especificando detalles como nombre, industria y dirección de facturación. +- **Gestionar contactos**: (Si se proporciona, hay herramientas similares disponibles para Contactos—añadir, actualizar o recuperar contactos según sea necesario.) +- **Manejar leads y oportunidades**: Integra la gestión de leads y oportunidades en tu flujo de trabajo, permitiendo a tus agentes capturar, calificar y actualizar datos del pipeline de ventas. +- **Seguimiento de casos y tareas**: Automatiza el soporte al cliente y las actividades de seguimiento interactuando con Casos y Tareas dentro de Salesforce. + +La herramienta Salesforce es ideal para flujos de trabajo donde tus agentes necesitan agilizar las operaciones de ventas, gestión de cuentas, generación de leads y soporte. Ya sea que tus agentes estén sincronizando datos entre plataformas, proporcionando información de clientes en tiempo real o automatizando actualizaciones rutinarias de CRM, la herramienta Salesforce incorpora todo el poder y la extensibilidad de Salesforce en tus procesos programáticos impulsados por agentes. +{/* MANUAL-CONTENT-END */} + ## Instrucciones de uso -Integra Salesforce en tu flujo de trabajo. Gestiona cuentas, contactos, clientes potenciales, oportunidades, casos y tareas con potentes capacidades de automatización. +Integra Salesforce en tu flujo de trabajo. Gestiona cuentas, contactos, leads, oportunidades, casos y tareas con potentes capacidades de automatización. ## Herramientas ### `salesforce_get_accounts` -Recuperar cuentas desde Salesforce CRM +Recuperar cuentas del CRM de Salesforce #### Entrada -| Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | -------- | ----------- | +| Parámetro | Tipo | Requerido | Descripción | +| --------- | ---- | --------- | ----------- | | `idToken` | string | No | El token ID de OAuth de Salesforce \(contiene URL de instancia\) | | `instanceUrl` | string | No | La URL de instancia de Salesforce | | `limit` | string | No | Número de resultados a devolver \(predeterminado: 100, máximo: 2000\) | @@ -107,7 +121,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `idToken` | string | No | Sin descripción | | `instanceUrl` | string | No | Sin descripción | | `accountId` | string | Sí | ID de la cuenta a eliminar \(obligatorio\) | @@ -124,7 +138,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -138,7 +152,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -152,7 +166,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -166,7 +180,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -180,7 +194,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -194,7 +208,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -208,7 +222,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -222,7 +236,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -236,7 +250,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -250,7 +264,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -264,7 +278,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -278,7 +292,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -292,7 +306,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -306,7 +320,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -320,7 +334,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -334,7 +348,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -348,7 +362,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -362,7 +376,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -376,7 +390,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida @@ -390,7 +404,7 @@ Eliminar una cuenta de Salesforce CRM #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Salida diff --git a/apps/docs/content/docs/es/tools/stripe.mdx b/apps/docs/content/docs/es/tools/stripe.mdx index 24e1313521..5f53a5f50d 100644 --- a/apps/docs/content/docs/es/tools/stripe.mdx +++ b/apps/docs/content/docs/es/tools/stripe.mdx @@ -10,6 +10,24 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#635BFF" /> +{/* MANUAL-CONTENT-START:intro */} +[Stripe](https://stripe.com/) es una potente plataforma de pagos que te permite gestionar fácilmente pagos, clientes, suscripciones, facturas, productos y más. + +Con Stripe integrado en Sim, tus agentes pueden: + +- **Crear y gestionar intenciones de pago**: procesar pagos con opciones de configuración flexibles. +- **Trabajar con clientes**: crear, recuperar y actualizar registros de clientes para tu negocio. +- **Gestionar suscripciones**: administrar facturación recurrente y ciclos de vida de suscripciones. +- **Crear y enviar facturas**: generar facturas para pagos únicos o recurrentes. +- **Seguir y gestionar cargos**: recuperar y actualizar objetos de cargo para monitorear pagos. +- **Configurar productos y precios**: configurar tu catálogo de productos, modelos de precios y ofertas. +- **Escuchar y reaccionar a eventos de Stripe**: activar flujos de trabajo en respuesta a actualizaciones de pago, cargos exitosos y otros eventos de Stripe. + +Al conectar Sim con Stripe, habilitas la automatización perfecta de operaciones financieras dentro de tus flujos de trabajo de agentes. Automatiza la incorporación de clientes, gestión de suscripciones, cobro de pagos, generación de facturas e incluso acciones personalizadas cuando ocurren eventos de pago—todo gestionado directamente por tus agentes, de forma segura a través de Stripe. + +Ya sea que estés construyendo automatización de comercio electrónico, servicios de suscripción o ejecutando informes y conciliaciones, la herramienta de Stripe facilita la coordinación de pagos y datos financieros dentro de tus flujos de trabajo inteligentes de Sim. +{/* MANUAL-CONTENT-END */} + ## Instrucciones de uso Integra Stripe en el flujo de trabajo. Gestiona intenciones de pago, clientes, suscripciones, facturas, cargos, productos, precios y eventos. Puede utilizarse en modo de activación para iniciar un flujo de trabajo cuando ocurre un evento de Stripe. @@ -18,21 +36,21 @@ Integra Stripe en el flujo de trabajo. Gestiona intenciones de pago, clientes, s ### `stripe_create_payment_intent` -Crear un nuevo Payment Intent para procesar un pago +Crear una nueva intención de pago para procesar un pago #### Entrada -| Parámetro | Tipo | Obligatorio | Descripción | +| Parámetro | Tipo | Requerido | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `amount` | number | Sí | Cantidad en centavos (p. ej., 2000 para $20.00) | -| `currency` | string | Sí | Código de moneda ISO de tres letras (p. ej., usd, eur) | +| `amount` | number | Sí | Cantidad en centavos (ej., 2000 para $20.00) | +| `currency` | string | Sí | Código de moneda ISO de tres letras (ej., usd, eur) | | `customer` | string | No | ID del cliente para asociar con este pago | | `payment_method` | string | No | ID del método de pago | | `description` | string | No | Descripción del pago | | `receipt_email` | string | No | Dirección de correo electrónico para enviar el recibo | | `metadata` | json | No | Conjunto de pares clave-valor para almacenar información adicional | -| `automatic_payment_methods` | json | No | Habilitar métodos de pago automáticos \(p. ej., \{"enabled": true\}\) | +| `automatic_payment_methods` | json | No | Habilitar métodos de pago automáticos (ej., {"enabled": true}) | #### Salida @@ -50,7 +68,7 @@ Recuperar un Payment Intent existente por ID | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del Payment Intent (p. ej., pi_1234567890) | +| `id` | string | Sí | ID del Payment Intent (ej., pi_1234567890) | #### Salida @@ -67,8 +85,8 @@ Actualizar un Payment Intent existente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del Payment Intent \(p.ej., pi_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del Payment Intent (ej., pi_1234567890) | | `amount` | number | No | Cantidad actualizada en centavos | | `currency` | string | No | Código de moneda ISO de tres letras | | `customer` | string | No | ID del cliente | @@ -90,8 +108,8 @@ Confirmar un Payment Intent para completar el pago | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del Payment Intent \(p.ej., pi_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del Payment Intent (p. ej., pi_1234567890) | | `payment_method` | string | No | ID del método de pago para confirmar | #### Salida @@ -110,8 +128,8 @@ Capturar un Payment Intent autorizado | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del Payment Intent (ej., pi_1234567890) | -| `amount_to_capture` | number | No | Cantidad a capturar en centavos (por defecto, la cantidad completa) | +| `id` | string | Sí | ID del Payment Intent (p. ej., pi_1234567890) | +| `amount_to_capture` | number | No | Cantidad a capturar en centavos (por defecto es la cantidad completa) | #### Salida @@ -129,7 +147,7 @@ Cancelar un Payment Intent | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del Payment Intent (ej., pi_1234567890) | +| `id` | string | Sí | ID del Payment Intent (p. ej., pi_1234567890) | | `cancellation_reason` | string | No | Motivo de la cancelación (duplicate, fraudulent, requested_by_customer, abandoned) | #### Salida @@ -147,10 +165,10 @@ Listar todos los Payment Intents | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `customer` | string | No | Filtrar por ID de cliente | -| `created` | json | No | Filtrar por fecha de creación \(p. ej., \{"gt": 1633024800\}\) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | #### Salida @@ -167,9 +185,9 @@ Buscar Payment Intents usando sintaxis de consulta | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `query` | string | Sí | Consulta de búsqueda \(p. ej., \"status:'succeeded' AND currency:'usd'\"\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "status:'succeeded' AND currency:'usd'") | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida @@ -180,26 +198,26 @@ Buscar Payment Intents usando sintaxis de consulta ### `stripe_create_customer` -Crear un nuevo objeto cliente +Crear un nuevo objeto de cliente #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `email` | string | No | Dirección de correo electrónico del cliente | | `name` | string | No | Nombre completo del cliente | | `phone` | string | No | Número de teléfono del cliente | | `description` | string | No | Descripción del cliente | | `address` | json | No | Objeto de dirección del cliente | | `metadata` | json | No | Conjunto de pares clave-valor | -| `payment_method` | string | No | ID del método de pago a adjuntar | +| `payment_method` | string | No | ID del método de pago para adjuntar | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `customer` | json | El objeto cliente creado | +| `customer` | json | El objeto de cliente creado | | `metadata` | json | Metadatos del cliente | ### `stripe_retrieve_customer` @@ -210,14 +228,14 @@ Recuperar un cliente existente por ID | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cliente \(p. ej., cus_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cliente (p. ej., cus_1234567890) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `customer` | json | El objeto cliente recuperado | +| `customer` | json | El objeto de cliente recuperado | | `metadata` | json | Metadatos del cliente | ### `stripe_update_customer` @@ -228,8 +246,8 @@ Actualizar un cliente existente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cliente \(p. ej., cus_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cliente (p. ej., cus_1234567890) | | `email` | string | No | Dirección de correo electrónico actualizada | | `name` | string | No | Nombre actualizado | | `phone` | string | No | Número de teléfono actualizado | @@ -252,14 +270,14 @@ Eliminar permanentemente un cliente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cliente \(p. ej., cus_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cliente (p. ej., cus_1234567890) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `deleted` | boolean | Indica si el cliente fue eliminado | +| `deleted` | boolean | Si el cliente fue eliminado | | `id` | string | El ID del cliente eliminado | | `metadata` | json | Metadatos de eliminación | @@ -271,8 +289,8 @@ Listar todos los clientes | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `email` | string | No | Filtrar por dirección de correo electrónico | | `created` | json | No | Filtrar por fecha de creación | @@ -280,20 +298,20 @@ Listar todos los clientes | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `customers` | json | Array de objetos de cliente | +| `customers` | json | Array de objetos cliente | | `metadata` | json | Metadatos de la lista | ### `stripe_search_customers` -Buscar clientes usando sintaxis de consulta +Buscar clientes utilizando sintaxis de consulta #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `query` | string | Sí | Consulta de búsqueda \(p. ej., "email:\'customer@example.com\'"\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "email:\'customer@example.com\'") | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida @@ -312,7 +330,7 @@ Crear una nueva suscripción para un cliente | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `customer` | string | Sí | ID del cliente a suscribir | -| `items` | json | Sí | Array de elementos con IDs de precio \(p. ej., \[\{"price": "price_xxx", "quantity": 1\}\]\) | +| `items` | json | Sí | Array de elementos con IDs de precio (p. ej., [{"price": "price_xxx", "quantity": 1}]) | | `trial_period_days` | number | No | Número de días de prueba | | `default_payment_method` | string | No | ID del método de pago | | `cancel_at_period_end` | boolean | No | Cancelar suscripción al final del período | @@ -323,7 +341,7 @@ Crear una nueva suscripción para un cliente | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `subscription` | json | El objeto de suscripción creado | -| `metadata` | json | Metadatos de suscripción incluyendo ID, estado y cliente | +| `metadata` | json | Metadatos de la suscripción incluyendo ID, estado y cliente | ### `stripe_retrieve_subscription` @@ -341,7 +359,7 @@ Recuperar una suscripción existente por ID | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `subscription` | json | El objeto de suscripción recuperado | -| `metadata` | json | Metadatos de la suscripción incluyendo ID, estado y cliente | +| `metadata` | json | Metadatos de suscripción incluyendo ID, estado y cliente | ### `stripe_update_subscription` @@ -351,8 +369,8 @@ Actualizar una suscripción existente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID de suscripción \(p. ej., sub_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID de suscripción (p. ej., sub_1234567890) | | `items` | json | No | Array actualizado de elementos con IDs de precio | | `cancel_at_period_end` | boolean | No | Cancelar suscripción al final del período | | `metadata` | json | No | Metadatos actualizados | @@ -362,7 +380,7 @@ Actualizar una suscripción existente | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `subscription` | json | El objeto de suscripción actualizado | -| `metadata` | json | Metadatos de la suscripción incluyendo ID, estado y cliente | +| `metadata` | json | Metadatos de suscripción incluyendo ID, estado y cliente | ### `stripe_cancel_subscription` @@ -372,8 +390,8 @@ Cancelar una suscripción | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID de suscripción \(p. ej., sub_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID de suscripción (p. ej., sub_1234567890) | | `prorate` | boolean | No | Si se debe prorratear la cancelación | | `invoice_now` | boolean | No | Si se debe facturar inmediatamente | @@ -391,9 +409,9 @@ Reanudar una suscripción que estaba programada para cancelación #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID de suscripción \(p. ej., sub_1234567890\) | +| --------- | ---- | -------- | ----------- | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID de suscripción (p. ej., sub_1234567890) | #### Salida @@ -409,11 +427,11 @@ Listar todas las suscripciones #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| --------- | ---- | -------- | ----------- | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `customer` | string | No | Filtrar por ID de cliente | -| `status` | string | No | Filtrar por estado \(active, past_due, unpaid, canceled, incomplete, incomplete_expired, trialing, all\) | +| `status` | string | No | Filtrar por estado (active, past_due, unpaid, canceled, incomplete, incomplete_expired, trialing, all) | | `price` | string | No | Filtrar por ID de precio | #### Salida @@ -430,10 +448,10 @@ Buscar suscripciones usando sintaxis de consulta #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `query` | string | Sí | Consulta de búsqueda \(p. ej., \"status:'active' AND customer:'cus_xxx'\"\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| --------- | ---- | -------- | ----------- | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "status:'active' AND customer:'cus_xxx'") | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida @@ -489,7 +507,7 @@ Actualizar una factura existente #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | | `description` | string | No | Descripción de la factura | @@ -510,7 +528,7 @@ Eliminar permanentemente un borrador de factura #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | @@ -518,18 +536,18 @@ Eliminar permanentemente un borrador de factura | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `deleted` | boolean | Si la factura fue eliminada | +| `deleted` | boolean | Indica si la factura fue eliminada | | `id` | string | El ID de la factura eliminada | | `metadata` | json | Metadatos de eliminación | -### `stripe_finalize_invoice` +Eliminar permanentemente una factura en borrador -Finalizar un borrador de factura +Finalizar una factura en borrador #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | | `auto_advance` | boolean | No | Avanzar automáticamente la factura | @@ -538,10 +556,10 @@ Finalizar un borrador de factura | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `invoice` | json | El objeto de factura finalizado | +| `invoice` | json | El objeto de factura finalizada | | `metadata` | json | Metadatos de la factura | -### `stripe_pay_invoice` +Pagar una factura Pagar una factura @@ -550,8 +568,8 @@ Pagar una factura | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID de factura (p. ej., in_1234567890) | -| `paid_out_of_band` | boolean | No | Marcar factura como pagada fuera del sistema | +| `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | +| `paid_out_of_band` | boolean | No | Marcar la factura como pagada fuera del sistema | #### Salida @@ -560,7 +578,7 @@ Pagar una factura | `invoice` | json | El objeto de factura pagada | | `metadata` | json | Metadatos de la factura | -### `stripe_void_invoice` +Anular una factura Anular una factura @@ -569,7 +587,7 @@ Anular una factura | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID de factura (p. ej., in_1234567890) | +| `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | #### Salida @@ -587,13 +605,13 @@ Enviar una factura al cliente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID de factura (p. ej., in_1234567890) | +| `id` | string | Sí | ID de la factura (p. ej., in_1234567890) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `invoice` | json | El objeto de factura enviado | +| `invoice` | json | El objeto de factura enviada | | `metadata` | json | Metadatos de la factura | ### `stripe_list_invoices` @@ -625,7 +643,7 @@ Buscar facturas usando sintaxis de consulta | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `query` | string | Sí | Consulta de búsqueda (p. ej., "customer:\'cus_1234567890\'"\) | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "customer:\'cus_1234567890\'") | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida @@ -643,21 +661,21 @@ Crear un nuevo cargo para procesar un pago | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `amount` | number | Sí | Cantidad en centavos \(p. ej., 2000 para $20.00\) | -| `currency` | string | Sí | Código de moneda ISO de tres letras \(p. ej., usd, eur\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `amount` | number | Sí | Monto en centavos (p. ej., 2000 para $20.00) | +| `currency` | string | Sí | Código de moneda ISO de tres letras (p. ej., usd, eur) | | `customer` | string | No | ID del cliente para asociar con este cargo | -| `source` | string | No | ID de la fuente de pago \(p. ej., token de tarjeta o ID de tarjeta guardada\) | +| `source` | string | No | ID de la fuente de pago (p. ej., token de tarjeta o ID de tarjeta guardada) | | `description` | string | No | Descripción del cargo | | `metadata` | json | No | Conjunto de pares clave-valor para almacenar información adicional | -| `capture` | boolean | No | Si se debe capturar inmediatamente el cargo \(por defecto es true\) | +| `capture` | boolean | No | Si se debe capturar inmediatamente el cargo (por defecto es true) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `charge` | json | El objeto Charge creado | -| `metadata` | json | Metadatos del cargo incluyendo ID, estado, cantidad, moneda y estado de pago | +| `charge` | json | El objeto Cargo creado | +| `metadata` | json | Metadatos del cargo incluyendo ID, estado, monto, moneda y estado de pago | ### `stripe_retrieve_charge` @@ -667,8 +685,8 @@ Recuperar un cargo existente por ID | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cargo \(p. ej., ch_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cargo (p. ej., ch_1234567890) | #### Salida @@ -685,8 +703,8 @@ Actualizar un cargo existente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cargo \(p. ej., ch_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cargo (p. ej., ch_1234567890) | | `description` | string | No | Descripción actualizada | | `metadata` | json | No | Metadatos actualizados | @@ -694,8 +712,8 @@ Actualizar un cargo existente | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `charge` | json | El objeto Cargo actualizado | -| `metadata` | json | Metadatos del cargo incluyendo ID, estado, monto, moneda y estado de pago | +| `charge` | json | El objeto Charge actualizado | +| `metadata` | json | Metadatos del cargo incluyendo ID, estado, cantidad, moneda y estado de pago | ### `stripe_capture_charge` @@ -705,16 +723,16 @@ Capturar un cargo no capturado | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del cargo \(p. ej., ch_1234567890\) | -| `amount` | number | No | Monto a capturar en centavos \(por defecto el monto completo\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del cargo (p. ej., ch_1234567890) | +| `amount` | number | No | Cantidad a capturar en centavos (por defecto la cantidad total) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `charge` | json | El objeto Cargo capturado | -| `metadata` | json | Metadatos del cargo incluyendo ID, estado, monto, moneda y estado de pago | +| `charge` | json | El objeto Charge capturado | +| `metadata` | json | Metadatos del cargo incluyendo ID, estado, cantidad, moneda y estado de pago | ### `stripe_list_charges` @@ -724,17 +742,17 @@ Listar todos los cargos | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `customer` | string | No | Filtrar por ID de cliente | -| `created` | json | No | Filtrar por fecha de creación \(p. ej., \{"gt": 1633024800\}\) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `charges` | json | Array de objetos Charge | -| `metadata` | json | Metadatos de lista incluyendo count y has_more | +| `metadata` | json | Metadatos de la lista incluyendo recuento y has_more | ### `stripe_search_charges` @@ -753,7 +771,7 @@ Buscar cargos utilizando sintaxis de consulta | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `charges` | json | Array de objetos Charge coincidentes | -| `metadata` | json | Metadatos de búsqueda incluyendo count y has_more | +| `metadata` | json | Metadatos de búsqueda incluyendo recuento y has_more | ### `stripe_create_product` @@ -785,8 +803,8 @@ Recuperar un producto existente por ID | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del producto \(p. ej., prod_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del producto (p. ej., prod_1234567890) | #### Salida @@ -803,8 +821,8 @@ Actualizar un producto existente | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del producto \(p. ej., prod_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del producto (p. ej., prod_1234567890) | | `name` | string | No | Nombre actualizado del producto | | `description` | string | No | Descripción actualizada del producto | | `active` | boolean | No | Estado activo actualizado | @@ -820,20 +838,20 @@ Actualizar un producto existente ### `stripe_delete_product` -Eliminar un producto permanentemente +Eliminar permanentemente un producto #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `id` | string | Sí | ID del producto \(p. ej., prod_1234567890\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `id` | string | Sí | ID del producto (p. ej., prod_1234567890) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `deleted` | boolean | Si el producto fue eliminado | +| `deleted` | boolean | Indica si el producto fue eliminado | | `id` | string | El ID del producto eliminado | | `metadata` | json | Metadatos de eliminación | @@ -845,8 +863,8 @@ Listar todos los productos | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `active` | boolean | No | Filtrar por estado activo | #### Salida @@ -864,15 +882,15 @@ Buscar productos usando sintaxis de consulta | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | Sí | Clave API de Stripe \(clave secreta\) | -| `query` | string | Sí | Consulta de búsqueda \(p. ej., "name:\'shirt\'"\) | -| `limit` | number | No | Número de resultados a devolver \(predeterminado 10, máximo 100\) | +| `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "name:\'camisa\'") | +| `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `products` | json | Array de objetos de productos coincidentes | +| `products` | json | Array de objetos de producto coincidentes | | `metadata` | json | Metadatos de búsqueda | ### `stripe_create_price` @@ -884,12 +902,12 @@ Crear un nuevo precio para un producto | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `product` | string | Sí | ID del producto (ej., prod_1234567890) | -| `currency` | string | Sí | Código de moneda ISO de tres letras (ej., usd, eur) | -| `unit_amount` | number | No | Cantidad en centavos (ej., 1000 para $10.00) | +| `product` | string | Sí | ID del producto (p. ej., prod_1234567890) | +| `currency` | string | Sí | Código de moneda ISO de tres letras (p. ej., usd, eur) | +| `unit_amount` | number | No | Cantidad en centavos (p. ej., 1000 para $10.00) | | `recurring` | json | No | Configuración de facturación recurrente (intervalo: día/semana/mes/año) | | `metadata` | json | No | Conjunto de pares clave-valor | -| `billing_scheme` | string | No | Esquema de facturación (per_unit o tiered) | +| `billing_scheme` | string | No | Esquema de facturación (por_unidad o escalonado) | #### Salida @@ -907,7 +925,7 @@ Recuperar un precio existente por ID | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del precio (ej., price_1234567890) | +| `id` | string | Sí | ID del precio (p. ej., price_1234567890) | #### Salida @@ -923,9 +941,9 @@ Actualizar un precio existente #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del precio (ej., price_1234567890) | +| `id` | string | Sí | ID del precio (p. ej., price_1234567890) | | `active` | boolean | No | Si el precio está activo | | `metadata` | json | No | Metadatos actualizados | @@ -943,7 +961,7 @@ Listar todos los precios #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `product` | string | No | Filtrar por ID de producto | @@ -963,9 +981,9 @@ Buscar precios usando sintaxis de consulta #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `query` | string | Sí | Consulta de búsqueda (ej., "active:'true' AND currency:'usd'") | +| `query` | string | Sí | Consulta de búsqueda (p. ej., "active:'true' AND currency:'usd'") | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | #### Salida @@ -977,25 +995,25 @@ Buscar precios usando sintaxis de consulta ### `stripe_retrieve_event` -Recuperar un evento existente por ID +Recuperar un Evento existente por ID #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | -| `id` | string | Sí | ID del evento (p. ej., evt_1234567890) | +| `id` | string | Sí | ID del Evento (p. ej., evt_1234567890) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `event` | json | El objeto Event recuperado | +| `event` | json | El objeto Evento recuperado | | `metadata` | json | Metadatos del evento incluyendo ID, tipo y marca de tiempo de creación | ### `stripe_list_events` -Listar todos los eventos +Listar todos los Eventos #### Entrada @@ -1004,13 +1022,13 @@ Listar todos los eventos | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `type` | string | No | Filtrar por tipo de evento (p. ej., payment_intent.created) | -| `created` | json | No | Filtrar por fecha de creación \(p. ej., \{"gt": 1633024800\}\) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `events` | json | Array de objetos Event | +| `events` | json | Array de objetos Evento | | `metadata` | json | Metadatos de la lista incluyendo recuento y has_more | ## Notas diff --git a/apps/docs/content/docs/es/tools/trello.mdx b/apps/docs/content/docs/es/tools/trello.mdx index 1999709553..fabe8e4d2f 100644 --- a/apps/docs/content/docs/es/tools/trello.mdx +++ b/apps/docs/content/docs/es/tools/trello.mdx @@ -10,9 +10,24 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#0052CC" /> +{/* MANUAL-CONTENT-START:intro */} +[Trello](https://trello.com) es una herramienta de colaboración visual que te ayuda a organizar proyectos, tareas y flujos de trabajo utilizando tableros, listas y tarjetas. + +Con Trello en Sim, puedes: + +- **Listar tableros y listas**: Ver los tableros a los que tienes acceso y sus listas asociadas. +- **Listar y buscar tarjetas**: Obtener todas las tarjetas en un tablero o filtrar por lista para ver su contenido y estado. +- **Crear tarjetas**: Añadir nuevas tarjetas a una lista de Trello, incluyendo descripciones, etiquetas y fechas de vencimiento. +- **Actualizar y mover tarjetas**: Editar propiedades de tarjetas, mover tarjetas entre listas y establecer fechas de vencimiento o etiquetas. +- **Obtener actividad reciente**: Recuperar acciones e historial de actividad para tableros y tarjetas. +- **Comentar en tarjetas**: Añadir comentarios a las tarjetas para colaboración y seguimiento. + +La integración de Trello con Sim permite a tus agentes gestionar programáticamente las tareas, tableros y proyectos de tu equipo. Automatiza flujos de trabajo de gestión de proyectos, mantén listas de tareas actualizadas, sincroniza con otras herramientas o activa flujos de trabajo inteligentes en respuesta a eventos de Trello, todo a través de tus agentes de IA. +{/* MANUAL-CONTENT-END */} + ## Instrucciones de uso -Intégrate con Trello para gestionar tableros y tarjetas. Lista tableros, lista tarjetas, crea tarjetas, actualiza tarjetas, obtén acciones y añade comentarios. +Integra con Trello para gestionar tableros y tarjetas. Lista tableros, lista tarjetas, crea tarjetas, actualiza tarjetas, obtiene acciones y añade comentarios. ## Herramientas @@ -31,27 +46,26 @@ Listar todas las listas en un tablero de Trello | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `success` | boolean | Si la operación fue exitosa | -| `lists` | array | Array de objetos de lista con id, nombre, cerrado, pos e idBoard | +| `lists` | array | Array de objetos de lista con id, nombre, cerrado, posición e idTablero | | `count` | number | Número de listas devueltas | | `error` | string | Mensaje de error si la operación falló | ### `trello_list_cards` -Listar todas las tarjetas en un tablero de Trello +Listar todas las listas en un tablero de Trello #### Entrada | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `boardId` | string | Sí | ID del tablero del que listar las tarjetas | -| `listId` | string | No | Opcional: Filtrar tarjetas por ID de lista | +| `boardId` | string | Sí | ID del tablero del que listar las listas | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | | `success` | boolean | Si la operación fue exitosa | -| `cards` | array | Array de objetos de tarjeta con id, nombre, descripción, url, IDs de tablero/lista, etiquetas y fecha de vencimiento | +| `cards` | array | Array de objetos de tarjeta con id, nombre, desc, url, IDs de tablero/lista, etiquetas y fecha de vencimiento | | `count` | number | Número de tarjetas devueltas | | `error` | string | Mensaje de error si la operación falló | @@ -63,13 +77,13 @@ Crear una nueva tarjeta en un tablero de Trello | Parámetro | Tipo | Obligatorio | Descripción | | --------- | ---- | -------- | ----------- | -| `boardId` | string | Sí | ID del tablero donde crear la tarjeta | -| `listId` | string | Sí | ID de la lista donde crear la tarjeta | +| `boardId` | string | Sí | ID del tablero en el que crear la tarjeta | +| `listId` | string | Sí | ID de la lista en la que crear la tarjeta | | `name` | string | Sí | Nombre/título de la tarjeta | | `desc` | string | No | Descripción de la tarjeta | -| `pos` | string | No | Posición de la tarjeta \(arriba, abajo o número flotante positivo\) | +| `pos` | string | No | Posición de la tarjeta \(top, bottom, o número flotante positivo\) | | `due` | string | No | Fecha de vencimiento \(formato ISO 8601\) | -| `labels` | string | No | Lista de IDs de etiquetas separadas por comas | +| `labels` | string | No | Lista de IDs de etiquetas separados por comas | #### Salida @@ -99,8 +113,8 @@ Actualizar una tarjeta existente en Trello | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `success` | boolean | Indica si la tarjeta se actualizó correctamente | -| `card` | object | El objeto de tarjeta actualizado con id, nombre, descripción, url y otras propiedades | +| `success` | boolean | Si la tarjeta se actualizó correctamente | +| `card` | object | El objeto de la tarjeta actualizada con id, nombre, descripción, url y otras propiedades | | `error` | string | Mensaje de error si la operación falló | ### `trello_get_actions` @@ -113,14 +127,14 @@ Obtener actividad/acciones de un tablero o tarjeta | --------- | ---- | -------- | ----------- | | `boardId` | string | No | ID del tablero del que obtener acciones \(se requiere boardId o cardId\) | | `cardId` | string | No | ID de la tarjeta de la que obtener acciones \(se requiere boardId o cardId\) | -| `filter` | string | No | Filtrar acciones por tipo \(p. ej., "commentCard,updateCard,createCard" o "all"\) | +| `filter` | string | No | Filtrar acciones por tipo \(p.ej., "commentCard,updateCard,createCard" o "all"\) | | `limit` | number | No | Número máximo de acciones a devolver \(predeterminado: 50, máx: 1000\) | #### Salida | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `success` | boolean | Indica si la operación fue exitosa | +| `success` | boolean | Si la operación fue exitosa | | `actions` | array | Array de objetos de acción con tipo, fecha, miembro y datos | | `count` | number | Número de acciones devueltas | | `error` | string | Mensaje de error si la operación falló | @@ -140,7 +154,7 @@ Añadir un comentario a una tarjeta de Trello | Parámetro | Tipo | Descripción | | --------- | ---- | ----------- | -| `success` | boolean | Indica si el comentario se agregó correctamente | +| `success` | boolean | Si el comentario se añadió correctamente | | `comment` | object | El objeto de comentario creado con id, texto, fecha y miembro creador | | `error` | string | Mensaje de error si la operación falló | diff --git a/apps/docs/content/docs/es/triggers/start.mdx b/apps/docs/content/docs/es/triggers/start.mdx index 26214cf643..f2b779e02d 100644 --- a/apps/docs/content/docs/es/triggers/start.mdx +++ b/apps/docs/content/docs/es/triggers/start.mdx @@ -94,4 +94,14 @@ Haz referencia a valores estructurados posteriores con expresiones como &l - Trata el bloque Start como el único punto de entrada cuando quieras dar soporte tanto a llamadas de API como de chat. - Prefiere campos con formato de entrada nombrados en lugar de analizar JSON sin procesar en nodos posteriores; la conversión de tipos ocurre automáticamente. +- Añade validación o enrutamiento inmediatamente después de Start si ciertos campos son necesarios para que tu flujo de trabajo tenga éxito. + +- Conecta <start.fieldName> directamente a agentes, herramientas o funciones que esperan cargas estructuradas. +- Usa sintaxis de plantillas como <start.sampleField> o <start.files[0].url> (solo en chat) en campos de prompt. +- Mantén <start.conversationId> a mano cuando necesites agrupar salidas, actualizar el historial de conversación o llamar de nuevo a la API de chat. + +## Mejores prácticas + +- Trata el bloque Start como el único punto de entrada cuando quieras admitir tanto llamadas de API como de chat. +- Prefiere campos de Formato de Entrada con nombre en lugar de analizar JSON sin procesar en nodos posteriores; la conversión de tipos ocurre automáticamente. - Añade validación o enrutamiento inmediatamente después de Start si ciertos campos son necesarios para que tu flujo de trabajo tenga éxito. \ No newline at end of file diff --git a/apps/docs/content/docs/fr/blocks/condition.mdx b/apps/docs/content/docs/fr/blocks/condition.mdx index 5f58256363..14f0dd6bb7 100644 --- a/apps/docs/content/docs/fr/blocks/condition.mdx +++ b/apps/docs/content/docs/fr/blocks/condition.mdx @@ -11,9 +11,9 @@ Le bloc Condition permet de ramifier l'exécution du flux de travail en fonction
    Bloc Condition
    diff --git a/apps/docs/content/docs/fr/blocks/function.mdx b/apps/docs/content/docs/fr/blocks/function.mdx index 4ad1e35da3..77d7c166e1 100644 --- a/apps/docs/content/docs/fr/blocks/function.mdx +++ b/apps/docs/content/docs/fr/blocks/function.mdx @@ -9,9 +9,9 @@ Le bloc Fonction exécute du code JavaScript ou TypeScript personnalisé dans vo
    Bloc Fonction avec Éditeur de Code
    diff --git a/apps/docs/content/docs/fr/blocks/guardrails.mdx b/apps/docs/content/docs/fr/blocks/guardrails.mdx index f5a68baa8e..cd2c491e5c 100644 --- a/apps/docs/content/docs/fr/blocks/guardrails.mdx +++ b/apps/docs/content/docs/fr/blocks/guardrails.mdx @@ -11,9 +11,9 @@ Le bloc Guardrails valide et protège vos flux de travail IA en vérifiant le co
    Bloc Guardrails
    diff --git a/apps/docs/content/docs/fr/blocks/parallel.mdx b/apps/docs/content/docs/fr/blocks/parallel.mdx index 815755a22d..1f196feeed 100644 --- a/apps/docs/content/docs/fr/blocks/parallel.mdx +++ b/apps/docs/content/docs/fr/blocks/parallel.mdx @@ -124,10 +124,6 @@ Chaque instance parallèle s'exécute indépendamment : - Vous ne pouvez pas placer un bloc conteneur à l'intérieur d'un autre bloc conteneur - - Les blocs parallèles ne peuvent contenir qu'un seul bloc. Vous ne pouvez pas avoir plusieurs blocs connectés les uns aux autres à l'intérieur d'un parallèle - seul le premier bloc s'exécuterait dans ce cas. - - Bien que l'exécution parallèle soit plus rapide, soyez attentif à : - Limites de taux des API lors de requêtes simultanées @@ -191,5 +187,5 @@ Comprendre quand utiliser chacun : ## Bonnes pratiques - **Opérations indépendantes uniquement** : Assurez-vous que les opérations ne dépendent pas les unes des autres -- **Gérer les limites de débit** : Ajoutez des délais ou limitez le débit pour les workflows à forte utilisation d'API +- **Gérer les limites de taux** : Ajoutez des délais ou une limitation pour les workflows intensifs en API - **Gestion des erreurs** : Chaque instance doit gérer ses propres erreurs avec élégance diff --git a/apps/docs/content/docs/fr/blocks/variables.mdx b/apps/docs/content/docs/fr/blocks/variables.mdx index 1a12b9f5fa..d29ad36eea 100644 --- a/apps/docs/content/docs/fr/blocks/variables.mdx +++ b/apps/docs/content/docs/fr/blocks/variables.mdx @@ -11,9 +11,9 @@ Le bloc Variables met à jour les variables du workflow pendant l'exécution. Le
    Bloc Variables
    diff --git a/apps/docs/content/docs/fr/blocks/wait.mdx b/apps/docs/content/docs/fr/blocks/wait.mdx index ddaf49fede..163e784962 100644 --- a/apps/docs/content/docs/fr/blocks/wait.mdx +++ b/apps/docs/content/docs/fr/blocks/wait.mdx @@ -13,7 +13,7 @@ Le bloc Attente met en pause votre flux de travail pendant une durée spécifié src="/https/patch-diff.githubusercontent.com/static/blocks/wait.png" alt="Bloc d'attente" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/workflow.mdx b/apps/docs/content/docs/fr/blocks/workflow.mdx index b5987a40ee..90ac83bb21 100644 --- a/apps/docs/content/docs/fr/blocks/workflow.mdx +++ b/apps/docs/content/docs/fr/blocks/workflow.mdx @@ -12,8 +12,8 @@ import { Image } from '@/components/ui/image' Configuration du bloc de flux de travail @@ -40,6 +40,18 @@ Déposez un bloc de flux de travail lorsque vous souhaitez appeler un flux de tr - `success` – s'il s'est exécuté sans erreurs - `error` – message lorsque l'exécution échoue +## Badge de statut de déploiement + +Le bloc Workflow affiche un badge de statut de déploiement pour vous aider à suivre si le flux de travail enfant est prêt à être exécuté : + +- **Déployé** – Le flux de travail enfant a été déployé et est prêt à être utilisé. Le bloc exécutera la version déployée actuelle. +- **Non déployé** – Le flux de travail enfant n'a jamais été déployé. Vous devez le déployer avant que le bloc Workflow puisse l'exécuter. +- **Redéployer** – Des modifications ont été détectées dans le flux de travail enfant depuis le dernier déploiement. Cliquez sur le badge pour redéployer le flux de travail enfant avec les dernières modifications. + + +Le bloc Workflow exécute toujours la version déployée la plus récente du flux de travail enfant, pas la version de l'éditeur. Assurez-vous de redéployer après avoir apporté des modifications pour garantir que le bloc utilise la logique la plus récente. + + ## Notes d'exécution - Les flux de travail enfants s'exécutent dans le même contexte d'espace de travail, donc les variables d'environnement et les outils sont conservés. diff --git a/apps/docs/content/docs/fr/tools/mongodb.mdx b/apps/docs/content/docs/fr/tools/mongodb.mdx index 885965b54f..28724193ed 100644 --- a/apps/docs/content/docs/fr/tools/mongodb.mdx +++ b/apps/docs/content/docs/fr/tools/mongodb.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +L'outil [MongoDB](https://www.mongodb.com/) vous permet de vous connecter à une base de données MongoDB et d'effectuer une large gamme d'opérations orientées document directement dans vos flux de travail d'agents. Avec une configuration flexible et une gestion sécurisée des connexions, vous pouvez facilement interagir avec vos données et les manipuler. + +Avec l'outil MongoDB, vous pouvez : + +- **Trouver des documents** : interroger des collections et récupérer des documents avec l'opération `mongodb_query` en utilisant des filtres de requête riches. +- **Insérer des documents** : ajouter un ou plusieurs documents à une collection en utilisant l'opération `mongodb_insert`. +- **Mettre à jour des documents** : modifier des documents existants avec l'opération `mongodb_update` en spécifiant des critères de filtre et les actions de mise à jour. +- **Supprimer des documents** : retirer des documents d'une collection en utilisant l'opération `mongodb_delete`, en spécifiant des filtres et des options de suppression. +- **Agréger des données** : exécuter des pipelines d'agrégation complexes avec l'opération `mongodb_execute` pour transformer et analyser vos données. + +L'outil MongoDB est idéal pour les flux de travail où vos agents doivent gérer ou analyser des données structurées basées sur des documents. Qu'il s'agisse de traiter du contenu généré par les utilisateurs, de gérer des données d'application ou d'alimenter des analyses, l'outil MongoDB simplifie l'accès et la manipulation de vos données de manière sécurisée et programmatique. +{/* MANUAL-CONTENT-END */} + ## Instructions d'utilisation -Intégrer MongoDB dans le flux de travail. Peut trouver, insérer, mettre à jour, supprimer et agréger des données. +Intégrez MongoDB dans le flux de travail. Permet de trouver, insérer, mettre à jour, supprimer et agréger des données. ## Outils @@ -24,17 +38,17 @@ Exécuter une opération de recherche sur une collection MongoDB | Paramètre | Type | Obligatoire | Description | | --------- | ---- | ----------- | ----------- | -| `host` | chaîne | Oui | Nom d'hôte ou adresse IP du serveur MongoDB | -| `port` | nombre | Oui | Port du serveur MongoDB \(par défaut : 27017\) | -| `database` | chaîne | Oui | Nom de la base de données à laquelle se connecter | -| `username` | chaîne | Non | Nom d'utilisateur MongoDB | -| `password` | chaîne | Non | Mot de passe MongoDB | -| `authSource` | chaîne | Non | Base de données d'authentification | -| `ssl` | chaîne | Non | Mode de connexion SSL \(disabled, required, preferred\) | -| `collection` | chaîne | Oui | Nom de la collection à interroger | -| `query` | chaîne | Non | Filtre de requête MongoDB sous forme de chaîne JSON | -| `limit` | nombre | Non | Nombre maximum de documents à retourner | -| `sort` | chaîne | Non | Critères de tri sous forme de chaîne JSON | +| `host` | string | Oui | Nom d'hôte ou adresse IP du serveur MongoDB | +| `port` | number | Oui | Port du serveur MongoDB \(par défaut : 27017\) | +| `database` | string | Oui | Nom de la base de données à laquelle se connecter | +| `username` | string | Non | Nom d'utilisateur MongoDB | +| `password` | string | Non | Mot de passe MongoDB | +| `authSource` | string | Non | Base de données d'authentification | +| `ssl` | string | Non | Mode de connexion SSL \(disabled, required, preferred\) | +| `collection` | string | Oui | Nom de la collection à interroger | +| `query` | string | Non | Filtre de requête MongoDB au format JSON | +| `limit` | number | Non | Nombre maximum de documents à retourner | +| `sort` | string | Non | Critères de tri au format JSON | #### Sortie @@ -60,7 +74,7 @@ Insérer des documents dans une collection MongoDB | `authSource` | chaîne | Non | Base de données d'authentification | | `ssl` | chaîne | Non | Mode de connexion SSL \(disabled, required, preferred\) | | `collection` | chaîne | Oui | Nom de la collection dans laquelle insérer | -| `documents` | tableau | Oui | Tableau de documents à insérer | +| `documents` | tableau | Oui | Tableau des documents à insérer | #### Sortie @@ -96,11 +110,11 @@ Mettre à jour des documents dans une collection MongoDB | Paramètre | Type | Description | | --------- | ---- | ----------- | -| `message` | string | Message d'état de l'opération | -| `matchedCount` | number | Nombre de documents correspondant au filtre | -| `modifiedCount` | number | Nombre de documents modifiés | -| `documentCount` | number | Nombre total de documents affectés | -| `insertedId` | string | ID du document inséré \(si upsert\) | +| `message` | chaîne | Message d'état de l'opération | +| `matchedCount` | nombre | Nombre de documents correspondant au filtre | +| `modifiedCount` | nombre | Nombre de documents modifiés | +| `documentCount` | nombre | Nombre total de documents affectés | +| `insertedId` | chaîne | ID du document inséré \(si upsert\) | ### `mongodb_delete` @@ -109,25 +123,25 @@ Supprimer des documents d'une collection MongoDB #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | -| `host` | string | Oui | Nom d'hôte ou adresse IP du serveur MongoDB | -| `port` | number | Oui | Port du serveur MongoDB \(par défaut : 27017\) | -| `database` | string | Oui | Nom de la base de données à laquelle se connecter | -| `username` | string | Non | Nom d'utilisateur MongoDB | -| `password` | string | Non | Mot de passe MongoDB | -| `authSource` | string | Non | Base de données d'authentification | -| `ssl` | string | Non | Mode de connexion SSL \(disabled, required, preferred\) | -| `collection` | string | Oui | Nom de la collection dans laquelle supprimer | -| `filter` | string | Oui | Critères de filtre au format JSON | -| `multi` | boolean | Non | Supprimer plusieurs documents | +| --------- | ---- | ---------- | ----------- | +| `host` | chaîne | Oui | Nom d'hôte ou adresse IP du serveur MongoDB | +| `port` | nombre | Oui | Port du serveur MongoDB \(par défaut : 27017\) | +| `database` | chaîne | Oui | Nom de la base de données à laquelle se connecter | +| `username` | chaîne | Non | Nom d'utilisateur MongoDB | +| `password` | chaîne | Non | Mot de passe MongoDB | +| `authSource` | chaîne | Non | Base de données d'authentification | +| `ssl` | chaîne | Non | Mode de connexion SSL \(disabled, required, preferred\) | +| `collection` | chaîne | Oui | Nom de la collection de laquelle supprimer | +| `filter` | chaîne | Oui | Critères de filtrage au format JSON | +| `multi` | booléen | Non | Supprimer plusieurs documents | #### Sortie | Paramètre | Type | Description | | --------- | ---- | ----------- | -| `message` | string | Message d'état de l'opération | -| `deletedCount` | number | Nombre de documents supprimés | -| `documentCount` | number | Nombre total de documents affectés | +| `message` | chaîne | Message d'état de l'opération | +| `deletedCount` | nombre | Nombre de documents supprimés | +| `documentCount` | nombre | Nombre total de documents affectés | ### `mongodb_execute` @@ -145,17 +159,17 @@ Exécuter un pipeline d'agrégation MongoDB | `authSource` | chaîne | Non | Base de données d'authentification | | `ssl` | chaîne | Non | Mode de connexion SSL \(disabled, required, preferred\) | | `collection` | chaîne | Oui | Nom de la collection sur laquelle exécuter le pipeline | -| `pipeline` | chaîne | Oui | Pipeline d'agrégation sous forme de chaîne JSON | +| `pipeline` | chaîne | Oui | Pipeline d'agrégation au format JSON | #### Sortie | Paramètre | Type | Description | | --------- | ---- | ----------- | | `message` | chaîne | Message d'état de l'opération | -| `documents` | tableau | Tableau des documents retournés par l'agrégation | +| `documents` | tableau | Tableau de documents retournés par l'agrégation | | `documentCount` | nombre | Nombre de documents retournés | -## Remarques +## Notes - Catégorie : `tools` - Type : `mongodb` diff --git a/apps/docs/content/docs/fr/tools/salesforce.mdx b/apps/docs/content/docs/fr/tools/salesforce.mdx index deed21f8cf..3242dea2cc 100644 --- a/apps/docs/content/docs/fr/tools/salesforce.mdx +++ b/apps/docs/content/docs/fr/tools/salesforce.mdx @@ -10,24 +10,38 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +L'outil [Salesforce](https://www.salesforce.com/) vous permet de vous connecter directement à votre CRM Salesforce et d'effectuer un large éventail d'opérations de gestion de la relation client dans vos flux de travail automatisés. Grâce à une intégration fluide et sécurisée, vous pouvez accéder efficacement à vos processus commerciaux clés et les automatiser à travers vos données de vente, d'assistance et de marketing. + +Avec l'outil Salesforce, vous pouvez : + +- **Récupérer des comptes** : Utilisez l'opération `salesforce_get_accounts` pour extraire des comptes de Salesforce avec des filtres personnalisés, des tris et une sélection de champs. +- **Créer des comptes** : Ajoutez automatiquement de nouveaux comptes à Salesforce en utilisant l'opération `salesforce_create_account`, en spécifiant des détails comme le nom, le secteur d'activité et l'adresse de facturation. +- **Gérer les contacts** : (Si fourni, des outils similaires sont disponibles pour les contacts - ajoutez, mettez à jour ou récupérez des contacts selon vos besoins.) +- **Gérer les prospects et opportunités** : Intégrez la gestion des prospects et des opportunités dans votre flux de travail, permettant à vos agents de capturer, qualifier et mettre à jour les données du pipeline de vente. +- **Suivre les dossiers et les tâches** : Automatisez les activités de support client et de suivi en interagissant avec les dossiers et les tâches dans Salesforce. + +L'outil Salesforce est idéal pour les flux de travail où vos agents doivent rationaliser les opérations de vente, de gestion de comptes, de génération de prospects et d'assistance. Que vos agents synchronisent des données entre plateformes, fournissent des informations client en temps réel ou automatisent des mises à jour CRM de routine, l'outil Salesforce apporte toute la puissance et l'extensibilité de Salesforce dans vos processus programmatiques pilotés par des agents. +{/* MANUAL-CONTENT-END */} + ## Instructions d'utilisation -Intégrez Salesforce dans votre flux de travail. Gérez les comptes, contacts, prospects, opportunités, requêtes et tâches avec de puissantes capacités d'automatisation. +Intégrez Salesforce dans votre flux de travail. Gérez les comptes, contacts, prospects, opportunités, dossiers et tâches avec de puissantes capacités d'automatisation. ## Outils ### `salesforce_get_accounts` -Récupérer des comptes depuis Salesforce CRM +Récupérer des comptes depuis le CRM Salesforce #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | -------- | ----------- | -| `idToken` | string | Non | Le jeton ID de l'OAuth Salesforce \(contient l'URL de l'instance\) | +| --------- | ---- | ---------- | ----------- | +| `idToken` | string | Non | Le jeton d'ID de l'OAuth Salesforce \(contient l'URL de l'instance\) | | `instanceUrl` | string | Non | L'URL de l'instance Salesforce | | `limit` | string | Non | Nombre de résultats à retourner \(par défaut : 100, max : 2000\) | -| `fields` | string | Non | Liste des champs à retourner séparés par des virgules \(ex. : "Id,Name,Industry,Phone"\) | +| `fields` | string | Non | Liste de champs à retourner séparés par des virgules \(ex. : "Id,Name,Industry,Phone"\) | | `orderBy` | string | Non | Champ pour l'ordre de tri \(ex. : "Name ASC" ou "CreatedDate DESC"\) | #### Sortie @@ -48,8 +62,8 @@ Créer un nouveau compte dans Salesforce CRM | `idToken` | string | Non | Pas de description | | `instanceUrl` | string | Non | Pas de description | | `name` | string | Oui | Nom du compte \(obligatoire\) | -| `type` | string | Non | Type de compte \(ex. : Client, Partenaire, Prospect\) | -| `industry` | string | Non | Secteur d'activité \(ex. : Technologie, Santé, Finance\) | +| `type` | string | Non | Type de compte \(ex., Client, Partenaire, Prospect\) | +| `industry` | string | Non | Secteur d'activité \(ex., Technologie, Santé, Finance\) | | `phone` | string | Non | Numéro de téléphone | | `website` | string | Non | URL du site web | | `billingStreet` | string | Non | Adresse de facturation | @@ -131,7 +145,7 @@ Supprimer un compte de Salesforce CRM | Paramètre | Type | Description | | --------- | ---- | ----------- | | `success` | boolean | Statut de réussite de l'opération | -| `output` | json | Données du résultat de l'opération | +| `output` | json | Données résultant de l'opération | ### `salesforce_create_contact` @@ -145,7 +159,7 @@ Supprimer un compte de Salesforce CRM | Paramètre | Type | Description | | --------- | ---- | ----------- | | `success` | boolean | Statut de réussite de l'opération | -| `output` | json | Données du résultat de l'opération | +| `output` | json | Données résultant de l'opération | ### `salesforce_update_contact` @@ -159,14 +173,14 @@ Supprimer un compte de Salesforce CRM | Paramètre | Type | Description | | --------- | ---- | ----------- | | `success` | boolean | Statut de réussite de l'opération | -| `output` | json | Données du résultat de l'opération | +| `output` | json | Données résultant de l'opération | ### `salesforce_delete_contact` #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -180,7 +194,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -194,7 +208,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -208,7 +222,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -222,7 +236,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -306,7 +320,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -320,7 +334,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -334,7 +348,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -348,7 +362,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -362,7 +376,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -376,7 +390,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie @@ -390,7 +404,7 @@ Supprimer un compte de Salesforce CRM #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ----------- | ----------- | +| --------- | ---- | -------- | ----------- | #### Sortie diff --git a/apps/docs/content/docs/fr/tools/trello.mdx b/apps/docs/content/docs/fr/tools/trello.mdx index e5e56eaf55..e912414429 100644 --- a/apps/docs/content/docs/fr/tools/trello.mdx +++ b/apps/docs/content/docs/fr/tools/trello.mdx @@ -10,6 +10,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#0052CC" /> +{/* MANUAL-CONTENT-START:intro */} +[Trello](https://trello.com) est un outil de collaboration visuel qui vous aide à organiser des projets, des tâches et des flux de travail à l'aide de tableaux, de listes et de cartes. + +Avec Trello dans Sim, vous pouvez : + +- **Lister les tableaux et les listes** : Visualiser les tableaux auxquels vous avez accès et leurs listes associées. +- **Lister et rechercher des cartes** : Récupérer toutes les cartes d'un tableau ou filtrer par liste pour voir leur contenu et leur statut. +- **Créer des cartes** : Ajouter de nouvelles cartes à une liste Trello, y compris des descriptions, des étiquettes et des dates d'échéance. +- **Mettre à jour et déplacer des cartes** : Modifier les propriétés des cartes, déplacer des cartes entre les listes, et définir des dates d'échéance ou des étiquettes. +- **Obtenir l'activité récente** : Récupérer les actions et l'historique d'activité pour les tableaux et les cartes. +- **Commenter les cartes** : Ajouter des commentaires aux cartes pour la collaboration et le suivi. + +L'intégration de Trello avec Sim permet à vos agents de gérer les tâches, les tableaux et les projets de votre équipe de manière programmatique. Automatisez les flux de travail de gestion de projet, maintenez les listes de tâches à jour, synchronisez avec d'autres outils, ou déclenchez des flux de travail intelligents en réponse aux événements Trello — le tout grâce à vos agents IA. +{/* MANUAL-CONTENT-END */} + ## Instructions d'utilisation Intégrez avec Trello pour gérer les tableaux et les cartes. Listez les tableaux, listez les cartes, créez des cartes, mettez à jour des cartes, obtenez des actions et ajoutez des commentaires. @@ -23,8 +38,8 @@ Lister toutes les listes d'un tableau Trello #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | -------- | ----------- | -| `boardId` | string | Oui | ID du tableau dont on veut lister les listes | +| --------- | ---- | ---------- | ----------- | +| `boardId` | chaîne | Oui | ID du tableau dont on veut lister les listes | #### Sortie @@ -51,7 +66,7 @@ Lister toutes les cartes d'un tableau Trello | Paramètre | Type | Description | | --------- | ---- | ----------- | | `success` | boolean | Si l'opération a réussi | -| `cards` | array | Tableau d'objets carte avec id, nom, description, url, IDs de tableau/liste, étiquettes et date d'échéance | +| `cards` | array | Tableau d'objets carte avec id, nom, description, url, IDs du tableau/liste, étiquettes et date d'échéance | | `count` | number | Nombre de cartes retournées | | `error` | string | Message d'erreur si l'opération a échoué | @@ -62,14 +77,14 @@ Créer une nouvelle carte sur un tableau Trello #### Entrée | Paramètre | Type | Obligatoire | Description | -| --------- | ---- | ---------- | ----------- | -| `boardId` | chaîne | Oui | ID du tableau sur lequel créer la carte | -| `listId` | chaîne | Oui | ID de la liste dans laquelle créer la carte | -| `name` | chaîne | Oui | Nom/titre de la carte | -| `desc` | chaîne | Non | Description de la carte | -| `pos` | chaîne | Non | Position de la carte \(haut, bas, ou nombre flottant positif\) | -| `due` | chaîne | Non | Date d'échéance \(format ISO 8601\) | -| `labels` | chaîne | Non | Liste d'IDs d'étiquettes séparés par des virgules | +| --------- | ---- | -------- | ----------- | +| `boardId` | string | Oui | ID du tableau sur lequel créer la carte | +| `listId` | string | Oui | ID de la liste dans laquelle créer la carte | +| `name` | string | Oui | Nom/titre de la carte | +| `desc` | string | Non | Description de la carte | +| `pos` | string | Non | Position de la carte \(top, bottom, ou nombre flottant positif\) | +| `due` | string | Non | Date d'échéance \(format ISO 8601\) | +| `labels` | string | Non | Liste d'IDs d'étiquettes séparés par des virgules | #### Sortie @@ -99,9 +114,9 @@ Mettre à jour une carte existante sur Trello | Paramètre | Type | Description | | --------- | ---- | ----------- | -| `success` | boolean | Indique si la carte a été mise à jour avec succès | -| `card` | object | L'objet carte mis à jour avec id, nom, description, url et autres propriétés | -| `error` | string | Message d'erreur si l'opération a échoué | +| `success` | booléen | Indique si la carte a été mise à jour avec succès | +| `card` | objet | L'objet carte mis à jour avec id, nom, description, url et autres propriétés | +| `error` | chaîne | Message d'erreur si l'opération a échoué | ### `trello_get_actions` @@ -111,10 +126,10 @@ Obtenir l'activité/les actions d'un tableau ou d'une carte | Paramètre | Type | Obligatoire | Description | | --------- | ---- | ---------- | ----------- | -| `boardId` | string | Non | ID du tableau pour obtenir les actions (soit boardId soit cardId requis) | -| `cardId` | string | Non | ID de la carte pour obtenir les actions (soit boardId soit cardId requis) | -| `filter` | string | Non | Filtrer les actions par type (par exemple, "commentCard,updateCard,createCard" ou "all") | -| `limit` | number | Non | Nombre maximum d'actions à retourner (par défaut : 50, max : 1000) | +| `boardId` | chaîne | Non | ID du tableau dont on veut obtenir les actions \(soit boardId soit cardId requis\) | +| `cardId` | chaîne | Non | ID de la carte dont on veut obtenir les actions \(soit boardId soit cardId requis\) | +| `filter` | chaîne | Non | Filtrer les actions par type \(ex. : "commentCard,updateCard,createCard" ou "all"\) | +| `limit` | nombre | Non | Nombre maximum d'actions à retourner \(par défaut : 50, max : 1000\) | #### Sortie diff --git a/apps/docs/content/docs/fr/triggers/start.mdx b/apps/docs/content/docs/fr/triggers/start.mdx index 8ffd729d44..9ecca050c2 100644 --- a/apps/docs/content/docs/fr/triggers/start.mdx +++ b/apps/docs/content/docs/fr/triggers/start.mdx @@ -94,3 +94,13 @@ Référencez les valeurs structurées en aval avec des expressions telles que <start.fieldName>
    directement aux agents, outils ou fonctions qui attendent des charges utiles structurées. +- Utilisez la syntaxe de modèle comme <start.sampleField> ou <start.files[0].url> (chat uniquement) dans les champs de prompt. +- Gardez <start.conversationId> à portée de main lorsque vous devez regrouper des sorties, mettre à jour l'historique de conversation ou rappeler l'API de chat. + +## Meilleures pratiques + +- Traitez le bloc Start comme le point d'entrée unique lorsque vous souhaitez prendre en charge à la fois les appelants API et chat. +- Préférez les champs de format d'entrée nommés plutôt que d'analyser du JSON brut dans les nœuds en aval ; la conversion de type se fait automatiquement. +- Ajoutez une validation ou un routage immédiatement après Start si certains champs sont nécessaires pour que votre flux de travail réussisse. diff --git a/apps/docs/content/docs/ja/blocks/condition.mdx b/apps/docs/content/docs/ja/blocks/condition.mdx index 3cbc767608..db1705b21b 100644 --- a/apps/docs/content/docs/ja/blocks/condition.mdx +++ b/apps/docs/content/docs/ja/blocks/condition.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/https/patch-diff.githubusercontent.com/static/blocks/condition.png" alt="条件ブロック" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/function.mdx b/apps/docs/content/docs/ja/blocks/function.mdx index 4607131ae8..566e7a43fb 100644 --- a/apps/docs/content/docs/ja/blocks/function.mdx +++ b/apps/docs/content/docs/ja/blocks/function.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/https/patch-diff.githubusercontent.com/static/blocks/function.png" alt="コードエディタ付き関数ブロック" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/guardrails.mdx b/apps/docs/content/docs/ja/blocks/guardrails.mdx index c93a61339a..a9ed0b43c6 100644 --- a/apps/docs/content/docs/ja/blocks/guardrails.mdx +++ b/apps/docs/content/docs/ja/blocks/guardrails.mdx @@ -13,7 +13,7 @@ import { Video } from '@/components/ui/video' src="/https/patch-diff.githubusercontent.com/static/blocks/guardrails.png" alt="ガードレールブロック" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/parallel.mdx b/apps/docs/content/docs/ja/blocks/parallel.mdx index edaa266a50..98d352a5a2 100644 --- a/apps/docs/content/docs/ja/blocks/parallel.mdx +++ b/apps/docs/content/docs/ja/blocks/parallel.mdx @@ -124,10 +124,6 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu - どのコンテナブロック内にも別のコンテナブロックを配置できません - - 並列ブロックには単一のブロックしか含められません。並列内で複数のブロックを互いに接続することはできません - その場合、最初のブロックのみが実行されます。 - - 並列実行は高速ですが、以下の点に注意してください: - 同時リクエスト時のAPIレート制限 @@ -135,13 +131,13 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu - リソース枯渇を防ぐための最大20の同時インスタンス -## 並列とループの比較 +## 並列処理とループ処理の比較 それぞれの使用タイミングを理解する: -| 機能 | 並列 | ループ | +| 機能 | 並列処理 | ループ処理 | |---------|----------|------| -| 実行 | 同時 | 順次 | +| 実行方法 | 同時実行 | 順次実行 | | 速度 | 独立した操作では高速 | 遅いが順序を保持 | | 順序 | 順序保証なし | 順序を維持 | | ユースケース | 独立した操作 | 依存関係のある操作 | @@ -159,7 +155,7 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu カウント:実行するインスタンス数(カウントベース)
  • - コレクション:分配する配列またはオブジェクト(コレクションベース) + コレクション:分散する配列またはオブジェクト(コレクションベース)
@@ -169,7 +165,7 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu parallel.currentItem:このインスタンスのアイテム
  • - parallel.index:インスタンス番号(0ベース) + parallel.index:インスタンス番号(0から始まる)
  • parallel.items:完全なコレクション(コレクションベース) @@ -182,7 +178,7 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu parallel.results:すべてのインスタンス結果の配列
  • - アクセス:並列後のブロックで利用可能 + アクセス:並列処理後のブロックで利用可能
  • @@ -190,6 +186,6 @@ Parallel (["gpt-4o", "claude-3.7-sonnet", "gemini-2.5-pro"]) → Agent → Evalu ## ベストプラクティス -- **独立した操作のみ**: 操作が互いに依存しないようにする -- **レート制限の処理**: API負荷の高いワークフローには遅延またはスロットリングを追加する -- **エラー処理**: 各インスタンスは自身のエラーを適切に処理する必要がある +- **独立した操作のみ**:操作が互いに依存しないようにする +- **レート制限の処理**:API使用が多いワークフローには遅延やスロットリングを追加 +- **エラー処理**:各インスタンスは自身のエラーを適切に処理すべき diff --git a/apps/docs/content/docs/ja/blocks/variables.mdx b/apps/docs/content/docs/ja/blocks/variables.mdx index d6da9fb914..a0c80af60e 100644 --- a/apps/docs/content/docs/ja/blocks/variables.mdx +++ b/apps/docs/content/docs/ja/blocks/variables.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/https/patch-diff.githubusercontent.com/static/blocks/variables.png" alt="変数ブロック" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/wait.mdx b/apps/docs/content/docs/ja/blocks/wait.mdx index b4d198ee9d..1961892276 100644 --- a/apps/docs/content/docs/ja/blocks/wait.mdx +++ b/apps/docs/content/docs/ja/blocks/wait.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/https/patch-diff.githubusercontent.com/static/blocks/wait.png" alt="待機ブロック" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/workflow.mdx b/apps/docs/content/docs/ja/blocks/workflow.mdx index 56a8863f78..5a95d69311 100644 --- a/apps/docs/content/docs/ja/blocks/workflow.mdx +++ b/apps/docs/content/docs/ja/blocks/workflow.mdx @@ -12,8 +12,8 @@ import { Image } from '@/components/ui/image' ワークフローブロックの設定 @@ -40,12 +40,24 @@ import { Image } from '@/components/ui/image' - `success` – エラーなく実行されたかどうか - `error` – 実行が失敗した場合のメッセージ +## デプロイメントステータスバッジ + +ワークフローブロックは、子ワークフローが実行準備ができているかどうかを追跡するのに役立つデプロイメントステータスバッジを表示します: + +- **デプロイ済み** – 子ワークフローがデプロイされ、使用準備ができています。ブロックは現在デプロイされているバージョンを実行します。 +- **未デプロイ** – 子ワークフローが一度もデプロイされていません。ワークフローブロックが実行する前にデプロイする必要があります。 +- **再デプロイ** – 最後のデプロイ以降、子ワークフローに変更が検出されました。バッジをクリックして、最新の変更で子ワークフローを再デプロイしてください。 + + +ワークフローブロックは常に子ワークフローの最新デプロイバージョンを実行し、エディタバージョンではありません。変更を加えた後は必ず再デプロイして、ブロックが最新のロジックを使用するようにしてください。 + + ## 実行に関する注意事項 -- 子ワークフローは同じワークスペースコンテキストで実行されるため、環境変数とツールは引き継がれます。 -- このブロックはデプロイメントバージョニングを使用します:API、スケジュール、ウェブフック、手動、またはチャット実行はデプロイされたスナップショットを呼び出します。子ワークフローを変更した場合は再デプロイしてください。 +- 子ワークフローは同じワークスペースコンテキストで実行されるため、環境変数やツールは引き継がれます。 +- ブロックはデプロイメントバージョン管理を使用します:API、スケジュール、ウェブフック、手動、またはチャット実行はすべてデプロイされたスナップショットを呼び出します。子ワークフローを変更した場合は再デプロイしてください。 - 子ワークフローが失敗した場合、下流で処理しない限り、ブロックはエラーを発生させます。 -子ワークフローは焦点を絞ったものにしましょう。小さく再利用可能なフローを作ることで、深いネストを作らずに組み合わせやすくなります。 +子ワークフローは焦点を絞ったものにしましょう。小さく再利用可能なフローは、深いネストを作成せずに組み合わせやすくなります。 diff --git a/apps/docs/content/docs/ja/tools/mongodb.mdx b/apps/docs/content/docs/ja/tools/mongodb.mdx index dcf771fe91..fa477d0c83 100644 --- a/apps/docs/content/docs/ja/tools/mongodb.mdx +++ b/apps/docs/content/docs/ja/tools/mongodb.mdx @@ -10,6 +10,20 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +[MongoDB](https://www.mongodb.com/)ツールを使用すると、MongoDBデータベースに接続し、エージェントワークフロー内で直接ドキュメント指向の幅広い操作を実行できます。柔軟な構成と安全な接続管理により、データの操作や操作が簡単に行えます。 + +MongoDBツールでは、以下のことができます: + +- **ドキュメントの検索**: `mongodb_query`操作を使用して、リッチなクエリフィルターでコレクションに問い合わせ、ドキュメントを取得します。 +- **ドキュメントの挿入**: `mongodb_insert`操作を使用して、1つまたは複数のドキュメントをコレクションに追加します。 +- **ドキュメントの更新**: `mongodb_update`操作を使用して、フィルター条件と更新アクションを指定して既存のドキュメントを変更します。 +- **ドキュメントの削除**: `mongodb_delete`操作を使用して、フィルターと削除オプションを指定してコレクションからドキュメントを削除します。 +- **データの集計**: `mongodb_execute`操作を使用して複雑な集計パイプラインを実行し、データを変換および分析します。 + +MongoDBツールは、エージェントが構造化されたドキュメントベースのデータを管理または分析する必要があるワークフローに最適です。ユーザー生成コンテンツの処理、アプリデータの管理、分析の強化など、MongoDBツールはデータアクセスと操作を安全でプログラム的な方法で効率化します。 +{/* MANUAL-CONTENT-END */} + ## 使用方法 MongoDBをワークフローに統合します。データの検索、挿入、更新、削除、集計が可能です。 @@ -18,47 +32,47 @@ MongoDBをワークフローに統合します。データの検索、挿入、 ### `mongodb_query` -MongoDB コレクションに対して検索操作を実行 +MongoDBコレクションで検索操作を実行する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `host` | string | はい | MongoDBサーバーのホスト名またはIPアドレス | -| `port` | number | はい | MongoDBサーバーのポート(デフォルト: 27017) | +| `port` | number | はい | MongoDBサーバーのポート(デフォルト:27017) | | `database` | string | はい | 接続先のデータベース名 | -| `username` | string | いいえ | MongoDBのユーザー名 | -| `password` | string | いいえ | MongoDBのパスワード | +| `username` | string | いいえ | MongoDBユーザー名 | +| `password` | string | いいえ | MongoDBパスワード | | `authSource` | string | いいえ | 認証データベース | -| `ssl` | string | いいえ | SSL接続モード(disabled, required, preferred) | +| `ssl` | string | いいえ | SSL接続モード(disabled、required、preferred) | | `collection` | string | はい | クエリを実行するコレクション名 | -| `query` | string | いいえ | JSON文字列形式のMongoDBクエリフィルター | +| `query` | string | いいえ | JSON文字列としてのMongoDBクエリフィルター | | `limit` | number | いいえ | 返すドキュメントの最大数 | -| `sort` | string | いいえ | JSON文字列形式のソート条件 | +| `sort` | string | いいえ | JSON文字列としてのソート条件 | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `message` | string | 操作のステータスメッセージ | +| `message` | string | 操作ステータスメッセージ | | `documents` | array | クエリから返されたドキュメントの配列 | -| `documentCount` | number | 返されたドキュメントの数 | +| `documentCount` | number | 返されたドキュメント数 | ### `mongodb_insert` -MongoDBコレクションにドキュメントを挿入 +MongoDBコレクションにドキュメントを挿入する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `host` | string | はい | MongoDBサーバーのホスト名またはIPアドレス | -| `port` | number | はい | MongoDBサーバーのポート(デフォルト: 27017) | +| `port` | number | はい | MongoDBサーバーのポート(デフォルト:27017) | | `database` | string | はい | 接続先のデータベース名 | -| `username` | string | いいえ | MongoDBのユーザー名 | -| `password` | string | いいえ | MongoDBのパスワード | +| `username` | string | いいえ | MongoDBユーザー名 | +| `password` | string | いいえ | MongoDBパスワード | | `authSource` | string | いいえ | 認証データベース | -| `ssl` | string | いいえ | SSL接続モード(disabled, required, preferred) | +| `ssl` | string | いいえ | SSL接続モード(disabled、required、preferred) | | `collection` | string | はい | 挿入先のコレクション名 | | `documents` | array | はい | 挿入するドキュメントの配列 | @@ -117,8 +131,8 @@ MongoDBコレクションからドキュメントを削除する | `password` | string | いいえ | MongoDBパスワード | | `authSource` | string | いいえ | 認証データベース | | `ssl` | string | いいえ | SSL接続モード(disabled、required、preferred) | -| `collection` | string | はい | 削除対象のコレクション名 | -| `filter` | string | はい | フィルター条件(JSON文字列) | +| `collection` | string | はい | 削除元のコレクション名 | +| `filter` | string | はい | JSON文字列としてのフィルター条件 | | `multi` | boolean | いいえ | 複数のドキュメントを削除する | #### 出力 @@ -138,14 +152,14 @@ MongoDB集計パイプラインを実行する | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `host` | string | はい | MongoDBサーバーのホスト名またはIPアドレス | -| `port` | number | はい | MongoDBサーバーのポート(デフォルト:27017) | +| `port` | number | はい | MongoDBサーバーのポート(デフォルト: 27017) | | `database` | string | はい | 接続先のデータベース名 | -| `username` | string | いいえ | MongoDBユーザー名 | -| `password` | string | いいえ | MongoDBパスワード | +| `username` | string | いいえ | MongoDBのユーザー名 | +| `password` | string | いいえ | MongoDBのパスワード | | `authSource` | string | いいえ | 認証データベース | | `ssl` | string | いいえ | SSL接続モード(disabled、required、preferred) | | `collection` | string | はい | パイプラインを実行するコレクション名 | -| `pipeline` | string | はい | 集計パイプライン(JSON文字列) | +| `pipeline` | string | はい | JSON文字列としての集計パイプライン | #### 出力 @@ -153,9 +167,9 @@ MongoDB集計パイプラインを実行する | --------- | ---- | ----------- | | `message` | string | 操作ステータスメッセージ | | `documents` | array | 集計から返されたドキュメントの配列 | -| `documentCount` | number | 返されたドキュメントの数 | +| `documentCount` | number | 返されたドキュメント数 | ## 注意事項 -- カテゴリー: `tools` +- カテゴリ: `tools` - タイプ: `mongodb` diff --git a/apps/docs/content/docs/ja/tools/salesforce.mdx b/apps/docs/content/docs/ja/tools/salesforce.mdx index b40f21fa73..68732cfeb0 100644 --- a/apps/docs/content/docs/ja/tools/salesforce.mdx +++ b/apps/docs/content/docs/ja/tools/salesforce.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +[Salesforce](https://www.salesforce.com/)ツールを使用すると、SalesforceのCRMに直接接続し、エージェントワークフロー内で幅広い顧客関係管理操作を実行できます。シームレスで安全な統合により、営業、サポート、マーケティングデータ全体の主要なビジネスプロセスに効率的にアクセスし、自動化することができます。 + +Salesforceツールでは、以下のことが可能です: + +- **アカウントの取得**: `salesforce_get_accounts`操作を使用して、カスタムフィルター、ソート、フィールド選択でSalesforceからアカウントを取得します。 +- **アカウントの作成**: `salesforce_create_account`操作を使用して、名前、業種、請求先住所などの詳細を指定して、新しいアカウントをSalesforceに自動的に追加します。 +- **連絡先の管理**: (提供されている場合、連絡先の追加、更新、または取得に利用できる同様のツール) +- **リードと商談の管理**: リードと商談の管理をワークフローに統合し、エージェントが販売パイプラインデータをキャプチャ、評価、更新できるようにします。 +- **ケースとタスクの追跡**: Salesforce内のケースとタスクを操作することで、カスタマーサポートとフォローアップ活動を自動化します。 + +Salesforceツールは、エージェントが販売、アカウント管理、リード生成、サポート業務を効率化する必要があるワークフローに最適です。エージェントがプラットフォーム間でデータを同期する場合でも、リアルタイムの顧客インサイトを提供する場合でも、定期的なCRM更新を自動化する場合でも、Salesforceツールは、プログラム的なエージェント駆動プロセスにSalesforceの完全なパワーと拡張性をもたらします。 +{/* MANUAL-CONTENT-END */} + ## 使用方法 -Salesforceをワークフローに統合します。アカウント、連絡先、リード、商談、ケース、タスクを強力な自動化機能で管理できます。 +Salesforceをワークフローに統合します。強力な自動化機能でアカウント、連絡先、リード、商談、ケース、タスクを管理します。 ## ツール @@ -34,7 +48,7 @@ Salesforce CRMからアカウントを取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `success` | boolean | 操作の成功ステータス | +| `success` | boolean | 操作成功ステータス | | `output` | object | アカウントデータ | ### `salesforce_create_account` @@ -89,7 +103,7 @@ Salesforce CRMの既存アカウントを更新する | `billingState` | string | いいえ | 請求先都道府県 | | `billingPostalCode` | string | いいえ | 請求先郵便番号 | | `billingCountry` | string | いいえ | 請求先国 | -| `description` | string | いいえ | アカウント説明 | +| `description` | string | いいえ | アカウントの説明 | | `annualRevenue` | string | いいえ | 年間売上(数値) | | `numberOfEmployees` | string | いいえ | 従業員数(数値) | diff --git a/apps/docs/content/docs/ja/tools/stripe.mdx b/apps/docs/content/docs/ja/tools/stripe.mdx index 76499ef77b..6199acb18a 100644 --- a/apps/docs/content/docs/ja/tools/stripe.mdx +++ b/apps/docs/content/docs/ja/tools/stripe.mdx @@ -10,29 +10,47 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#635BFF" /> +{/* MANUAL-CONTENT-START:intro */} +[Stripe](https://stripe.com/)は、支払い、顧客、サブスクリプション、請求書、商品などを簡単に管理できる強力な決済プラットフォームです。 + +StripeをSimに統合することで、エージェントは以下のことができます: + +- **決済インテントの作成と管理**: 柔軟な設定オプションで支払いを処理。 +- **顧客との連携**: ビジネスのための顧客記録の作成、取得、更新。 +- **サブスクリプションの処理**: 定期請求とサブスクリプションのライフサイクル管理。 +- **請求書の作成と送信**: 一回限りまたは定期的な支払いのための請求書生成。 +- **課金の追跡と管理**: 支払いを監視するための課金オブジェクトの取得と更新。 +- **商品と価格の設定**: 商品カタログ、価格モデル、オファーの設定。 +- **Stripeイベントの監視と対応**: 支払い更新、成功した課金、その他のStripeイベントに対応するワークフローのトリガー。 + +SimとStripeを接続することで、エージェントワークフロー内でのシームレスな自動化と財務オペレーションが可能になります。顧客のオンボーディング、サブスクリプション管理、支払い回収、請求書生成、さらには支払いイベント発生時のカスタムアクションなど、すべてをエージェントが直接Stripeを通じて安全に処理します。 + +eコマース自動化、サブスクリプションサービスの構築、レポーティングや照合の実行など、Stripeツールを使えば、インテリジェントなSimワークフロー内で支払いと財務データの連携が簡単に行えます。 +{/* MANUAL-CONTENT-END */} + ## 使用方法 -ワークフローにStripeを統合します。決済意図、顧客、サブスクリプション、請求書、課金、商品、価格、イベントを管理できます。Stripeイベントが発生したときにワークフローをトリガーするトリガーモードでも使用できます。 +ワークフローにStripeを統合します。決済インテント、顧客、サブスクリプション、請求書、課金、商品、価格、イベントを管理します。Stripeイベントが発生したときにワークフローをトリガーするトリガーモードでも使用できます。 ## ツール ### `stripe_create_payment_intent` -支払いを処理するための新しいPayment Intentを作成する +支払いを処理するための新しい決済インテントを作成 #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `amount` | number | はい | セント単位の金額(例:$20.00の場合は2000) | +| `amount` | number | はい | 金額(セント単位)(例:2000は$20.00) | | `currency` | string | はい | 3文字のISO通貨コード(例:usd、eur) | | `customer` | string | いいえ | この支払いに関連付ける顧客ID | | `payment_method` | string | いいえ | 支払い方法ID | | `description` | string | いいえ | 支払いの説明 | | `receipt_email` | string | いいえ | 領収書を送信するメールアドレス | | `metadata` | json | いいえ | 追加情報を保存するためのキーと値のペアのセット | -| `automatic_payment_methods` | json | いいえ | 自動支払い方法を有効にする(例:\{"enabled": true\}) | +| `automatic_payment_methods` | json | いいえ | 自動支払い方法を有効にする(例:{"enabled": true}) | #### 出力 @@ -56,8 +74,8 @@ IDで既存のPayment Intentを取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `payment_intent` | json | 取得したPayment Intentオブジェクト | -| `metadata` | json | Payment Intentのメタデータ(ID、ステータス、金額、通貨を含む) | +| `payment_intent` | json | 取得されたPayment Intentオブジェクト | +| `metadata` | json | ID、ステータス、金額、通貨を含むPayment Intentのメタデータ | ### `stripe_update_payment_intent` @@ -80,11 +98,11 @@ IDで既存のPayment Intentを取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `payment_intent` | json | 更新されたPayment Intentオブジェクト | -| `metadata` | json | Payment Intentのメタデータ(ID、ステータス、金額、通貨を含む) | +| `metadata` | json | ID、ステータス、金額、通貨を含むPayment Intentのメタデータ | ### `stripe_confirm_payment_intent` -決済を完了するためにPayment Intentを確定する +決済を完了するためにPayment Intentを確認する #### 入力 @@ -92,13 +110,13 @@ IDで既存のPayment Intentを取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `id` | string | はい | Payment Intent ID(例:pi_1234567890) | -| `payment_method` | string | いいえ | 確定に使用する決済方法ID | +| `payment_method` | string | いいえ | 確認に使用する決済方法ID | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `payment_intent` | json | 確認済みのPayment Intentオブジェクト | +| `payment_intent` | json | 確認されたPayment Intentオブジェクト | | `metadata` | json | ID、ステータス、金額、通貨を含むPayment Intentのメタデータ | ### `stripe_capture_payment_intent` @@ -141,7 +159,7 @@ Payment Intentをキャンセルする ### `stripe_list_payment_intents` -すべての決済インテントを一覧表示 +すべてのPayment Intentを一覧表示する #### 入力 @@ -150,37 +168,37 @@ Payment Intentをキャンセルする | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `customer` | string | いいえ | 顧客IDでフィルタリング | -| `created` | json | いいえ | 作成日でフィルタリング(例:\{"gt": 1633024800\}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `payment_intents` | json | 決済インテントオブジェクトの配列 | -| `metadata` | json | 数とhas_moreを含むリストメタデータ | +| `payment_intents` | json | Payment Intentオブジェクトの配列 | +| `metadata` | json | カウントとhas_moreを含むリストメタデータ | ### `stripe_search_payment_intents` -クエリ構文を使用して決済インテントを検索 +クエリ構文を使用してPayment Intentを検索する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `query` | string | はい | 検索クエリ(例:\"status:'succeeded' AND currency:'usd'\") | +| `query` | string | はい | 検索クエリ(例:"status:'succeeded' AND currency:'usd'") | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `payment_intents` | json | 一致する決済インテントオブジェクトの配列 | -| `metadata` | json | 数とhas_moreを含む検索メタデータ | +| `payment_intents` | json | 一致するPayment Intentオブジェクトの配列 | +| `metadata` | json | カウントとhas_moreを含む検索メタデータ | ### `stripe_create_customer` -新しい顧客オブジェクトを作成 +新しい顧客オブジェクトを作成する #### 入力 @@ -193,7 +211,7 @@ Payment Intentをキャンセルする | `description` | string | いいえ | 顧客の説明 | | `address` | json | いいえ | 顧客の住所オブジェクト | | `metadata` | json | いいえ | キーと値のペアのセット | -| `payment_method` | string | いいえ | 添付する決済方法ID | +| `payment_method` | string | いいえ | 添付する支払い方法ID | #### 出力 @@ -265,7 +283,7 @@ IDで既存の顧客を取得する ### `stripe_list_customers` -すべての顧客を一覧表示する +すべての顧客をリスト表示する #### 入力 @@ -311,11 +329,11 @@ IDで既存の顧客を取得する | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `customer` | string | はい | サブスクライブする顧客ID | -| `items` | json | はい | 価格IDを含むアイテムの配列(例:\[\{"price": "price_xxx", "quantity": 1\}\]) | +| `customer` | string | はい | サブスクリプションを作成する顧客ID | +| `items` | json | はい | 価格IDを含むアイテムの配列(例:[{"price": "price_xxx", "quantity": 1}]) | | `trial_period_days` | number | いいえ | トライアル日数 | | `default_payment_method` | string | いいえ | 支払い方法ID | -| `cancel_at_period_end` | boolean | いいえ | 期間終了時にサブスクリプションをキャンセルする | +| `cancel_at_period_end` | boolean | いいえ | 期間終了時にサブスクリプションをキャンセルするかどうか | | `metadata` | json | いいえ | 追加情報を保存するためのキーと値のペアのセット | #### 出力 @@ -340,7 +358,7 @@ IDで既存のサブスクリプションを取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `subscription` | json | 取得したサブスクリプションオブジェクト | +| `subscription` | json | 取得されたサブスクリプションオブジェクト | | `metadata` | json | ID、ステータス、顧客を含むサブスクリプションメタデータ | ### `stripe_update_subscription` @@ -353,7 +371,7 @@ IDで既存のサブスクリプションを取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `id` | string | はい | サブスクリプションID(例:sub_1234567890) | -| `items` | json | いいえ | 価格IDを含む更新されたアイテムの配列 | +| `items` | json | いいえ | 価格IDを含む更新された項目の配列 | | `cancel_at_period_end` | boolean | いいえ | 期間終了時にサブスクリプションをキャンセルするかどうか | | `metadata` | json | いいえ | 更新されたメタデータ | @@ -374,7 +392,7 @@ IDで既存のサブスクリプションを取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `id` | string | はい | サブスクリプションID(例:sub_1234567890) | -| `prorate` | boolean | いいえ | キャンセルを按分するかどうか | +| `prorate` | boolean | いいえ | キャンセルを日割り計算するかどうか | | `invoice_now` | boolean | いいえ | すぐに請求書を発行するかどうか | #### 出力 @@ -454,15 +472,15 @@ IDで既存のサブスクリプションを取得する | `customer` | string | はい | 顧客ID(例:cus_1234567890) | | `description` | string | いいえ | 請求書の説明 | | `metadata` | json | いいえ | キーと値のペアのセット | -| `auto_advance` | boolean | いいえ | 請求書を自動確定する | -| `collection_method` | string | いいえ | 回収方法:charge_automaticallyまたはsend_invoice | +| `auto_advance` | boolean | いいえ | 請求書を自動的に確定するかどうか | +| `collection_method` | string | いいえ | 回収方法:charge_automatically または send_invoice | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `invoice` | json | 作成された請求書オブジェクト | -| `metadata` | json | 請求書メタデータ | +| `metadata` | json | 請求書のメタデータ | ### `stripe_retrieve_invoice` @@ -501,7 +519,7 @@ IDで既存の請求書を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `invoice` | json | 更新された請求書オブジェクト | -| `metadata` | json | 請求書のメタデータ | +| `metadata` | json | 請求書メタデータ | ### `stripe_delete_invoice` @@ -520,11 +538,11 @@ IDで既存の請求書を取得する | --------- | ---- | ----------- | | `deleted` | boolean | 請求書が削除されたかどうか | | `id` | string | 削除された請求書のID | -| `metadata` | json | 削除のメタデータ | +| `metadata` | json | 削除メタデータ | ### `stripe_finalize_invoice` -下書き請求書を確定する +ドラフト請求書を確定する #### 入力 @@ -532,14 +550,14 @@ IDで既存の請求書を取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `id` | string | はい | 請求書ID(例:in_1234567890) | -| `auto_advance` | boolean | いいえ | 請求書を自動進行する | +| `auto_advance` | boolean | いいえ | 請求書を自動的に進める | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `invoice` | json | 確定された請求書オブジェクト | -| `metadata` | json | 請求書のメタデータ | +| `metadata` | json | 請求書メタデータ | ### `stripe_pay_invoice` @@ -551,14 +569,14 @@ IDで既存の請求書を取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `id` | string | はい | 請求書ID(例:in_1234567890) | -| `paid_out_of_band` | boolean | いいえ | 外部で支払われたとして請求書にマークする | +| `paid_out_of_band` | boolean | いいえ | 請求書をオフラインで支払い済みとしてマークする | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `invoice` | json | 支払われた請求書オブジェクト | -| `metadata` | json | 請求書のメタデータ | +| `invoice` | json | 支払い済みの請求書オブジェクト | +| `metadata` | json | 請求書メタデータ | ### `stripe_void_invoice` @@ -575,12 +593,12 @@ IDで既存の請求書を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `invoice` | json | 無効にされた請求書オブジェクト | -| `metadata` | json | 請求書のメタデータ | +| `invoice` | json | 無効化された請求書オブジェクト | +| `metadata` | json | 請求書メタデータ | ### `stripe_send_invoice` -請求書を顧客に送信する +顧客に請求書を送信する #### 入力 @@ -594,7 +612,7 @@ IDで既存の請求書を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `invoice` | json | 送信された請求書オブジェクト | -| `metadata` | json | 請求書のメタデータ | +| `metadata` | json | 請求書メタデータ | ### `stripe_list_invoices` @@ -614,7 +632,7 @@ IDで既存の請求書を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `invoices` | json | 請求書オブジェクトの配列 | -| `metadata` | json | リストのメタデータ | +| `metadata` | json | リストメタデータ | ### `stripe_search_invoices` @@ -637,56 +655,56 @@ IDで既存の請求書を取得する ### `stripe_create_charge` -支払いを処理するための新しい請求を作成する +決済処理のための新しいチャージを作成する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `amount` | number | はい | セント単位の金額(例:$20.00の場合は2000) | +| `amount` | number | はい | セント単位の金額(例:2000は$20.00) | | `currency` | string | はい | 3文字のISO通貨コード(例:usd、eur) | -| `customer` | string | いいえ | この請求に関連付ける顧客ID | +| `customer` | string | いいえ | このチャージに関連付ける顧客ID | | `source` | string | いいえ | 支払いソースID(例:カードトークンまたは保存されたカードID) | -| `description` | string | いいえ | 請求の説明 | +| `description` | string | いいえ | チャージの説明 | | `metadata` | json | いいえ | 追加情報を保存するためのキーと値のペアのセット | -| `capture` | boolean | いいえ | 請求を即時に確定するかどうか(デフォルトはtrue) | +| `capture` | boolean | いいえ | チャージをすぐにキャプチャするかどうか(デフォルトはtrue) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charge` | json | 作成された請求オブジェクト | -| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含む請求メタデータ | +| `charge` | json | 作成されたチャージオブジェクト | +| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含むチャージメタデータ | ### `stripe_retrieve_charge` -IDで既存の請求を取得する +IDで既存のチャージを取得する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `id` | string | はい | 請求ID(例:ch_1234567890) | +| `id` | string | はい | チャージID(例:ch_1234567890) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charge` | json | 取得された請求オブジェクト | -| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含む請求メタデータ | +| `charge` | json | 取得された課金オブジェクト | +| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含む課金メタデータ | ### `stripe_update_charge` -既存のチャージを更新する +既存の課金を更新する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `id` | string | はい | チャージID(例:ch_1234567890) | +| `id` | string | はい | 課金ID(例:ch_1234567890) | | `description` | string | いいえ | 更新された説明 | | `metadata` | json | いいえ | 更新されたメタデータ | @@ -694,31 +712,31 @@ IDで既存の請求を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charge` | json | 更新されたチャージオブジェクト | -| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含むチャージメタデータ | +| `charge` | json | 更新された課金オブジェクト | +| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含む課金メタデータ | ### `stripe_capture_charge` -未キャプチャのチャージをキャプチャする +未キャプチャの課金をキャプチャする #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `id` | string | はい | チャージID(例:ch_1234567890) | -| `amount` | number | いいえ | キャプチャする金額(セント単位、デフォルトは全額) | +| `id` | string | はい | 課金ID(例:ch_1234567890) | +| `amount` | number | いいえ | キャプチャする金額(セント単位)(デフォルトは全額) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charge` | json | キャプチャされたチャージオブジェクト | -| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含むチャージメタデータ | +| `charge` | json | キャプチャされた課金オブジェクト | +| `metadata` | json | ID、ステータス、金額、通貨、支払い状況を含む課金メタデータ | ### `stripe_list_charges` -すべてのチャージを一覧表示する +すべての請求を一覧表示する #### 入力 @@ -727,18 +745,18 @@ IDで既存の請求を取得する | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `customer` | string | いいえ | 顧客IDでフィルタリング | -| `created` | json | いいえ | 作成日でフィルタリング(例:\{"gt": 1633024800\}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charges` | json | 課金オブジェクトの配列 | -| `metadata` | json | カウントやhas_moreを含むメタデータリスト | +| `charges` | json | チャージオブジェクトの配列 | +| `metadata` | json | 数とhas_moreを含むリストメタデータ | ### `stripe_search_charges` -クエリ構文を使用して課金を検索する +クエリ構文を使用して請求を検索する #### 入力 @@ -752,22 +770,22 @@ IDで既存の請求を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `charges` | json | 一致する課金オブジェクトの配列 | -| `metadata` | json | カウントやhas_moreを含む検索メタデータ | +| `charges` | json | 一致するチャージオブジェクトの配列 | +| `metadata` | json | 数とhas_moreを含む検索メタデータ | ### `stripe_create_product` -新しい製品オブジェクトを作成する +新しい商品オブジェクトを作成する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `name` | string | はい | 製品名 | -| `description` | string | いいえ | 製品説明 | -| `active` | boolean | いいえ | 製品がアクティブかどうか | -| `images` | json | いいえ | 製品の画像URLの配列 | +| `name` | string | はい | 商品名 | +| `description` | string | いいえ | 商品の説明 | +| `active` | boolean | いいえ | 商品がアクティブかどうか | +| `images` | json | いいえ | 商品の画像URLの配列 | | `metadata` | json | いいえ | キーと値のペアのセット | #### 出力 @@ -872,21 +890,21 @@ IDで既存の商品を取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `products` | json | 一致する製品オブジェクトの配列 | +| `products` | json | 一致する商品オブジェクトの配列 | | `metadata` | json | 検索メタデータ | ### `stripe_create_price` -製品の新しい価格を作成する +商品の新しい価格を作成する #### 入力 | パラメータ | 型 | 必須 | 説明 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | -| `product` | string | はい | 製品ID(例:prod_1234567890) | +| `product` | string | はい | 商品ID(例:prod_1234567890) | | `currency` | string | はい | 3文字のISO通貨コード(例:usd、eur) | -| `unit_amount` | number | いいえ | セント単位の金額(例:$10.00の場合は1000) | +| `unit_amount` | number | いいえ | 金額(セント単位、例:1000は$10.00) | | `recurring` | json | いいえ | 定期請求の設定(間隔:日/週/月/年) | | `metadata` | json | いいえ | キーと値のペアのセット | | `billing_scheme` | string | いいえ | 請求スキーム(per_unitまたはtiered) | @@ -946,8 +964,8 @@ IDで既存の価格を取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | -| `product` | string | いいえ | 製品IDでフィルタリング | -| `active` | boolean | いいえ | アクティブステータスでフィルタリング | +| `product` | string | いいえ | 商品IDでフィルタリング | +| `active` | boolean | いいえ | アクティブ状態でフィルタリング | #### 出力 @@ -990,7 +1008,7 @@ IDで既存のイベントを取得する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | -| `event` | json | 取得したイベントオブジェクト | +| `event` | json | 取得されたイベントオブジェクト | | `metadata` | json | ID、タイプ、作成タイムスタンプを含むイベントメタデータ | ### `stripe_list_events` @@ -1004,14 +1022,14 @@ IDで既存のイベントを取得する | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `type` | string | いいえ | イベントタイプでフィルタリング(例:payment_intent.created) | -| `created` | json | いいえ | 作成日でフィルタリング(例:\{"gt": 1633024800\}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `events` | json | イベントオブジェクトの配列 | -| `metadata` | json | 数とhas_moreを含むリストメタデータ | +| `metadata` | json | カウントとhas_moreを含むリストメタデータ | ## 注意事項 diff --git a/apps/docs/content/docs/ja/tools/trello.mdx b/apps/docs/content/docs/ja/tools/trello.mdx index ca71876147..ac15c32785 100644 --- a/apps/docs/content/docs/ja/tools/trello.mdx +++ b/apps/docs/content/docs/ja/tools/trello.mdx @@ -10,9 +10,24 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#0052CC" /> +{/* MANUAL-CONTENT-START:intro */} +[Trello](https://trello.com)は、ボード、リスト、カードを使用してプロジェクト、タスク、ワークフローを整理するのに役立つビジュアルコラボレーションツールです。 + +SimでTrelloを使用すると、以下のことができます: + +- **ボードとリストの一覧表示**:アクセス権のあるボードとそれに関連するリストを表示します。 +- **カードの一覧表示と検索**:ボード上のすべてのカードを取得したり、リストでフィルタリングしてコンテンツとステータスを確認したりできます。 +- **カードの作成**:説明、ラベル、期限日を含む新しいカードをTrelloリストに追加します。 +- **カードの更新と移動**:カードのプロパティを編集し、リスト間でカードを移動し、期限日やラベルを設定します。 +- **最近のアクティビティの取得**:ボードやカードのアクションと活動履歴を取得します。 +- **カードへのコメント**:コラボレーションと追跡のためにカードにコメントを追加します。 + +TrelloをSimと統合することで、エージェントがチームのタスク、ボード、プロジェクトをプログラムで管理できるようになります。プロジェクト管理ワークフローの自動化、タスクリストの最新化、他のツールとの同期、またはTrelloイベントに応じたインテリジェントワークフローのトリガー—すべてをAIエージェントを通じて行うことができます。 +{/* MANUAL-CONTENT-END */} + ## 使用方法 -Trelloと連携してボードとカードを管理します。ボードの一覧表示、カードの一覧表示、カードの作成、カードの更新、アクションの取得、コメントの追加が可能です。 +Trelloと統合してボードとカードを管理します。ボードの一覧表示、カードの一覧表示、カードの作成、カードの更新、アクションの取得、コメントの追加ができます。 ## ツール @@ -69,14 +84,14 @@ Trelloボードに新しいカードを作成する | `desc` | string | いいえ | カードの説明 | | `pos` | string | いいえ | カードの位置(top、bottom、または正の浮動小数点数) | | `due` | string | いいえ | 期限日(ISO 8601形式) | -| `labels` | string | いいえ | ラベルIDのカンマ区切りリスト | +| `labels` | string | いいえ | カンマ区切りのラベルIDリスト | #### 出力 | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `success` | boolean | カードが正常に作成されたかどうか | -| `card` | object | 作成されたカードオブジェクト(id、name、desc、urlなどのプロパティを含む) | +| `card` | object | 作成されたカードオブジェクト(id、name、desc、url、その他のプロパティを含む) | | `error` | string | 操作が失敗した場合のエラーメッセージ | ### `trello_update_card` @@ -100,7 +115,7 @@ Trelloの既存のカードを更新する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `success` | boolean | カードが正常に更新されたかどうか | -| `card` | object | id、name、desc、urlなどのプロパティを含む更新されたカードオブジェクト | +| `card` | object | 更新されたカードオブジェクト(id、name、desc、url、その他のプロパティを含む) | | `error` | string | 操作が失敗した場合のエラーメッセージ | ### `trello_get_actions` @@ -113,7 +128,7 @@ Trelloの既存のカードを更新する | --------- | ---- | -------- | ----------- | | `boardId` | string | いいえ | アクションを取得するボードのID(boardIdまたはcardIdのいずれかが必要) | | `cardId` | string | いいえ | アクションを取得するカードのID(boardIdまたはcardIdのいずれかが必要) | -| `filter` | string | いいえ | タイプでアクションをフィルタリング(例:"commentCard,updateCard,createCard"または"all") | +| `filter` | string | いいえ | タイプでアクションをフィルタリング(例:「commentCard,updateCard,createCard」または「all」) | | `limit` | number | いいえ | 返すアクションの最大数(デフォルト:50、最大:1000) | #### 出力 @@ -141,7 +156,7 @@ Trelloカードにコメントを追加する | パラメータ | 型 | 説明 | | --------- | ---- | ----------- | | `success` | boolean | コメントが正常に追加されたかどうか | -| `comment` | object | 作成されたコメントオブジェクト(id、テキスト、日付、作成者メンバーを含む) | +| `comment` | object | ID、テキスト、日付、作成者メンバーを含む作成されたコメントオブジェクト | | `error` | string | 操作が失敗した場合のエラーメッセージ | ## 注意事項 diff --git a/apps/docs/content/docs/ja/triggers/start.mdx b/apps/docs/content/docs/ja/triggers/start.mdx index a0416ace1b..ab2b1930ce 100644 --- a/apps/docs/content/docs/ja/triggers/start.mdx +++ b/apps/docs/content/docs/ja/triggers/start.mdx @@ -87,4 +87,14 @@ import { Image } from '@/components/ui/image' - APIとチャットの両方の呼び出し元をサポートしたい場合は、Startブロックを単一のエントリーポイントとして扱います。 - 下流のノードで生のJSONを解析するよりも、名前付き入力フォーマットフィールドを優先します。型の強制変換は自動的に行われます。 -- ワークフローが成功するために特定のフィールドが必要な場合は、Startの直後に検証またはルーティングを追加します。 \ No newline at end of file +- ワークフローが成功するために特定のフィールドが必要な場合は、Startの直後に検証またはルーティングを追加します。 + +- <start.fieldName>を構造化されたペイロードを期待するエージェント、ツール、または関数に直接接続します。 +- プロンプトフィールドで<start.sampleField><start.files[0].url>(チャットのみ)などのテンプレート構文を使用します。 +- 出力のグループ化、会話履歴の更新、またはチャットAPIへのコールバックが必要な場合は、<start.conversationId>を手元に置いておきます。 + +## ベストプラクティス + +- APIとチャットの両方の呼び出し元をサポートしたい場合は、スタートブロックを単一のエントリーポイントとして扱います。 +- 下流のノードで生のJSONを解析するよりも、名前付き入力フォーマットフィールドを優先します。型の強制変換は自動的に行われます。 +- ワークフローの成功に特定のフィールドが必要な場合は、スタートの直後に検証またはルーティングを追加します。 \ No newline at end of file diff --git a/apps/docs/content/docs/zh/blocks/condition.mdx b/apps/docs/content/docs/zh/blocks/condition.mdx index 956ede8e1c..14eb12730b 100644 --- a/apps/docs/content/docs/zh/blocks/condition.mdx +++ b/apps/docs/content/docs/zh/blocks/condition.mdx @@ -11,9 +11,9 @@ import { Image } from '@/components/ui/image'
    条件模块
    diff --git a/apps/docs/content/docs/zh/blocks/function.mdx b/apps/docs/content/docs/zh/blocks/function.mdx index e4440e7ae7..1174d79abd 100644 --- a/apps/docs/content/docs/zh/blocks/function.mdx +++ b/apps/docs/content/docs/zh/blocks/function.mdx @@ -9,9 +9,9 @@ Function 模块在您的工作流中执行自定义 JavaScript 或 TypeScript
    带有代码编辑器的函数模块
    diff --git a/apps/docs/content/docs/zh/blocks/guardrails.mdx b/apps/docs/content/docs/zh/blocks/guardrails.mdx index aa60155430..c36ade2032 100644 --- a/apps/docs/content/docs/zh/blocks/guardrails.mdx +++ b/apps/docs/content/docs/zh/blocks/guardrails.mdx @@ -11,9 +11,9 @@ Guardrails 模块通过针对多种验证类型检查内容,验证并保护您
    Guardrails 模块
    diff --git a/apps/docs/content/docs/zh/blocks/parallel.mdx b/apps/docs/content/docs/zh/blocks/parallel.mdx index 6642164344..a8a36d4c1f 100644 --- a/apps/docs/content/docs/zh/blocks/parallel.mdx +++ b/apps/docs/content/docs/zh/blocks/parallel.mdx @@ -128,14 +128,10 @@ const allResults = input.parallel.results; - 您不能在一个容器块中放置另一个容器块 - - 并行块只能包含一个块。您不能在并行块中连接多个块——在这种情况下,只有第一个块会执行。 - - 虽然并行执行速度更快,但请注意: - - 在发出并发请求时的 API 速率限制 - - 使用大数据集时的内存使用情况 + - 在进行并发请求时的 API 速率限制 + - 使用大型数据集时的内存使用情况 - 最多 20 个并发实例,以防止资源耗尽 @@ -143,15 +139,15 @@ const allResults = input.parallel.results; 了解何时使用每种方式: -| 功能 | 并行 | 循环 | +| 特性 | 并行 | 循环 | |---------|----------|------| -| 执行 | 并发 | 顺序 | +| 执行方式 | 并发 | 顺序 | | 速度 | 独立操作更快 | 较慢但有序 | | 顺序 | 无保证顺序 | 保持顺序 | -| 用例 | 独立操作 | 依赖操作 | +| 使用场景 | 独立操作 | 依赖操作 | | 资源使用 | 较高 | 较低 | -## 输入和输出 +## 输入与输出 @@ -186,7 +182,7 @@ const allResults = input.parallel.results; parallel.results:所有实例结果的数组
  • - 访问:在并行块之后的块中可用 + 访问:在并行之后的模块中可用
  • @@ -195,5 +191,5 @@ const allResults = input.parallel.results; ## 最佳实践 - **仅限独立操作**:确保操作之间没有依赖关系 -- **处理速率限制**:为依赖 API 的工作流添加延迟或限流 -- **错误处理**:每个实例都应优雅地处理自身的错误 +- **处理速率限制**:为 API 密集型工作流添加延迟或节流 +- **错误处理**:每个实例应优雅地处理自己的错误 diff --git a/apps/docs/content/docs/zh/blocks/variables.mdx b/apps/docs/content/docs/zh/blocks/variables.mdx index 231330a09e..485d0ecba6 100644 --- a/apps/docs/content/docs/zh/blocks/variables.mdx +++ b/apps/docs/content/docs/zh/blocks/variables.mdx @@ -11,9 +11,9 @@ import { Image } from '@/components/ui/image'
    变量模块
    diff --git a/apps/docs/content/docs/zh/blocks/wait.mdx b/apps/docs/content/docs/zh/blocks/wait.mdx index 2316e4a38e..e1555701c1 100644 --- a/apps/docs/content/docs/zh/blocks/wait.mdx +++ b/apps/docs/content/docs/zh/blocks/wait.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/https/patch-diff.githubusercontent.com/static/blocks/wait.png" alt="等待模块" width={500} - height={350} + height={400} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/workflow.mdx b/apps/docs/content/docs/zh/blocks/workflow.mdx index de41b3b781..0853596abd 100644 --- a/apps/docs/content/docs/zh/blocks/workflow.mdx +++ b/apps/docs/content/docs/zh/blocks/workflow.mdx @@ -12,8 +12,8 @@ import { Image } from '@/components/ui/image' 工作流模块配置 @@ -40,12 +40,24 @@ import { Image } from '@/components/ui/image' - `success` – 是否运行无错误 - `error` – 运行失败时的消息 +## 部署状态徽章 + +工作流模块显示一个部署状态徽章,帮助您跟踪子工作流是否已准备好执行: + +- **已部署** – 子工作流已部署并可以使用。模块将执行当前已部署的版本。 +- **未部署** – 子工作流从未部署过。您必须先部署它,工作流模块才能执行。 +- **重新部署** – 自上次部署以来,检测到子工作流发生了更改。点击徽章以重新部署子工作流并应用最新更改。 + + +工作流模块始终执行子工作流的最新已部署版本,而不是编辑器版本。请确保在进行更改后重新部署,以确保模块使用最新逻辑。 + + ## 执行注意事项 - 子工作流在相同的工作区上下文中运行,因此环境变量和工具会被继承。 -- 该模块使用部署版本控制:任何 API、计划、Webhook、手动或聊天执行都会调用已部署的快照。当您更改子工作流时需要重新部署。 -- 如果子工作流失败,该模块会引发错误,除非您在下游处理它。 +- 模块使用部署版本控制:任何 API、计划、Webhook、手动或聊天执行都会调用已部署的快照。当您更改子工作流时,请重新部署。 +- 如果子工作流失败,模块会引发错误,除非您在下游处理它。 -保持子工作流的专注性。小型、可重用的流程使其更容易组合,而不会创建深层嵌套。 +保持子工作流的专注性。小型、可重用的流程更容易组合,而不会导致深层嵌套。 diff --git a/apps/docs/content/docs/zh/tools/mongodb.mdx b/apps/docs/content/docs/zh/tools/mongodb.mdx index 606ea0149a..9dd3f9330c 100644 --- a/apps/docs/content/docs/zh/tools/mongodb.mdx +++ b/apps/docs/content/docs/zh/tools/mongodb.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +[MongoDB](https://www.mongodb.com/) 工具使您能够连接到 MongoDB 数据库,并直接在您的代理工作流中执行各种面向文档的操作。通过灵活的配置和安全的连接管理,您可以轻松地与数据交互并对其进行操作。 + +使用 MongoDB 工具,您可以: + +- **查找文档**:使用 `mongodb_query` 操作,通过丰富的查询过滤器查询集合并检索文档。 +- **插入文档**:使用 `mongodb_insert` 操作,将一个或多个文档添加到集合中。 +- **更新文档**:通过指定过滤条件和更新操作,使用 `mongodb_update` 操作修改现有文档。 +- **删除文档**:使用 `mongodb_delete` 操作,从集合中删除文档,指定过滤器和删除选项。 +- **聚合数据**:使用 `mongodb_execute` 操作运行复杂的聚合管道,以转换和分析数据。 + +MongoDB 工具非常适合需要管理或分析结构化、基于文档的数据的工作流。无论是处理用户生成的内容、管理应用数据,还是支持分析,MongoDB 工具都能以安全、编程化的方式简化您的数据访问和操作。 +{/* MANUAL-CONTENT-END */} + ## 使用说明 -将 MongoDB 集成到工作流程中。可以查找、插入、更新、删除和聚合数据。 +将 MongoDB 集成到工作流中。可以查找、插入、更新、删除和聚合数据。 ## 工具 @@ -25,16 +39,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `host` | string | 是 | MongoDB 服务器主机名或 IP 地址 | -| `port` | number | 是 | MongoDB 服务器端口 \(默认值:27017\) | +| `port` | number | 是 | MongoDB 服务器端口 \(默认:27017\) | | `database` | string | 是 | 要连接的数据库名称 | | `username` | string | 否 | MongoDB 用户名 | | `password` | string | 否 | MongoDB 密码 | | `authSource` | string | 否 | 认证数据库 | -| `ssl` | string | 否 | SSL 连接模式 \(禁用、必需、优先\) | +| `ssl` | string | 否 | SSL 连接模式 \(禁用、必需、首选\) | | `collection` | string | 是 | 要查询的集合名称 | -| `query` | string | 否 | 作为 JSON 字符串的 MongoDB 查询过滤器 | +| `query` | string | 否 | MongoDB 查询过滤器(JSON 字符串) | | `limit` | number | 否 | 要返回的文档最大数量 | -| `sort` | string | 否 | 作为 JSON 字符串的排序条件 | +| `sort` | string | 否 | 排序条件(JSON 字符串) | #### 输出 @@ -50,7 +64,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `host` | string | 是 | MongoDB 服务器主机名或 IP 地址 | | `port` | number | 是 | MongoDB 服务器端口 \(默认值:27017\) | @@ -69,7 +83,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `message` | string | 操作状态消息 | | `documentCount` | number | 插入的文档数量 | | `insertedId` | string | 插入文档的 ID \(单个插入\) | -| `insertedIds` | array | 插入文档 ID 的数组 \(多个插入\) | +| `insertedIds` | array | 插入文档的 ID 数组 \(多个插入\) | ### `mongodb_update` @@ -97,10 +111,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `message` | string | 操作状态消息 | -| `matchedCount` | number | 符合筛选条件的文档数量 | +| `matchedCount` | number | 符合过滤条件的文档数量 | | `modifiedCount` | number | 被修改的文档数量 | | `documentCount` | number | 受影响的文档总数 | -| `insertedId` | string | 插入文档的 ID(如果是 upsert) | +| `insertedId` | string | 插入文档的 ID \(如果是 upsert\) | ### `mongodb_delete` @@ -108,25 +122,25 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必需 | 描述 | +| 参数 | 类型 | 必填 | 描述 | | --------- | ---- | -------- | ----------- | | `host` | string | 是 | MongoDB 服务器主机名或 IP 地址 | -| `port` | number | 是 | MongoDB 服务器端口(默认:27017) | +| `port` | number | 是 | MongoDB 服务器端口 \(默认值:27017\) | | `database` | string | 是 | 要连接的数据库名称 | | `username` | string | 否 | MongoDB 用户名 | | `password` | string | 否 | MongoDB 密码 | | `authSource` | string | 否 | 认证数据库 | -| `ssl` | string | 否 | SSL 连接模式(禁用、必需、首选) | +| `ssl` | string | 否 | SSL 连接模式 \(禁用、必需、优先\) | | `collection` | string | 是 | 要删除的集合名称 | -| `filter` | string | 是 | 作为 JSON 字符串的筛选条件 | -| `multi` | boolean | 否 | 是否删除多个文档 | +| `filter` | string | 是 | 过滤条件(JSON 字符串) | +| `multi` | boolean | 否 | 删除多个文档 | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `message` | string | 操作状态消息 | -| `deletedCount` | number | 被删除的文档数量 | +| `deletedCount` | number | 删除的文档数量 | | `documentCount` | number | 受影响的文档总数 | ### `mongodb_execute` @@ -135,7 +149,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必需 | 描述 | +| 参数 | 类型 | 必填 | 描述 | | --------- | ---- | -------- | ----------- | | `host` | string | 是 | MongoDB 服务器主机名或 IP 地址 | | `port` | number | 是 | MongoDB 服务器端口 \(默认值:27017\) | @@ -145,14 +159,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `authSource` | string | 否 | 认证数据库 | | `ssl` | string | 否 | SSL 连接模式 \(禁用、必需、优先\) | | `collection` | string | 是 | 要执行管道的集合名称 | -| `pipeline` | string | 是 | 作为 JSON 字符串的聚合管道 | +| `pipeline` | string | 是 | 聚合管道(JSON 字符串) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `message` | string | 操作状态消息 | -| `documents` | array | 从聚合中返回的文档数组 | +| `documents` | array | 从聚合返回的文档数组 | | `documentCount` | number | 返回的文档数量 | ## 注意事项 diff --git a/apps/docs/content/docs/zh/tools/salesforce.mdx b/apps/docs/content/docs/zh/tools/salesforce.mdx index 3fbef51ef4..6a11cf602e 100644 --- a/apps/docs/content/docs/zh/tools/salesforce.mdx +++ b/apps/docs/content/docs/zh/tools/salesforce.mdx @@ -10,9 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#E0E0E0" /> +{/* MANUAL-CONTENT-START:intro */} +[Salesforce](https://www.salesforce.com/) 工具使您能够直接连接到 Salesforce CRM,并在您的代理工作流中执行广泛的客户关系管理操作。通过无缝且安全的集成,您可以高效地访问并自动化销售、支持和营销数据中的关键业务流程。 + +使用 Salesforce 工具,您可以: + +- **检索账户**:使用 `salesforce_get_accounts` 操作从 Salesforce 中获取账户,支持自定义过滤、排序和字段选择。 +- **创建账户**:通过 `salesforce_create_account` 操作自动将新账户添加到 Salesforce,指定名称、行业和账单地址等详细信息。 +- **管理联系人**:如果提供类似工具,可用于联系人管理——添加、更新或根据需要获取联系人。 +- **处理潜在客户和商机**:将潜在客户和商机管理集成到您的工作流中,让您的代理捕获、筛选并更新销售管道数据。 +- **跟踪案例和任务**:通过与 Salesforce 中的案例和任务交互,自动化客户支持和跟进活动。 + +Salesforce 工具非常适合需要简化销售、账户管理、潜在客户生成和支持操作的工作流。无论您的代理是跨平台同步数据、提供实时客户洞察,还是自动化常规 CRM 更新,Salesforce 工具都能将 Salesforce 的全部功能和可扩展性引入您的程序化、代理驱动的流程中。 +{/* MANUAL-CONTENT-END */} + ## 使用说明 -将 Salesforce 集成到您的工作流程中。通过强大的自动化功能管理账户、联系人、潜在客户、商机、案例和任务。 +将 Salesforce 集成到您的工作流中。通过强大的自动化功能管理账户、联系人、潜在客户、商机、案例和任务。 ## 工具 @@ -22,12 +36,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必需 | 描述 | +| 参数 | 类型 | 是否必需 | 描述 | | --------- | ---- | -------- | ----------- | | `idToken` | string | 否 | Salesforce OAuth 的 ID 令牌(包含实例 URL) | | `instanceUrl` | string | 否 | Salesforce 实例 URL | -| `limit` | string | 否 | 返回结果数量(默认:100,最大:2000) | -| `fields` | string | 否 | 逗号分隔的返回字段列表(例如:"Id,Name,Industry,Phone") | +| `limit` | string | 否 | 返回结果的数量(默认:100,最大:2000) | +| `fields` | string | 否 | 要返回的字段的逗号分隔列表(例如:"Id,Name,Industry,Phone") | | `orderBy` | string | 否 | 排序字段(例如:"Name ASC" 或 "CreatedDate DESC") | #### 输出 @@ -39,7 +53,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `salesforce_create_account` -在 Salesforce CRM 中创建新账户 +在 Salesforce CRM 中创建一个新账户 #### 输入 @@ -49,7 +63,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `instanceUrl` | string | 否 | 无描述 | | `name` | string | 是 | 账户名称(必需) | | `type` | string | 否 | 账户类型(例如:客户、合作伙伴、潜在客户) | -| `industry` | string | 否 | 行业(例如:技术、医疗、金融) | +| `industry` | string | 否 | 行业(例如:科技、医疗、金融) | | `phone` | string | 否 | 电话号码 | | `website` | string | 否 | 网站 URL | | `billingStreet` | string | 否 | 账单街道地址 | @@ -98,11 +112,11 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `success` | boolean | 操作成功状态 | -| `output` | object | 更新的账户数据 | +| `output` | object | 更新后的账户数据 | ### `salesforce_delete_account` -从 Salesforce CRM 删除一个账户 +从 Salesforce CRM 中删除账户 #### 输入 @@ -117,7 +131,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `success` | boolean | 操作成功状态 | -| `output` | object | 已删除账户数据 | +| `output` | object | 已删除的账户数据 | ### `salesforce_get_contacts` @@ -165,7 +179,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | #### 输出 @@ -179,7 +193,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | #### 输出 @@ -193,7 +207,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | #### 输出 @@ -207,7 +221,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | #### 输出 @@ -221,7 +235,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" #### 输入 -| 参数 | 类型 | 必填 | 描述 | +| 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | #### 输出 diff --git a/apps/docs/content/docs/zh/tools/stripe.mdx b/apps/docs/content/docs/zh/tools/stripe.mdx index ed41b98ae0..d1f9167053 100644 --- a/apps/docs/content/docs/zh/tools/stripe.mdx +++ b/apps/docs/content/docs/zh/tools/stripe.mdx @@ -10,36 +10,54 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#635BFF" /> +{/* MANUAL-CONTENT-START:intro */} +[Stripe](https://stripe.com/) 是一个强大的支付平台,可以让您轻松管理支付、客户、订阅、发票、产品等。 + +将 Stripe 集成到 Sim 中后,您的代理可以: + +- **创建和管理支付意图**:通过灵活的配置选项处理支付。 +- **管理客户**:创建、检索和更新您的业务客户记录。 +- **处理订阅**:管理循环计费和订阅生命周期。 +- **创建和发送发票**:为一次性或循环支付生成发票。 +- **跟踪和管理收费**:检索和更新收费对象以监控支付。 +- **配置产品和价格**:设置您的产品目录、定价模型和优惠。 +- **监听和响应 Stripe 事件**:在支付更新、成功收费和其他 Stripe 事件发生时触发工作流。 + +通过将 Sim 与 Stripe 连接,您可以在代理工作流中实现无缝的自动化和财务操作。自动化客户入驻、订阅管理、支付收款、发票生成,甚至在支付事件发生时执行自定义操作——所有这些都由您的代理通过 Stripe 安全地直接处理。 + +无论您是在构建电子商务自动化、订阅服务,还是运行报告和对账,Stripe 工具都能让您轻松地在智能 Sim 工作流中协调支付和财务数据。 +{/* MANUAL-CONTENT-END */} + ## 使用说明 -将 Stripe 集成到工作流程中。管理支付意图、客户、订阅、发票、收费、产品、价格和事件。可以在触发模式下使用,当发生 Stripe 事件时触发工作流程。 +将 Stripe 集成到工作流中。管理支付意图、客户、订阅、发票、收费、产品、价格和事件。可以在触发模式下使用,当发生 Stripe 事件时触发工作流。 ## 工具 ### `stripe_create_payment_intent` -创建一个新的 Payment Intent 以处理支付 +创建一个新的支付意图以处理支付 #### 输入 | 参数 | 类型 | 必需 | 描述 | -| --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(secret key) | -| `amount` | number | 是 | 金额(以分为单位,例如 2000 表示 $20.00) | -| `currency` | string | 是 | 三字母 ISO 货币代码(例如 usd, eur) | -| `customer` | string | 否 | 要与此支付关联的客户 ID | +| --------- | ---- | ---- | ----------- | +| `apiKey` | string | 是 | Stripe API 密钥 \(secret key\) | +| `amount` | number | 是 | 金额(以分为单位)\(例如,2000 表示 $20.00\) | +| `currency` | string | 是 | 三字母 ISO 货币代码 \(例如,usd, eur\) | +| `customer` | string | 否 | 与此支付关联的客户 ID | | `payment_method` | string | 否 | 支付方式 ID | | `description` | string | 否 | 支付描述 | | `receipt_email` | string | 否 | 用于发送收据的电子邮件地址 | | `metadata` | json | 否 | 用于存储附加信息的键值对集合 | -| `automatic_payment_methods` | json | 否 | 启用自动支付方式(例如,\{"enabled": true\}) | +| `automatic_payment_methods` | json | 否 | 启用自动支付方式 \(例如,\{"enabled": true\}\) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `payment_intent` | json | 创建的 Payment Intent 对象 | -| `metadata` | json | Payment Intent 元数据,包括 ID、状态、金额和货币 | +| `metadata` | json | 包含 ID、状态、金额和货币的 Payment Intent 元数据 | ### `stripe_retrieve_payment_intent` @@ -67,7 +85,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | Payment Intent ID(例如,pi_1234567890) | | `amount` | number | 否 | 更新后的金额(以分为单位) | | `currency` | string | 否 | 三字母 ISO 货币代码 | @@ -90,7 +108,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | Payment Intent ID(例如,pi_1234567890) | | `payment_method` | string | 否 | 用于确认的支付方式 ID | @@ -99,7 +117,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `payment_intent` | json | 确认的 Payment Intent 对象 | -| `metadata` | json | 包含 ID、状态、金额和货币的 Payment Intent 元数据 | +| `metadata` | json | 包括 ID、状态、金额和货币的 Payment Intent 元数据 | ### `stripe_capture_payment_intent` @@ -111,14 +129,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | Payment Intent ID(例如,pi_1234567890) | -| `amount_to_capture` | number | 否 | 要捕获的金额(以分为单位,默认为全额) | +| `amount_to_capture` | number | 否 | 捕获的金额(以分为单位,默认为全额) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `payment_intent` | json | 捕获的 Payment Intent 对象 | -| `metadata` | json | 包含 ID、状态、金额和货币的 Payment Intent 元数据 | +| `metadata` | json | 包括 ID、状态、金额和货币的 Payment Intent 元数据 | ### `stripe_cancel_payment_intent` @@ -130,7 +148,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | Payment Intent ID(例如,pi_1234567890) | -| `cancellation_reason` | string | 否 | 取消原因(duplicate、fraudulent、requested_by_customer、abandoned) | +| `cancellation_reason` | string | 否 | 取消原因(duplicate, fraudulent, requested_by_customer, abandoned) | #### 输出 @@ -141,27 +159,27 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_list_payment_intents` -列出所有 Payment Intents +列出所有 Payment Intent #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Stripe API 密钥(secret key) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | -| `created` | json | 否 | 按创建日期过滤(例如,\{"gt": 1633024800\}) | +| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `payment_intents` | json | Payment Intent 对象数组 | -| `metadata` | json | 包含计数和 has_more 的列表元数据 | +| `payment_intents` | json | Payment Intent 对象的数组 | +| `metadata` | json | 列表元数据,包括计数和 has_more | ### `stripe_search_payment_intents` -使用查询语法搜索 Payment Intents +使用查询语法搜索 Payment Intent #### 输入 @@ -169,14 +187,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `query` | string | 是 | 搜索查询(例如,"status:'succeeded' AND currency:'usd'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `payment_intents` | json | 匹配的 Payment Intent 对象数组 | -| `metadata` | json | 包含计数和 has_more 的搜索元数据 | +| `payment_intents` | json | 匹配的 Payment Intent 对象的数组 | +| `metadata` | json | 搜索元数据,包括计数和 has_more | ### `stripe_create_customer` @@ -187,10 +205,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Stripe API 密钥(secret key) | -| `email` | string | 否 | 客户电子邮件地址 | -| `name` | string | 否 | 客户全名 | -| `phone` | string | 否 | 客户电话号码 | -| `description` | string | 否 | 客户描述 | +| `email` | string | 否 | 客户的电子邮件地址 | +| `name` | string | 否 | 客户的全名 | +| `phone` | string | 否 | 客户的电话号码 | +| `description` | string | 否 | 客户的描述 | | `address` | json | 否 | 客户地址对象 | | `metadata` | json | 否 | 键值对集合 | | `payment_method` | string | 否 | 要附加的支付方式 ID | @@ -210,8 +228,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥 \(秘密密钥\) | -| `id` | string | 是 | 客户 ID \(例如,cus_1234567890\) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 客户 ID(例如,cus_1234567890) | #### 输出 @@ -228,14 +246,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥 \(秘密密钥\) | -| `id` | string | 是 | 客户 ID \(例如,cus_1234567890\) | -| `email` | string | 否 | 更新的电子邮件地址 | -| `name` | string | 否 | 更新的姓名 | -| `phone` | string | 否 | 更新的电话号码 | -| `description` | string | 否 | 更新的描述 | -| `address` | json | 否 | 更新的地址对象 | -| `metadata` | json | 否 | 更新的元数据 | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 客户 ID(例如,cus_1234567890) | +| `email` | string | 否 | 更新后的电子邮件地址 | +| `name` | string | 否 | 更新后的姓名 | +| `phone` | string | 否 | 更新后的电话号码 | +| `description` | string | 否 | 更新后的描述 | +| `address` | json | 否 | 更新后的地址对象 | +| `metadata` | json | 否 | 更新后的元数据 | #### 输出 @@ -252,16 +270,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 客户 ID(例如,cus_1234567890) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `deleted` | boolean | 客户是否已被删除 | +| `deleted` | boolean | 客户是否已删除 | | `id` | string | 已删除客户的 ID | -| `metadata` | json | 删除的元数据 | +| `metadata` | json | 删除元数据 | ### `stripe_list_customers` @@ -271,8 +289,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `email` | string | 否 | 按电子邮件地址筛选 | | `created` | json | 否 | 按创建日期筛选 | @@ -291,9 +309,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `query` | string | 是 | 搜索查询(例如,"email:'customer@example.com'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `query` | string | 是 | 搜索查询(例如,"email:\'customer@example.com\'") | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 @@ -304,13 +322,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_create_subscription` -为客户创建一个新的订阅 +为客户创建一个新订阅 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `customer` | string | 是 | 要订阅的客户 ID | | `items` | json | 是 | 包含价格 ID 的项目数组(例如,\[\{"price": "price_xxx", "quantity": 1\}\]) | | `trial_period_days` | number | 否 | 试用天数 | @@ -327,13 +345,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_retrieve_subscription` -通过 ID 检索现有订阅 +通过 ID 检索现有的订阅 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 订阅 ID(例如,sub_1234567890) | #### 输出 @@ -345,15 +363,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_update_subscription` -更新现有订阅 +更新现有的订阅 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 订阅 ID(例如,sub_1234567890) | -| `items` | json | 否 | 包含价格 ID 的更新项目数组 | +| `items` | json | 否 | 更新后的包含价格 ID 的项目数组 | | `cancel_at_period_end` | boolean | 否 | 是否在周期结束时取消订阅 | | `metadata` | json | 否 | 更新的元数据 | @@ -372,9 +390,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 订阅 ID(例如,sub_1234567890) | -| `prorate` | boolean | 否 | 是否按比例取消 | +| `prorate` | boolean | 否 | 是否按比例分配取消 | | `invoice_now` | boolean | 否 | 是否立即开具发票 | #### 输出 @@ -392,7 +410,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 订阅 ID(例如,sub_1234567890) | #### 输出 @@ -410,8 +428,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | | `status` | string | 否 | 按状态过滤(active, past_due, unpaid, canceled, incomplete, incomplete_expired, trialing, all) | | `price` | string | 否 | 按价格 ID 过滤 | @@ -431,9 +449,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `query` | string | 是 | 搜索查询(例如,"status:'active' AND customer:'cus_xxx'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `query` | string | 是 | 搜索查询(例如,\"status:'active' AND customer:'cus_xxx'\") | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 @@ -450,7 +468,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `customer` | string | 是 | 客户 ID(例如,cus_1234567890) | | `description` | string | 否 | 发票描述 | | `metadata` | json | 否 | 键值对集合 | @@ -472,7 +490,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 发票 ID(例如,in_1234567890) | #### 输出 @@ -490,9 +508,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | -| `description` | string | 否 | 发票描述 | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | +| `description` | string | 否 | 发票的描述 | | `metadata` | json | 否 | 键值对集合 | | `auto_advance` | boolean | 否 | 自动完成发票 | @@ -511,16 +529,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `deleted` | boolean | 发票是否已删除 | +| `deleted` | boolean | 发票是否已被删除 | | `id` | string | 已删除发票的 ID | -| `metadata` | json | 删除元数据 | +| `metadata` | json | 删除的元数据 | ### `stripe_finalize_invoice` @@ -530,15 +548,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | | `auto_advance` | boolean | 否 | 自动推进发票 | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `invoice` | json | 最终的发票对象 | +| `invoice` | json | 完成的发票对象 | | `metadata` | json | 发票元数据 | ### `stripe_pay_invoice` @@ -549,8 +567,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(私钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | | `paid_out_of_band` | boolean | 否 | 将发票标记为带外支付 | #### 输出 @@ -568,8 +586,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(私钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | #### 输出 @@ -586,14 +604,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(私钥) | -| `id` | string | 是 | 发票 ID(例如:in_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 发票 ID(例如,in_1234567890) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `invoice` | json | 发送的发票对象 | +| `invoice` | json | 已发送的发票对象 | | `metadata` | json | 发票元数据 | ### `stripe_list_invoices` @@ -604,8 +622,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | | `status` | string | 否 | 按发票状态过滤 | @@ -624,9 +642,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `query` | string | 是 | 搜索查询(例如:"customer:\'cus_1234567890\'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `query` | string | 是 | 搜索查询(例如,"customer:\'cus_1234567890\'") | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 @@ -643,12 +661,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `amount` | number | 是 | 金额(以分为单位,例如 2000 表示 $20.00) | -| `currency` | string | 是 | 三字母 ISO 货币代码(例如 usd, eur) | +| `currency` | string | 是 | 三字母 ISO 货币代码(例如,usd、eur) | | `customer` | string | 否 | 要与此收费关联的客户 ID | | `source` | string | 否 | 支付来源 ID(例如,卡片令牌或已保存的卡片 ID) | -| `description` | string | 否 | 收费描述 | +| `description` | string | 否 | 收费的描述 | | `metadata` | json | 否 | 用于存储附加信息的键值对集合 | | `capture` | boolean | 否 | 是否立即捕获收费(默认为 true) | @@ -661,21 +679,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_retrieve_charge` -通过 ID 检索现有收费 +通过 ID 检索现有的收费 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `id` | string | 是 | 收费 ID(例如 ch_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | 收费 ID(例如,ch_1234567890) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `charge` | json | 检索到的收费对象 | -| `metadata` | json | 收费元数据,包括 ID、状态、金额、货币和支付状态 | +| `charge` | json | 检索到的 Charge 对象 | +| `metadata` | json | Charge 元数据,包括 ID、状态、金额、货币和支付状态 | ### `stripe_update_charge` @@ -685,8 +703,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `id` | string | 是 | 收费 ID(例如,ch_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | Charge ID(例如,ch_1234567890) | | `description` | string | 否 | 更新的描述 | | `metadata` | json | 否 | 更新的元数据 | @@ -694,8 +712,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `charge` | json | 更新后的收费对象 | -| `metadata` | json | 包括 ID、状态、金额、货币和支付状态的收费元数据 | +| `charge` | json | 更新后的 Charge 对象 | +| `metadata` | json | Charge 元数据,包括 ID、状态、金额、货币和支付状态 | ### `stripe_capture_charge` @@ -705,16 +723,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `id` | string | 是 | 收费 ID(例如,ch_1234567890) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `id` | string | 是 | Charge ID(例如,ch_1234567890) | | `amount` | number | 否 | 捕获的金额(以分为单位,默认为全额) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `charge` | json | 捕获的收费对象 | -| `metadata` | json | 包括 ID、状态、金额、货币和支付状态的收费元数据 | +| `charge` | json | 捕获的 Charge 对象 | +| `metadata` | json | Charge 元数据,包括 ID、状态、金额、货币和支付状态 | ### `stripe_list_charges` @@ -724,36 +742,36 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | -| `created` | json | 否 | 按创建日期过滤(例如,\{"gt": 1633024800\}) | +| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `charges` | json | Charge 对象的数组 | -| `metadata` | json | 包括计数和 has_more 的列表元数据 | +| `charges` | json | 收费对象数组 | +| `metadata` | json | 列表元数据,包括计数和 has_more | ### `stripe_search_charges` -使用查询语法搜索收费记录 +使用查询语法搜索收费 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `query` | string | 是 | 搜索查询(例如,\"status:'succeeded' AND currency:'usd'\") | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `query` | string | 是 | 搜索查询(例如,"status:'succeeded' AND currency:'usd'") | | `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `charges` | json | 匹配的 Charge 对象的数组 | -| `metadata` | json | 包括计数和 has_more 的搜索元数据 | +| `charges` | json | 匹配的收费对象数组 | +| `metadata` | json | 搜索元数据,包括计数和 has_more | ### `stripe_create_product` @@ -763,10 +781,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `name` | string | 是 | 产品名称 | | `description` | string | 否 | 产品描述 | -| `active` | boolean | 否 | 产品是否为激活状态 | +| `active` | boolean | 否 | 产品是否处于激活状态 | | `images` | json | 否 | 产品的图片 URL 数组 | | `metadata` | json | 否 | 键值对集合 | @@ -779,13 +797,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_retrieve_product` -通过 ID 检索现有产品 +通过 ID 检索现有的产品 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 产品 ID(例如,prod_1234567890) | #### 输出 @@ -797,13 +815,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_update_product` -更新现有产品 +更新现有的产品 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 产品 ID(例如,prod_1234567890) | | `name` | string | 否 | 更新的产品名称 | | `description` | string | 否 | 更新的产品描述 | @@ -826,16 +844,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 产品 ID(例如,prod_1234567890) | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `deleted` | boolean | 产品是否已删除 | +| `deleted` | boolean | 产品是否已被删除 | | `id` | string | 已删除产品的 ID | -| `metadata` | json | 删除的元数据 | +| `metadata` | json | 删除元数据 | ### `stripe_list_products` @@ -845,8 +863,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `active` | boolean | 否 | 按活动状态筛选 | #### 输出 @@ -864,9 +882,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `query` | string | 是 | 搜索查询(例如,"name:\'shirt\'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 @@ -883,9 +901,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `product` | string | 是 | 产品 ID(例如,prod_1234567890) | -| `currency` | string | 是 | 三字母 ISO 货币代码(例如,usd, eur) | +| `currency` | string | 是 | 三字母 ISO 货币代码(例如,usd,eur) | | `unit_amount` | number | 否 | 金额(以分为单位,例如,1000 表示 $10.00) | | `recurring` | json | 否 | 循环计费配置(间隔:天/周/月/年) | | `metadata` | json | 否 | 键值对集合 | @@ -900,13 +918,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_retrieve_price` -通过 ID 检索现有价格 +通过 ID 检索现有的价格 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 价格 ID(例如,price_1234567890) | #### 输出 @@ -924,16 +942,16 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 价格 ID(例如,price_1234567890) | -| `active` | boolean | 否 | 价格是否激活 | +| `active` | boolean | 否 | 价格是否为激活状态 | | `metadata` | json | 否 | 更新的元数据 | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `price` | json | 更新后的价格对象 | +| `price` | json | 更新的价格对象 | | `metadata` | json | 价格元数据 | ### `stripe_list_prices` @@ -944,8 +962,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `product` | string | 否 | 按产品 ID 过滤 | | `active` | boolean | 否 | 按激活状态过滤 | @@ -964,9 +982,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(秘密密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `query` | string | 是 | 搜索查询(例如,"active:'true' AND currency:'usd'") | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | #### 输出 @@ -977,13 +995,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" ### `stripe_retrieve_event` -通过 ID 检索现有事件 +通过 ID 检索现有的事件 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `id` | string | 是 | 事件 ID(例如,evt_1234567890) | #### 输出 @@ -991,7 +1009,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | | `event` | json | 检索到的事件对象 | -| `metadata` | json | 包括 ID、类型和创建时间戳的事件元数据 | +| `metadata` | json | 事件元数据,包括 ID、类型和创建时间戳 | ### `stripe_list_events` @@ -1001,10 +1019,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `apiKey` | string | 是 | Stripe API 密钥(密钥) | -| `limit` | number | 否 | 返回结果数量(默认 10,最大 100) | +| `apiKey` | string | 是 | Stripe API 密钥(secret key) | +| `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `type` | string | 否 | 按事件类型过滤(例如,payment_intent.created) | -| `created` | json | 否 | 按创建日期过滤(例如,\{"gt": 1633024800\}) | +| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | #### 输出 @@ -1013,7 +1031,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `events` | json | 事件对象的数组 | | `metadata` | json | 列表元数据,包括计数和 has_more | -## 注意事项 +## 注意 -- 分类:`tools` +- 类别:`tools` - 类型:`stripe` diff --git a/apps/docs/content/docs/zh/tools/trello.mdx b/apps/docs/content/docs/zh/tools/trello.mdx index f61eac0fd3..27f641d101 100644 --- a/apps/docs/content/docs/zh/tools/trello.mdx +++ b/apps/docs/content/docs/zh/tools/trello.mdx @@ -10,9 +10,24 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" color="#0052CC" /> +{/* MANUAL-CONTENT-START:intro */} +[Trello](https://trello.com) 是一个可视化协作工具,帮助您使用看板、列表和卡片来组织项目、任务和工作流程。 + +在 Sim 中使用 Trello,您可以: + +- **列出看板和列表**:查看您有权限访问的看板及其关联的列表。 +- **列出和搜索卡片**:检索看板上的所有卡片,或按列表筛选以查看其内容和状态。 +- **创建卡片**:向 Trello 列表中添加新卡片,包括描述、标签和到期日期。 +- **更新和移动卡片**:编辑卡片属性,将卡片移动到不同的列表,并设置到期日期或标签。 +- **获取最近活动**:检索看板和卡片的操作和活动历史记录。 +- **评论卡片**:向卡片添加评论以便协作和跟踪。 + +将 Trello 与 Sim 集成,可以让您的代理以编程方式管理团队的任务、看板和项目。通过您的 AI 代理,自动化项目管理工作流程,保持任务列表的最新状态,与其他工具同步,或响应 Trello 事件触发智能工作流程。 +{/* MANUAL-CONTENT-END */} + ## 使用说明 -与 Trello 集成以管理看板和卡片。列出看板、列出卡片、创建卡片、更新卡片、获取操作并添加评论。 +集成 Trello 以管理看板和卡片。列出看板、列出卡片、创建卡片、更新卡片、获取操作记录以及添加评论。 ## 工具 @@ -63,21 +78,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `boardId` | string | 是 | 要在其上创建卡片的看板 ID | -| `listId` | string | 是 | 要在其中创建卡片的列表 ID | +| `boardId` | string | 是 | 要创建卡片的看板 ID | +| `listId` | string | 是 | 要创建卡片的列表 ID | | `name` | string | 是 | 卡片的名称/标题 | | `desc` | string | 否 | 卡片的描述 | -| `pos` | string | 否 | 卡片的位置(顶部、底部或正浮点数) | +| `pos` | string | 否 | 卡片的位置(top、bottom 或正浮点数) | | `due` | string | 否 | 到期日期(ISO 8601 格式) | -| `labels` | string | 否 | 以逗号分隔的标签 ID 列表 | +| `labels` | string | 否 | 逗号分隔的标签 ID 列表 | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `success` | boolean | 卡片是否成功创建 | +| `success` | boolean | 卡片是否创建成功 | | `card` | object | 创建的卡片对象,包含 id、name、desc、url 和其他属性 | -| `error` | string | 如果操作失败的错误信息 | +| `error` | string | 如果操作失败,返回错误信息 | ### `trello_update_card` @@ -91,30 +106,30 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `name` | string | 否 | 卡片的新名称/标题 | | `desc` | string | 否 | 卡片的新描述 | | `closed` | boolean | 否 | 归档/关闭卡片(true)或重新打开卡片(false) | -| `idList` | string | 否 | 将卡片移动到不同的列表 | +| `idList` | string | 否 | 将卡片移动到其他列表 | | `due` | string | 否 | 到期日期(ISO 8601 格式) | -| `dueComplete` | boolean | 否 | 将到期日期标记为完成 | +| `dueComplete` | boolean | 否 | 将到期日期标记为已完成 | #### 输出 | 参数 | 类型 | 描述 | | --------- | ---- | ----------- | -| `success` | boolean | 卡片是否成功更新 | -| `card` | object | 更新后的卡片对象,包含 id、name、desc、url 和其他属性 | -| `error` | string | 如果操作失败,则为错误信息 | +| `success` | boolean | 卡片是否更新成功 | +| `card` | object | 更新的卡片对象,包含 id、name、desc、url 和其他属性 | +| `error` | string | 如果操作失败,返回错误信息 | ### `trello_get_actions` -从看板或卡片获取活动/操作 +获取看板或卡片的活动/操作 #### 输入 | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | -| `boardId` | string | 否 | 要获取操作的看板 ID(需要 boardId 或 cardId) | -| `cardId` | string | 否 | 要获取操作的卡片 ID(需要 boardId 或 cardId) | -| `filter` | string | 否 | 按类型筛选操作(例如:"commentCard,updateCard,createCard" 或 "all") | -| `limit` | number | 否 | 返回的最大操作数(默认值:50,最大值:1000) | +| `boardId` | string | 否 | 要获取操作的看板 ID(boardId 或 cardId 必填其一) | +| `cardId` | string | 否 | 要获取操作的卡片 ID(boardId 或 cardId 必填其一) | +| `filter` | string | 否 | 按类型筛选操作(例如 "commentCard,updateCard,createCard" 或 "all") | +| `limit` | number | 否 | 返回的最大操作数(默认:50,最大:1000) | #### 输出 @@ -122,8 +137,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | ----------- | | `success` | boolean | 操作是否成功 | | `actions` | array | 包含类型、日期、成员和数据的操作对象数组 | -| `count` | number | 返回的操作数 | -| `error` | string | 如果操作失败,则为错误信息 | +| `count` | number | 返回的操作数量 | +| `error` | string | 如果操作失败,返回的错误信息 | ### `trello_add_comment` @@ -134,7 +149,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `cardId` | string | 是 | 要评论的卡片 ID | -| `text` | string | 是 | 评论文本 | +| `text` | string | 是 | 评论内容 | #### 输出 @@ -142,9 +157,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | ----------- | | `success` | boolean | 评论是否成功添加 | | `comment` | object | 创建的评论对象,包含 id、text、date 和 member creator | -| `error` | string | 如果操作失败的错误信息 | +| `error` | string | 如果操作失败,返回的错误信息 | -## 注意 +## 注意事项 -- 类别: `tools` -- 类型: `trello` +- 类别:`tools` +- 类型:`trello` diff --git a/apps/docs/content/docs/zh/triggers/start.mdx b/apps/docs/content/docs/zh/triggers/start.mdx index e4a2e8c048..09303e4fbe 100644 --- a/apps/docs/content/docs/zh/triggers/start.mdx +++ b/apps/docs/content/docs/zh/triggers/start.mdx @@ -87,4 +87,14 @@ import { Image } from '@/components/ui/image' - 当您希望同时支持 API 和聊天调用者时,将 Start 块视为单一入口点。 - 优先使用命名的输入格式字段,而不是在下游节点中解析原始 JSON;类型强制会自动发生。 -- 如果您的工作流需要某些字段才能成功,请在 Start 之后立即添加验证或路由。 \ No newline at end of file +- 如果您的工作流需要某些字段才能成功,请在 Start 之后立即添加验证或路由。 + +- 将 <start.fieldName> 直接连接到需要结构化负载的代理、工具或函数。 +- 在提示字段中使用模板语法,例如 <start.sampleField><start.files[0].url>(仅限聊天)。 +- 当需要对输出进行分组、更新会话历史记录或回调到聊天 API 时,请随时使用 <start.conversationId>。 + +## 最佳实践 + +- 当您希望同时支持 API 和聊天调用者时,将 Start 块视为单一入口点。 +- 优先使用命名的输入格式字段,而不是在下游节点中解析原始 JSON;类型强制会自动发生。 +- 如果某些字段是工作流成功所必需的,请在 Start 之后立即添加验证或路由。 \ No newline at end of file diff --git a/apps/docs/i18n.lock b/apps/docs/i18n.lock index 5d08df45b7..756f37f87f 100644 --- a/apps/docs/i18n.lock +++ b/apps/docs/i18n.lock @@ -234,7 +234,7 @@ checksums: meta/title: 8cbe02c3108a0dbe0586dbc18db04efe meta/description: 9540ac7731cebd594afa4ce2fb59ab9d content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7bc3f27360dbfe215a3f4b67efbf253f + content/1: bc4ca2519f257a1da830d80829d9fca1 content/2: 727302388d840298cdfe4baf4d867cd4 content/3: f2937fe97e6ad2ce2b8a7857bc42702e content/4: 9a642ef8acbba0fa362ff638cfe4ceee @@ -296,7 +296,7 @@ checksums: meta/title: dc96f9cb0985d77c30f55927723f0175 meta/description: 15c7d592f04655f534458cd82180ba1f content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 8df02538c75d779ffaeebb31b23fa0cb + content/1: 28b1f3dfe62168dc2ad83ad3b544f65a content/2: b4556214c42ebeb4595f93d45f7dcff0 content/3: 4a4b74c8f6f611ed7b88c0cf45132afa content/4: 4a57bf5b86bc1e08c0fe5c759bb07f16 @@ -335,7 +335,7 @@ checksums: meta/title: 79a4f3d5cba5516354f87d2f1f2e9afe meta/description: 5287a30b763a7cbb473ae4034ac0826e content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 4d7bc7d4cbf1d09608ccc6d6a829eace + content/1: badd406983e26f8719d829c4c6a14626 content/2: 3197e0b884ca4908ea613e369d87c81a content/3: 68dfd7c3bf20eeb068511246a8fa9b02 content/4: b30a8b134698fdbd20448f8f3a7764f9 @@ -373,7 +373,7 @@ checksums: meta/title: f342772a23e724418e684189a8951a30 meta/description: 0510c15cb7ab9f3d1df20a954d7956c1 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 865cf2f0bb353abee81fb6d3cf3f0a31 + content/1: 1684dae5d8674b556c7ba7d362237d74 content/2: 685d69c6605c0facb3855a7be26532ed content/3: aa6bd66346e0215df8e8ff6aa5b7d6de content/4: ca2cc21b642cfe0003da75aee6d5b046 @@ -400,7 +400,7 @@ checksums: meta/title: 1d69011ca3ceebe01c18cc8bdf220768 meta/description: e7e410092dcc3389f74dcb175b355f40 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: c6c91c81e6004a1bbc921dfccbd283c5 + content/1: ad17357626d0ef823cedfaf9c9553b69 content/2: bc053178f4da060ffab623d38919839c content/3: 035f133132de19145cb977a2c1c13a3e content/4: c23e0794ecd7dd114eadb0159356c6c2 @@ -450,7 +450,7 @@ checksums: meta/title: c7cf5660fae1503cce550d9693e82259 meta/description: 554874aecc019d1f93b771fec6f8dee0 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: e19ee5aa75da9f76bfafeb724cec446a + content/1: 4c554f74ad58e06e3338e0285b25adf3 content/2: b4ad556d4347008312574a4fc1a64d90 content/3: 2e225b0863bbc4e82baf30e6b71acfb5 content/4: 63962344325f84cfcca7995a249a5fba @@ -470,7 +470,7 @@ checksums: meta/title: 629d79da73a80eb42be510701aaf523e meta/description: abd4ac24bcfed126e1641b43a16ab797 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7730e69e18af1812a9dfa275f9bfa188 + content/1: 79bc05058ef845b0c17098ee5cd39f09 content/2: f039de72b274b70004a49a92d3662c34 content/3: ec82e5d1e9ffde73fcdc1b81690b2ccd content/4: bc419429ef009a246fcd34b366bbfbf8 @@ -532,7 +532,7 @@ checksums: meta/title: 2a658a32d32fb6ad5ca628e34bfa208b meta/description: 71ed564e55fe43190ea4e9d24274e1a8 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7e0cd1f808da9c7a3516bf0e73bca2a8 + content/1: 116c0737e7421c37dc94da779dff61be content/2: 86ad94f637e8d22c743acdbbcb41244b content/3: 63e5fd0f23a05d47311522df1a5ffa6a content/4: b15a6eb668c58bc2d2bf808312b32404 @@ -553,7 +553,7 @@ checksums: meta/title: 59f9803b27e2030ba7323ed239116cf7 meta/description: e14f86dbc2ab15b974a043ad79e17e19 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7af145e9a68333b5bc95ae2ba4edc417 + content/1: 79f5d9e44fa759c13ba2ef8f3cce35c6 content/2: 57f5dca7d040bebebe1ded249a71ca1c content/3: 9c1e5fc05bc32bb6476dbd3839b77f74 content/4: 64549ba271136ca5f4b57034c3b20ab7 @@ -577,7 +577,7 @@ checksums: meta/title: 6ea728a87df2a68e40938bba653845d2 meta/description: 19eaaa8cac2b54c15a1c3f7d61b52457 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: fc3a1554944c15492a8e1d50be3ad30e + content/1: 0da0cbef3d0d6864f797289e27f0d1f3 content/2: d8f32cc42c5b7262d4df0c3e1353a65b content/3: d68420d9ea45c9f1e1b6b83d48e2563d content/4: 31252ae8ca5486b36e29b98942252b05 @@ -597,7 +597,7 @@ checksums: meta/title: 0719cb55ded3146892d106733a8431b2 meta/description: 390e6d45014e6a7b466c7bcdb2cc24c0 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: f08d6595f6452ac5ade1a669628d4307 + content/1: 8df9bf2de652661819da5a53a9ba0612 content/2: 6801f0cd19ad1016e50b33948222c1f3 content/3: a5c0d6c8c989d34c96a63bc4e4f3e072 content/4: 2eabdab2d99fb04e522796f1deba5a24 @@ -658,7 +658,7 @@ checksums: meta/title: df20085ae7dc009c9b6532113064c6bb meta/description: 0a0c4af79216512ddc68df973afed52c content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: c658b6675e1bf104ffe8d36742197171 + content/1: 5e99b2725f07a1753dcf0dad98ad700c content/2: ab8e8035ba8fa5a227d214311e22cb51 content/3: b76fcd834e12155fe1be569aa37a995f content/4: 18982a4b4c397a1e213540bc90d361ba @@ -696,7 +696,7 @@ checksums: meta/title: 97e0286c2825524efb93ba79d0ff0b48 meta/description: 3011d521c9489b75109d40ed151a560f content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: d9ce47de46cb34dcac9bcfa536388fbc + content/1: 8c471f032ed80e1083c6948dc8eaafde content/2: 3303feab15b688905138da341813aebe content/3: 20055ce355f035fbddcb7177c5e0aac1 content/4: 1ec905b7de20ff7322e4701d53c35d86 @@ -838,7 +838,7 @@ checksums: meta/title: 64d1e9a0e5ae9fdb055a5366c22433fc meta/description: 1f9e8e75ebe525fc5bb53d9f5e0dd3a8 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: eb47b92528951b500f3ed6433ebecb1e + content/1: 08092567af72af2eea1d29b5d864ee89 content/2: f528a837d684333d706d9a477346dd6c content/3: c96320b1e7271f8b46b18556cf10f680 content/4: 0dc119884f651b204d99120ee4cf18b8 @@ -858,7 +858,7 @@ checksums: meta/title: fa81baef9ba5e794e519b71ad8a0bcf2 meta/description: a6150e728da734390689627af1a2fd34 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 19432b8d00e1bfc547b791c0f0c169e6 + content/1: fdd8ecb5e550d9ed729ea0445c3c3ad1 content/2: a0e89f4efd3f7a0474568bceef251e05 content/3: c96320b1e7271f8b46b18556cf10f680 content/4: 0cf4d7d650aec185fb41b3e92f507057 @@ -878,7 +878,7 @@ checksums: meta/title: 7b7b808a136ce10b6199c504e81fb902 meta/description: 9b77a5b1561b43c9f30bb06febc6ff6c content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 4d29bfac4e61de9e93139131a5509b67 + content/1: 282a4d7d75403907c1156279572e3539 content/2: c7077fcecb22498a00df18241b4aac68 content/3: 30710c9fb7e0bf9eaf09bd98d7555e94 content/4: 165dbf40d8b92b1a084cab1a26d18ac1 @@ -937,7 +937,7 @@ checksums: meta/title: bffce99cf04c6651f6f5e82b731c6093 meta/description: 6ed9ca8738fc05b54b373173c32a1dea content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 5c549464f9a391ce3bf63187d2370880 + content/1: 367d37fa33647504618d6cdfc99844e0 content/2: fcebf290d7e6abefe49cb32c1dfa9001 content/3: 680d82a303333166be2778d7f0666137 content/4: 53041a8de5f45f7a58f95581c4f32b0c @@ -999,7 +999,7 @@ checksums: meta/title: 25b7006e238bd277acad0336b59e6581 meta/description: 4c972c767abaf134b90c2e9bf6619876 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 2da4d56ee5f8974e9cec371dfee7515f + content/1: 6fe1d582260206fdccd586841d037574 content/2: 0306a4d1c7565b7fc0cdfbe5d45dd173 content/3: b1336124e72912eb21cb0097c271b30f content/4: b483f38b65f3d6480f56b132a1ac397f @@ -1028,7 +1028,7 @@ checksums: meta/title: cce1ae862f9851c02137f7be070e87bf meta/description: 9c24136d13767cf42d598ecd2cd7895b content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 4b62ccc8c13a183707ae275bcbbcf8ba + content/1: 5cc75c9b77c8b8ee90fd3727b3b3e71a content/2: bd6df7d7d47e2f5a3562df04bb4c2be5 content/3: a8184d3faf141c4c38d8a31b6374830d content/4: b0425d5c200cae7c869529ea3b8f7214 @@ -1072,7 +1072,7 @@ checksums: meta/title: 3c84eca48ca70bd0bbd8b7df1be47842 meta/description: 0eef3f2f8a8654bcdf054af7d17e7cb6 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 14584fe664d2604010e353d71af678ba + content/1: 41e8aa1400075dfae413065f231fc6a3 content/2: c5b76f36214965155bcc399cc8b267fc content/3: f25285e8d1da1e64e335caa9f3d8704c content/4: 11c2e5acc56bc1425141614a4e368719 @@ -1157,7 +1157,7 @@ checksums: meta/title: d4d96d56246a524f9983597a2f5f81dc meta/description: a83fea4716785fccfa9dfa151d8cb1ee content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 1a2be7bb0c0f159f5054c6339f6ef634 + content/1: 685d4c59ff5f32dd02d258104c1fc139 content/2: 4db854df4f4926115c704a679ac3ae67 content/3: 210f4293973ef06233f593c78dd76aa4 content/4: 052d66cde7354073c18b275c107a63c1 @@ -1191,7 +1191,7 @@ checksums: meta/title: a04c25ea63310392be4529d412de63f0 meta/description: 3a4f365e478152f71deba3d11a03234b content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 4fb04ea1ce6af2df1ebc97a7a2fc245e + content/1: 28943f3d40f69196ba9d8e0672e40f69 content/2: a034755a5e31a37405d8ac2e4c5ad1ad content/3: 3fe7ed4cb52c6a0c7b5114f566e63ada content/4: 16dcbae800514a0aea5f6aae55243dd6 @@ -1235,7 +1235,7 @@ checksums: meta/title: 9194ab94636a762a60b4c8fa6f0edb11 meta/description: bec49bfbda8643e35cad1bc20346b712 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 88ae85021626273321114da8f1dc2fb3 + content/1: b10f69f056f4c915d75f5591dc0ba2f3 content/2: 87af9a17704504737a2f3b9f2306504b content/3: 33b4cb5e9592b5232823d0b4e10db8c7 content/4: 7a39a2170e05513fcde970f9c254c45d @@ -1279,7 +1279,7 @@ checksums: meta/title: 3c56e3a39b8ae929c9d1cfb89a669296 meta/description: 5ff0f13549c9a6a6368952ca24e336ab content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 6e6f5dab4f54bf1f2207c504f6ad7671 + content/1: 656342e223bddf4bc6461a5beb02f46e content/2: ddd00b9247c3d5baf83f7efebed0ff31 content/3: f5a3cc7aa8a8d83eba23b7c0462547d3 content/4: 274d1fb1ae509dacebb118e5a8952f33 @@ -1305,7 +1305,7 @@ checksums: meta/title: dbaa9ca9cf37fe3a83b7106391a471b3 meta/description: 3b867b21fea3f1853b864ab00251fac5 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 3357b31ab8b913421fa4a6b62056ca8e + content/1: c8b343cdcddd46d7918bef43ce100566 content/2: e3c8980e68c6e3aa729b798cf17fb06c content/3: e771a218fd55b542fdc7a3bbe7d081e2 content/4: 117884cc422b07394f6eba643e5e1bdc @@ -1337,7 +1337,7 @@ checksums: meta/title: 63684f1faa4c84ba7b0b3e2b751a83a3 meta/description: 8d28088334985373b0dbf639415f18ab content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: fe02cbe63419c28db832e22ecf3ae122 + content/1: 8034368b38b785a67f5d218768db8c20 content/2: 3db4ef88db285f0bd5cd6a518398b0bc content/3: 694aa4974003dd74bfaf16048ea8b240 content/4: a428aeb79967c72a7a5d2175a205bde2 @@ -1407,7 +1407,7 @@ checksums: meta/title: fa8817f12be63fbbebd49f0cb7b3e57a meta/description: bfc940a2457833e4d57b3d709cd80fa0 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7c23c2925955e641c52a50662800f022 + content/1: 562a3382bc290a0a3b20c05b00ecfc67 content/2: a58c64687cdbf18a89bdbb3847f7a31b content/3: 5c71067424e92945bbd124a4b6b9f382 content/4: 4a2854d8bed529de9468d37bce3059c2 @@ -1427,7 +1427,7 @@ checksums: meta/title: 0553a74da1a4396f9f34b891a853c505 meta/description: e2c16e4b303eab594859f25868d9b5c9 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 2f2292b3fe709bcb54d5cdbd2677c598 + content/1: 75b753affebc5f5f1b320ad72c7fd9b0 content/2: ecac09853db4eaaabe3c7c1514236071 content/3: a4ea02ef34515ff8da4702c7e28d2280 content/4: 6b41916f4066a0cb4b3c5e342513e487 @@ -1472,7 +1472,7 @@ checksums: meta/title: da404344dabd8904725c8f95d61a82d5 meta/description: d1af052d71031772e9258536553ee2f1 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: cab275c43eb341a13c2150b1ef5dca6c + content/1: 67e3876560d88c1d562dd6222bfd2035 content/2: 93ff2195ccfd14cb60003a685b592cbd content/3: 919f2968274aa1cae96a3abe0914fb3a content/4: 32b5a99af00eb8e18aff9eedc81e6093 @@ -1530,7 +1530,7 @@ checksums: meta/title: 8f0affa1127699c5c3f0fe5b2139dde9 meta/description: f15233e46d37c3650b14b1a3aef740e1 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: b7a55daec22e8903ab3d02d59975b353 + content/1: 9fad8740654547cc7076dd8633445e2d content/2: 1c697f54778df95bd8828f8a7b4722c8 content/3: fa9c838fc6feefe941208b2f525dac72 content/4: 71a7db34dbedbffb6f53477fc25c0567 @@ -1574,47 +1574,51 @@ checksums: meta/title: a052df901b7893c9ff1dafea74e57d02 meta/description: e55526e7f85fedb1cc40ac77a9276f2b content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 6f1e8ea2ad23af09be23ee31e8c92954 - content/2: 821e6394b0a953e2b0842b04ae8f3105 - content/3: 9cfb0ef7437d98bb6adf1d3b0425c77c - content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e - content/5: be09354b6157689eafe3b7c4784b67bb - content/6: ba8c649dd1915ab76f683a0185d0d5fa - content/7: 371d0e46b4bd2c23f559b8bc112f6955 - content/8: a0a14314745b5d0b4454638bc5903ff0 - content/9: bcadfc362b69078beee0088e5936c98b - content/10: a716572671be8cf1c02640fb5e8c51ce - content/11: 3edbd698fc6f26b73483a7e9049ffa40 - content/12: 7b9292623774cabf0ce1dfa2a35828ed - content/13: 371d0e46b4bd2c23f559b8bc112f6955 - content/14: bad808adabe1733c5aa284f1c1bfe080 - content/15: bcadfc362b69078beee0088e5936c98b - content/16: 0d3ad5ec9d0dcd5ba55735c2cbc2be98 - content/17: 4e6f51fb9133970670fe77e346f84cce - content/18: 321a4939eda83f8507f94a4c1669994f - content/19: 371d0e46b4bd2c23f559b8bc112f6955 - content/20: e776134f64fc07afa2046ad336d344fc - content/21: bcadfc362b69078beee0088e5936c98b - content/22: 2ebba2239fd60f2d19e51b0870162cc7 - content/23: 68b9c2b1266836ce8c6cffccede565f8 - content/24: 23427dd7b17e60b9530309f6286fb28a - content/25: 371d0e46b4bd2c23f559b8bc112f6955 - content/26: 26825119fdbc81b8d6a08db0c734567c - content/27: bcadfc362b69078beee0088e5936c98b - content/28: 0d3340ae9aea692f3ba7acdc00c1034e - content/29: aee41e06db09ba6a3dde4ebbb5a1739b - content/30: b330295e610bfb37b868a21d5e56b3e6 - content/31: 371d0e46b4bd2c23f559b8bc112f6955 - content/32: 19fe8883be3f27e560eb8a6c65b9d4f1 - content/33: bcadfc362b69078beee0088e5936c98b - content/34: 2b3b6b0ba95a08ba65bd9cb2247cc5b3 - content/35: b3f310d5ef115bea5a8b75bf25d7ea9a - content/36: 994809d435a116e242afc561607386c2 + content/1: 0f293ef4c649b9236c7f5035581559ed + content/2: d4cc28a7192deb08f87097ced3174575 + content/3: 0c66c822420e2fb37d3db5ba370908ad + content/4: 149289f24f85e8d820950b1ecc5946e6 + content/5: 546c465637c27958ea96b997fb1f984c + content/6: 821e6394b0a953e2b0842b04ae8f3105 + content/7: 9cfb0ef7437d98bb6adf1d3b0425c77c + content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e + content/9: be09354b6157689eafe3b7c4784b67bb + content/10: ba8c649dd1915ab76f683a0185d0d5fa + content/11: 371d0e46b4bd2c23f559b8bc112f6955 + content/12: a0a14314745b5d0b4454638bc5903ff0 + content/13: bcadfc362b69078beee0088e5936c98b + content/14: a716572671be8cf1c02640fb5e8c51ce + content/15: 3edbd698fc6f26b73483a7e9049ffa40 + content/16: 7b9292623774cabf0ce1dfa2a35828ed + content/17: 371d0e46b4bd2c23f559b8bc112f6955 + content/18: bad808adabe1733c5aa284f1c1bfe080 + content/19: bcadfc362b69078beee0088e5936c98b + content/20: 0d3ad5ec9d0dcd5ba55735c2cbc2be98 + content/21: 4e6f51fb9133970670fe77e346f84cce + content/22: 321a4939eda83f8507f94a4c1669994f + content/23: 371d0e46b4bd2c23f559b8bc112f6955 + content/24: e776134f64fc07afa2046ad336d344fc + content/25: bcadfc362b69078beee0088e5936c98b + content/26: 2ebba2239fd60f2d19e51b0870162cc7 + content/27: 68b9c2b1266836ce8c6cffccede565f8 + content/28: 23427dd7b17e60b9530309f6286fb28a + content/29: 371d0e46b4bd2c23f559b8bc112f6955 + content/30: 26825119fdbc81b8d6a08db0c734567c + content/31: bcadfc362b69078beee0088e5936c98b + content/32: 0d3340ae9aea692f3ba7acdc00c1034e + content/33: aee41e06db09ba6a3dde4ebbb5a1739b + content/34: b330295e610bfb37b868a21d5e56b3e6 + content/35: 371d0e46b4bd2c23f559b8bc112f6955 + content/36: 19fe8883be3f27e560eb8a6c65b9d4f1 + content/37: bcadfc362b69078beee0088e5936c98b + content/38: 2b3b6b0ba95a08ba65bd9cb2247cc5b3 + content/39: b3f310d5ef115bea5a8b75bf25d7ea9a + content/40: 994809d435a116e242afc561607386c2 006831d1cfcb45345443bfc82bcd95a2: meta/title: 48d26ff81f2bbf5b08cccb775d1effb4 meta/description: 46277e466eb2318e6051793eeb86c9f0 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 8e362626085cb91d1854334d244ac2c1 + content/1: fbc0afbb65d074445075ac80def1fb7e content/2: 2458b1abf3d8cb77b01de594c27e6602 content/3: fda3f4c364e9624bdf4cb396474c2ca6 content/4: 7c6639b125ed3fc850b568ef8b8e5401 @@ -1634,7 +1638,7 @@ checksums: meta/title: d5459feacc37e98e41da7303b7173de3 meta/description: d625de8777071ea454a1df3cd97de6de content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 256934341b5b98bdff97b05fd7101d85 + content/1: 270e04bca4197b1986628398afc80e56 content/2: 35de9022dc1c00c0d428dc344a4eba8e content/3: d2d77992cce42deb48a7095ae9bb59d2 content/4: a76c1ab5c6aa311c83d5cd9e24cba2f7 @@ -1732,7 +1736,7 @@ checksums: meta/title: d8c1b22a932ae570f28220c5c30f412b meta/description: 42649fc6406509b3d1fc16343763851f content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 85c3babc877eaa8d8fe5d5afbeb672cc + content/1: 7f79388851ce5c49c47ebb97d0b2d14c content/2: bb3d12b1ba15220d319c18cd63f32746 content/3: 0ba88742a2a10957472ae0c69e1bdf59 content/4: d72c202bcbb73408ad01c45504829637 @@ -1824,7 +1828,7 @@ checksums: meta/title: 66e8f0cfe6bdd076ca1025bcd7a676d4 meta/description: 002e3a05eab4a671e3691d1838c887aa content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 611d11b2d4178f5a872efefafae1c622 + content/1: d08f73e2bb2dcd55b720078de2c810c5 content/2: d0c5e32d83654596029ef2d344fada5f content/3: 691416306eb2bacfa65ee7eb2b2092b2 content/4: 840a65d7676f756ba632bd7828c53024 @@ -1856,7 +1860,7 @@ checksums: meta/title: 7e91fe4b762eaa7410fa882788e1504b meta/description: eb391c869e4d86d21e4ee08ffff2a318 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 15fe1fd867447cac8f0f56f7e8bfa5f4 + content/1: 9002ead3131e47a05d7e51cd0625a9c3 content/2: 821e6394b0a953e2b0842b04ae8f3105 content/3: 78a5b0789693f40d19e69c50e02f7547 content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e @@ -1890,7 +1894,7 @@ checksums: meta/title: 3a3dac524cf01fd16a5ec2f75672fd13 meta/description: ce6cdd6ab1b33ba072ef03d843b7f3bd content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 74d071c94eb8c549bc4d31a18d72faa9 + content/1: 4ab8d2382719c91d5e182f19b7a8f0f9 content/2: 3cb5cf662636e91fa809da2751ad0a60 content/3: 66f96b3f0190ccef415a941866c4fb5b content/4: 1578d763fa803be6dac1d39a5496870d @@ -1922,7 +1926,7 @@ checksums: meta/title: f09ba67faa76feb78a8a2cd349c244b8 meta/description: 2794c32a99fc6097b60747bc4529d872 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 15716e1887c541d69927684883a95bfd + content/1: 349d5dbef5270174421041cd2027ec97 content/2: b25fa482a495e5a7ab2b3c7ea795addf content/3: 7f0d16481e40157d82ef129a16b3b91a content/4: 758af3716235169c4cd3bf434ba7aeda @@ -1942,7 +1946,7 @@ checksums: meta/title: 33bb376cf1a93dc6b2036c739a4362c2 meta/description: 8c0f7fe31a37609c8a3e1e3e9985962b content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: c34dcf0bcd7f8b1e9ad5df7bd464fdab + content/1: c857533368c4f872bfe3fcff0fbb009a content/2: 082b06c7e8914e70851985b96bcb77fb content/3: 3bc0aea516e5a03daeea39f0e4da896c content/4: 89f48790cc2a9f716df9a848b319d810 @@ -2431,7 +2435,7 @@ checksums: meta/title: 434d6cd2ab58b3fcfca0d49e0b354c8b meta/description: 68eb0d71f0d5be4552c4529c0fe9f4c9 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: b3ce608379c232c22538ea6118d2532a + content/1: 541abd3d88878fa61bea44498015f226 content/2: 237b2e57159992a22d167db5d79b1192 content/3: 724ee848e146d673fce9c9266a5b370b content/4: dfd9ba7f4ec0dba32a1b9add28a59299 @@ -2464,7 +2468,7 @@ checksums: meta/title: 88ccc61c79abcd78a700e1195bf41fbe meta/description: 35aa5be62de6abb73725efd9c08fcc9e content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: e484c6b8674e0a1006908c9e83ff7860 + content/1: 107fcfb00ccf053a1e775927529035a4 content/2: 710abe0504a3a0c6584add22c4b5add8 content/3: 8066f2e50c84f06ad1ba4271c77ece8e content/4: 507d1095f9718dd1b7a62224ac0986c4 @@ -2611,7 +2615,7 @@ checksums: meta/title: ddfe2191ea61b34d8b7cc1d7c19b94ac meta/description: 049ff551f2ebabb15cdea0c71bd8e4eb content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 2e42b42894afd9d37d847f2ee5616334 + content/1: c85273a8206157cc09fccd2975a7c588 content/2: 408d7be04229f584b48f7d6965507a16 content/3: 0e765ace4292ed08364f35c1c90d90fb content/4: 46ff3818ea9ddddcf4a3a0f3e23a5d22 @@ -2660,7 +2664,7 @@ checksums: meta/title: 9bccc6d048e10e5447d46150d69c7534 meta/description: 2b07b83f4addcb7b83af5f0f78e07244 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 5e682ad53448b85f4e55d19fad989d86 + content/1: 2940b25c4302ec4ca856b62291d7ca30 content/2: b7963287949445fe0eba6fe3abc3abe9 content/3: 8e6699b166034412e0714a56a46230da content/4: a15021682f13db959d0aa64930e736da @@ -2680,7 +2684,7 @@ checksums: meta/title: 450261346ecd2811524827768115442f meta/description: dc045d071e0140bc09201ac6289ca1d7 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 90fca6f8f6101619ab258b8a57abea9b + content/1: 8f991a0488d4109489e5e386f4c6343b content/2: f3d8b5ea43af5fe6426bab809d9b7c15 content/3: 726330da164bff8549a65296b27885a7 content/4: 99cb887002d75f25f5b5abca98d9cdb3 @@ -2730,7 +2734,7 @@ checksums: meta/title: acea48883e06cfb76afd80a621d8eee9 meta/description: 9739e919068debe0bcdae4c7d1ad0518 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 797daee9b03da35b6d10e9d02b00764d + content/1: 9ba6089efe64d99f37ef22e4853ebcc0 content/2: bd5792ba4cf4540cc1bba745652a8c5f content/3: 5a2149dbe4ec4e628b72c925a86c5d9b content/4: 0ce7fe62b8305b7c330a00431754d317 @@ -2749,7 +2753,7 @@ checksums: meta/title: 179ff7ce3ec3c9dca1304013d92c4ebf meta/description: 002e3a05eab4a671e3691d1838c887aa content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: bb6f219c84447391fddbb0043d50e0e3 + content/1: 7681a5ef886e967edc328768f0466575 content/2: b6efcdd3388a949992b633571b053705 content/3: 296b36db36dd2bb5fccd95b48d639164 content/4: 6718eaa1dbedf150cc92223718c625c1 @@ -2795,7 +2799,7 @@ checksums: meta/title: 288cefd3a8174d4303adebcaadac3a72 meta/description: 9cfd619a9956223032827a252cba7208 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: f60334db06456ffda8adf1c263b51c0f + content/1: 697bbcc1b7ba812fcdeae9260da7d828 content/2: 4f86e439a9637fac66d94da753530e69 content/3: d560a0641392dd7661feafef6e406be9 content/4: b576bf352382f0090be8a8fb40275dd7 @@ -2817,7 +2821,7 @@ checksums: meta/title: af0caddf1ec1f318b8d40973b4134c4e meta/description: ea8e75269244137d9e25a6fed61c5cf2 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 03f025c41a0bd627e4a4a7923130edce + content/1: 01c4b1751a5bd1af06a223ed59c49d50 content/2: 652692f62449e4afbb38876f2fcbda62 content/3: a7c7cde179d22830708c96d70e53e202 content/4: 18ed0cb8fa03a8c320cd4faec0b1f15c @@ -2857,7 +2861,7 @@ checksums: meta/title: 51ff746f5f89c806b61bf3c9fb009b69 meta/description: 53ce8fc259289b6e026238fc68658528 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: a353408114623c68d46cbefb8764cb63 + content/1: 273cece4e27c8ab55f45a7133e158b08 content/2: 1949b4f0e1a4b0e81ec744f3b44cf410 content/3: 1aa39e561678ea2e49d9ac9ff34985bd content/4: c6bfac2adba44eaf3683161436075335 @@ -2895,7 +2899,7 @@ checksums: meta/title: 7a0ee3fb62e794418bc1ae25118c4d25 meta/description: 6026a13de1310d09324f14f084266d97 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: f26018f2c95a5b125bb96bfc48cb64a1 + content/1: 4c1508ce89046f39937225c8f41601e6 content/2: 6fd02acce7d3c535f256cede7ca741f5 content/3: c2e0c7246a31b90bb14240e44ef77b13 content/4: 660ecd7202376b3f16dd22da29a0b0a5 @@ -2939,7 +2943,7 @@ checksums: meta/title: 1040a7eb29253870a319c35853400cc4 meta/description: 0499379696970a6b9efdb62173ddfca7 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 35961de368878efbfe5bcdcdb2d8888a + content/1: 8899214fe1b4bbdafe4b47cc54aeae52 content/2: a7561597d387a059d3858516563c3968 content/3: cb1454d395e2aafce3ba1cde70e35a8b content/4: 43a861224ba3878d8319e8b1827dbf80 @@ -3027,7 +3031,7 @@ checksums: meta/title: 6e1cf3c00fa6fbe24afcc78ea3b5f3e4 meta/description: f1134f6096f98dec32bf5e53816b7c97 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 3843ec062bc5f34adec76c9f5c7b1a27 + content/1: 4956d47ebf1d159b3c66b7bf53a376cc content/2: ea87261a3c36555289ac2a9b48958eb7 content/3: bf945815b3c57ac1e6dfbf2fbf19b8a0 content/4: c541157a4545441abb8230f0fc592f75 @@ -3402,7 +3406,7 @@ checksums: meta/title: d8c4eebcc6c59235473743065c13300e meta/description: 920c86675722f6991a59e72c56c9a7ee content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7e53d6c3ce1a080eda42c3d32a5d7d7c + content/1: 5f24cd9122eeac3e36a85b0b93406657 content/2: f99bbbe576a8d940972cbde72557ccf1 content/3: 6f08543b1f0278550fbc22430538b1e7 content/4: ba37281e02ba7735724b8124cebfa0be @@ -3448,7 +3452,7 @@ checksums: meta/title: 1255b55897f2be1443d3bb8c30cd9795 meta/description: 1e7574b6666c662c08e7e256a9fceb4d content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 4d738ea363792d9f4b4f827239e8711d + content/1: a879a1e67cb5a8072a6d21230b88aba7 content/2: 761093f98cf94d7ba7eac4a375825f0b content/3: f6ea6d22c3c4f6607ab74fc50054a5fc content/4: 6662aa41c9865723e292aa72233b4dc5 @@ -3468,7 +3472,7 @@ checksums: meta/title: c9ab18da9e09c545327e148c877bd3d0 meta/description: 2e9043f98af61d6bd63d1de8b1ecbb94 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: c155bb4cd01169831eaea40864e168a6 + content/1: 0d78afe6756531c41e605d03db2bbd0b content/2: 313a2164e6b70cb3d69c513b655d5d53 content/3: 73b0b0d3136769b75a062761d9a5c4cd content/4: b3b9601b395d4a6f364f8b34afe6b2f9 @@ -3512,7 +3516,7 @@ checksums: meta/title: 3f9958b879a0265818691b4969867b95 meta/description: 7a032832dd68e0d4d197b3f244ee838c content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 10845fd490a83ac5ac1ad8b5783b9a12 + content/1: 888e2b1d82688cb676b8f893e2105b1e content/2: 051b444a4fad3a36408ad7712aca87dd content/3: 28df3bd23507b2c98fabbbe0c84f8a7b content/4: 640bf7078f7274be242c66c786b81d5a @@ -3532,7 +3536,7 @@ checksums: meta/title: 06ec7d95ab44931ed9d1925e4063d703 meta/description: cc9ab492bdda4a2cb9085537d6e6a0c0 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: f744e92fcc234d02bb9b352a2ab1e1e3 + content/1: caf8c0020aa7b78811e30692e897aa08 content/2: b229bf34f0106ccb5af6f0b2a044e21a content/3: 45e7cee1fa342c4d13a1a6cb70733a14 content/4: 62db68be640983ea9a383ee162bd8463 @@ -3760,7 +3764,7 @@ checksums: meta/title: 82608769fe5fb1af4fd531f38cb5c333 meta/description: b92d4fb67a817a185b7a244431b43e8f content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 1d6279c69dcc2b510e1c03bf9c727867 + content/1: 9839f325415ad5cde2cfa0a9557a1b03 content/2: bbe5d4f83c15975726c845289275082f content/3: 7976288cad48f06d63340aac6113e8af content/4: b41980e87958dc586244f52951023461 @@ -3858,7 +3862,7 @@ checksums: meta/title: 50de3a91960f18340fe2672a889fcfd7 meta/description: 4dd9ce8fa67af977678af57427c65e0b content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 06b635ecfb78e99c8273dc1c2f838617 + content/1: bd3191f3f83918716b71b4ca64998de3 content/2: 543ae52f6c861de13110b1e4ce242df3 content/3: 2d6e6ccf6b412ba3af1d0b31d74a746a content/4: c0f73edb9b0443fa492a48bf91958c8f @@ -3880,7 +3884,7 @@ checksums: meta/title: 4e75960a2a325aa673b59a7acf26fa6d meta/description: bcb53fa85b6c41f6e6a5c42c7cb07366 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: aa42a430175bebc9321e7c0e1100552e + content/1: 34da5775c1fe4601e44765b83d5f5724 content/2: 000efde92405e8a160b49391a7d76396 content/3: a9276590e32d8cd937305d053a84a055 content/4: 3f9d3fe4f2b112783feff5c885192b49 @@ -3900,7 +3904,7 @@ checksums: meta/title: cb33aeb4850e95e6d27361fd4ad0ced0 meta/description: 28300aa2a098e52c7882f697ba5b0ad2 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 2f07fd02eb32dad4917e0e44900bcf82 + content/1: d6075e4086a726bf99f2142ecf1bddc6 content/2: a3095b4bb8f43b6b53dc6900a28903d0 content/3: 48b91203bbe5291494d9401eae4076a2 content/4: a0276ffd0e4c0350966b786658362a7b @@ -3932,7 +3936,7 @@ checksums: meta/title: 50d6fb1e13b29aee0a1f2fd9f5762078 meta/description: 977f3b3ea12d03e0ede4aa00378fc87c content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 8cddc0e39d605af64172f95a4b9fc235 + content/1: b193751073973b41b8ce4febd4422dd4 content/2: e6ba68cb1f1d5039604de668bc2e3327 content/3: 5a64f9a0e2cc40ee5243467cfccff85c content/4: d558fc578cda9b893cad7ee9adc1ec06 @@ -4774,15 +4778,19 @@ checksums: meta/description: 064420321c795472e120795dd3866b6b content/0: eb0ed7078f192304703144f4cac3442f content/1: 4a2b79d74390a7f15a0493a5b9811aa6 - content/2: 51409378febc14a254bfd47909a470e4 + content/2: 3d20ece7b21f293af5ea4b2e6e495c6c content/3: c470cddccf8e05421006bb87a1934a76 content/4: c712a7c1712d32c3d539a42949437e74 content/5: 937d3f94c14a38c8f40cd82d1f4c76ab content/6: dea99bf179983e1ae8212213a9a23660 content/7: 8a17682b33e38d835feeae6ff34f67e6 - content/8: b5679e78347c7b56291bf29c07ea4894 - content/9: ad6e9b3e5268ebdc1aacbbe68f1d47d0 - content/10: 3d7cbdfdd9717209049859e503965ad0 + content/8: 73e13d3e3e6c4f3ad1f12f4b9c7040cf + content/9: cdc8f455b6e37bd1f60d9f0ee1550fc0 + content/10: b903a3e2aa8190b5b77ddda106bf2ec7 + content/11: a32d42013e8b6f96934123613b5f2eae + content/12: b5679e78347c7b56291bf29c07ea4894 + content/13: ad6e9b3e5268ebdc1aacbbe68f1d47d0 + content/14: 3d7cbdfdd9717209049859e503965ad0 2370c896de59e5d3a8abcb5a44e245f9: meta/title: c14965d732abc6e402c866dd7272a37f content/0: e4684b7201c2aed215c82606e9eaa293 @@ -4881,15 +4889,14 @@ checksums: content/27: cac4c49abbd51ae136aea4a7d4ed3135 content/28: 4f3a8d797101437e2055b5acdf203e8c content/29: 35b3d984befb1146bfa150fb15af32e5 - content/30: 5ad4bd4c53b78aa9a077f2684c8eacaa - content/31: 310da4c3d4e0c2c7644e0f626403299d - content/32: 94cd9f568b2d95d5d66351d6fcf1ab8e - content/33: 167fbdeb7e46e43b97dc5a9a25bc80c8 - content/34: 1054b2a19e36e5cc66c7cbd4e169e455 - content/35: d72903dda50a36b12ec050a06ef23a1b - content/36: 13a41b6fea4129d59e072eed7aa5c0bb - content/37: b2a4a0c279f47d58a2456f25a1e1c6f9 - content/38: b87ebdbb47331319607c7ab4f45951b2 + content/30: 310da4c3d4e0c2c7644e0f626403299d + content/31: 94cd9f568b2d95d5d66351d6fcf1ab8e + content/32: 167fbdeb7e46e43b97dc5a9a25bc80c8 + content/33: 1054b2a19e36e5cc66c7cbd4e169e455 + content/34: d72903dda50a36b12ec050a06ef23a1b + content/35: 13a41b6fea4129d59e072eed7aa5c0bb + content/36: b2a4a0c279f47d58a2456f25a1e1c6f9 + content/37: b87ebdbb47331319607c7ab4f45951b2 13061fbd8b1a413918017b1a9d13f969: meta/title: da9b3a204aa0532ac89b6fc018a6088f content/0: e4684b7201c2aed215c82606e9eaa293 @@ -4966,7 +4973,7 @@ checksums: meta/title: 78f81382850e1c3bb6a3b404c55d3dc2 content/0: 23f63b9a0111f3296ff8aedaa0f79d71 content/1: 88cabbf4596a76a604710f652f84f15b - content/2: 71b98d23b88ab61b9081b34796386751 + content/2: d99b405ba9d61a39a79931cd9f7f1577 content/3: 987932038f4e9442bd89f0f8ed3c5319 content/4: 7b20f012c97309dae9815adada763251 content/5: 9c2f91f89a914bf4661512275e461104 @@ -5015,7 +5022,7 @@ checksums: meta/title: 2e611efab84fc1e990b708e74672c38b content/0: e4684b7201c2aed215c82606e9eaa293 content/1: bae48d62ef1ab10cf34dd0218953c7fe - content/2: d0c77d8be40a3ae683ec1031408075a5 + content/2: 35d72cf8a74ff716533d7a988f5a53e6 content/3: b2e603592f9c01f26bd7bd067f52ccd5 content/4: d256cc67ff5c4b145b7d2a990df704d3 content/5: 50a9e93093c76a4e8e221ed0fa3764c2 @@ -5564,7 +5571,7 @@ checksums: meta/title: dd9aa46d6192b6cbda03a06fae63bad1 meta/description: 092619276427f5012bdcaf2cccb71156 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 3b6220796ada0f36f25aec3106b65647 + content/1: cb271e0d261b2a57f5ac1551865e18b4 content/2: 2205952dac1f16f48e7f32bb596497e8 content/3: bd6dce9b0439b093120e4fea154f0b62 content/4: 9614787e74fbfeeed420129525fe51d1 @@ -5584,7 +5591,7 @@ checksums: meta/title: f420d288f862ba079434362ddb2e4e4e meta/description: 8b66a6890341b1526542aa76869920f6 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: d6504f6ec6a46dabe6328b61d4a074fc + content/1: 6264184b0bb796e36aede681138b9e90 content/2: 19f072c567546ebdc9b9d448edb1caaa content/3: 4a06db98df499affdb2f2aca8dc7d72f content/4: 8621764e08dfafb5432d17083a15e9bf @@ -5604,7 +5611,7 @@ checksums: meta/title: d2b34aa3140ab584c1712cb972a33eba meta/description: f1aec80191ddf684ecdbead5fe335e52 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 40ade7f30b435057fe859662012ced53 + content/1: 70a85317ae95b54b213dbf2fb3da09d5 content/2: 821e6394b0a953e2b0842b04ae8f3105 content/3: 8a116d37c52399c0a33b33dd1f9014bc content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e @@ -5770,7 +5777,7 @@ checksums: meta/title: 722934d11bc41f6e50b1cfc3dbadaf26 content/0: 16c6784331029b10ff01d93033dd00bf content/1: 5c9d3b7c555e2b6a1532d3112f841a70 - content/2: 23bd248a9a74fae4f7db5fde8d008138 + content/2: 3ad768f5fba3fbd6467bbbd6e926f282 content/3: dad5954a5a455e1c426441e4794b2a7c content/4: a4efab9ed1bb9285bef34a82ba70c866 content/5: c797150e0147747bbdacebac8a1421b7 @@ -5884,7 +5891,7 @@ checksums: meta/title: b35b5211a53c68cea3a3f0995099c24b meta/description: c12cfd50357fba2ffebaf79750b7d76d content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 49bca8f0502318620cbebb686a4fd5b3 + content/1: fcb078ec8798eb5f2e102d77ad7b60fe content/2: 4d30444228f205f237d0c194fe4dd3d9 content/3: 8d8c30d8ee25edbf854d7d2ac1e2dbd8 content/4: e4d2f4146482f4724c177815103e026b @@ -5928,7 +5935,7 @@ checksums: meta/title: 014d18ade977bf08d75b995076596708 content/0: 565c20898ed207b9d41acb879bfe0e7e content/1: b0771df06e1e3ec4cc1a8a611267c18d - content/2: 1e69e6e8038366d33134e5ed47e4ace9 + content/2: 9c1d93a6a5860437cf8314964622be5a content/3: 0441638444240cd20a6c69ea1d3afbb1 content/4: 4b7f6428e660f075365eef024e669367 content/5: 0dd57639f82640542a1de91850f7f4b4 @@ -5950,7 +5957,7 @@ checksums: meta/title: ffd3eec5497af36d7b4e4185bad1313a content/0: 565c20898ed207b9d41acb879bfe0e7e content/1: 1cfca41a0c1aa4715e6c0f64fe205066 - content/2: 19e8fbb1cbc4f5a53dd7b023fbbbf4f5 + content/2: a7c4ba343c466d1f44b85c7a83e8553e content/3: ed7ad7d82efc34f46da16b015a037d9e content/4: f4f20249ebc3b92bab44dafcfb350010 content/5: 40825cb95c0deb46172afbd3b0a410bf @@ -6000,7 +6007,7 @@ checksums: meta/title: 8f498385424c980099bc24948f5995a2 meta/description: 362a47e26125afe5420e2f05b26f8653 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 5743f0aaa354e900040108f4e64d3634 + content/1: b94fa3397ad1aff8c3aa97f4c1c490f2 content/2: 67af8ea1344d417643a67b82af2d9927 content/3: a292c35511e2c9fddbe25db5364cee04 content/4: 1d6e27dde6b6fdfe4691a479f14aeb80 @@ -6033,497 +6040,510 @@ checksums: meta/title: c35bb85d9507094c0fea7e0dc04b3d72 meta/description: 0dc42fc6a72363200916d6f1a1380f6e content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 052df6c1e5ddd521d337497c18cf002b - content/2: 821e6394b0a953e2b0842b04ae8f3105 - content/3: 71d12c4b3409ce65f50f67f497538e34 - content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e - content/5: 2341c44e0144ec8a04aebf63ea1969f5 - content/6: 15232388f8bebd53b061719d0a4f01db - content/7: 371d0e46b4bd2c23f559b8bc112f6955 - content/8: ea1e19bc55644e8cd5a8f2a02fdad0d9 - content/9: bcadfc362b69078beee0088e5936c98b - content/10: 7115028c73d5b423af736c93a5ea338a - content/11: b38a38d7bdbb451bc7a58fa530f29402 - content/12: fc0c6bef0c61f7cae62cf19a303c88ca - content/13: 371d0e46b4bd2c23f559b8bc112f6955 - content/14: fa13012d96a8a060fd20ae2f69e3644e - content/15: bcadfc362b69078beee0088e5936c98b - content/16: 621b15651d7507b96c86906584f7abcc - content/17: 5e0efdefabfc1e7f6e28f67fb1adac31 - content/18: 26f30e06e7ce184db5cb9918c48ea186 - content/19: 371d0e46b4bd2c23f559b8bc112f6955 - content/20: 66367365b9dff561f5ef0c26acf15565 - content/21: bcadfc362b69078beee0088e5936c98b - content/22: b05ba8756067218d43ad0554120905c1 - content/23: 6b745d511d267374719b1f6ff49cd877 - content/24: 9aa09968025eeafe2daec4639fbf1a03 - content/25: 371d0e46b4bd2c23f559b8bc112f6955 - content/26: b79e93bf9d7531ef086a4799c9c542f0 - content/27: bcadfc362b69078beee0088e5936c98b - content/28: 731b4e307e16a4d03d9cc7a2f4209917 - content/29: 8a3fa02ea41c63f831d3b6dac54ae31c - content/30: 770b45b0398ebde6ba59bf8c14410adb - content/31: 371d0e46b4bd2c23f559b8bc112f6955 - content/32: 9536101af53f2f602e597f13194d108b - content/33: bcadfc362b69078beee0088e5936c98b - content/34: e0ba1b3d90e268254ac141a6391ad7df - content/35: 8f889e414713bc442b3f24f04de1bfc0 - content/36: 9a834a7dadfbfb7f21ae0c3a1e814ebc - content/37: 371d0e46b4bd2c23f559b8bc112f6955 - content/38: 715c210c55d99748d8298d49a45d9e30 - content/39: bcadfc362b69078beee0088e5936c98b - content/40: be23bba10c8ecdf2192efbec28ed893b - content/41: b21ae0a7dfe4186e691c7efdfffef414 - content/42: cc024007db324f0af4557b34a421bd26 - content/43: 371d0e46b4bd2c23f559b8bc112f6955 - content/44: 620137aae5759cc643c003d6eea1085a - content/45: bcadfc362b69078beee0088e5936c98b - content/46: d57d88af3d3863aac46f7f891fe7f647 - content/47: cbd77c279f892c3bafa2e2e4e24d8cf7 - content/48: 736652f66ccfd33ce26f536d208528e3 - content/49: 371d0e46b4bd2c23f559b8bc112f6955 - content/50: deb71a0dec9991ff09f1124c99d4570e - content/51: bcadfc362b69078beee0088e5936c98b - content/52: 13cdf3d8fc37de480f5101e59ef62f02 - content/53: ec69edd7d827da8ed1fa0c341cad9ac1 - content/54: 321df9dbed943596cddbd2fe48577848 - content/55: 371d0e46b4bd2c23f559b8bc112f6955 - content/56: 3f5aa6096f90fe0c0ca6539097a5a1c7 - content/57: bcadfc362b69078beee0088e5936c98b - content/58: 7d3f560e2ad2cbdd8c38daf6c369ba4f - content/59: 477652ad30f42f8820be0b5fc4646b57 - content/60: 1bb8698110c4214e6c0a6f6541d91db0 - content/61: 371d0e46b4bd2c23f559b8bc112f6955 - content/62: 95d41204483c2fe8f4e413c0c4e6a910 - content/63: bcadfc362b69078beee0088e5936c98b - content/64: 6421a37b0e2efac858d80756ee1ed4c0 - content/65: b6cbca440b6fb3ae5566a1611ad5bf02 - content/66: 786569e3fe0d3fabeb937fd732eee24e - content/67: 371d0e46b4bd2c23f559b8bc112f6955 - content/68: 3793c79d995272563d657a4e5a56ea0a - content/69: bcadfc362b69078beee0088e5936c98b - content/70: 94001301ed129339bb216d43400752a5 - content/71: 6429397d79f7e9b123c29da0f6b05067 - content/72: 3805266905885bdfc8a423b847bec1d2 - content/73: 371d0e46b4bd2c23f559b8bc112f6955 - content/74: 95d41204483c2fe8f4e413c0c4e6a910 - content/75: bcadfc362b69078beee0088e5936c98b - content/76: 3b9a044b1ce72a910d4773c7a5a9e0c6 - content/77: 036dff768dfea703884fe11668699bc2 - content/78: b8f3211c6856feb29823df93f01e5fc3 - content/79: 371d0e46b4bd2c23f559b8bc112f6955 - content/80: 69bebb569e09ada525fbd8b3ce468fc0 - content/81: bcadfc362b69078beee0088e5936c98b - content/82: 8146f3c3b0be18be08db372538ea341b - content/83: 7b05a62f8a0a545532a71b62893318cd - content/84: 4cd2ab74145b650810e46ac4da62c2df - content/85: 371d0e46b4bd2c23f559b8bc112f6955 - content/86: 52869c893e3a98e67971964cfc75aec2 - content/87: bcadfc362b69078beee0088e5936c98b - content/88: 104c0d18f50dfe05f09c893f3a453962 - content/89: 3c1dce36fdb468dbe906ed9fa833d9d4 - content/90: b1879236c015b6f0eff636f95a10aeb5 - content/91: 371d0e46b4bd2c23f559b8bc112f6955 - content/92: 2c45f7303990029e360dd65381e61092 - content/93: bcadfc362b69078beee0088e5936c98b - content/94: 8be55b0c5a96b8c87f6f20f9194de99b - content/95: fe892b42b9d36ddd0c85b3f28403d2ec - content/96: 8a7deb6f5fe546cc3d9f36893acc111c - content/97: 371d0e46b4bd2c23f559b8bc112f6955 - content/98: 0876ef637c4b1cffb0c9f52b9275eded - content/99: bcadfc362b69078beee0088e5936c98b - content/100: be7e288a4b0851f93fa56a782e671fe7 - content/101: 3703e3559bdbc38792cf68219078deb6 - content/102: bc34119e3b9745f65a626ff61a8b52d9 - content/103: 371d0e46b4bd2c23f559b8bc112f6955 - content/104: 5f4d5c6d3636c9ec3c29857a596ca76c - content/105: bcadfc362b69078beee0088e5936c98b - content/106: b26b3f0e94ddc9626035440c55a79166 - content/107: 1d87db9daaf4bf1f8ecadb98114cb710 - content/108: 8779d5ac67c7290610289c5367252f12 - content/109: 371d0e46b4bd2c23f559b8bc112f6955 - content/110: d4ea77c4c27975b4b071b1d3e3e3bcb1 - content/111: bcadfc362b69078beee0088e5936c98b - content/112: 3e5cb864026b1c81c4d4719944ab26a7 - content/113: d6d956a657c42ce8a92ed916cb2938cf - content/114: c9201f331ec671a2dad0906ed4e049b9 - content/115: 371d0e46b4bd2c23f559b8bc112f6955 - content/116: 0876ef637c4b1cffb0c9f52b9275eded - content/117: bcadfc362b69078beee0088e5936c98b - content/118: 25d535f9e79aa6994151bcb508e7d205 - content/119: 220833417918585d5a45b1e149b2c85f - content/120: abeac15c989dcc08786886f60f3945cd - content/121: 371d0e46b4bd2c23f559b8bc112f6955 - content/122: 49d4ba2f04d1636341ccb44f67129f13 - content/123: bcadfc362b69078beee0088e5936c98b - content/124: d43f3a778d97ee0d593bf31fb0840cf0 - content/125: b2241595ca0bb3ce1104c8820321fa98 - content/126: 8ea95b85979dba2c0bfa36864a11e582 - content/127: 371d0e46b4bd2c23f559b8bc112f6955 - content/128: e89ab7907cacbd489f9c3e4c82d5a69c - content/129: bcadfc362b69078beee0088e5936c98b - content/130: 6929878335953c54381475ddfb406cd8 - content/131: 2c19db652fb8e111f1690e03ccf3ebb8 - content/132: 2ed4a07bb0808f094fd6cf41a5adb22e - content/133: 371d0e46b4bd2c23f559b8bc112f6955 - content/134: 40605f60d61bbd66eceab2a9aa20ce2f - content/135: bcadfc362b69078beee0088e5936c98b - content/136: 79411d8af0e70431dce042d945f651d0 - content/137: 39349b170ffc5dbf3c4304ce8189f9d8 - content/138: 15edcbaae22f26438c94a7de8d4f9daf - content/139: 371d0e46b4bd2c23f559b8bc112f6955 - content/140: 6ff7ca12b90a9ec74fcc67e5e43e984d - content/141: bcadfc362b69078beee0088e5936c98b - content/142: 75cbfeab4bbc5c6c472b387e2f1cbd54 - content/143: 359d4e638a9951e50b5e1603a21e9b4b - content/144: f75b50863b6b11a2fdc7dd9a600d9e4a - content/145: 371d0e46b4bd2c23f559b8bc112f6955 - content/146: acdffc3a63ec026da481c03701a37441 - content/147: bcadfc362b69078beee0088e5936c98b - content/148: d5463de172126ba504d1341f12a80270 - content/149: 3af06a5ebf81c8c9b3eb5200325e2ea0 - content/150: 09bc16d512c94c2dc9a76f558249195d - content/151: 371d0e46b4bd2c23f559b8bc112f6955 - content/152: 6ff7ca12b90a9ec74fcc67e5e43e984d - content/153: bcadfc362b69078beee0088e5936c98b - content/154: e3ea8315af8742fe32e8aa47ff8d615e - content/155: c966b1900bb26a04fc7cce768bff024b - content/156: 6b3c60bf5b4d41d65f46603590f57021 - content/157: 371d0e46b4bd2c23f559b8bc112f6955 - content/158: 87e4defcf7309036182ff737883da967 - content/159: bcadfc362b69078beee0088e5936c98b - content/160: 9b884c66c78b42243d812d3d3fc85657 - content/161: db6e9fb04e0a43c5b5924feef49c7ae1 - content/162: 6484a48aeca58c64139044bef3f72e8e - content/163: 371d0e46b4bd2c23f559b8bc112f6955 - content/164: ea8213e140265fa267f6adf7d7eaff08 - content/165: bcadfc362b69078beee0088e5936c98b - content/166: c4b48436fcc85ac909c6d11fcef9659f - content/167: a623f5d8f921be5c8915c42bb88ac299 - content/168: 15ca8c6cf9bce4dbf9ba8fe7d57bec1f - content/169: 371d0e46b4bd2c23f559b8bc112f6955 - content/170: 6ff7ca12b90a9ec74fcc67e5e43e984d - content/171: bcadfc362b69078beee0088e5936c98b - content/172: 02b4dcbe92c0bbdefe805fc361fef180 - content/173: 7f03f9097af2e54713aceb61e497ffc2 - content/174: c4a493a63cd7069ce2b71f7076ff6df6 - content/175: 371d0e46b4bd2c23f559b8bc112f6955 - content/176: 6ff7ca12b90a9ec74fcc67e5e43e984d - content/177: bcadfc362b69078beee0088e5936c98b - content/178: b15d5026fb1a7314a83c97b1fb7b82aa - content/179: e3195959bdd601ee2cae967ba2f4d9b4 - content/180: a9f7adc2f89705627f0b9f745cf782a0 - content/181: 371d0e46b4bd2c23f559b8bc112f6955 - content/182: de75494e38dfc4e498adfd4f12f17014 - content/183: bcadfc362b69078beee0088e5936c98b - content/184: 4968e0afdaafa3630e3c765d44b06b0e - content/185: f46851efacd2f6dd6629bed0beccd23f - content/186: e74441ee1eb016086fb08574ee193d06 - content/187: 371d0e46b4bd2c23f559b8bc112f6955 - content/188: 8ad03b377da6bc97aa21b2a4517c2755 - content/189: bcadfc362b69078beee0088e5936c98b - content/190: b7f78f6a0fc8dd72efb1eb8409daf2be - content/191: fce784d85631d834422e255625be651f - content/192: b6593b8eafacf5a307174ccee693dc8d - content/193: 371d0e46b4bd2c23f559b8bc112f6955 - content/194: dbe425bf81121fb9d1e8e260ef77ebe9 - content/195: bcadfc362b69078beee0088e5936c98b - content/196: 6649f75de9fe6ebef1868afde605aa59 - content/197: c0df0383ed694166b56a37b10acf07fc - content/198: 6c096d2dc894dcf71a75e23ed70a285b - content/199: 371d0e46b4bd2c23f559b8bc112f6955 - content/200: 94f48d2f34534982ca873854893cf38f - content/201: bcadfc362b69078beee0088e5936c98b - content/202: 9a8770549c5bb71749c6eb32581bcc2f - content/203: 687a95d0c71a128a2ff90b87e00eca3e - content/204: f583f49890634f00b9ae3a16f9e405f9 - content/205: 371d0e46b4bd2c23f559b8bc112f6955 - content/206: 9941e5fe1007251e6c32e5adb3ae2f38 - content/207: bcadfc362b69078beee0088e5936c98b - content/208: 18f554857553feeacb7b9c75ca406a3c - content/209: e2f1877b75868451d1e9bc1087e1e7df - content/210: dc265059700bd4c5591918a330025a4d - content/211: 371d0e46b4bd2c23f559b8bc112f6955 - content/212: 7cfd8a3e322f4df0f8750e98064bd498 - content/213: bcadfc362b69078beee0088e5936c98b - content/214: 55b601dba099cf12fa18fc804294989c - content/215: 4cccf1e76a393ca3427c3d9ed60874ca - content/216: 8aebf57d70eae158f2eb05df272a3eed - content/217: 371d0e46b4bd2c23f559b8bc112f6955 - content/218: 620137aae5759cc643c003d6eea1085a - content/219: bcadfc362b69078beee0088e5936c98b - content/220: ef0af378289d065ac2392cc5af6608cd - content/221: 73c9ed6f75dbf5553cfb02bf47fa2330 - content/222: 4e192a92da1423d37cf6a1a6b5be9d69 - content/223: 371d0e46b4bd2c23f559b8bc112f6955 - content/224: deb71a0dec9991ff09f1124c99d4570e - content/225: bcadfc362b69078beee0088e5936c98b - content/226: 584b22e8abe0eecf20fc4f6479676bf0 - content/227: 96341300be0be1452578afcc68e5a7d1 - content/228: e3aef715d670c9de75c8070396ea93b5 - content/229: 371d0e46b4bd2c23f559b8bc112f6955 - content/230: 3f12ac0d1452f193bfeba7eaafe8ae7a - content/231: bcadfc362b69078beee0088e5936c98b - content/232: 1c67772ec813fb2fa88c27faf0f9aefa - content/233: 60b6ca2510e62924b1f8e67102e55ebd - content/234: 36e1673b49d5575ba7ee9b04ffaa527e - content/235: 371d0e46b4bd2c23f559b8bc112f6955 - content/236: 6c527a3dc46ed6dd8e8152ef77168f42 - content/237: bcadfc362b69078beee0088e5936c98b - content/238: ff82bdb89d23cc9d23301eb3f7c03fea - content/239: 23059d93da085c01714eaf7611e8ee22 - content/240: d1d6df4500565341b1ccab2555660ad4 - content/241: 371d0e46b4bd2c23f559b8bc112f6955 - content/242: 4088c301d7eda43f0d591f7af94bae60 - content/243: bcadfc362b69078beee0088e5936c98b - content/244: 36a339adf342706068af34917e1fb3c2 - content/245: 1e6c123a671b131789bc0275ffcd081e - content/246: 6a4b98e60bb0ad2de8644c3a44af4dcb - content/247: 371d0e46b4bd2c23f559b8bc112f6955 - content/248: 6c527a3dc46ed6dd8e8152ef77168f42 - content/249: bcadfc362b69078beee0088e5936c98b - content/250: 755ff7cb667b612bcdc20db1e115c94d - content/251: f9d2998a8366f5645bb63cfdaad19e09 - content/252: 6cf1c78eb0cd0b26800eacd6a7cb4460 - content/253: 371d0e46b4bd2c23f559b8bc112f6955 - content/254: 890d5338716e2a3c0bd1b0ecb5e77f29 - content/255: bcadfc362b69078beee0088e5936c98b - content/256: 16e43e01aaaad20ca7839698c1e9b4f9 - content/257: f87134619a6f0aaef4622f803fc86068 - content/258: 728d453d3b5eac082541f0882296dee0 - content/259: 371d0e46b4bd2c23f559b8bc112f6955 - content/260: ce7e318c74f274a73f59fb3bee0bf4ff - content/261: bcadfc362b69078beee0088e5936c98b - content/262: f02fbeefaf5a85e8541207bb5d295a77 - content/263: 57b63fcffef1fb8c6203ae85e4c8db3f - content/264: 8046e0b6167179a2d6f1d017e1de5041 - content/265: 371d0e46b4bd2c23f559b8bc112f6955 - content/266: 3ff41784dd983947a3e56a0a19ba7f2b - content/267: bcadfc362b69078beee0088e5936c98b - content/268: c8252f1d9c89b5a60e54f68878b2b701 - content/269: 85445c0f3f2ef2273d75cb9469836d3c - content/270: a122121c82addbc3f5a50d7d440c8136 - content/271: 371d0e46b4bd2c23f559b8bc112f6955 - content/272: 2f06dd0da5e32ba05291bcbd902e4279 - content/273: bcadfc362b69078beee0088e5936c98b - content/274: 569972d8bfea06c1a1d13b6585be9e97 - content/275: 304c4475c6b7d24017d50c3f4d4f4523 - content/276: 8036b55b711a272bcd9173901675e4ea - content/277: 371d0e46b4bd2c23f559b8bc112f6955 - content/278: 5c35a68aad3d4537bfa6499749b6db48 - content/279: bcadfc362b69078beee0088e5936c98b - content/280: 92627b7c94bbf6151cfd8ac3842d645f - content/281: 8ac27924b5db3d2b8e44aea3c2ce91a3 - content/282: 85b3c80464dad6a3239d5eedae051e4f - content/283: 371d0e46b4bd2c23f559b8bc112f6955 - content/284: bd7bd130aaec9b7d55c3eddaf1caab90 - content/285: bcadfc362b69078beee0088e5936c98b - content/286: 4085077ce0b86e3d08ef7efe804d0484 - content/287: f46135bc1b7fdde610ca2a5fafa2af9a - content/288: 56cc18cae224b8e05a08f843be6590f6 - content/289: 371d0e46b4bd2c23f559b8bc112f6955 - content/290: aa8567cd520abb14b259b281977d0446 - content/291: bcadfc362b69078beee0088e5936c98b - content/292: fe054a74517d5f0017d8016440ce77e0 - content/293: 25f9848261b2dbde13e5884aee68aa56 - content/294: ae7c70e2c256510ec4425eb535ce824d - content/295: 371d0e46b4bd2c23f559b8bc112f6955 - content/296: 2e6b966909e16e4604cce9f08d7f4eef - content/297: bcadfc362b69078beee0088e5936c98b - content/298: 5fb46e999675a07d1a93532b9c994853 - content/299: 56ff22d905921a01c05975d15273915f - content/300: c8386361dc4ef7b9e9b4792e58ec0f52 - content/301: 371d0e46b4bd2c23f559b8bc112f6955 - content/302: c60f0135f5146a9211ac821be76b3e0e - content/303: bcadfc362b69078beee0088e5936c98b - content/304: 4f3ed96fc275c1fef9f57c1e0ee0546e - content/305: b3f310d5ef115bea5a8b75bf25d7ea9a - content/306: ae751667ac1efc1d3f8d2fcfedf39d21 - ecab17acaab031168a7200a567f14e4a: - meta/title: b5131f6488b5a439d58db3e22d6de45b - meta/description: abbac39bd8ae67545b5b1e0a0ce6daf2 - content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: c19e5f30ba2574547fd22a441bd1b3a2 - content/2: 821e6394b0a953e2b0842b04ae8f3105 - content/3: 8a23aa711e42728cd74895199d80bc57 - content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e - content/5: d68995fc212fffd4c41ce0b1e0d4fd2e - content/6: c517cecb8c893829a56470b3e5d76469 - content/7: 371d0e46b4bd2c23f559b8bc112f6955 - content/8: 6602fca05cac2890ce1e6c2bfb4c3edc - content/9: bcadfc362b69078beee0088e5936c98b - content/10: 30597d02be39403d58878009bf9ad180 - content/11: 0f74280b9f76b77c5ff3d7adf579567f - content/12: c49e0c8c6a6e30001076b52666b65513 - content/13: 371d0e46b4bd2c23f559b8bc112f6955 - content/14: 44177bd68134b05e5d857fd4d961faec - content/15: bcadfc362b69078beee0088e5936c98b - content/16: 7114399c57ea4b939fb2ceec1c1c73d4 - content/17: 5380b52a75a54072ce4c80ef02c1d9f9 - content/18: f81573284f81699b8ccd4c9a32134b76 - content/19: 371d0e46b4bd2c23f559b8bc112f6955 - content/20: e1d1f3f81bc90ef9dc2d9a7000584517 - content/21: bcadfc362b69078beee0088e5936c98b - content/22: 5703816c9993cad8f724477c7d3baba1 - content/23: a989ad3de44846f0494357c17a41ee9a - content/24: 97cb66519a9ab1bf445fb1cb9c94122e - content/25: 371d0e46b4bd2c23f559b8bc112f6955 - content/26: e67b226b18e41f76c4891c7899446a7c - content/27: bcadfc362b69078beee0088e5936c98b - content/28: 7cb731c92a2952d96be745a4dc813317 - content/29: a887a78b115ab7ddd3ddd817c4bd2021 - content/30: 27141f5a3f85214f3ef64decfa914b6c - content/31: 371d0e46b4bd2c23f559b8bc112f6955 - content/32: efe5483771b85548be6a18808d8f8190 - content/33: bcadfc362b69078beee0088e5936c98b - content/34: 9564cc04cb9372fa8e24c84c82e347b2 - content/35: b35883a517799e6b6dae2fab1582086e - content/36: 42f88110bd2976790ec32981c33833ec - content/37: 371d0e46b4bd2c23f559b8bc112f6955 - content/38: 85e2b5b0b03f537b0513c041a6b8eb50 - content/39: bcadfc362b69078beee0088e5936c98b - content/40: 2a9520f488643a0aefc6985c64353ab6 - content/41: b3f310d5ef115bea5a8b75bf25d7ea9a - content/42: 3a03da5c351afd4029f7e7b099f9d47a - 4708d770626bc09eea209330925801e6: - meta/title: 739c082da2683880c5cb56aec609f911 - meta/description: f660db71f844d4951e993ade81dc7859 - content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 87116c3819424cbc35579434827d2328 - content/2: 821e6394b0a953e2b0842b04ae8f3105 - content/3: 8f0465a09b592910949b0fc06d016607 - content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e - content/5: 45e9c8ff6718a6abb335d6c00360c18b - content/6: 12bbcad2eb012550c0788ac338ca57b0 - content/7: 371d0e46b4bd2c23f559b8bc112f6955 - content/8: 09ff58db80a7fe5a30071f37efb64ebb - content/9: bcadfc362b69078beee0088e5936c98b - content/10: 3613a355d35dc4ca4b0301460777ce41 - content/11: 96504887f220c57e94abffab64ca4ebb - content/12: 051596a8dabf5171e2bcbf14a64ca3a2 - content/13: 371d0e46b4bd2c23f559b8bc112f6955 - content/14: d4da4f88207c77e396932f75b367b03d - content/15: bcadfc362b69078beee0088e5936c98b - content/16: 01fc8bee0be734335e3dc44bdc0f51c1 - content/17: 5fd679d74191d9abc527a534d434e5e3 - content/18: def189cab76d65052c3f6a765995e272 - content/19: 371d0e46b4bd2c23f559b8bc112f6955 - content/20: 7b8a18b6c172417fec8155b151559fb0 - content/21: bcadfc362b69078beee0088e5936c98b - content/22: 998426873ad65ff2b9c96c2f05984576 - content/23: 84639380e9cc4496574442a3f22ae78d - content/24: 6984be90c7a3359db729bcc1ba11fef2 - content/25: 371d0e46b4bd2c23f559b8bc112f6955 - content/26: ffaeced16d58117702bb69273d11d58b - content/27: bcadfc362b69078beee0088e5936c98b - content/28: 14c0df89bf4b2633315bf0d2a8b3987d - content/29: 061400fbe790008a9b7bb4e568d25313 + content/1: 775d7c40d732734f645c17f3124db7d2 + content/2: 313cf9ba30b66eb0078a5ef9a9f6d003 + content/3: 6d42a3a233e5445af5f1ec1b97246d56 + content/4: 77b1cb6d41d562a07e9e469991400609 + content/5: 0c579d8b094dd6c41bd5b13ae03e5cf9 + content/6: 17c0cfb2b08996079c5c1e5b0d718c31 + content/7: 821e6394b0a953e2b0842b04ae8f3105 + content/8: 71d12c4b3409ce65f50f67f497538e34 + content/9: 9c8aa3f09c9b2bd50ea4cdff3598ea4e + content/10: 2341c44e0144ec8a04aebf63ea1969f5 + content/11: 15232388f8bebd53b061719d0a4f01db + content/12: 371d0e46b4bd2c23f559b8bc112f6955 + content/13: ea1e19bc55644e8cd5a8f2a02fdad0d9 + content/14: bcadfc362b69078beee0088e5936c98b + content/15: 7115028c73d5b423af736c93a5ea338a + content/16: b38a38d7bdbb451bc7a58fa530f29402 + content/17: fc0c6bef0c61f7cae62cf19a303c88ca + content/18: 371d0e46b4bd2c23f559b8bc112f6955 + content/19: fa13012d96a8a060fd20ae2f69e3644e + content/20: bcadfc362b69078beee0088e5936c98b + content/21: 621b15651d7507b96c86906584f7abcc + content/22: 5e0efdefabfc1e7f6e28f67fb1adac31 + content/23: 26f30e06e7ce184db5cb9918c48ea186 + content/24: 371d0e46b4bd2c23f559b8bc112f6955 + content/25: 66367365b9dff561f5ef0c26acf15565 + content/26: bcadfc362b69078beee0088e5936c98b + content/27: b05ba8756067218d43ad0554120905c1 + content/28: 6b745d511d267374719b1f6ff49cd877 + content/29: 9aa09968025eeafe2daec4639fbf1a03 content/30: 371d0e46b4bd2c23f559b8bc112f6955 - content/31: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/31: b79e93bf9d7531ef086a4799c9c542f0 content/32: bcadfc362b69078beee0088e5936c98b - content/33: 4a2e706133d34b12b398b9ab2a895001 - content/34: a4dfe4fd01ca877c873338d48d9ec162 - content/35: 371d0e46b4bd2c23f559b8bc112f6955 - content/36: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/37: bcadfc362b69078beee0088e5936c98b - content/38: 4a2e706133d34b12b398b9ab2a895001 - content/39: f39442609c0ddf9da722270da2f75c96 - content/40: 371d0e46b4bd2c23f559b8bc112f6955 - content/41: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/42: bcadfc362b69078beee0088e5936c98b - content/43: 4a2e706133d34b12b398b9ab2a895001 - content/44: 25c3374c18698301689fb849f7262afd - content/45: 371d0e46b4bd2c23f559b8bc112f6955 - content/46: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/47: bcadfc362b69078beee0088e5936c98b - content/48: 4a2e706133d34b12b398b9ab2a895001 - content/49: d70f7ca67dc0127139a74324e72d5cfa - content/50: 371d0e46b4bd2c23f559b8bc112f6955 - content/51: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/52: bcadfc362b69078beee0088e5936c98b - content/53: 4a2e706133d34b12b398b9ab2a895001 - content/54: e1841ff010b3addb5251d10bc9e2a4a8 - content/55: 371d0e46b4bd2c23f559b8bc112f6955 - content/56: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/57: bcadfc362b69078beee0088e5936c98b - content/58: 4a2e706133d34b12b398b9ab2a895001 - content/59: ec33ee506164782e079a5c3d1fdb3805 + content/33: 731b4e307e16a4d03d9cc7a2f4209917 + content/34: 8a3fa02ea41c63f831d3b6dac54ae31c + content/35: 770b45b0398ebde6ba59bf8c14410adb + content/36: 371d0e46b4bd2c23f559b8bc112f6955 + content/37: 9536101af53f2f602e597f13194d108b + content/38: bcadfc362b69078beee0088e5936c98b + content/39: e0ba1b3d90e268254ac141a6391ad7df + content/40: 8f889e414713bc442b3f24f04de1bfc0 + content/41: 9a834a7dadfbfb7f21ae0c3a1e814ebc + content/42: 371d0e46b4bd2c23f559b8bc112f6955 + content/43: 715c210c55d99748d8298d49a45d9e30 + content/44: bcadfc362b69078beee0088e5936c98b + content/45: be23bba10c8ecdf2192efbec28ed893b + content/46: b21ae0a7dfe4186e691c7efdfffef414 + content/47: cc024007db324f0af4557b34a421bd26 + content/48: 371d0e46b4bd2c23f559b8bc112f6955 + content/49: 620137aae5759cc643c003d6eea1085a + content/50: bcadfc362b69078beee0088e5936c98b + content/51: d57d88af3d3863aac46f7f891fe7f647 + content/52: cbd77c279f892c3bafa2e2e4e24d8cf7 + content/53: 736652f66ccfd33ce26f536d208528e3 + content/54: 371d0e46b4bd2c23f559b8bc112f6955 + content/55: deb71a0dec9991ff09f1124c99d4570e + content/56: bcadfc362b69078beee0088e5936c98b + content/57: 13cdf3d8fc37de480f5101e59ef62f02 + content/58: ec69edd7d827da8ed1fa0c341cad9ac1 + content/59: 321df9dbed943596cddbd2fe48577848 content/60: 371d0e46b4bd2c23f559b8bc112f6955 - content/61: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/61: 3f5aa6096f90fe0c0ca6539097a5a1c7 content/62: bcadfc362b69078beee0088e5936c98b - content/63: 4a2e706133d34b12b398b9ab2a895001 - content/64: 62763db101bf33507d3b9e2b15f9011a - content/65: 371d0e46b4bd2c23f559b8bc112f6955 - content/66: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/67: bcadfc362b69078beee0088e5936c98b - content/68: 4a2e706133d34b12b398b9ab2a895001 - content/69: 434790df3914ff2403a5e92260a49395 - content/70: 371d0e46b4bd2c23f559b8bc112f6955 - content/71: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/72: bcadfc362b69078beee0088e5936c98b - content/73: 4a2e706133d34b12b398b9ab2a895001 - content/74: 412852540e461afcf7588e1e54c13d3d - content/75: 371d0e46b4bd2c23f559b8bc112f6955 - content/76: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/77: bcadfc362b69078beee0088e5936c98b - content/78: 4a2e706133d34b12b398b9ab2a895001 - content/79: 63972cc4d72025f47aa6b329cf5f8290 - content/80: 371d0e46b4bd2c23f559b8bc112f6955 - content/81: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/82: bcadfc362b69078beee0088e5936c98b - content/83: 4a2e706133d34b12b398b9ab2a895001 - content/84: 383217087ecc00735f5f0e498c676395 - content/85: 371d0e46b4bd2c23f559b8bc112f6955 - content/86: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/87: bcadfc362b69078beee0088e5936c98b - content/88: 4a2e706133d34b12b398b9ab2a895001 - content/89: c27f212932a83b343c35d3a2c7f332d2 + content/63: 7d3f560e2ad2cbdd8c38daf6c369ba4f + content/64: 477652ad30f42f8820be0b5fc4646b57 + content/65: 1bb8698110c4214e6c0a6f6541d91db0 + content/66: 371d0e46b4bd2c23f559b8bc112f6955 + content/67: 95d41204483c2fe8f4e413c0c4e6a910 + content/68: bcadfc362b69078beee0088e5936c98b + content/69: 6421a37b0e2efac858d80756ee1ed4c0 + content/70: b6cbca440b6fb3ae5566a1611ad5bf02 + content/71: 786569e3fe0d3fabeb937fd732eee24e + content/72: 371d0e46b4bd2c23f559b8bc112f6955 + content/73: 3793c79d995272563d657a4e5a56ea0a + content/74: bcadfc362b69078beee0088e5936c98b + content/75: 94001301ed129339bb216d43400752a5 + content/76: 6429397d79f7e9b123c29da0f6b05067 + content/77: 3805266905885bdfc8a423b847bec1d2 + content/78: 371d0e46b4bd2c23f559b8bc112f6955 + content/79: 95d41204483c2fe8f4e413c0c4e6a910 + content/80: bcadfc362b69078beee0088e5936c98b + content/81: 3b9a044b1ce72a910d4773c7a5a9e0c6 + content/82: 036dff768dfea703884fe11668699bc2 + content/83: b8f3211c6856feb29823df93f01e5fc3 + content/84: 371d0e46b4bd2c23f559b8bc112f6955 + content/85: 69bebb569e09ada525fbd8b3ce468fc0 + content/86: bcadfc362b69078beee0088e5936c98b + content/87: 8146f3c3b0be18be08db372538ea341b + content/88: 7b05a62f8a0a545532a71b62893318cd + content/89: 4cd2ab74145b650810e46ac4da62c2df content/90: 371d0e46b4bd2c23f559b8bc112f6955 - content/91: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/91: 52869c893e3a98e67971964cfc75aec2 content/92: bcadfc362b69078beee0088e5936c98b - content/93: 4a2e706133d34b12b398b9ab2a895001 - content/94: 5ab51f77464b13249fa4ad9072090bd6 - content/95: 371d0e46b4bd2c23f559b8bc112f6955 - content/96: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/97: bcadfc362b69078beee0088e5936c98b - content/98: 4a2e706133d34b12b398b9ab2a895001 - content/99: 47655d20e26f3c4f3bf7e67fbc669719 - content/100: 371d0e46b4bd2c23f559b8bc112f6955 - content/101: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/102: bcadfc362b69078beee0088e5936c98b - content/103: 4a2e706133d34b12b398b9ab2a895001 - content/104: 2b3a08646ecf5bc2689081de63c89350 - content/105: 371d0e46b4bd2c23f559b8bc112f6955 - content/106: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/107: bcadfc362b69078beee0088e5936c98b - content/108: 4a2e706133d34b12b398b9ab2a895001 - content/109: 5447fd9b1af11c698a8b153bd90cfc10 - content/110: 371d0e46b4bd2c23f559b8bc112f6955 - content/111: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/112: bcadfc362b69078beee0088e5936c98b - content/113: 4a2e706133d34b12b398b9ab2a895001 - content/114: 3cee2834919b0519b79a9a5d466bfedd - content/115: 371d0e46b4bd2c23f559b8bc112f6955 - content/116: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/117: bcadfc362b69078beee0088e5936c98b - content/118: 4a2e706133d34b12b398b9ab2a895001 - content/119: 5a1e3da373873351a92d4986b649baf4 + content/93: 104c0d18f50dfe05f09c893f3a453962 + content/94: 3c1dce36fdb468dbe906ed9fa833d9d4 + content/95: b1879236c015b6f0eff636f95a10aeb5 + content/96: 371d0e46b4bd2c23f559b8bc112f6955 + content/97: 2c45f7303990029e360dd65381e61092 + content/98: bcadfc362b69078beee0088e5936c98b + content/99: 8be55b0c5a96b8c87f6f20f9194de99b + content/100: fe892b42b9d36ddd0c85b3f28403d2ec + content/101: 8a7deb6f5fe546cc3d9f36893acc111c + content/102: 371d0e46b4bd2c23f559b8bc112f6955 + content/103: 0876ef637c4b1cffb0c9f52b9275eded + content/104: bcadfc362b69078beee0088e5936c98b + content/105: be7e288a4b0851f93fa56a782e671fe7 + content/106: 3703e3559bdbc38792cf68219078deb6 + content/107: bc34119e3b9745f65a626ff61a8b52d9 + content/108: 371d0e46b4bd2c23f559b8bc112f6955 + content/109: 5f4d5c6d3636c9ec3c29857a596ca76c + content/110: bcadfc362b69078beee0088e5936c98b + content/111: b26b3f0e94ddc9626035440c55a79166 + content/112: 1d87db9daaf4bf1f8ecadb98114cb710 + content/113: 8779d5ac67c7290610289c5367252f12 + content/114: 371d0e46b4bd2c23f559b8bc112f6955 + content/115: d4ea77c4c27975b4b071b1d3e3e3bcb1 + content/116: bcadfc362b69078beee0088e5936c98b + content/117: 3e5cb864026b1c81c4d4719944ab26a7 + content/118: d6d956a657c42ce8a92ed916cb2938cf + content/119: c9201f331ec671a2dad0906ed4e049b9 content/120: 371d0e46b4bd2c23f559b8bc112f6955 - content/121: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/121: 0876ef637c4b1cffb0c9f52b9275eded content/122: bcadfc362b69078beee0088e5936c98b - content/123: 4a2e706133d34b12b398b9ab2a895001 - content/124: 420d56aab6760592bc5fc15eb17b0bb0 - content/125: 371d0e46b4bd2c23f559b8bc112f6955 - content/126: d71b6bb8e2dd6ce98101aec6a1dd77f2 - content/127: bcadfc362b69078beee0088e5936c98b - content/128: 4a2e706133d34b12b398b9ab2a895001 - content/129: b3f310d5ef115bea5a8b75bf25d7ea9a - content/130: a575a9bbb6adc3614e075cfe43a9dad9 + content/123: 25d535f9e79aa6994151bcb508e7d205 + content/124: 220833417918585d5a45b1e149b2c85f + content/125: abeac15c989dcc08786886f60f3945cd + content/126: 371d0e46b4bd2c23f559b8bc112f6955 + content/127: 49d4ba2f04d1636341ccb44f67129f13 + content/128: bcadfc362b69078beee0088e5936c98b + content/129: d43f3a778d97ee0d593bf31fb0840cf0 + content/130: b2241595ca0bb3ce1104c8820321fa98 + content/131: 8ea95b85979dba2c0bfa36864a11e582 + content/132: 371d0e46b4bd2c23f559b8bc112f6955 + content/133: e89ab7907cacbd489f9c3e4c82d5a69c + content/134: bcadfc362b69078beee0088e5936c98b + content/135: 6929878335953c54381475ddfb406cd8 + content/136: 2c19db652fb8e111f1690e03ccf3ebb8 + content/137: 2ed4a07bb0808f094fd6cf41a5adb22e + content/138: 371d0e46b4bd2c23f559b8bc112f6955 + content/139: 40605f60d61bbd66eceab2a9aa20ce2f + content/140: bcadfc362b69078beee0088e5936c98b + content/141: 79411d8af0e70431dce042d945f651d0 + content/142: 39349b170ffc5dbf3c4304ce8189f9d8 + content/143: 15edcbaae22f26438c94a7de8d4f9daf + content/144: 371d0e46b4bd2c23f559b8bc112f6955 + content/145: 6ff7ca12b90a9ec74fcc67e5e43e984d + content/146: bcadfc362b69078beee0088e5936c98b + content/147: 75cbfeab4bbc5c6c472b387e2f1cbd54 + content/148: 359d4e638a9951e50b5e1603a21e9b4b + content/149: f75b50863b6b11a2fdc7dd9a600d9e4a + content/150: 371d0e46b4bd2c23f559b8bc112f6955 + content/151: acdffc3a63ec026da481c03701a37441 + content/152: bcadfc362b69078beee0088e5936c98b + content/153: d5463de172126ba504d1341f12a80270 + content/154: 3af06a5ebf81c8c9b3eb5200325e2ea0 + content/155: 09bc16d512c94c2dc9a76f558249195d + content/156: 371d0e46b4bd2c23f559b8bc112f6955 + content/157: 6ff7ca12b90a9ec74fcc67e5e43e984d + content/158: bcadfc362b69078beee0088e5936c98b + content/159: e3ea8315af8742fe32e8aa47ff8d615e + content/160: c966b1900bb26a04fc7cce768bff024b + content/161: 6b3c60bf5b4d41d65f46603590f57021 + content/162: 371d0e46b4bd2c23f559b8bc112f6955 + content/163: 87e4defcf7309036182ff737883da967 + content/164: bcadfc362b69078beee0088e5936c98b + content/165: 9b884c66c78b42243d812d3d3fc85657 + content/166: db6e9fb04e0a43c5b5924feef49c7ae1 + content/167: 6484a48aeca58c64139044bef3f72e8e + content/168: 371d0e46b4bd2c23f559b8bc112f6955 + content/169: ea8213e140265fa267f6adf7d7eaff08 + content/170: bcadfc362b69078beee0088e5936c98b + content/171: c4b48436fcc85ac909c6d11fcef9659f + content/172: a623f5d8f921be5c8915c42bb88ac299 + content/173: 15ca8c6cf9bce4dbf9ba8fe7d57bec1f + content/174: 371d0e46b4bd2c23f559b8bc112f6955 + content/175: 6ff7ca12b90a9ec74fcc67e5e43e984d + content/176: bcadfc362b69078beee0088e5936c98b + content/177: 02b4dcbe92c0bbdefe805fc361fef180 + content/178: 7f03f9097af2e54713aceb61e497ffc2 + content/179: c4a493a63cd7069ce2b71f7076ff6df6 + content/180: 371d0e46b4bd2c23f559b8bc112f6955 + content/181: 6ff7ca12b90a9ec74fcc67e5e43e984d + content/182: bcadfc362b69078beee0088e5936c98b + content/183: b15d5026fb1a7314a83c97b1fb7b82aa + content/184: e3195959bdd601ee2cae967ba2f4d9b4 + content/185: a9f7adc2f89705627f0b9f745cf782a0 + content/186: 371d0e46b4bd2c23f559b8bc112f6955 + content/187: de75494e38dfc4e498adfd4f12f17014 + content/188: bcadfc362b69078beee0088e5936c98b + content/189: 4968e0afdaafa3630e3c765d44b06b0e + content/190: f46851efacd2f6dd6629bed0beccd23f + content/191: e74441ee1eb016086fb08574ee193d06 + content/192: 371d0e46b4bd2c23f559b8bc112f6955 + content/193: 8ad03b377da6bc97aa21b2a4517c2755 + content/194: bcadfc362b69078beee0088e5936c98b + content/195: b7f78f6a0fc8dd72efb1eb8409daf2be + content/196: fce784d85631d834422e255625be651f + content/197: b6593b8eafacf5a307174ccee693dc8d + content/198: 371d0e46b4bd2c23f559b8bc112f6955 + content/199: dbe425bf81121fb9d1e8e260ef77ebe9 + content/200: bcadfc362b69078beee0088e5936c98b + content/201: 6649f75de9fe6ebef1868afde605aa59 + content/202: c0df0383ed694166b56a37b10acf07fc + content/203: 6c096d2dc894dcf71a75e23ed70a285b + content/204: 371d0e46b4bd2c23f559b8bc112f6955 + content/205: 94f48d2f34534982ca873854893cf38f + content/206: bcadfc362b69078beee0088e5936c98b + content/207: 9a8770549c5bb71749c6eb32581bcc2f + content/208: 687a95d0c71a128a2ff90b87e00eca3e + content/209: f583f49890634f00b9ae3a16f9e405f9 + content/210: 371d0e46b4bd2c23f559b8bc112f6955 + content/211: 9941e5fe1007251e6c32e5adb3ae2f38 + content/212: bcadfc362b69078beee0088e5936c98b + content/213: 18f554857553feeacb7b9c75ca406a3c + content/214: e2f1877b75868451d1e9bc1087e1e7df + content/215: dc265059700bd4c5591918a330025a4d + content/216: 371d0e46b4bd2c23f559b8bc112f6955 + content/217: 7cfd8a3e322f4df0f8750e98064bd498 + content/218: bcadfc362b69078beee0088e5936c98b + content/219: 55b601dba099cf12fa18fc804294989c + content/220: 4cccf1e76a393ca3427c3d9ed60874ca + content/221: 8aebf57d70eae158f2eb05df272a3eed + content/222: 371d0e46b4bd2c23f559b8bc112f6955 + content/223: 620137aae5759cc643c003d6eea1085a + content/224: bcadfc362b69078beee0088e5936c98b + content/225: ef0af378289d065ac2392cc5af6608cd + content/226: 73c9ed6f75dbf5553cfb02bf47fa2330 + content/227: 4e192a92da1423d37cf6a1a6b5be9d69 + content/228: 371d0e46b4bd2c23f559b8bc112f6955 + content/229: deb71a0dec9991ff09f1124c99d4570e + content/230: bcadfc362b69078beee0088e5936c98b + content/231: 584b22e8abe0eecf20fc4f6479676bf0 + content/232: 96341300be0be1452578afcc68e5a7d1 + content/233: e3aef715d670c9de75c8070396ea93b5 + content/234: 371d0e46b4bd2c23f559b8bc112f6955 + content/235: 3f12ac0d1452f193bfeba7eaafe8ae7a + content/236: bcadfc362b69078beee0088e5936c98b + content/237: 1c67772ec813fb2fa88c27faf0f9aefa + content/238: 60b6ca2510e62924b1f8e67102e55ebd + content/239: 36e1673b49d5575ba7ee9b04ffaa527e + content/240: 371d0e46b4bd2c23f559b8bc112f6955 + content/241: 6c527a3dc46ed6dd8e8152ef77168f42 + content/242: bcadfc362b69078beee0088e5936c98b + content/243: ff82bdb89d23cc9d23301eb3f7c03fea + content/244: 23059d93da085c01714eaf7611e8ee22 + content/245: d1d6df4500565341b1ccab2555660ad4 + content/246: 371d0e46b4bd2c23f559b8bc112f6955 + content/247: 4088c301d7eda43f0d591f7af94bae60 + content/248: bcadfc362b69078beee0088e5936c98b + content/249: 36a339adf342706068af34917e1fb3c2 + content/250: 1e6c123a671b131789bc0275ffcd081e + content/251: 6a4b98e60bb0ad2de8644c3a44af4dcb + content/252: 371d0e46b4bd2c23f559b8bc112f6955 + content/253: 6c527a3dc46ed6dd8e8152ef77168f42 + content/254: bcadfc362b69078beee0088e5936c98b + content/255: 755ff7cb667b612bcdc20db1e115c94d + content/256: f9d2998a8366f5645bb63cfdaad19e09 + content/257: 6cf1c78eb0cd0b26800eacd6a7cb4460 + content/258: 371d0e46b4bd2c23f559b8bc112f6955 + content/259: 890d5338716e2a3c0bd1b0ecb5e77f29 + content/260: bcadfc362b69078beee0088e5936c98b + content/261: 16e43e01aaaad20ca7839698c1e9b4f9 + content/262: f87134619a6f0aaef4622f803fc86068 + content/263: 728d453d3b5eac082541f0882296dee0 + content/264: 371d0e46b4bd2c23f559b8bc112f6955 + content/265: ce7e318c74f274a73f59fb3bee0bf4ff + content/266: bcadfc362b69078beee0088e5936c98b + content/267: f02fbeefaf5a85e8541207bb5d295a77 + content/268: 57b63fcffef1fb8c6203ae85e4c8db3f + content/269: 8046e0b6167179a2d6f1d017e1de5041 + content/270: 371d0e46b4bd2c23f559b8bc112f6955 + content/271: 3ff41784dd983947a3e56a0a19ba7f2b + content/272: bcadfc362b69078beee0088e5936c98b + content/273: c8252f1d9c89b5a60e54f68878b2b701 + content/274: 85445c0f3f2ef2273d75cb9469836d3c + content/275: a122121c82addbc3f5a50d7d440c8136 + content/276: 371d0e46b4bd2c23f559b8bc112f6955 + content/277: 2f06dd0da5e32ba05291bcbd902e4279 + content/278: bcadfc362b69078beee0088e5936c98b + content/279: 569972d8bfea06c1a1d13b6585be9e97 + content/280: 304c4475c6b7d24017d50c3f4d4f4523 + content/281: 8036b55b711a272bcd9173901675e4ea + content/282: 371d0e46b4bd2c23f559b8bc112f6955 + content/283: 5c35a68aad3d4537bfa6499749b6db48 + content/284: bcadfc362b69078beee0088e5936c98b + content/285: 92627b7c94bbf6151cfd8ac3842d645f + content/286: 8ac27924b5db3d2b8e44aea3c2ce91a3 + content/287: 85b3c80464dad6a3239d5eedae051e4f + content/288: 371d0e46b4bd2c23f559b8bc112f6955 + content/289: bd7bd130aaec9b7d55c3eddaf1caab90 + content/290: bcadfc362b69078beee0088e5936c98b + content/291: 4085077ce0b86e3d08ef7efe804d0484 + content/292: f46135bc1b7fdde610ca2a5fafa2af9a + content/293: 56cc18cae224b8e05a08f843be6590f6 + content/294: 371d0e46b4bd2c23f559b8bc112f6955 + content/295: aa8567cd520abb14b259b281977d0446 + content/296: bcadfc362b69078beee0088e5936c98b + content/297: fe054a74517d5f0017d8016440ce77e0 + content/298: 25f9848261b2dbde13e5884aee68aa56 + content/299: ae7c70e2c256510ec4425eb535ce824d + content/300: 371d0e46b4bd2c23f559b8bc112f6955 + content/301: 2e6b966909e16e4604cce9f08d7f4eef + content/302: bcadfc362b69078beee0088e5936c98b + content/303: 5fb46e999675a07d1a93532b9c994853 + content/304: 56ff22d905921a01c05975d15273915f + content/305: c8386361dc4ef7b9e9b4792e58ec0f52 + content/306: 371d0e46b4bd2c23f559b8bc112f6955 + content/307: c60f0135f5146a9211ac821be76b3e0e + content/308: bcadfc362b69078beee0088e5936c98b + content/309: 4f3ed96fc275c1fef9f57c1e0ee0546e + content/310: b3f310d5ef115bea5a8b75bf25d7ea9a + content/311: ae751667ac1efc1d3f8d2fcfedf39d21 + ecab17acaab031168a7200a567f14e4a: + meta/title: b5131f6488b5a439d58db3e22d6de45b + meta/description: abbac39bd8ae67545b5b1e0a0ce6daf2 + content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 + content/1: 313f60c413acc2cba972fb62bb5f5083 + content/2: 21d68203f5efd2ea25113641fab993a5 + content/3: 0be5afbced3ddfb2f52dc4fc251bd12f + content/4: ec39bffb6390df1e81c3c59e209563aa + content/5: 77ca47faa7d7deaf3b841ef30a960350 + content/6: 821e6394b0a953e2b0842b04ae8f3105 + content/7: 8a23aa711e42728cd74895199d80bc57 + content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e + content/9: d68995fc212fffd4c41ce0b1e0d4fd2e + content/10: c517cecb8c893829a56470b3e5d76469 + content/11: 371d0e46b4bd2c23f559b8bc112f6955 + content/12: 6602fca05cac2890ce1e6c2bfb4c3edc + content/13: bcadfc362b69078beee0088e5936c98b + content/14: 30597d02be39403d58878009bf9ad180 + content/15: 0f74280b9f76b77c5ff3d7adf579567f + content/16: c49e0c8c6a6e30001076b52666b65513 + content/17: 371d0e46b4bd2c23f559b8bc112f6955 + content/18: 44177bd68134b05e5d857fd4d961faec + content/19: bcadfc362b69078beee0088e5936c98b + content/20: 7114399c57ea4b939fb2ceec1c1c73d4 + content/21: 5380b52a75a54072ce4c80ef02c1d9f9 + content/22: f81573284f81699b8ccd4c9a32134b76 + content/23: 371d0e46b4bd2c23f559b8bc112f6955 + content/24: e1d1f3f81bc90ef9dc2d9a7000584517 + content/25: bcadfc362b69078beee0088e5936c98b + content/26: 5703816c9993cad8f724477c7d3baba1 + content/27: a989ad3de44846f0494357c17a41ee9a + content/28: 97cb66519a9ab1bf445fb1cb9c94122e + content/29: 371d0e46b4bd2c23f559b8bc112f6955 + content/30: e67b226b18e41f76c4891c7899446a7c + content/31: bcadfc362b69078beee0088e5936c98b + content/32: 7cb731c92a2952d96be745a4dc813317 + content/33: a887a78b115ab7ddd3ddd817c4bd2021 + content/34: 27141f5a3f85214f3ef64decfa914b6c + content/35: 371d0e46b4bd2c23f559b8bc112f6955 + content/36: efe5483771b85548be6a18808d8f8190 + content/37: bcadfc362b69078beee0088e5936c98b + content/38: 9564cc04cb9372fa8e24c84c82e347b2 + content/39: b35883a517799e6b6dae2fab1582086e + content/40: 42f88110bd2976790ec32981c33833ec + content/41: 371d0e46b4bd2c23f559b8bc112f6955 + content/42: 85e2b5b0b03f537b0513c041a6b8eb50 + content/43: bcadfc362b69078beee0088e5936c98b + content/44: 2a9520f488643a0aefc6985c64353ab6 + content/45: b3f310d5ef115bea5a8b75bf25d7ea9a + content/46: 3a03da5c351afd4029f7e7b099f9d47a + 4708d770626bc09eea209330925801e6: + meta/title: 739c082da2683880c5cb56aec609f911 + meta/description: f660db71f844d4951e993ade81dc7859 + content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 + content/1: 4a1d8072873d70df4c576db192fb4427 + content/2: 4e526347d5f19d2915e9447eaebd400e + content/3: d99541efc706ea8df38ca1b72d60ef68 + content/4: 3f363a54447f299d61b95d5f925bf9f7 + content/5: 1c27904bc4c044d311808c06287e55a6 + content/6: 821e6394b0a953e2b0842b04ae8f3105 + content/7: 8f0465a09b592910949b0fc06d016607 + content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e + content/9: 45e9c8ff6718a6abb335d6c00360c18b + content/10: 12bbcad2eb012550c0788ac338ca57b0 + content/11: 371d0e46b4bd2c23f559b8bc112f6955 + content/12: 09ff58db80a7fe5a30071f37efb64ebb + content/13: bcadfc362b69078beee0088e5936c98b + content/14: 3613a355d35dc4ca4b0301460777ce41 + content/15: 96504887f220c57e94abffab64ca4ebb + content/16: 051596a8dabf5171e2bcbf14a64ca3a2 + content/17: 371d0e46b4bd2c23f559b8bc112f6955 + content/18: d4da4f88207c77e396932f75b367b03d + content/19: bcadfc362b69078beee0088e5936c98b + content/20: 01fc8bee0be734335e3dc44bdc0f51c1 + content/21: 5fd679d74191d9abc527a534d434e5e3 + content/22: def189cab76d65052c3f6a765995e272 + content/23: 371d0e46b4bd2c23f559b8bc112f6955 + content/24: 7b8a18b6c172417fec8155b151559fb0 + content/25: bcadfc362b69078beee0088e5936c98b + content/26: 998426873ad65ff2b9c96c2f05984576 + content/27: 84639380e9cc4496574442a3f22ae78d + content/28: 6984be90c7a3359db729bcc1ba11fef2 + content/29: 371d0e46b4bd2c23f559b8bc112f6955 + content/30: ffaeced16d58117702bb69273d11d58b + content/31: bcadfc362b69078beee0088e5936c98b + content/32: 14c0df89bf4b2633315bf0d2a8b3987d + content/33: 061400fbe790008a9b7bb4e568d25313 + content/34: 371d0e46b4bd2c23f559b8bc112f6955 + content/35: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/36: bcadfc362b69078beee0088e5936c98b + content/37: 4a2e706133d34b12b398b9ab2a895001 + content/38: a4dfe4fd01ca877c873338d48d9ec162 + content/39: 371d0e46b4bd2c23f559b8bc112f6955 + content/40: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/41: bcadfc362b69078beee0088e5936c98b + content/42: 4a2e706133d34b12b398b9ab2a895001 + content/43: f39442609c0ddf9da722270da2f75c96 + content/44: 371d0e46b4bd2c23f559b8bc112f6955 + content/45: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/46: bcadfc362b69078beee0088e5936c98b + content/47: 4a2e706133d34b12b398b9ab2a895001 + content/48: 25c3374c18698301689fb849f7262afd + content/49: 371d0e46b4bd2c23f559b8bc112f6955 + content/50: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/51: bcadfc362b69078beee0088e5936c98b + content/52: 4a2e706133d34b12b398b9ab2a895001 + content/53: d70f7ca67dc0127139a74324e72d5cfa + content/54: 371d0e46b4bd2c23f559b8bc112f6955 + content/55: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/56: bcadfc362b69078beee0088e5936c98b + content/57: 4a2e706133d34b12b398b9ab2a895001 + content/58: e1841ff010b3addb5251d10bc9e2a4a8 + content/59: 371d0e46b4bd2c23f559b8bc112f6955 + content/60: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/61: bcadfc362b69078beee0088e5936c98b + content/62: 4a2e706133d34b12b398b9ab2a895001 + content/63: ec33ee506164782e079a5c3d1fdb3805 + content/64: 371d0e46b4bd2c23f559b8bc112f6955 + content/65: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/66: bcadfc362b69078beee0088e5936c98b + content/67: 4a2e706133d34b12b398b9ab2a895001 + content/68: 62763db101bf33507d3b9e2b15f9011a + content/69: 371d0e46b4bd2c23f559b8bc112f6955 + content/70: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/71: bcadfc362b69078beee0088e5936c98b + content/72: 4a2e706133d34b12b398b9ab2a895001 + content/73: 434790df3914ff2403a5e92260a49395 + content/74: 371d0e46b4bd2c23f559b8bc112f6955 + content/75: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/76: bcadfc362b69078beee0088e5936c98b + content/77: 4a2e706133d34b12b398b9ab2a895001 + content/78: 412852540e461afcf7588e1e54c13d3d + content/79: 371d0e46b4bd2c23f559b8bc112f6955 + content/80: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/81: bcadfc362b69078beee0088e5936c98b + content/82: 4a2e706133d34b12b398b9ab2a895001 + content/83: 63972cc4d72025f47aa6b329cf5f8290 + content/84: 371d0e46b4bd2c23f559b8bc112f6955 + content/85: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/86: bcadfc362b69078beee0088e5936c98b + content/87: 4a2e706133d34b12b398b9ab2a895001 + content/88: 383217087ecc00735f5f0e498c676395 + content/89: 371d0e46b4bd2c23f559b8bc112f6955 + content/90: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/91: bcadfc362b69078beee0088e5936c98b + content/92: 4a2e706133d34b12b398b9ab2a895001 + content/93: c27f212932a83b343c35d3a2c7f332d2 + content/94: 371d0e46b4bd2c23f559b8bc112f6955 + content/95: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/96: bcadfc362b69078beee0088e5936c98b + content/97: 4a2e706133d34b12b398b9ab2a895001 + content/98: 5ab51f77464b13249fa4ad9072090bd6 + content/99: 371d0e46b4bd2c23f559b8bc112f6955 + content/100: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/101: bcadfc362b69078beee0088e5936c98b + content/102: 4a2e706133d34b12b398b9ab2a895001 + content/103: 47655d20e26f3c4f3bf7e67fbc669719 + content/104: 371d0e46b4bd2c23f559b8bc112f6955 + content/105: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/106: bcadfc362b69078beee0088e5936c98b + content/107: 4a2e706133d34b12b398b9ab2a895001 + content/108: 2b3a08646ecf5bc2689081de63c89350 + content/109: 371d0e46b4bd2c23f559b8bc112f6955 + content/110: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/111: bcadfc362b69078beee0088e5936c98b + content/112: 4a2e706133d34b12b398b9ab2a895001 + content/113: 5447fd9b1af11c698a8b153bd90cfc10 + content/114: 371d0e46b4bd2c23f559b8bc112f6955 + content/115: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/116: bcadfc362b69078beee0088e5936c98b + content/117: 4a2e706133d34b12b398b9ab2a895001 + content/118: 3cee2834919b0519b79a9a5d466bfedd + content/119: 371d0e46b4bd2c23f559b8bc112f6955 + content/120: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/121: bcadfc362b69078beee0088e5936c98b + content/122: 4a2e706133d34b12b398b9ab2a895001 + content/123: 5a1e3da373873351a92d4986b649baf4 + content/124: 371d0e46b4bd2c23f559b8bc112f6955 + content/125: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/126: bcadfc362b69078beee0088e5936c98b + content/127: 4a2e706133d34b12b398b9ab2a895001 + content/128: 420d56aab6760592bc5fc15eb17b0bb0 + content/129: 371d0e46b4bd2c23f559b8bc112f6955 + content/130: d71b6bb8e2dd6ce98101aec6a1dd77f2 + content/131: bcadfc362b69078beee0088e5936c98b + content/132: 4a2e706133d34b12b398b9ab2a895001 + content/133: b3f310d5ef115bea5a8b75bf25d7ea9a + content/134: a575a9bbb6adc3614e075cfe43a9dad9 6f170cd9c9fab731de5f71cf485eeef5: meta/title: 341fcb2f99eb4527e898e7cc78eaedd8 meta/description: 75e5f7b311444862e09f872b1a3797d1 content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 7fb0ef383611050c4c4c7dd2659d1a3a + content/1: c5734c0bc3d689b4d7f1c1f11940fa6d content/2: 8f491ad3ac53c8fa86120a54072f6185 content/3: df27faea12682771991cb0c69e889ad2 content/4: 0a9855f40a46d69f472571a64c304d9b @@ -6646,7 +6666,7 @@ checksums: meta/title: 82f2df63ac3692cfd57c2cc51bc745c7 meta/description: 4f27f369e18412496bbf0e1279d8568f content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: 30b3e67cc7a05ec398abccc2c8243d51 + content/1: 18135c9b01ed3a0edc6209aed27a9fc8 content/2: 0db2ae2077f02207c716072789e1d629 content/3: b49beee4d9375e0ee9e093c1e0e65346 content/4: 5962c132afaa18a294cf2e01a71f8b62 @@ -6733,7 +6753,7 @@ checksums: meta/title: 9dc8e029a3060377307a7719fec84ceb meta/description: ac57622b4c842bda230a978a6e178ece content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 - content/1: f6613a7c9dc3decafedb0d0296f9c0c5 + content/1: 777c37932cb1e3561a4d97f4d5f9dfd6 content/2: 821e6394b0a953e2b0842b04ae8f3105 content/3: 7bd680ed8d89b6ce291234530ff5eee1 content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e From 9756b53803d19f9e98ede5c3206179e0d88c0090 Mon Sep 17 00:00:00 2001 From: waleed Date: Wed, 12 Nov 2025 02:48:51 -0800 Subject: [PATCH 2/2] fix build --- apps/docs/content/docs/de/tools/stripe.mdx | 6 +++--- apps/docs/content/docs/es/tools/stripe.mdx | 10 +++++----- apps/docs/content/docs/ja/tools/stripe.mdx | 10 +++++----- apps/docs/content/docs/zh/tools/stripe.mdx | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/docs/content/docs/de/tools/stripe.mdx b/apps/docs/content/docs/de/tools/stripe.mdx index caca73fa99..5841909d8c 100644 --- a/apps/docs/content/docs/de/tools/stripe.mdx +++ b/apps/docs/content/docs/de/tools/stripe.mdx @@ -50,7 +50,7 @@ Eine neue Zahlungsabsicht (Payment Intent) erstellen, um eine Zahlung zu verarbe | `description` | string | Nein | Beschreibung der Zahlung | | `receipt_email` | string | Nein | E-Mail-Adresse für den Quittungsversand | | `metadata` | json | Nein | Satz von Schlüssel-Wert-Paaren zur Speicherung zusätzlicher Informationen | -| `automatic_payment_methods` | json | Nein | Automatische Zahlungsmethoden aktivieren (z.B. {"enabled": true}) | +| `automatic_payment_methods` | json | Nein | Automatische Zahlungsmethoden aktivieren (z.B. `{"enabled": true}`) | #### Ausgabe @@ -168,7 +168,7 @@ Alle Payment Intents auflisten | `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | | `customer` | string | Nein | Nach Kunden-ID filtern | -| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., {"gt": 1633024800}) | +| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., `{"gt": 1633024800}`) | #### Ausgabe @@ -745,7 +745,7 @@ Alle Belastungen auflisten | `apiKey` | string | Ja | Stripe API-Schlüssel (Secret Key) | | `limit` | number | Nein | Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 100) | | `customer` | string | Nein | Nach Kunden-ID filtern | -| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., {"gt": 1633024800}) | +| `created` | json | Nein | Nach Erstellungsdatum filtern (z.B., `{"gt": 1633024800}`) | #### Ausgabe diff --git a/apps/docs/content/docs/es/tools/stripe.mdx b/apps/docs/content/docs/es/tools/stripe.mdx index 5f53a5f50d..05b7e60eac 100644 --- a/apps/docs/content/docs/es/tools/stripe.mdx +++ b/apps/docs/content/docs/es/tools/stripe.mdx @@ -50,7 +50,7 @@ Crear una nueva intención de pago para procesar un pago | `description` | string | No | Descripción del pago | | `receipt_email` | string | No | Dirección de correo electrónico para enviar el recibo | | `metadata` | json | No | Conjunto de pares clave-valor para almacenar información adicional | -| `automatic_payment_methods` | json | No | Habilitar métodos de pago automáticos (ej., {"enabled": true}) | +| `automatic_payment_methods` | json | No | Habilitar métodos de pago automáticos (ej., `{"enabled": true}`) | #### Salida @@ -168,7 +168,7 @@ Listar todos los Payment Intents | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `customer` | string | No | Filtrar por ID de cliente | -| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., `{"gt": 1633024800}`) | #### Salida @@ -330,7 +330,7 @@ Crear una nueva suscripción para un cliente | --------- | ---- | -------- | ----------- | | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `customer` | string | Sí | ID del cliente a suscribir | -| `items` | json | Sí | Array de elementos con IDs de precio (p. ej., [{"price": "price_xxx", "quantity": 1}]) | +| `items` | json | Sí | Array de elementos con IDs de precio (p. ej., `[{"price": "price_xxx", "quantity": 1}]`) | | `trial_period_days` | number | No | Número de días de prueba | | `default_payment_method` | string | No | ID del método de pago | | `cancel_at_period_end` | boolean | No | Cancelar suscripción al final del período | @@ -745,7 +745,7 @@ Listar todos los cargos | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `customer` | string | No | Filtrar por ID de cliente | -| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., `{"gt": 1633024800}`) | #### Salida @@ -1022,7 +1022,7 @@ Listar todos los Eventos | `apiKey` | string | Sí | Clave API de Stripe (clave secreta) | | `limit` | number | No | Número de resultados a devolver (predeterminado 10, máximo 100) | | `type` | string | No | Filtrar por tipo de evento (p. ej., payment_intent.created) | -| `created` | json | No | Filtrar por fecha de creación (p. ej., {"gt": 1633024800}) | +| `created` | json | No | Filtrar por fecha de creación (p. ej., `{"gt": 1633024800}`) | #### Salida diff --git a/apps/docs/content/docs/ja/tools/stripe.mdx b/apps/docs/content/docs/ja/tools/stripe.mdx index 6199acb18a..8dca6fe89e 100644 --- a/apps/docs/content/docs/ja/tools/stripe.mdx +++ b/apps/docs/content/docs/ja/tools/stripe.mdx @@ -50,7 +50,7 @@ eコマース自動化、サブスクリプションサービスの構築、レ | `description` | string | いいえ | 支払いの説明 | | `receipt_email` | string | いいえ | 領収書を送信するメールアドレス | | `metadata` | json | いいえ | 追加情報を保存するためのキーと値のペアのセット | -| `automatic_payment_methods` | json | いいえ | 自動支払い方法を有効にする(例:{"enabled": true}) | +| `automatic_payment_methods` | json | いいえ | 自動支払い方法を有効にする(例:`{"enabled": true}`) | #### 出力 @@ -168,7 +168,7 @@ Payment Intentをキャンセルする | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `customer` | string | いいえ | 顧客IDでフィルタリング | -| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:`{"gt": 1633024800}`) | #### 出力 @@ -330,7 +330,7 @@ IDで既存の顧客を取得する | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `customer` | string | はい | サブスクリプションを作成する顧客ID | -| `items` | json | はい | 価格IDを含むアイテムの配列(例:[{"price": "price_xxx", "quantity": 1}]) | +| `items` | json | はい | 価格IDを含むアイテムの配列(例:`[{"price": "price_xxx", "quantity": 1}]`) | | `trial_period_days` | number | いいえ | トライアル日数 | | `default_payment_method` | string | いいえ | 支払い方法ID | | `cancel_at_period_end` | boolean | いいえ | 期間終了時にサブスクリプションをキャンセルするかどうか | @@ -745,7 +745,7 @@ IDで既存のチャージを取得する | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `customer` | string | いいえ | 顧客IDでフィルタリング | -| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:`{"gt": 1633024800}`) | #### 出力 @@ -1022,7 +1022,7 @@ IDで既存のイベントを取得する | `apiKey` | string | はい | Stripe APIキー(シークレットキー) | | `limit` | number | いいえ | 返す結果の数(デフォルト10、最大100) | | `type` | string | いいえ | イベントタイプでフィルタリング(例:payment_intent.created) | -| `created` | json | いいえ | 作成日でフィルタリング(例:{"gt": 1633024800}) | +| `created` | json | いいえ | 作成日でフィルタリング(例:`{"gt": 1633024800}`) | #### 出力 diff --git a/apps/docs/content/docs/zh/tools/stripe.mdx b/apps/docs/content/docs/zh/tools/stripe.mdx index d1f9167053..16bf47960d 100644 --- a/apps/docs/content/docs/zh/tools/stripe.mdx +++ b/apps/docs/content/docs/zh/tools/stripe.mdx @@ -168,7 +168,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | -| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | +| `created` | json | 否 | 按创建日期过滤(例如,`{"gt": 1633024800}`) | #### 输出 @@ -745,7 +745,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `customer` | string | 否 | 按客户 ID 过滤 | -| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | +| `created` | json | 否 | 按创建日期过滤(例如,`{"gt": 1633024800}`) | #### 输出 @@ -1022,7 +1022,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `apiKey` | string | 是 | Stripe API 密钥(secret key) | | `limit` | number | 否 | 返回结果的数量(默认 10,最大 100) | | `type` | string | 否 | 按事件类型过滤(例如,payment_intent.created) | -| `created` | json | 否 | 按创建日期过滤(例如,{"gt": 1633024800}) | +| `created` | json | 否 | 按创建日期过滤(例如,`{"gt": 1633024800}`) | #### 输出