@worknice/js-sdk 0.8.1-rc.5 → 0.8.1

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.
@@ -997,7 +997,7 @@ declare enum ConnectionStatus {
997
997
  }
998
998
  type CreateNoteAttachmentInput = {
999
999
  file: Scalars['Upload']['input'];
1000
- id?: InputMaybe<Scalars['ID']['input']>;
1000
+ id: Scalars['ID']['input'];
1001
1001
  name?: InputMaybe<Scalars['String']['input']>;
1002
1002
  };
1003
1003
  /** A data export is a collection of records that were exported to a CSV. */