skapi-js 1.5.4 → 1.5.5-beta.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/skapi.d.mts CHANGED
@@ -182,11 +182,14 @@ type Connection = {
182
182
  group: number;
183
183
  /** Service name */
184
184
  service_name: string;
185
+ /** Service description */
186
+ service_description: string;
185
187
  /** Service options */
186
188
  opt: {
187
189
  freeze_database: boolean;
188
190
  prevent_inquiry: boolean;
189
191
  prevent_signup: boolean;
192
+ prevent_anonymous: boolean;
190
193
  };
191
194
  };
192
195
  type Form<T> = HTMLFormElement | FormData | SubmitEvent | T;
@@ -495,6 +498,7 @@ type ConnectionInfo = {
495
498
  user_agent: string;
496
499
  user_location: string;
497
500
  service_name: string;
501
+ service_description: string;
498
502
  version: string;
499
503
  };
500
504
  type Table = {
package/dist/skapi.d.ts CHANGED
@@ -182,11 +182,14 @@ type Connection = {
182
182
  group: number;
183
183
  /** Service name */
184
184
  service_name: string;
185
+ /** Service description */
186
+ service_description: string;
185
187
  /** Service options */
186
188
  opt: {
187
189
  freeze_database: boolean;
188
190
  prevent_inquiry: boolean;
189
191
  prevent_signup: boolean;
192
+ prevent_anonymous: boolean;
190
193
  };
191
194
  };
192
195
  type Form<T> = HTMLFormElement | FormData | SubmitEvent | T;
@@ -495,6 +498,7 @@ type ConnectionInfo = {
495
498
  user_agent: string;
496
499
  user_location: string;
497
500
  service_name: string;
501
+ service_description: string;
498
502
  version: string;
499
503
  };
500
504
  type Table = {