@botpress/api 0.42.1 → 0.42.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -291658,6 +291658,25 @@ var state = {
291658
291658
  "description": "Entity definition",
291659
291659
  "additionalProperties": false
291660
291660
  }
291661
+ },
291662
+ "nameTemplate": {
291663
+ "type": "object",
291664
+ "properties": {
291665
+ "script": {
291666
+ "type": "string",
291667
+ "maxLength": 2e3
291668
+ },
291669
+ "language": {
291670
+ "type": "string",
291671
+ "maxLength": 200
291672
+ }
291673
+ },
291674
+ "required": [
291675
+ "script",
291676
+ "language"
291677
+ ],
291678
+ "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
291679
+ "additionalProperties": false
291661
291680
  }
291662
291681
  },
291663
291682
  "required": [
@@ -291883,6 +291902,26 @@ var state = {
291883
291902
  "nullable": true,
291884
291903
  "additionalProperties": false
291885
291904
  }
291905
+ },
291906
+ "nameTemplate": {
291907
+ "type": "object",
291908
+ "properties": {
291909
+ "script": {
291910
+ "type": "string",
291911
+ "maxLength": 2e3
291912
+ },
291913
+ "language": {
291914
+ "type": "string",
291915
+ "maxLength": 200
291916
+ }
291917
+ },
291918
+ "required": [
291919
+ "script",
291920
+ "language"
291921
+ ],
291922
+ "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
291923
+ "nullable": true,
291924
+ "additionalProperties": false
291886
291925
  }
291887
291926
  },
291888
291927
  "title": "updateInterfaceBody",
@@ -294105,7 +294144,7 @@ var state = {
294105
294144
  "title": "Botpress API",
294106
294145
  "description": "API for Botpress Cloud",
294107
294146
  "server": "https://api.botpress.cloud",
294108
- "version": "0.42.1",
294147
+ "version": "0.42.2",
294109
294148
  "prefix": "v1"
294110
294149
  },
294111
294150
  "errors": [
@@ -295716,6 +295755,25 @@ var state = {
295716
295755
  "description": "Entity definition",
295717
295756
  "additionalProperties": false
295718
295757
  }
295758
+ },
295759
+ "nameTemplate": {
295760
+ "type": "object",
295761
+ "properties": {
295762
+ "script": {
295763
+ "type": "string",
295764
+ "maxLength": 2e3
295765
+ },
295766
+ "language": {
295767
+ "type": "string",
295768
+ "maxLength": 200
295769
+ }
295770
+ },
295771
+ "required": [
295772
+ "script",
295773
+ "language"
295774
+ ],
295775
+ "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
295776
+ "additionalProperties": false
295719
295777
  }
295720
295778
  },
295721
295779
  "required": [
@@ -8024,6 +8024,22 @@ export declare const state: {
8024
8024
  additionalProperties: false;
8025
8025
  };
8026
8026
  };
8027
+ nameTemplate: {
8028
+ type: "object";
8029
+ properties: {
8030
+ script: {
8031
+ type: "string";
8032
+ maxLength: number;
8033
+ };
8034
+ language: {
8035
+ type: "string";
8036
+ maxLength: number;
8037
+ };
8038
+ };
8039
+ required: string[];
8040
+ description: string;
8041
+ additionalProperties: false;
8042
+ };
8027
8043
  };
8028
8044
  required: string[];
8029
8045
  title: string;
@@ -8226,6 +8242,23 @@ export declare const state: {
8226
8242
  additionalProperties: false;
8227
8243
  };
8228
8244
  };
8245
+ nameTemplate: {
8246
+ type: "object";
8247
+ properties: {
8248
+ script: {
8249
+ type: "string";
8250
+ maxLength: number;
8251
+ };
8252
+ language: {
8253
+ type: "string";
8254
+ maxLength: number;
8255
+ };
8256
+ };
8257
+ required: string[];
8258
+ description: string;
8259
+ nullable: true;
8260
+ additionalProperties: false;
8261
+ };
8229
8262
  };
8230
8263
  title: string;
8231
8264
  additionalProperties: false;
@@ -11522,6 +11555,22 @@ export declare const state: {
11522
11555
  additionalProperties: false;
11523
11556
  };
11524
11557
  };
11558
+ nameTemplate: {
11559
+ type: "object";
11560
+ properties: {
11561
+ script: {
11562
+ type: "string";
11563
+ maxLength: number;
11564
+ };
11565
+ language: {
11566
+ type: "string";
11567
+ maxLength: number;
11568
+ };
11569
+ };
11570
+ required: string[];
11571
+ description: string;
11572
+ additionalProperties: false;
11573
+ };
11525
11574
  };
11526
11575
  required: string[];
11527
11576
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.42.1",
3
+ "version": "0.42.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {