playttm 0.0.6 → 0.0.8

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/lib.d.ts CHANGED
@@ -94,6 +94,9 @@ export declare class ThaiTicketMajor {
94
94
  /**
95
95
  * Setup declarativeNetRequest session rules in Chrome Extension to set Referer header for API requests only.
96
96
  */
97
+ /**
98
+ * Setup declarativeNetRequest session rules in Chrome Extension to set Referer headers accurately for each endpoint.
99
+ */
97
100
  static setupExtensionRules(): Promise<void>;
98
101
  syncCookies(domainUrl?: string): Promise<void>;
99
102
  private emitProgress;