@supernova-studio/client 1.9.18 → 1.9.19

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
@@ -111690,6 +111690,7 @@ type SupernovaApiClientConfig = {
111690
111690
  accessToken: string;
111691
111691
  };
111692
111692
  declare class SupernovaApiClient {
111693
+ readonly config: SupernovaApiClientConfig;
111693
111694
  readonly users: UsersEndpoint;
111694
111695
  readonly workspaces: WorkspacesEndpoint;
111695
111696
  readonly designSystems: DesignSystemsEndpoint;
package/dist/index.d.ts CHANGED
@@ -111690,6 +111690,7 @@ type SupernovaApiClientConfig = {
111690
111690
  accessToken: string;
111691
111691
  };
111692
111692
  declare class SupernovaApiClient {
111693
+ readonly config: SupernovaApiClientConfig;
111693
111694
  readonly users: UsersEndpoint;
111694
111695
  readonly workspaces: WorkspacesEndpoint;
111695
111696
  readonly designSystems: DesignSystemsEndpoint;
package/dist/index.js CHANGED
@@ -10169,6 +10169,7 @@ var RequestExecutor = class {
10169
10169
  // src/api/client.ts
10170
10170
  var SupernovaApiClient = class {
10171
10171
  constructor(config) {
10172
+ this.config = config;
10172
10173
  __publicField(this, "users");
10173
10174
  __publicField(this, "workspaces");
10174
10175
  __publicField(this, "designSystems");