@botpress/api 0.27.9 → 0.27.11

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
@@ -274770,6 +274770,9 @@ var state = {
274770
274770
  "displayName": {
274771
274771
  "type": "string"
274772
274772
  },
274773
+ "emailVerified": {
274774
+ "type": "boolean"
274775
+ },
274773
274776
  "profilePicture": {
274774
274777
  "type": "string"
274775
274778
  },
@@ -274782,6 +274785,7 @@ var state = {
274782
274785
  "required": [
274783
274786
  "id",
274784
274787
  "email",
274788
+ "emailVerified",
274785
274789
  "createdAt"
274786
274790
  ],
274787
274791
  "additionalProperties": false
@@ -274838,6 +274842,9 @@ var state = {
274838
274842
  "displayName": {
274839
274843
  "type": "string"
274840
274844
  },
274845
+ "emailVerified": {
274846
+ "type": "boolean"
274847
+ },
274841
274848
  "profilePicture": {
274842
274849
  "type": "string"
274843
274850
  },
@@ -274850,6 +274857,7 @@ var state = {
274850
274857
  "required": [
274851
274858
  "id",
274852
274859
  "email",
274860
+ "emailVerified",
274853
274861
  "createdAt"
274854
274862
  ],
274855
274863
  "additionalProperties": false
@@ -280947,7 +280955,7 @@ var state = {
280947
280955
  },
280948
280956
  "listFiles": {
280949
280957
  "name": "listFiles",
280950
- "path": "/v1/files/bot/{botId}",
280958
+ "path": "/v1/files",
280951
280959
  "description": "List files for bot",
280952
280960
  "method": "get",
280953
280961
  "section": "files",
@@ -280957,11 +280965,6 @@ var state = {
280957
280965
  "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
280958
280966
  "type": "string"
280959
280967
  },
280960
- "botId": {
280961
- "type": "string",
280962
- "description": "Bot ID",
280963
- "in": "path"
280964
- },
280965
280968
  "tags": {
280966
280969
  "in": "query",
280967
280970
  "description": "Filter by tags",
@@ -281369,16 +281372,11 @@ var state = {
281369
281372
  },
281370
281373
  "searchFiles": {
281371
281374
  "name": "searchFiles",
281372
- "path": "/v1/files/bot/{botId}/search",
281375
+ "path": "/v1/files/search",
281373
281376
  "description": "Search files",
281374
281377
  "method": "get",
281375
281378
  "section": "files",
281376
281379
  "parameters": {
281377
- "botId": {
281378
- "type": "string",
281379
- "description": "Bot ID",
281380
- "in": "path"
281381
- },
281382
281380
  "tags": {
281383
281381
  "in": "query",
281384
281382
  "description": "Filter by tags",
@@ -282339,7 +282337,7 @@ var state = {
282339
282337
  "title": "Botpress API",
282340
282338
  "description": "API for Botpress Cloud",
282341
282339
  "server": "https://api.botpress.cloud",
282342
- "version": "0.27.9",
282340
+ "version": "0.27.11",
282343
282341
  "prefix": "v1"
282344
282342
  },
282345
282343
  "errors": [
@@ -283760,6 +283758,9 @@ var state = {
283760
283758
  "displayName": {
283761
283759
  "type": "string"
283762
283760
  },
283761
+ "emailVerified": {
283762
+ "type": "boolean"
283763
+ },
283763
283764
  "profilePicture": {
283764
283765
  "type": "string"
283765
283766
  },
@@ -283772,6 +283773,7 @@ var state = {
283772
283773
  "required": [
283773
283774
  "id",
283774
283775
  "email",
283776
+ "emailVerified",
283775
283777
  "createdAt"
283776
283778
  ],
283777
283779
  "additionalProperties": false
@@ -1862,6 +1862,9 @@ export declare const state: {
1862
1862
  displayName: {
1863
1863
  type: "string";
1864
1864
  };
1865
+ emailVerified: {
1866
+ type: "boolean";
1867
+ };
1865
1868
  profilePicture: {
1866
1869
  type: "string";
1867
1870
  };
@@ -1924,6 +1927,9 @@ export declare const state: {
1924
1927
  displayName: {
1925
1928
  type: "string";
1926
1929
  };
1930
+ emailVerified: {
1931
+ type: "boolean";
1932
+ };
1927
1933
  profilePicture: {
1928
1934
  type: "string";
1929
1935
  };
@@ -7220,11 +7226,6 @@ export declare const state: {
7220
7226
  description: string;
7221
7227
  type: "string";
7222
7228
  };
7223
- botId: {
7224
- type: "string";
7225
- description: string;
7226
- in: "path";
7227
- };
7228
7229
  tags: {
7229
7230
  in: "query";
7230
7231
  description: string;
@@ -7558,11 +7559,6 @@ export declare const state: {
7558
7559
  method: "get";
7559
7560
  section: "files";
7560
7561
  parameters: {
7561
- botId: {
7562
- type: "string";
7563
- description: string;
7564
- in: "path";
7565
- };
7566
7562
  tags: {
7567
7563
  in: "query";
7568
7564
  description: string;
@@ -9622,6 +9618,9 @@ export declare const state: {
9622
9618
  displayName: {
9623
9619
  type: "string";
9624
9620
  };
9621
+ emailVerified: {
9622
+ type: "boolean";
9623
+ };
9625
9624
  profilePicture: {
9626
9625
  type: "string";
9627
9626
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.9",
3
+ "version": "0.27.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {