@examplary/sdk 2.1.0 → 2.1.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.
package/dist/index.d.mts CHANGED
@@ -5995,7 +5995,7 @@ declare class Media {
5995
5995
  *
5996
5996
  * API endpoint: `GET /media/upload`
5997
5997
  */
5998
- upload(args: Args<"media.upload">, options?: ExamplaryRequestOptions): Promise<Response<"media.upload">>;
5998
+ upload(args?: Args<"media.upload">, options?: ExamplaryRequestOptions): Promise<Response<"media.upload">>;
5999
5999
  }
6000
6000
  declare class OrgCustomDomain {
6001
6001
  private readonly ctx;
@@ -6424,7 +6424,7 @@ declare class Exams {
6424
6424
  *
6425
6425
  * API endpoint: `GET /exams`
6426
6426
  */
6427
- list(args: Args<"exams.list">, options?: ExamplaryRequestOptions): Promise<Response<"exams.list">>;
6427
+ list(args?: Args<"exams.list">, options?: ExamplaryRequestOptions): Promise<Response<"exams.list">>;
6428
6428
  /**
6429
6429
  * Create exam
6430
6430
  *
@@ -6583,7 +6583,7 @@ declare class PracticeSpaces {
6583
6583
  *
6584
6584
  * API endpoint: `GET /practice-spaces`
6585
6585
  */
6586
- list(args: Args<"practiceSpaces.list">, options?: ExamplaryRequestOptions): Promise<Response<"practiceSpaces.list">>;
6586
+ list(args?: Args<"practiceSpaces.list">, options?: ExamplaryRequestOptions): Promise<Response<"practiceSpaces.list">>;
6587
6587
  /**
6588
6588
  * Create practice space
6589
6589
  *
@@ -6681,7 +6681,7 @@ declare class SourceMaterials {
6681
6681
  *
6682
6682
  * API endpoint: `GET /source-materials`
6683
6683
  */
6684
- list(args: Args<"sourceMaterials.list">, options?: ExamplaryRequestOptions): Promise<Response<"sourceMaterials.list">>;
6684
+ list(args?: Args<"sourceMaterials.list">, options?: ExamplaryRequestOptions): Promise<Response<"sourceMaterials.list">>;
6685
6685
  /**
6686
6686
  * Add source material
6687
6687
  *
package/dist/index.d.ts CHANGED
@@ -5995,7 +5995,7 @@ declare class Media {
5995
5995
  *
5996
5996
  * API endpoint: `GET /media/upload`
5997
5997
  */
5998
- upload(args: Args<"media.upload">, options?: ExamplaryRequestOptions): Promise<Response<"media.upload">>;
5998
+ upload(args?: Args<"media.upload">, options?: ExamplaryRequestOptions): Promise<Response<"media.upload">>;
5999
5999
  }
6000
6000
  declare class OrgCustomDomain {
6001
6001
  private readonly ctx;
@@ -6424,7 +6424,7 @@ declare class Exams {
6424
6424
  *
6425
6425
  * API endpoint: `GET /exams`
6426
6426
  */
6427
- list(args: Args<"exams.list">, options?: ExamplaryRequestOptions): Promise<Response<"exams.list">>;
6427
+ list(args?: Args<"exams.list">, options?: ExamplaryRequestOptions): Promise<Response<"exams.list">>;
6428
6428
  /**
6429
6429
  * Create exam
6430
6430
  *
@@ -6583,7 +6583,7 @@ declare class PracticeSpaces {
6583
6583
  *
6584
6584
  * API endpoint: `GET /practice-spaces`
6585
6585
  */
6586
- list(args: Args<"practiceSpaces.list">, options?: ExamplaryRequestOptions): Promise<Response<"practiceSpaces.list">>;
6586
+ list(args?: Args<"practiceSpaces.list">, options?: ExamplaryRequestOptions): Promise<Response<"practiceSpaces.list">>;
6587
6587
  /**
6588
6588
  * Create practice space
6589
6589
  *
@@ -6681,7 +6681,7 @@ declare class SourceMaterials {
6681
6681
  *
6682
6682
  * API endpoint: `GET /source-materials`
6683
6683
  */
6684
- list(args: Args<"sourceMaterials.list">, options?: ExamplaryRequestOptions): Promise<Response<"sourceMaterials.list">>;
6684
+ list(args?: Args<"sourceMaterials.list">, options?: ExamplaryRequestOptions): Promise<Response<"sourceMaterials.list">>;
6685
6685
  /**
6686
6686
  * Add source material
6687
6687
  *