@botpress/api 0.30.2 → 0.30.3

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
@@ -271549,6 +271549,13 @@ var state = {
271549
271549
  "administrator",
271550
271550
  "owner"
271551
271551
  ]
271552
+ },
271553
+ "profilePicture": {
271554
+ "type": "string"
271555
+ },
271556
+ "displayName": {
271557
+ "type": "string",
271558
+ "maxLength": 100
271552
271559
  }
271553
271560
  },
271554
271561
  "required": [
@@ -271613,6 +271620,13 @@ var state = {
271613
271620
  "administrator",
271614
271621
  "owner"
271615
271622
  ]
271623
+ },
271624
+ "profilePicture": {
271625
+ "type": "string"
271626
+ },
271627
+ "displayName": {
271628
+ "type": "string",
271629
+ "maxLength": 100
271616
271630
  }
271617
271631
  },
271618
271632
  "required": [
@@ -271712,6 +271726,13 @@ var state = {
271712
271726
  "administrator",
271713
271727
  "owner"
271714
271728
  ]
271729
+ },
271730
+ "profilePicture": {
271731
+ "type": "string"
271732
+ },
271733
+ "displayName": {
271734
+ "type": "string",
271735
+ "maxLength": 100
271715
271736
  }
271716
271737
  },
271717
271738
  "required": [
@@ -271788,6 +271809,13 @@ var state = {
271788
271809
  "administrator",
271789
271810
  "owner"
271790
271811
  ]
271812
+ },
271813
+ "profilePicture": {
271814
+ "type": "string"
271815
+ },
271816
+ "displayName": {
271817
+ "type": "string",
271818
+ "maxLength": 100
271791
271819
  }
271792
271820
  },
271793
271821
  "required": [
@@ -275086,7 +275114,7 @@ var state = {
275086
275114
  "title": "Botpress API",
275087
275115
  "description": "API for Botpress Cloud",
275088
275116
  "server": "https://api.botpress.cloud",
275089
- "version": "0.30.2",
275117
+ "version": "0.30.3",
275090
275118
  "prefix": "v1"
275091
275119
  },
275092
275120
  "errors": [
@@ -276552,6 +276580,13 @@ var state = {
276552
276580
  "administrator",
276553
276581
  "owner"
276554
276582
  ]
276583
+ },
276584
+ "profilePicture": {
276585
+ "type": "string"
276586
+ },
276587
+ "displayName": {
276588
+ "type": "string",
276589
+ "maxLength": 100
276555
276590
  }
276556
276591
  },
276557
276592
  "required": [
@@ -5834,6 +5834,13 @@ export declare const state: {
5834
5834
  type: "string";
5835
5835
  enum: string[];
5836
5836
  };
5837
+ profilePicture: {
5838
+ type: "string";
5839
+ };
5840
+ displayName: {
5841
+ type: "string";
5842
+ maxLength: number;
5843
+ };
5837
5844
  };
5838
5845
  required: string[];
5839
5846
  };
@@ -5883,6 +5890,13 @@ export declare const state: {
5883
5890
  type: "string";
5884
5891
  enum: string[];
5885
5892
  };
5893
+ profilePicture: {
5894
+ type: "string";
5895
+ };
5896
+ displayName: {
5897
+ type: "string";
5898
+ maxLength: number;
5899
+ };
5886
5900
  };
5887
5901
  required: string[];
5888
5902
  title: string;
@@ -5960,6 +5974,13 @@ export declare const state: {
5960
5974
  type: "string";
5961
5975
  enum: string[];
5962
5976
  };
5977
+ profilePicture: {
5978
+ type: "string";
5979
+ };
5980
+ displayName: {
5981
+ type: "string";
5982
+ maxLength: number;
5983
+ };
5963
5984
  };
5964
5985
  required: string[];
5965
5986
  title: string;
@@ -6017,6 +6038,13 @@ export declare const state: {
6017
6038
  type: "string";
6018
6039
  enum: string[];
6019
6040
  };
6041
+ profilePicture: {
6042
+ type: "string";
6043
+ };
6044
+ displayName: {
6045
+ type: "string";
6046
+ maxLength: number;
6047
+ };
6020
6048
  };
6021
6049
  required: string[];
6022
6050
  title: string;
@@ -10171,6 +10199,13 @@ export declare const state: {
10171
10199
  type: "string";
10172
10200
  enum: string[];
10173
10201
  };
10202
+ profilePicture: {
10203
+ type: "string";
10204
+ };
10205
+ displayName: {
10206
+ type: "string";
10207
+ maxLength: number;
10208
+ };
10174
10209
  };
10175
10210
  required: string[];
10176
10211
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {