@tallion/sdk 0.1.1 → 0.1.2

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
@@ -3,7 +3,7 @@ interface TallyConfig {
3
3
  baseUrl?: string;
4
4
  }
5
5
  interface CreateAuthUrlOptions {
6
- customerIdentifier: string;
6
+ customerIdentifier?: string;
7
7
  redirectUrl: string;
8
8
  scopes?: string[];
9
9
  codeChallengeMethod?: "S256" | "plain";
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ interface TallyConfig {
3
3
  baseUrl?: string;
4
4
  }
5
5
  interface CreateAuthUrlOptions {
6
- customerIdentifier: string;
6
+ customerIdentifier?: string;
7
7
  redirectUrl: string;
8
8
  scopes?: string[];
9
9
  codeChallengeMethod?: "S256" | "plain";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tallion/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tallion SDK — AI agent spend control for developers",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",