* fix(sdk): properly handle deletion -> creation -> deletion sequence This commit resolves a bug that occurred when an attribute underwent a deletion, followed by creation, and then another deletion. The system would incorrectly ignore the final deletion because the attribute was mistakenly marked as newly created during the process. * docs: fix typo Co-authored-by: Louise Poole <louisecarmenpoole@gmail.com> --------- Co-authored-by: zizou <111426680+flopell@users.noreply.github.com> Co-authored-by: Louise Poole <louisecarmenpoole@gmail.com>