http-request-manager 18.7.19 → 18.7.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.7.19",
3
+ "version": "18.7.20",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -6,7 +6,6 @@ import { ComponentStore } from '@ngrx/component-store';
6
6
  import { HttpClient, HttpHeaders, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
7
7
  import * as i16 from 'toast-message-display';
8
8
  import { ToastMessageDisplayService } from 'toast-message-display';
9
- export { ToastColors, ToastDisplay, ToastMessageDisplayModule, ToastMessageDisplayService } from 'toast-message-display';
10
9
  import Dexie, { Table } from 'dexie';
11
10
  import * as i33 from '@ngx-translate/core';
12
11
  import { TranslateService } from '@ngx-translate/core';
@@ -733,6 +732,21 @@ declare class ConfigOptions implements ConfigOptionsInterface {
733
732
  */
734
733
  declare const CONFIG_SETTINGS_TOKEN: InjectionToken<ConfigOptions>;
735
734
 
735
+ interface UserDataInterface {
736
+ ldap: string;
737
+ name: string;
738
+ email: string;
739
+ color: string;
740
+ }
741
+ declare class UserData implements UserDataInterface {
742
+ ldap: string;
743
+ name: string;
744
+ email: string;
745
+ color: string;
746
+ constructor(ldap?: string, name?: string, email?: string, color?: string);
747
+ static adapt(item?: any): UserData;
748
+ }
749
+
736
750
  declare class ObjectMergerService {
737
751
  private configOptions?;
738
752
  utils: UtilsService;
@@ -1150,21 +1164,6 @@ declare class RequestErrorInterceptor implements HttpInterceptor {
1150
1164
  static ɵprov: i0.ɵɵInjectableDeclaration<RequestErrorInterceptor>;
1151
1165
  }
1152
1166
 
1153
- interface UserDataInterface {
1154
- ldap: string;
1155
- name: string;
1156
- email: string;
1157
- color: string;
1158
- }
1159
- declare class UserData implements UserDataInterface {
1160
- ldap: string;
1161
- name: string;
1162
- email: string;
1163
- color: string;
1164
- constructor(ldap?: string, name?: string, email?: string, color?: string);
1165
- static adapt(item?: any): UserData;
1166
- }
1167
-
1168
1167
  declare class HttpRequestServicesDemoComponent implements OnInit {
1169
1168
  private configOptions?;
1170
1169
  wsServer: string;
@@ -2274,5 +2273,5 @@ declare class HttpRequestManagerModule {
2274
2273
  static ɵinj: i0.ɵɵInjectorDeclaration<HttpRequestManagerModule>;
2275
2274
  }
2276
2275
 
2277
- export { ApiRequest, AppService, AsymmetricalEncryptionService, CONFIG_SETTINGS_TOKEN, ChannelInfo, ChannelType, CommunicationType, ConfigHTTPOptions, ConfigOptions, DataType, DatabaseDataDemoComponent, DatabaseManagerService, DatabaseStorage, DbService, ErrorDisplaySettings, GlobalStoreOptions, HTTPManagerService, HTTPManagerSignalsService, HTTPManagerStateService, HeadersService, HttpRequestManagerModule, HttpRequestServicesDemoComponent, LocalStorageDemoComponent, LocalStorageManagerService, LocalStorageOptions, LocalStorageSignalsManagerService, PathQueryService, Random, RandomHSLColor, RandomHexColor, RandomNumber, RandomNumbers, RandomNumbersUnique, RandomPaletteColor, RandomSignature, RandomStr, RandomVisibleColor, RequestErrorInterceptor, RequestHeadersInterceptor, RequestManagerDemoComponent, RequestManagerStateDemoComponent, RequestOptions, RequestService, RequestSignalsService, RetryOptions, SettingOptions, StateStorageOptions, StorageData, StorageOption, StorageType, StoreStateManagerService, StreamType, SymmetricalEncryptionService, TableSchemaDef, UUID, UUID_STR, UtilsService, WSOptions, WSUser, WebsocketService, WithCredentialsInterceptor, countdown, createChannelName, delayedRetry, requestPolling, requestStreaming, streamAI, streamAuto, streamEvents, streamJSON, streamNDJSON };
2278
- export type { APIStateManagerData, ApiRequestInterface, ChannelInfoInterface, ConfigHTTPOptionsInterface, ConfigOptionsInterface, DatabaseStorageInterface, ErrorDisplaySettingsInterface, GlobalStoreOptionsInterface, LocalStorageOptionsInterface, ParsingResult, RequestOptionsInterface, RetryOptionsInterface, SettingOptionsInterface, State, StateStorageOptionsInterface, StateStoreManagerData, StorageDataInterface, StorageOptionInterface, StreamConfig, StreamEvent, TableRecord, TableSchemaDefInterface, WSOptionsInterface, WSUserInterface };
2276
+ export { ApiRequest, AppService, AsymmetricalEncryptionService, CONFIG_SETTINGS_TOKEN, ChannelInfo, ChannelType, CommunicationType, ConfigHTTPOptions, ConfigOptions, DataType, DatabaseDataDemoComponent, DatabaseManagerService, DatabaseStorage, DbService, ErrorDisplaySettings, GlobalStoreOptions, HTTPManagerService, HTTPManagerSignalsService, HTTPManagerStateService, HeadersService, HttpRequestManagerModule, HttpRequestServicesDemoComponent, LocalStorageDemoComponent, LocalStorageManagerService, LocalStorageOptions, LocalStorageSignalsManagerService, PathQueryService, Random, RandomHSLColor, RandomHexColor, RandomNumber, RandomNumbers, RandomNumbersUnique, RandomPaletteColor, RandomSignature, RandomStr, RandomVisibleColor, RequestErrorInterceptor, RequestHeadersInterceptor, RequestManagerDemoComponent, RequestManagerStateDemoComponent, RequestOptions, RequestService, RequestSignalsService, RetryOptions, SettingOptions, StateStorageOptions, StorageData, StorageOption, StorageType, StoreStateManagerService, StreamType, SymmetricalEncryptionService, TableSchemaDef, UUID, UUID_STR, UserData, UtilsService, WSOptions, WSUser, WebsocketService, WithCredentialsInterceptor, countdown, createChannelName, delayedRetry, requestPolling, requestStreaming, streamAI, streamAuto, streamEvents, streamJSON, streamNDJSON };
2277
+ export type { APIStateManagerData, ApiRequestInterface, ChannelInfoInterface, ConfigHTTPOptionsInterface, ConfigOptionsInterface, DatabaseStorageInterface, ErrorDisplaySettingsInterface, GlobalStoreOptionsInterface, LocalStorageOptionsInterface, ParsingResult, RequestOptionsInterface, RetryOptionsInterface, SettingOptionsInterface, State, StateStorageOptionsInterface, StateStoreManagerData, StorageDataInterface, StorageOptionInterface, StreamConfig, StreamEvent, TableRecord, TableSchemaDefInterface, UserDataInterface, WSOptionsInterface, WSUserInterface };
Binary file