@progalaxyelabs/ngx-stonescriptphp-client 1.16.0 → 1.16.1

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/index.d.ts CHANGED
@@ -127,6 +127,14 @@ declare class MyEnvironmentModel {
127
127
  filesServer?: {
128
128
  host: string;
129
129
  };
130
+ /**
131
+ * Chat service server configuration.
132
+ * Used by Angular portals to establish authenticated WebSocket connections.
133
+ * @example { host: 'wss://chat.progalaxyelabs.com' }
134
+ */
135
+ chatServer?: {
136
+ host: string;
137
+ };
130
138
  /**
131
139
  * Authentication configuration.
132
140
  * @default { mode: 'cookie', refreshEndpoint: '/auth/refresh', useCsrf: true }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progalaxyelabs/ngx-stonescriptphp-client",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Angular client library for StoneScriptPHP backend framework",
5
5
  "keywords": [
6
6
  "angular",