@pocketprep/types 1.19.12 → 1.19.14

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.
@@ -0,0 +1,20 @@
1
+ name: Claude Code PR Review
2
+ on:
3
+ issue_comment: { types: [created] }
4
+ pull_request_review_comment: { types: [created] }
5
+ issues: { types: [opened, assigned] }
6
+ pull_request_review: { types: [submitted] }
7
+ pull_request: { types: [opened, ready_for_review] }
8
+
9
+ jobs:
10
+ claude:
11
+ uses: Pocket-Prep/.github-workflows/.github/workflows/claude.yml@main
12
+ secrets: inherit
13
+ permissions:
14
+ contents: read
15
+ pull-requests: write
16
+ issues: write
17
+ id-token: write
18
+ actions: read
19
+ checks: read
20
+ statuses: read
package/CMS/Class.d.ts CHANGED
@@ -391,6 +391,11 @@ export type ExamContentPlan = Parse.Object<{
391
391
  expectedExport?: 'major' | 'minor' | 'patch'
392
392
  examLinks?: string
393
393
  lead?: User | Parse.Pointer
394
+ expectedJobStartDate?: Date
395
+ updateToExamLinks?: boolean
396
+ newExamLinks?: string
397
+ addingReferences?: boolean
398
+ removingReferences?: boolean
394
399
  }>
395
400
 
396
401
  export type ExamContentPlanJSON = ReturnType<ExamContentPlan['toJSON']>
package/Study/Class.d.ts CHANGED
@@ -476,6 +476,7 @@ export type User = Parse.User<{
476
476
  currentApp?: string // DEPRECATED
477
477
  customerIOBackup?: CustomerIOBackup | Parse.Pointer
478
478
  onboardingCompleted?: boolean
479
+ createdSource?: 'support' | 'support-test'
479
480
  }>
480
481
 
481
482
  export type UserJSON = ReturnType<User['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.19.12",
3
+ "version": "1.19.14",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",