@devvit/public-api 0.10.21-next-2024-05-13-14ba9bbcb.0 → 0.10.21-next-2024-05-13-a9ec16d57.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -7510,7 +7510,7 @@
7510
7510
  "format": "esm"
7511
7511
  },
7512
7512
  "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
7513
- "bytes": 162643,
7513
+ "bytes": 162703,
7514
7514
  "imports": [
7515
7515
  {
7516
7516
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14129,7 +14129,7 @@
14129
14129
  "bytesInOutput": 22818
14130
14130
  },
14131
14131
  "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
14132
- "bytesInOutput": 144569
14132
+ "bytesInOutput": 144629
14133
14133
  },
14134
14134
  "../protos/dist/types/devvit/ui/effects/v1alpha/effect.js": {
14135
14135
  "bytesInOutput": 9025
@@ -14744,7 +14744,7 @@
14744
14744
  "bytesInOutput": 370
14745
14745
  }
14746
14746
  },
14747
- "bytes": 14587299
14747
+ "bytes": 14587439
14748
14748
  }
14749
14749
  }
14750
14750
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.21-next-2024-05-13-14ba9bbcb.0",
3
+ "version": "0.10.21-next-2024-05-13-a9ec16d57.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.10.21-next-2024-05-13-14ba9bbcb.0",
34
- "@devvit/shared-types": "0.10.21-next-2024-05-13-14ba9bbcb.0",
33
+ "@devvit/protos": "0.10.21-next-2024-05-13-a9ec16d57.0",
34
+ "@devvit/shared-types": "0.10.21-next-2024-05-13-a9ec16d57.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -41,7 +41,7 @@
41
41
  "@ampproject/filesize": "4.3.0",
42
42
  "@devvit/eslint-config": "0.10.20",
43
43
  "@devvit/repo-tools": "0.10.20",
44
- "@devvit/tsconfig": "0.10.21-next-2024-05-13-14ba9bbcb.0",
44
+ "@devvit/tsconfig": "0.10.21-next-2024-05-13-a9ec16d57.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.1.0",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "7325b198098fded4a46c8faa63ba9e5aa92e68cd"
67
+ "gitHead": "c8506901dd0e84d329a40d91f3c507101683850d"
68
68
  }
package/public-api.d.ts CHANGED
@@ -837,9 +837,9 @@ declare const ApiClientConfig: {
837
837
  /** For methods with a request body, this specifies how the request body should be serialized. */
838
838
  declare enum ApiClientConfig_BodyType {
839
839
  NONE = 0,
840
- BODY = 1,
841
- BODY_SNAKE = 2,
842
- FORM = 3,
840
+ JSON_CAMEL = 1,
841
+ JSON_SNAKE = 2,
842
+ FORM_CAMEL = 3,
843
843
  FORM_SNAKE = 4,
844
844
  UNRECOGNIZED = -1
845
845
  }