@terminal3/t3n-sdk 1.1.0 → 1.2.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.ts CHANGED
@@ -1017,7 +1017,7 @@ declare function redactSecretsFromJson(jsonString: string): string;
1017
1017
  /**
1018
1018
  * Environment type for SDK configuration
1019
1019
  */
1020
- type Environment = "local" | "staging" | "production" | "test";
1020
+ type Environment = "local" | "staging" | "testnet" | "production" | "test";
1021
1021
  /**
1022
1022
  * SDK configuration structure
1023
1023
  */