@botpress/api 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/gen/state.ts CHANGED
@@ -1725,11 +1725,22 @@ export const state = {
1725
1725
  "type": "string",
1726
1726
  "maxLength": 200,
1727
1727
  "description": "Unique identifier of the integration that was installed on the bot"
1728
+ },
1729
+ "scheduleRegisterCall": {
1730
+ "type": "string",
1731
+ "enum": [
1732
+ "hourly",
1733
+ "daily",
1734
+ "weekly",
1735
+ "bi-weekly",
1736
+ "monthly",
1737
+ "bi-monthly",
1738
+ "quarterly",
1739
+ "yearly"
1740
+ ],
1741
+ "description": "Recurring schedule on which `register()` will be called on the integration"
1728
1742
  }
1729
1743
  },
1730
- "required": [
1731
- "identifier"
1732
- ],
1733
1744
  "title": "configureIntegrationBody",
1734
1745
  "additionalProperties": false
1735
1746
  }
@@ -13623,7 +13634,7 @@ export const state = {
13623
13634
  "title": "Botpress API",
13624
13635
  "description": "API for Botpress Cloud",
13625
13636
  "server": "https://api.botpress.cloud",
13626
- "version": "0.61.0",
13637
+ "version": "0.62.0",
13627
13638
  "prefix": "v1"
13628
13639
  },
13629
13640
  "errors": [