@devvit/public-api 0.11.19-next-2025-07-03-20-29-32-724196ea6.0 → 0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0

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.
@@ -58,7 +58,7 @@ export class SchedulerClient {
58
58
  id: action.id,
59
59
  name: action.request.action.type,
60
60
  cron: action.request.cron ?? '',
61
- data: action.request.action,
61
+ data: action.request.action.data,
62
62
  };
63
63
  });
64
64
  }
package/meta.min.json CHANGED
@@ -496,7 +496,7 @@
496
496
  "format": "esm"
497
497
  },
498
498
  "src/apis/scheduler/SchedulerClient.ts": {
499
- "bytes": 2194,
499
+ "bytes": 2199,
500
500
  "imports": [
501
501
  {
502
502
  "path": "../shared-types/dist/NonNull.js",
@@ -2557,7 +2557,7 @@
2557
2557
  "imports": [],
2558
2558
  "exports": [],
2559
2559
  "inputs": {},
2560
- "bytes": 1074316
2560
+ "bytes": 1074326
2561
2561
  },
2562
2562
  "dist/public-api.min.js": {
2563
2563
  "imports": [
@@ -2912,7 +2912,7 @@
2912
2912
  "bytesInOutput": 12560
2913
2913
  },
2914
2914
  "src/apis/scheduler/SchedulerClient.ts": {
2915
- "bytesInOutput": 709
2915
+ "bytesInOutput": 714
2916
2916
  },
2917
2917
  "src/apis/settings/SettingsClient.ts": {
2918
2918
  "bytesInOutput": 1247
@@ -3113,7 +3113,7 @@
3113
3113
  "bytesInOutput": 107
3114
3114
  }
3115
3115
  },
3116
- "bytes": 221742
3116
+ "bytes": 221747
3117
3117
  }
3118
3118
  }
3119
3119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
3
+ "version": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "types": "./index.d.ts",
30
30
  "dependencies": {
31
- "@devvit/metrics": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
32
- "@devvit/protos": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
33
- "@devvit/shared": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
34
- "@devvit/shared-types": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
31
+ "@devvit/metrics": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
32
+ "@devvit/protos": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
33
+ "@devvit/shared": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
34
+ "@devvit/shared-types": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "moderndash": "4.0.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@ampproject/filesize": "4.3.0",
41
- "@devvit/repo-tools": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
42
- "@devvit/tsconfig": "0.11.19-next-2025-07-03-20-29-32-724196ea6.0",
41
+ "@devvit/repo-tools": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
42
+ "@devvit/tsconfig": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
43
43
  "@reddit/faceplate-ui": "18.0.1",
44
44
  "@types/clone-deep": "4.0.1",
45
45
  "@vitest/coverage-c8": "0.32.0",
@@ -59,5 +59,5 @@
59
59
  }
60
60
  },
61
61
  "source": "./src/index.ts",
62
- "gitHead": "6d983c8facfaf069530efeffe2a6ca5e54743aaf"
62
+ "gitHead": "311eb656fbd41f62fe31e4047610ba72adf83008"
63
63
  }