@examplary/sdk 2.11.0 → 2.12.0

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
@@ -1788,8 +1788,8 @@ interface paths {
1788
1788
  cookie?: never;
1789
1789
  };
1790
1790
  /**
1791
- * List source materials in org
1792
- * @description Returns a list of source materials for the current organization.
1791
+ * List source materials
1792
+ * @description Returns a list of source materials the current user has access to.
1793
1793
  */
1794
1794
  get: operations["sourceMaterials.list"];
1795
1795
  put?: never;
@@ -7919,9 +7919,9 @@ declare class SourceMaterials {
7919
7919
  private readonly ctx;
7920
7920
  constructor(ctx: ClientContext);
7921
7921
  /**
7922
- * List source materials in org
7922
+ * List source materials
7923
7923
  *
7924
- * Returns a list of source materials for the current organization.
7924
+ * Returns a list of source materials the current user has access to.
7925
7925
  *
7926
7926
  * API endpoint: `GET /source-materials`
7927
7927
  */
package/dist/index.d.ts CHANGED
@@ -1788,8 +1788,8 @@ interface paths {
1788
1788
  cookie?: never;
1789
1789
  };
1790
1790
  /**
1791
- * List source materials in org
1792
- * @description Returns a list of source materials for the current organization.
1791
+ * List source materials
1792
+ * @description Returns a list of source materials the current user has access to.
1793
1793
  */
1794
1794
  get: operations["sourceMaterials.list"];
1795
1795
  put?: never;
@@ -7919,9 +7919,9 @@ declare class SourceMaterials {
7919
7919
  private readonly ctx;
7920
7920
  constructor(ctx: ClientContext);
7921
7921
  /**
7922
- * List source materials in org
7922
+ * List source materials
7923
7923
  *
7924
- * Returns a list of source materials for the current organization.
7924
+ * Returns a list of source materials the current user has access to.
7925
7925
  *
7926
7926
  * API endpoint: `GET /source-materials`
7927
7927
  */