From 7e27c185e8a6a999231b9036c9b213c440296b30 Mon Sep 17 00:00:00 2001 From: Madeline Lumetta Date: Tue, 13 Jan 2026 17:42:31 -0500 Subject: [PATCH] fix: Backfill LMS state values initial_sync_processing and pending_authorization --- full-v3.yml | 10 ++++++---- v3.1-client.yml | 2 ++ v3.1-events.yml | 2 ++ v3.1.yml | 2 ++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/full-v3.yml b/full-v3.yml index 6165d32..fa60dd8 100644 --- a/full-v3.yml +++ b/full-v3.yml @@ -1684,11 +1684,13 @@ definitions: x-nullable: true x-validation: true enum: - - "matching_in_progress" - - "error" - - "disconnected" + - initial_sync_processing + - pending_authorization + - matching_in_progress + - error + - disconnected - "" - - "success" + - success lms_type: type: string x-nullable: true diff --git a/v3.1-client.yml b/v3.1-client.yml index 11e8639..98898d6 100644 --- a/v3.1-client.yml +++ b/v3.1-client.yml @@ -392,6 +392,8 @@ definitions: x-validation: true lms_state: enum: + - initial_sync_processing + - pending_authorization - matching_in_progress - error - disconnected diff --git a/v3.1-events.yml b/v3.1-events.yml index e54b0e8..34660db 100644 --- a/v3.1-events.yml +++ b/v3.1-events.yml @@ -145,6 +145,8 @@ definitions: x-validation: true lms_state: enum: + - initial_sync_processing + - pending_authorization - matching_in_progress - error - disconnected diff --git a/v3.1.yml b/v3.1.yml index ec023f6..a7a2736 100644 --- a/v3.1.yml +++ b/v3.1.yml @@ -140,6 +140,8 @@ definitions: x-validation: true lms_state: enum: + - initial_sync_processing + - pending_authorization - matching_in_progress - error - disconnected