@devvit/shared-types 0.11.0-next-2024-08-01-fb27a484c.0 → 0.11.0-next-2024-08-01-b1a8f10bd.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/shared-types",
3
- "version": "0.11.0-next-2024-08-01-fb27a484c.0",
3
+ "version": "0.11.0-next-2024-08-01-b1a8f10bd.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "types": "./index.d.ts",
26
26
  "dependencies": {
27
- "@devvit/protos": "0.11.0-next-2024-08-01-fb27a484c.0",
27
+ "@devvit/protos": "0.11.0-next-2024-08-01-b1a8f10bd.0",
28
28
  "jsonschema": "1.4.1",
29
29
  "uuid": "9.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@devvit/eslint-config": "0.11.0-next-2024-08-01-fb27a484c.0",
33
- "@devvit/repo-tools": "0.11.0-next-2024-08-01-fb27a484c.0",
34
- "@devvit/tsconfig": "0.11.0-next-2024-08-01-fb27a484c.0",
32
+ "@devvit/eslint-config": "0.11.0-next-2024-08-01-b1a8f10bd.0",
33
+ "@devvit/repo-tools": "0.11.0-next-2024-08-01-b1a8f10bd.0",
34
+ "@devvit/tsconfig": "0.11.0-next-2024-08-01-b1a8f10bd.0",
35
35
  "@types/redis-mock": "0.17.1",
36
36
  "@types/uuid": "9.0.0",
37
37
  "eslint": "8.9.0",
@@ -45,5 +45,5 @@
45
45
  "directory": "dist"
46
46
  },
47
47
  "source": "./src/index.ts",
48
- "gitHead": "95b06f74ff5304f59d5f1ba8202b3030a28fa74f"
48
+ "gitHead": "9052878fdf0761a7a1ac0fde92770830a9057d57"
49
49
  }
@@ -29,9 +29,9 @@
29
29
  "maxLength": 250
30
30
  },
31
31
  "price": {
32
- "description": "The price of the product (unit: Reddit Gold)",
32
+ "description": "The price of the product (unit: Reddit Gold). See https://developers.reddit.com/docs/next/capabilities/payments#pricing for more information.",
33
33
  "type": "integer",
34
- "minimum": 0
34
+ "enum": [5, 25, 50, 100, 150, 250, 500, 1000, 2500]
35
35
  },
36
36
  "images": {
37
37
  "description": "The images associated with this product",
@@ -48,9 +48,7 @@
48
48
  }
49
49
  },
50
50
  "additionalProperties": false,
51
- "required": [
52
- "icon"
53
- ]
51
+ "required": ["icon"]
54
52
  },
55
53
  "metadata": {
56
54
  "description": "Additional metadata associated with this product",