@vc-shell/framework 1.0.38
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/LICENSE +12 -0
- package/dist/components/atoms/vc-badge/vc-badge.stories.d.ts +7 -0
- package/dist/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-button/vc-button.stories.d.ts +15 -0
- package/dist/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +7 -0
- package/dist/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-container/vc-container.stories.d.ts +7 -0
- package/dist/components/atoms/vc-container/vc-container.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-hint/vc-hint.stories.d.ts +7 -0
- package/dist/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-icon/vc-icon.stories.d.ts +15 -0
- package/dist/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-image/vc-image.stories.d.ts +21 -0
- package/dist/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-label/vc-label.stories.d.ts +7 -0
- package/dist/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-link/vc-link.stories.d.ts +13 -0
- package/dist/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -0
- package/dist/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-status/vc-status.stories.d.ts +7 -0
- package/dist/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -0
- package/dist/components/atoms/vc-switch/vc-switch.stories.d.ts +7 -0
- package/dist/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -0
- package/dist/components/index.d.ts +39 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +7 -0
- package/dist/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-form/vc-form.stories.d.ts +7 -0
- package/dist/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-input/vc-input.stories.d.ts +7 -0
- package/dist/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-pagination/vc-pagination.stories.d.ts +7 -0
- package/dist/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-rating/vc-rating.stories.d.ts +7 -0
- package/dist/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-select/vc-select.stories.d.ts +7 -0
- package/dist/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -0
- package/dist/components/molecules/vc-textarea/vc-textarea.stories.d.ts +7 -0
- package/dist/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -0
- package/dist/components/organisms/vc-app/vc-app.stories.d.ts +16 -0
- package/dist/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -0
- package/dist/components/organisms/vc-blade/vc-blade.stories.d.ts +17 -0
- package/dist/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -0
- package/dist/components/organisms/vc-login-form/vc-login-form.stories.d.ts +7 -0
- package/dist/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +1 -0
- package/dist/components/organisms/vc-popup/vc-popup.stories.d.ts +7 -0
- package/dist/components/organisms/vc-popup/vc-popup.stories.d.ts.map +1 -0
- package/dist/components/organisms/vc-table/vc-table.stories.d.ts +7 -0
- package/dist/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -0
- package/dist/core/api/index.d.ts +2 -0
- package/dist/core/api/index.d.ts.map +1 -0
- package/dist/core/api/platform.d.ts +2005 -0
- package/dist/core/api/platform.d.ts.map +1 -0
- package/dist/core/composables/index.d.ts +9 -0
- package/dist/core/composables/index.d.ts.map +1 -0
- package/dist/core/composables/useAutosave/index.d.ts +9 -0
- package/dist/core/composables/useAutosave/index.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/debounce.d.ts +2 -0
- package/dist/core/composables/useFunctions/debounce.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/delay.d.ts +2 -0
- package/dist/core/composables/useFunctions/delay.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/index.d.ts +13 -0
- package/dist/core/composables/useFunctions/index.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/once.d.ts +2 -0
- package/dist/core/composables/useFunctions/once.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/sleep.d.ts +2 -0
- package/dist/core/composables/useFunctions/sleep.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/throttle.d.ts +2 -0
- package/dist/core/composables/useFunctions/throttle.d.ts.map +1 -0
- package/dist/core/composables/useI18n/index.d.ts +5 -0
- package/dist/core/composables/useI18n/index.d.ts.map +1 -0
- package/dist/core/composables/useLogger/index.d.ts +5 -0
- package/dist/core/composables/useLogger/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts +15 -0
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -0
- package/dist/core/composables/usePermissions/index.d.ts +8 -0
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -0
- package/dist/core/composables/useSettings/index.d.ts +8 -0
- package/dist/core/composables/useSettings/index.d.ts.map +1 -0
- package/dist/core/composables/useUser/index.d.ts +19 -0
- package/dist/core/composables/useUser/index.d.ts.map +1 -0
- package/dist/core/directives/autofocus/index.d.ts +4 -0
- package/dist/core/directives/autofocus/index.d.ts.map +1 -0
- package/dist/core/directives/click-outside/index.d.ts +4 -0
- package/dist/core/directives/click-outside/index.d.ts.map +1 -0
- package/dist/core/directives/index.d.ts +5 -0
- package/dist/core/directives/index.d.ts.map +1 -0
- package/dist/core/directives/loading/index.d.ts +4 -0
- package/dist/core/directives/loading/index.d.ts.map +1 -0
- package/dist/core/directives/permissions/index.d.ts +4 -0
- package/dist/core/directives/permissions/index.d.ts.map +1 -0
- package/dist/core/plugins/index.d.ts +2 -0
- package/dist/core/plugins/index.d.ts.map +1 -0
- package/dist/core/plugins/validation/index.d.ts +3 -0
- package/dist/core/plugins/validation/index.d.ts.map +1 -0
- package/dist/core/plugins/validation/rules.d.ts +12 -0
- package/dist/core/plugins/validation/rules.d.ts.map +1 -0
- package/dist/core/types/index.d.ts +77 -0
- package/dist/core/types/index.d.ts.map +1 -0
- package/dist/core/utilities/camelToSnake.d.ts +2 -0
- package/dist/core/utilities/camelToSnake.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +2 -0
- package/dist/core/utilities/index.d.ts.map +1 -0
- package/dist/framework.js +1133 -0
- package/dist/framework.js.map +1 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/shared/app-switcher/components/index.d.ts +2 -0
- package/dist/shared/app-switcher/components/index.d.ts.map +1 -0
- package/dist/shared/app-switcher/composables/index.d.ts +2 -0
- package/dist/shared/app-switcher/composables/index.d.ts.map +1 -0
- package/dist/shared/app-switcher/composables/useAppSwitcher/index.d.ts +10 -0
- package/dist/shared/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -0
- package/dist/shared/app-switcher/index.d.ts +8 -0
- package/dist/shared/app-switcher/index.d.ts.map +1 -0
- package/dist/shared/assets/components/index.d.ts +2 -0
- package/dist/shared/assets/components/index.d.ts.map +1 -0
- package/dist/shared/assets/index.d.ts +7 -0
- package/dist/shared/assets/index.d.ts.map +1 -0
- package/dist/shared/assets/locales/index.d.ts +3 -0
- package/dist/shared/assets/locales/index.d.ts.map +1 -0
- package/dist/shared/blade-navigation/components/index.d.ts +2 -0
- package/dist/shared/blade-navigation/components/index.d.ts.map +1 -0
- package/dist/shared/blade-navigation/composables/index.d.ts +2 -0
- package/dist/shared/blade-navigation/composables/index.d.ts.map +1 -0
- package/dist/shared/blade-navigation/composables/useBladeNavigation/index.d.ts +15 -0
- package/dist/shared/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -0
- package/dist/shared/blade-navigation/index.d.ts +9 -0
- package/dist/shared/blade-navigation/index.d.ts.map +1 -0
- package/dist/shared/blade-navigation/types/index.d.ts +39 -0
- package/dist/shared/blade-navigation/types/index.d.ts.map +1 -0
- package/dist/shared/index.d.ts +6 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/vite.config.d.ts +3 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/package.json +51 -0
- package/tailwind.config.js +51 -0
|
@@ -0,0 +1,2005 @@
|
|
|
1
|
+
export declare class AuthApiBase {
|
|
2
|
+
authToken: string;
|
|
3
|
+
protected constructor();
|
|
4
|
+
getBaseUrl(defaultUrl: string, baseUrl: string): string;
|
|
5
|
+
setAuthToken(token: string): void;
|
|
6
|
+
protected transformOptions(options: any): Promise<any>;
|
|
7
|
+
}
|
|
8
|
+
export declare class AuthorizationClient extends AuthApiBase {
|
|
9
|
+
private http;
|
|
10
|
+
private baseUrl;
|
|
11
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
12
|
+
constructor(baseUrl?: string, http?: {
|
|
13
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
14
|
+
});
|
|
15
|
+
/**
|
|
16
|
+
* @return Success
|
|
17
|
+
*/
|
|
18
|
+
exchange(body: Body): Promise<OpenIddictResponse>;
|
|
19
|
+
protected processExchange(response: Response): Promise<OpenIddictResponse>;
|
|
20
|
+
}
|
|
21
|
+
export declare class ExternalSignInClient extends AuthApiBase {
|
|
22
|
+
private http;
|
|
23
|
+
private baseUrl;
|
|
24
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
25
|
+
constructor(baseUrl?: string, http?: {
|
|
26
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
27
|
+
});
|
|
28
|
+
/**
|
|
29
|
+
* @param authenticationType (optional)
|
|
30
|
+
* @return Success
|
|
31
|
+
*/
|
|
32
|
+
signIn(authenticationType: string | null | undefined): Promise<void>;
|
|
33
|
+
protected processSignIn(response: Response): Promise<void>;
|
|
34
|
+
/**
|
|
35
|
+
* @param returnUrl (optional)
|
|
36
|
+
* @return Success
|
|
37
|
+
*/
|
|
38
|
+
signInCallback(returnUrl: string | null | undefined): Promise<void>;
|
|
39
|
+
protected processSignInCallback(response: Response): Promise<void>;
|
|
40
|
+
/**
|
|
41
|
+
* @return Success
|
|
42
|
+
*/
|
|
43
|
+
getExternalLoginProviders(): Promise<void>;
|
|
44
|
+
protected processGetExternalLoginProviders(response: Response): Promise<void>;
|
|
45
|
+
}
|
|
46
|
+
export declare class AppsClient extends AuthApiBase {
|
|
47
|
+
private http;
|
|
48
|
+
private baseUrl;
|
|
49
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
50
|
+
constructor(baseUrl?: string, http?: {
|
|
51
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
52
|
+
});
|
|
53
|
+
/**
|
|
54
|
+
* @return Success
|
|
55
|
+
*/
|
|
56
|
+
getApps(): Promise<AppDescriptor[]>;
|
|
57
|
+
protected processGetApps(response: Response): Promise<AppDescriptor[]>;
|
|
58
|
+
}
|
|
59
|
+
export declare class ChangeLogClient extends AuthApiBase {
|
|
60
|
+
private http;
|
|
61
|
+
private baseUrl;
|
|
62
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
63
|
+
constructor(baseUrl?: string, http?: {
|
|
64
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
65
|
+
});
|
|
66
|
+
/**
|
|
67
|
+
* @param scope (optional)
|
|
68
|
+
* @return Success
|
|
69
|
+
*/
|
|
70
|
+
forceChanges(scope: string | null | undefined): Promise<void>;
|
|
71
|
+
protected processForceChanges(response: Response): Promise<void>;
|
|
72
|
+
/**
|
|
73
|
+
* @return Success
|
|
74
|
+
*/
|
|
75
|
+
resetPlatformCache(): Promise<void>;
|
|
76
|
+
protected processResetPlatformCache(response: Response): Promise<void>;
|
|
77
|
+
/**
|
|
78
|
+
* @param scope (optional)
|
|
79
|
+
* @return Success
|
|
80
|
+
*/
|
|
81
|
+
getLastModifiedDate(scope: string | null | undefined): Promise<LastModifiedResponse>;
|
|
82
|
+
protected processGetLastModifiedDate(response: Response): Promise<LastModifiedResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* @param body (optional)
|
|
85
|
+
* @return Success
|
|
86
|
+
*/
|
|
87
|
+
getChangedEntities(body: ChangedEntitiesRequest | null | undefined): Promise<ChangedEntitiesResponse>;
|
|
88
|
+
protected processGetChangedEntities(response: Response): Promise<ChangedEntitiesResponse>;
|
|
89
|
+
/**
|
|
90
|
+
* @param body (optional)
|
|
91
|
+
* @return Success
|
|
92
|
+
*/
|
|
93
|
+
resetChangedEntities(body: string[] | null | undefined): Promise<void>;
|
|
94
|
+
protected processResetChangedEntities(response: Response): Promise<void>;
|
|
95
|
+
/**
|
|
96
|
+
* @param body (optional)
|
|
97
|
+
* @return Success
|
|
98
|
+
*/
|
|
99
|
+
searchChanges(body: ChangeLogSearchCriteria | null | undefined): Promise<ChangeLogSearchResult>;
|
|
100
|
+
protected processSearchChanges(response: Response): Promise<ChangeLogSearchResult>;
|
|
101
|
+
/**
|
|
102
|
+
* @param start (optional)
|
|
103
|
+
* @param end (optional)
|
|
104
|
+
* @return Success
|
|
105
|
+
*/
|
|
106
|
+
searchTypeChangeHistory(type: string | null, start: Date | null | undefined, end: Date | null | undefined): Promise<OperationLog[]>;
|
|
107
|
+
protected processSearchTypeChangeHistory(response: Response): Promise<OperationLog[]>;
|
|
108
|
+
}
|
|
109
|
+
export declare class DiagnosticsClient extends AuthApiBase {
|
|
110
|
+
private http;
|
|
111
|
+
private baseUrl;
|
|
112
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
113
|
+
constructor(baseUrl?: string, http?: {
|
|
114
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
115
|
+
});
|
|
116
|
+
/**
|
|
117
|
+
* @return Success
|
|
118
|
+
*/
|
|
119
|
+
getSystemInfo(): Promise<SystemInfo>;
|
|
120
|
+
protected processGetSystemInfo(response: Response): Promise<SystemInfo>;
|
|
121
|
+
/**
|
|
122
|
+
* @return Success
|
|
123
|
+
*/
|
|
124
|
+
getModulesErrors(): Promise<ModuleDescriptor[]>;
|
|
125
|
+
protected processGetModulesErrors(response: Response): Promise<ModuleDescriptor[]>;
|
|
126
|
+
}
|
|
127
|
+
export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
128
|
+
private http;
|
|
129
|
+
private baseUrl;
|
|
130
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
131
|
+
constructor(baseUrl?: string, http?: {
|
|
132
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
133
|
+
});
|
|
134
|
+
/**
|
|
135
|
+
* @return Success
|
|
136
|
+
*/
|
|
137
|
+
getObjectTypes(): Promise<string[]>;
|
|
138
|
+
protected processGetObjectTypes(response: Response): Promise<string[]>;
|
|
139
|
+
/**
|
|
140
|
+
* @param body (optional)
|
|
141
|
+
* @return Success
|
|
142
|
+
*/
|
|
143
|
+
searchDynamicProperties(body: DynamicPropertySearchCriteria | null | undefined): Promise<DynamicPropertySearchResult>;
|
|
144
|
+
protected processSearchDynamicProperties(response: Response): Promise<DynamicPropertySearchResult>;
|
|
145
|
+
/**
|
|
146
|
+
* @param body (optional)
|
|
147
|
+
* @return Success
|
|
148
|
+
*/
|
|
149
|
+
createProperty(body: DynamicProperty | null | undefined): Promise<DynamicProperty>;
|
|
150
|
+
protected processCreateProperty(response: Response): Promise<DynamicProperty>;
|
|
151
|
+
/**
|
|
152
|
+
* @param body (optional)
|
|
153
|
+
* @return Success
|
|
154
|
+
*/
|
|
155
|
+
updateProperty(body: DynamicProperty | null | undefined): Promise<void>;
|
|
156
|
+
protected processUpdateProperty(response: Response): Promise<void>;
|
|
157
|
+
/**
|
|
158
|
+
* @param propertyIds (optional)
|
|
159
|
+
* @return Success
|
|
160
|
+
*/
|
|
161
|
+
deleteProperty(propertyIds: string[] | null | undefined): Promise<void>;
|
|
162
|
+
protected processDeleteProperty(response: Response): Promise<void>;
|
|
163
|
+
/**
|
|
164
|
+
* @return Success
|
|
165
|
+
*/
|
|
166
|
+
exposeDynamicObjectProperty(): Promise<DynamicObjectProperty>;
|
|
167
|
+
protected processExposeDynamicObjectProperty(response: Response): Promise<DynamicObjectProperty>;
|
|
168
|
+
/**
|
|
169
|
+
* @param body (optional)
|
|
170
|
+
* @return Success
|
|
171
|
+
*/
|
|
172
|
+
searchDictionaryItems(body: DynamicPropertyDictionaryItemSearchCriteria | null | undefined): Promise<DynamicPropertyDictionaryItemSearchResult>;
|
|
173
|
+
protected processSearchDictionaryItems(response: Response): Promise<DynamicPropertyDictionaryItemSearchResult>;
|
|
174
|
+
/**
|
|
175
|
+
* @param body (optional)
|
|
176
|
+
* @return Success
|
|
177
|
+
*/
|
|
178
|
+
saveDictionaryItems(body: DynamicPropertyDictionaryItem[] | null | undefined): Promise<void>;
|
|
179
|
+
protected processSaveDictionaryItems(response: Response): Promise<void>;
|
|
180
|
+
/**
|
|
181
|
+
* @param ids (optional)
|
|
182
|
+
* @return Success
|
|
183
|
+
*/
|
|
184
|
+
deleteDictionaryItem(ids: string[] | null | undefined): Promise<void>;
|
|
185
|
+
protected processDeleteDictionaryItem(response: Response): Promise<void>;
|
|
186
|
+
}
|
|
187
|
+
export declare class JobsClient extends AuthApiBase {
|
|
188
|
+
private http;
|
|
189
|
+
private baseUrl;
|
|
190
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
191
|
+
constructor(baseUrl?: string, http?: {
|
|
192
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
193
|
+
});
|
|
194
|
+
/**
|
|
195
|
+
* @return Success
|
|
196
|
+
*/
|
|
197
|
+
getStatus(id: string | null): Promise<Job>;
|
|
198
|
+
protected processGetStatus(response: Response): Promise<Job>;
|
|
199
|
+
}
|
|
200
|
+
export declare class ModulesClient extends AuthApiBase {
|
|
201
|
+
private http;
|
|
202
|
+
private baseUrl;
|
|
203
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
204
|
+
constructor(baseUrl?: string, http?: {
|
|
205
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
206
|
+
});
|
|
207
|
+
/**
|
|
208
|
+
* @return Success
|
|
209
|
+
*/
|
|
210
|
+
reloadModules(): Promise<void>;
|
|
211
|
+
protected processReloadModules(response: Response): Promise<void>;
|
|
212
|
+
/**
|
|
213
|
+
* @return Success
|
|
214
|
+
*/
|
|
215
|
+
getModules(): Promise<ModuleDescriptor[]>;
|
|
216
|
+
protected processGetModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
217
|
+
/**
|
|
218
|
+
* @param body (optional)
|
|
219
|
+
* @return Success
|
|
220
|
+
*/
|
|
221
|
+
getDependingModules(body: ModuleDescriptor[] | null | undefined): Promise<ModuleDescriptor[]>;
|
|
222
|
+
protected processGetDependingModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
223
|
+
/**
|
|
224
|
+
* @param body (optional)
|
|
225
|
+
* @return Success
|
|
226
|
+
*/
|
|
227
|
+
getMissingDependencies(body: ModuleDescriptor[] | null | undefined): Promise<ModuleDescriptor[]>;
|
|
228
|
+
protected processGetMissingDependencies(response: Response): Promise<ModuleDescriptor[]>;
|
|
229
|
+
/**
|
|
230
|
+
* @return Success
|
|
231
|
+
*/
|
|
232
|
+
uploadModuleArchive(): Promise<ModuleDescriptor>;
|
|
233
|
+
protected processUploadModuleArchive(response: Response): Promise<ModuleDescriptor>;
|
|
234
|
+
/**
|
|
235
|
+
* @param body (optional)
|
|
236
|
+
* @return Success
|
|
237
|
+
*/
|
|
238
|
+
installModules(body: ModuleDescriptor[] | null | undefined): Promise<ModulePushNotification>;
|
|
239
|
+
protected processInstallModules(response: Response): Promise<ModulePushNotification>;
|
|
240
|
+
/**
|
|
241
|
+
* @param body (optional)
|
|
242
|
+
* @return Success
|
|
243
|
+
*/
|
|
244
|
+
uninstallModule(body: ModuleDescriptor[] | null | undefined): Promise<ModulePushNotification>;
|
|
245
|
+
protected processUninstallModule(response: Response): Promise<ModulePushNotification>;
|
|
246
|
+
/**
|
|
247
|
+
* @return Success
|
|
248
|
+
*/
|
|
249
|
+
restart(): Promise<void>;
|
|
250
|
+
protected processRestart(response: Response): Promise<void>;
|
|
251
|
+
/**
|
|
252
|
+
* @return Success
|
|
253
|
+
*/
|
|
254
|
+
tryToAutoInstallModules(): Promise<ModuleAutoInstallPushNotification>;
|
|
255
|
+
protected processTryToAutoInstallModules(response: Response): Promise<ModuleAutoInstallPushNotification>;
|
|
256
|
+
}
|
|
257
|
+
export declare class OAuthAppsClient extends AuthApiBase {
|
|
258
|
+
private http;
|
|
259
|
+
private baseUrl;
|
|
260
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
261
|
+
constructor(baseUrl?: string, http?: {
|
|
262
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
263
|
+
});
|
|
264
|
+
/**
|
|
265
|
+
* @return Success
|
|
266
|
+
*/
|
|
267
|
+
new(): Promise<OpenIddictApplicationDescriptor>;
|
|
268
|
+
protected processNew(response: Response): Promise<OpenIddictApplicationDescriptor>;
|
|
269
|
+
/**
|
|
270
|
+
* @param body (optional)
|
|
271
|
+
* @return Success
|
|
272
|
+
*/
|
|
273
|
+
save(body: OpenIddictApplicationDescriptor | null | undefined): Promise<OpenIddictApplicationDescriptor>;
|
|
274
|
+
protected processSave(response: Response): Promise<OpenIddictApplicationDescriptor>;
|
|
275
|
+
/**
|
|
276
|
+
* @param clientIds (optional)
|
|
277
|
+
* @return Success
|
|
278
|
+
*/
|
|
279
|
+
delete(clientIds: string[] | null | undefined): Promise<void>;
|
|
280
|
+
protected processDelete(response: Response): Promise<void>;
|
|
281
|
+
/**
|
|
282
|
+
* @param body (optional)
|
|
283
|
+
* @return Success
|
|
284
|
+
*/
|
|
285
|
+
search(body: OAuthAppSearchCriteria | null | undefined): Promise<OAuthAppSearchResult>;
|
|
286
|
+
protected processSearch(response: Response): Promise<OAuthAppSearchResult>;
|
|
287
|
+
}
|
|
288
|
+
export declare class PushNotificationClient extends AuthApiBase {
|
|
289
|
+
private http;
|
|
290
|
+
private baseUrl;
|
|
291
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
292
|
+
constructor(baseUrl?: string, http?: {
|
|
293
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
294
|
+
});
|
|
295
|
+
/**
|
|
296
|
+
* @param body (optional)
|
|
297
|
+
* @return Success
|
|
298
|
+
*/
|
|
299
|
+
searchPushNotification(body: PushNotificationSearchCriteria | null | undefined): Promise<PushNotificationSearchResult>;
|
|
300
|
+
protected processSearchPushNotification(response: Response): Promise<PushNotificationSearchResult>;
|
|
301
|
+
/**
|
|
302
|
+
* @return Success
|
|
303
|
+
*/
|
|
304
|
+
markAllAsRead(): Promise<PushNotificationSearchResult>;
|
|
305
|
+
protected processMarkAllAsRead(response: Response): Promise<PushNotificationSearchResult>;
|
|
306
|
+
}
|
|
307
|
+
export declare class SecurityClient extends AuthApiBase {
|
|
308
|
+
private http;
|
|
309
|
+
private baseUrl;
|
|
310
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
311
|
+
constructor(baseUrl?: string, http?: {
|
|
312
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
313
|
+
});
|
|
314
|
+
/**
|
|
315
|
+
* @param body (optional)
|
|
316
|
+
* @return Success
|
|
317
|
+
*/
|
|
318
|
+
login(body: LoginRequest | null | undefined): Promise<SignInResult>;
|
|
319
|
+
protected processLogin(response: Response): Promise<SignInResult>;
|
|
320
|
+
/**
|
|
321
|
+
* @return Success
|
|
322
|
+
*/
|
|
323
|
+
logout(): Promise<void>;
|
|
324
|
+
protected processLogout(response: Response): Promise<void>;
|
|
325
|
+
/**
|
|
326
|
+
* @return Success
|
|
327
|
+
*/
|
|
328
|
+
getCurrentUser(): Promise<UserDetail>;
|
|
329
|
+
protected processGetCurrentUser(response: Response): Promise<UserDetail>;
|
|
330
|
+
/**
|
|
331
|
+
* @return Success
|
|
332
|
+
*/
|
|
333
|
+
userinfo(): Promise<Claim[]>;
|
|
334
|
+
protected processUserinfo(response: Response): Promise<Claim[]>;
|
|
335
|
+
/**
|
|
336
|
+
* @return Success
|
|
337
|
+
*/
|
|
338
|
+
getAllRegisteredPermissions(): Promise<Permission[]>;
|
|
339
|
+
protected processGetAllRegisteredPermissions(response: Response): Promise<Permission[]>;
|
|
340
|
+
/**
|
|
341
|
+
* @param body (optional)
|
|
342
|
+
* @return Success
|
|
343
|
+
*/
|
|
344
|
+
searchRoles(body: RoleSearchCriteria | null | undefined): Promise<RoleSearchResult>;
|
|
345
|
+
protected processSearchRoles(response: Response): Promise<RoleSearchResult>;
|
|
346
|
+
/**
|
|
347
|
+
* @return Success
|
|
348
|
+
*/
|
|
349
|
+
getRole(roleName: string | null): Promise<Role>;
|
|
350
|
+
protected processGetRole(response: Response): Promise<Role>;
|
|
351
|
+
/**
|
|
352
|
+
* @param ids (optional)
|
|
353
|
+
* @return Success
|
|
354
|
+
*/
|
|
355
|
+
deleteRoles(ids: string[] | null | undefined): Promise<void>;
|
|
356
|
+
protected processDeleteRoles(response: Response): Promise<void>;
|
|
357
|
+
/**
|
|
358
|
+
* @param body (optional)
|
|
359
|
+
* @return Success
|
|
360
|
+
*/
|
|
361
|
+
updateRole(body: Role | null | undefined): Promise<SecurityResult>;
|
|
362
|
+
protected processUpdateRole(response: Response): Promise<SecurityResult>;
|
|
363
|
+
/**
|
|
364
|
+
* @param body (optional)
|
|
365
|
+
* @return Success
|
|
366
|
+
*/
|
|
367
|
+
searchUsers(body: UserSearchCriteria | null | undefined): Promise<UserSearchResult>;
|
|
368
|
+
protected processSearchUsers(response: Response): Promise<UserSearchResult>;
|
|
369
|
+
/**
|
|
370
|
+
* @return Success
|
|
371
|
+
*/
|
|
372
|
+
getUserByName(userName: string | null): Promise<ApplicationUser>;
|
|
373
|
+
protected processGetUserByName(response: Response): Promise<ApplicationUser>;
|
|
374
|
+
/**
|
|
375
|
+
* @return Success
|
|
376
|
+
*/
|
|
377
|
+
getUserById(id: string | null): Promise<ApplicationUser>;
|
|
378
|
+
protected processGetUserById(response: Response): Promise<ApplicationUser>;
|
|
379
|
+
/**
|
|
380
|
+
* @return Success
|
|
381
|
+
*/
|
|
382
|
+
getUserByEmail(email: string | null): Promise<ApplicationUser>;
|
|
383
|
+
protected processGetUserByEmail(response: Response): Promise<ApplicationUser>;
|
|
384
|
+
/**
|
|
385
|
+
* @return Success
|
|
386
|
+
*/
|
|
387
|
+
getUserByLogin(loginProvider: string | null, providerKey: string | null): Promise<ApplicationUser>;
|
|
388
|
+
protected processGetUserByLogin(response: Response): Promise<ApplicationUser>;
|
|
389
|
+
/**
|
|
390
|
+
* @param body (optional)
|
|
391
|
+
* @return Success
|
|
392
|
+
*/
|
|
393
|
+
create(body: ApplicationUser | null | undefined): Promise<SecurityResult>;
|
|
394
|
+
protected processCreate(response: Response): Promise<SecurityResult>;
|
|
395
|
+
/**
|
|
396
|
+
* @param body (optional)
|
|
397
|
+
* @return Success
|
|
398
|
+
*/
|
|
399
|
+
changeCurrentUserPassword(body: ChangePasswordRequest | null | undefined): Promise<SecurityResult>;
|
|
400
|
+
protected processChangeCurrentUserPassword(response: Response): Promise<SecurityResult>;
|
|
401
|
+
/**
|
|
402
|
+
* @param body (optional)
|
|
403
|
+
* @return Success
|
|
404
|
+
*/
|
|
405
|
+
changePassword(userName: string | null, body: ChangePasswordRequest | null | undefined): Promise<SecurityResult>;
|
|
406
|
+
protected processChangePassword(response: Response): Promise<SecurityResult>;
|
|
407
|
+
/**
|
|
408
|
+
* @param body (optional)
|
|
409
|
+
* @return Success
|
|
410
|
+
*/
|
|
411
|
+
resetPassword(userName: string | null, body: ResetPasswordConfirmRequest | null | undefined): Promise<SecurityResult>;
|
|
412
|
+
protected processResetPassword(response: Response): Promise<SecurityResult>;
|
|
413
|
+
/**
|
|
414
|
+
* @param body (optional)
|
|
415
|
+
* @return Success
|
|
416
|
+
*/
|
|
417
|
+
resetPasswordByToken(userId: string | null, body: ResetPasswordConfirmRequest | null | undefined): Promise<SecurityResult>;
|
|
418
|
+
protected processResetPasswordByToken(response: Response): Promise<SecurityResult>;
|
|
419
|
+
/**
|
|
420
|
+
* @param body (optional)
|
|
421
|
+
* @return Success
|
|
422
|
+
*/
|
|
423
|
+
validatePasswordResetToken(userId: string | null, body: ValidatePasswordResetTokenRequest | null | undefined): Promise<boolean>;
|
|
424
|
+
protected processValidatePasswordResetToken(response: Response): Promise<boolean>;
|
|
425
|
+
/**
|
|
426
|
+
* @return Success
|
|
427
|
+
*/
|
|
428
|
+
requestPasswordReset(loginOrEmail: string | null): Promise<void>;
|
|
429
|
+
protected processRequestPasswordReset(response: Response): Promise<void>;
|
|
430
|
+
/**
|
|
431
|
+
* @param body (optional)
|
|
432
|
+
* @return Success
|
|
433
|
+
*/
|
|
434
|
+
validatePassword(body: string | null | undefined): Promise<IdentityResult>;
|
|
435
|
+
protected processValidatePassword(response: Response): Promise<IdentityResult>;
|
|
436
|
+
/**
|
|
437
|
+
* @param body (optional)
|
|
438
|
+
* @return Success
|
|
439
|
+
*/
|
|
440
|
+
validateUserPassword(body: ChangePasswordRequest | null | undefined): Promise<IdentityResult>;
|
|
441
|
+
protected processValidateUserPassword(response: Response): Promise<IdentityResult>;
|
|
442
|
+
/**
|
|
443
|
+
* @param body (optional)
|
|
444
|
+
* @return Success
|
|
445
|
+
*/
|
|
446
|
+
update(body: ApplicationUser | null | undefined): Promise<SecurityResult>;
|
|
447
|
+
protected processUpdate(response: Response): Promise<SecurityResult>;
|
|
448
|
+
/**
|
|
449
|
+
* @param names (optional)
|
|
450
|
+
* @return Success
|
|
451
|
+
*/
|
|
452
|
+
delete(names: string[] | null | undefined): Promise<void>;
|
|
453
|
+
protected processDelete(response: Response): Promise<void>;
|
|
454
|
+
/**
|
|
455
|
+
* @return Success
|
|
456
|
+
*/
|
|
457
|
+
isUserLocked(id: string | null): Promise<UserLockedResult>;
|
|
458
|
+
protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
|
|
459
|
+
/**
|
|
460
|
+
* @return Success
|
|
461
|
+
*/
|
|
462
|
+
lockUser(id: string | null): Promise<SecurityResult>;
|
|
463
|
+
protected processLockUser(response: Response): Promise<SecurityResult>;
|
|
464
|
+
/**
|
|
465
|
+
* @return Success
|
|
466
|
+
*/
|
|
467
|
+
unlockUser(id: string | null): Promise<SecurityResult>;
|
|
468
|
+
protected processUnlockUser(response: Response): Promise<SecurityResult>;
|
|
469
|
+
/**
|
|
470
|
+
* @return Success
|
|
471
|
+
*/
|
|
472
|
+
getUserApiKeys(id: string | null): Promise<UserApiKey[]>;
|
|
473
|
+
protected processGetUserApiKeys(response: Response): Promise<UserApiKey[]>;
|
|
474
|
+
/**
|
|
475
|
+
* @param body (optional)
|
|
476
|
+
* @return Success
|
|
477
|
+
*/
|
|
478
|
+
saveUserApiKey(body: UserApiKey | null | undefined): Promise<UserApiKey[]>;
|
|
479
|
+
protected processSaveUserApiKey(response: Response): Promise<UserApiKey[]>;
|
|
480
|
+
/**
|
|
481
|
+
* @param body (optional)
|
|
482
|
+
* @return Success
|
|
483
|
+
*/
|
|
484
|
+
updateUserApiKey(body: UserApiKey | null | undefined): Promise<UserApiKey[]>;
|
|
485
|
+
protected processUpdateUserApiKey(response: Response): Promise<UserApiKey[]>;
|
|
486
|
+
/**
|
|
487
|
+
* @param ids (optional)
|
|
488
|
+
* @return Success
|
|
489
|
+
*/
|
|
490
|
+
deleteUserApiKeys(ids: string[] | null | undefined): Promise<UserApiKey[]>;
|
|
491
|
+
protected processDeleteUserApiKeys(response: Response): Promise<UserApiKey[]>;
|
|
492
|
+
/**
|
|
493
|
+
* @return Success
|
|
494
|
+
*/
|
|
495
|
+
getLoginTypes(): Promise<void>;
|
|
496
|
+
protected processGetLoginTypes(response: Response): Promise<void>;
|
|
497
|
+
/**
|
|
498
|
+
* @return Success
|
|
499
|
+
*/
|
|
500
|
+
sendVerificationEmail(userId: string | null): Promise<void>;
|
|
501
|
+
protected processSendVerificationEmail(response: Response): Promise<void>;
|
|
502
|
+
}
|
|
503
|
+
export declare class SettingClient extends AuthApiBase {
|
|
504
|
+
private http;
|
|
505
|
+
private baseUrl;
|
|
506
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
507
|
+
constructor(baseUrl?: string, http?: {
|
|
508
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
509
|
+
});
|
|
510
|
+
/**
|
|
511
|
+
* @return Success
|
|
512
|
+
*/
|
|
513
|
+
getAllGlobalSettings(): Promise<ObjectSettingEntry>;
|
|
514
|
+
protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry>;
|
|
515
|
+
/**
|
|
516
|
+
* @param body (optional)
|
|
517
|
+
* @return Success
|
|
518
|
+
*/
|
|
519
|
+
update(body: ObjectSettingEntry[] | null | undefined): Promise<void>;
|
|
520
|
+
protected processUpdate(response: Response): Promise<void>;
|
|
521
|
+
/**
|
|
522
|
+
* @return Success
|
|
523
|
+
*/
|
|
524
|
+
getGlobalModuleSettings(id: string | null): Promise<ObjectSettingEntry[]>;
|
|
525
|
+
protected processGetGlobalModuleSettings(response: Response): Promise<ObjectSettingEntry[]>;
|
|
526
|
+
/**
|
|
527
|
+
* @return Success
|
|
528
|
+
*/
|
|
529
|
+
getGlobalSetting(name: string | null): Promise<ObjectSettingEntry>;
|
|
530
|
+
protected processGetGlobalSetting(response: Response): Promise<ObjectSettingEntry>;
|
|
531
|
+
/**
|
|
532
|
+
* @return Success
|
|
533
|
+
*/
|
|
534
|
+
getUICustomizationSetting(): Promise<ObjectSettingEntry>;
|
|
535
|
+
protected processGetUICustomizationSetting(response: Response): Promise<ObjectSettingEntry>;
|
|
536
|
+
}
|
|
537
|
+
export declare class OpenIddictResponse implements IOpenIddictResponse {
|
|
538
|
+
accessToken?: string | undefined;
|
|
539
|
+
code?: string | undefined;
|
|
540
|
+
deviceCode?: string | undefined;
|
|
541
|
+
error?: string | undefined;
|
|
542
|
+
errorDescription?: string | undefined;
|
|
543
|
+
errorUri?: string | undefined;
|
|
544
|
+
expiresIn?: number | undefined;
|
|
545
|
+
idToken?: string | undefined;
|
|
546
|
+
refreshToken?: string | undefined;
|
|
547
|
+
scope?: string | undefined;
|
|
548
|
+
state?: string | undefined;
|
|
549
|
+
tokenType?: string | undefined;
|
|
550
|
+
userCode?: string | undefined;
|
|
551
|
+
readonly count?: number;
|
|
552
|
+
constructor(data?: IOpenIddictResponse);
|
|
553
|
+
init(_data?: any): void;
|
|
554
|
+
static fromJS(data: any): OpenIddictResponse;
|
|
555
|
+
toJSON(data?: any): any;
|
|
556
|
+
}
|
|
557
|
+
export interface IOpenIddictResponse {
|
|
558
|
+
accessToken?: string | undefined;
|
|
559
|
+
code?: string | undefined;
|
|
560
|
+
deviceCode?: string | undefined;
|
|
561
|
+
error?: string | undefined;
|
|
562
|
+
errorDescription?: string | undefined;
|
|
563
|
+
errorUri?: string | undefined;
|
|
564
|
+
expiresIn?: number | undefined;
|
|
565
|
+
idToken?: string | undefined;
|
|
566
|
+
refreshToken?: string | undefined;
|
|
567
|
+
scope?: string | undefined;
|
|
568
|
+
state?: string | undefined;
|
|
569
|
+
tokenType?: string | undefined;
|
|
570
|
+
userCode?: string | undefined;
|
|
571
|
+
count?: number;
|
|
572
|
+
}
|
|
573
|
+
export declare class AppDescriptor implements IAppDescriptor {
|
|
574
|
+
title?: string | undefined;
|
|
575
|
+
description?: string | undefined;
|
|
576
|
+
iconUrl?: string | undefined;
|
|
577
|
+
relativeUrl?: string | undefined;
|
|
578
|
+
permission?: string | undefined;
|
|
579
|
+
id?: string | undefined;
|
|
580
|
+
constructor(data?: IAppDescriptor);
|
|
581
|
+
init(_data?: any): void;
|
|
582
|
+
static fromJS(data: any): AppDescriptor;
|
|
583
|
+
toJSON(data?: any): any;
|
|
584
|
+
}
|
|
585
|
+
export interface IAppDescriptor {
|
|
586
|
+
title?: string | undefined;
|
|
587
|
+
description?: string | undefined;
|
|
588
|
+
iconUrl?: string | undefined;
|
|
589
|
+
relativeUrl?: string | undefined;
|
|
590
|
+
permission?: string | undefined;
|
|
591
|
+
id?: string | undefined;
|
|
592
|
+
}
|
|
593
|
+
export declare class LastModifiedResponse implements ILastModifiedResponse {
|
|
594
|
+
scope?: string | undefined;
|
|
595
|
+
lastModifiedDate?: Date;
|
|
596
|
+
constructor(data?: ILastModifiedResponse);
|
|
597
|
+
init(_data?: any): void;
|
|
598
|
+
static fromJS(data: any): LastModifiedResponse;
|
|
599
|
+
toJSON(data?: any): any;
|
|
600
|
+
}
|
|
601
|
+
export interface ILastModifiedResponse {
|
|
602
|
+
scope?: string | undefined;
|
|
603
|
+
lastModifiedDate?: Date;
|
|
604
|
+
}
|
|
605
|
+
export declare class ChangedEntitiesRequest implements IChangedEntitiesRequest {
|
|
606
|
+
entityNames?: string[] | undefined;
|
|
607
|
+
modifiedSince?: Date;
|
|
608
|
+
constructor(data?: IChangedEntitiesRequest);
|
|
609
|
+
init(_data?: any): void;
|
|
610
|
+
static fromJS(data: any): ChangedEntitiesRequest;
|
|
611
|
+
toJSON(data?: any): any;
|
|
612
|
+
}
|
|
613
|
+
export interface IChangedEntitiesRequest {
|
|
614
|
+
entityNames?: string[] | undefined;
|
|
615
|
+
modifiedSince?: Date;
|
|
616
|
+
}
|
|
617
|
+
export declare class ChangedEntity implements IChangedEntity {
|
|
618
|
+
name?: string | undefined;
|
|
619
|
+
modifiedDate?: Date;
|
|
620
|
+
constructor(data?: IChangedEntity);
|
|
621
|
+
init(_data?: any): void;
|
|
622
|
+
static fromJS(data: any): ChangedEntity;
|
|
623
|
+
toJSON(data?: any): any;
|
|
624
|
+
}
|
|
625
|
+
export interface IChangedEntity {
|
|
626
|
+
name?: string | undefined;
|
|
627
|
+
modifiedDate?: Date;
|
|
628
|
+
}
|
|
629
|
+
export declare class ChangedEntitiesResponse implements IChangedEntitiesResponse {
|
|
630
|
+
entities?: ChangedEntity[] | undefined;
|
|
631
|
+
constructor(data?: IChangedEntitiesResponse);
|
|
632
|
+
init(_data?: any): void;
|
|
633
|
+
static fromJS(data: any): ChangedEntitiesResponse;
|
|
634
|
+
toJSON(data?: any): any;
|
|
635
|
+
}
|
|
636
|
+
export interface IChangedEntitiesResponse {
|
|
637
|
+
entities?: ChangedEntity[] | undefined;
|
|
638
|
+
}
|
|
639
|
+
export declare enum EntryState {
|
|
640
|
+
Detached = "Detached",
|
|
641
|
+
Unchanged = "Unchanged",
|
|
642
|
+
Added = "Added",
|
|
643
|
+
Deleted = "Deleted",
|
|
644
|
+
Modified = "Modified"
|
|
645
|
+
}
|
|
646
|
+
export declare enum SortDirection {
|
|
647
|
+
Ascending = "Ascending",
|
|
648
|
+
Descending = "Descending"
|
|
649
|
+
}
|
|
650
|
+
export declare class SortInfo implements ISortInfo {
|
|
651
|
+
sortColumn?: string | undefined;
|
|
652
|
+
sortDirection?: SortInfoSortDirection;
|
|
653
|
+
constructor(data?: ISortInfo);
|
|
654
|
+
init(_data?: any): void;
|
|
655
|
+
static fromJS(data: any): SortInfo;
|
|
656
|
+
toJSON(data?: any): any;
|
|
657
|
+
}
|
|
658
|
+
export interface ISortInfo {
|
|
659
|
+
sortColumn?: string | undefined;
|
|
660
|
+
sortDirection?: SortInfoSortDirection;
|
|
661
|
+
}
|
|
662
|
+
export declare class ChangeLogSearchCriteria implements IChangeLogSearchCriteria {
|
|
663
|
+
operationTypes?: EntryState[] | undefined;
|
|
664
|
+
startDate?: Date | undefined;
|
|
665
|
+
endDate?: Date | undefined;
|
|
666
|
+
responseGroup?: string | undefined;
|
|
667
|
+
objectType?: string | undefined;
|
|
668
|
+
objectTypes?: string[] | undefined;
|
|
669
|
+
objectIds?: string[] | undefined;
|
|
670
|
+
keyword?: string | undefined;
|
|
671
|
+
searchPhrase?: string | undefined;
|
|
672
|
+
languageCode?: string | undefined;
|
|
673
|
+
sort?: string | undefined;
|
|
674
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
675
|
+
skip?: number;
|
|
676
|
+
take?: number;
|
|
677
|
+
constructor(data?: IChangeLogSearchCriteria);
|
|
678
|
+
init(_data?: any): void;
|
|
679
|
+
static fromJS(data: any): ChangeLogSearchCriteria;
|
|
680
|
+
toJSON(data?: any): any;
|
|
681
|
+
}
|
|
682
|
+
export interface IChangeLogSearchCriteria {
|
|
683
|
+
operationTypes?: EntryState[] | undefined;
|
|
684
|
+
startDate?: Date | undefined;
|
|
685
|
+
endDate?: Date | undefined;
|
|
686
|
+
responseGroup?: string | undefined;
|
|
687
|
+
objectType?: string | undefined;
|
|
688
|
+
objectTypes?: string[] | undefined;
|
|
689
|
+
objectIds?: string[] | undefined;
|
|
690
|
+
keyword?: string | undefined;
|
|
691
|
+
searchPhrase?: string | undefined;
|
|
692
|
+
languageCode?: string | undefined;
|
|
693
|
+
sort?: string | undefined;
|
|
694
|
+
sortInfos?: SortInfo[] | undefined;
|
|
695
|
+
skip?: number;
|
|
696
|
+
take?: number;
|
|
697
|
+
}
|
|
698
|
+
export declare class OperationLog implements IOperationLog {
|
|
699
|
+
objectType?: string | undefined;
|
|
700
|
+
objectId?: string | undefined;
|
|
701
|
+
operationType?: OperationLogOperationType;
|
|
702
|
+
detail?: string | undefined;
|
|
703
|
+
createdDate?: Date;
|
|
704
|
+
modifiedDate?: Date | undefined;
|
|
705
|
+
createdBy?: string | undefined;
|
|
706
|
+
modifiedBy?: string | undefined;
|
|
707
|
+
id?: string | undefined;
|
|
708
|
+
constructor(data?: IOperationLog);
|
|
709
|
+
init(_data?: any): void;
|
|
710
|
+
static fromJS(data: any): OperationLog;
|
|
711
|
+
toJSON(data?: any): any;
|
|
712
|
+
}
|
|
713
|
+
export interface IOperationLog {
|
|
714
|
+
objectType?: string | undefined;
|
|
715
|
+
objectId?: string | undefined;
|
|
716
|
+
operationType?: OperationLogOperationType;
|
|
717
|
+
detail?: string | undefined;
|
|
718
|
+
createdDate?: Date;
|
|
719
|
+
modifiedDate?: Date | undefined;
|
|
720
|
+
createdBy?: string | undefined;
|
|
721
|
+
modifiedBy?: string | undefined;
|
|
722
|
+
id?: string | undefined;
|
|
723
|
+
}
|
|
724
|
+
export declare class ChangeLogSearchResult implements IChangeLogSearchResult {
|
|
725
|
+
totalCount?: number;
|
|
726
|
+
results?: OperationLog[] | undefined;
|
|
727
|
+
constructor(data?: IChangeLogSearchResult);
|
|
728
|
+
init(_data?: any): void;
|
|
729
|
+
static fromJS(data: any): ChangeLogSearchResult;
|
|
730
|
+
toJSON(data?: any): any;
|
|
731
|
+
}
|
|
732
|
+
export interface IChangeLogSearchResult {
|
|
733
|
+
totalCount?: number;
|
|
734
|
+
results?: OperationLog[] | undefined;
|
|
735
|
+
}
|
|
736
|
+
export declare class License implements ILicense {
|
|
737
|
+
type?: string | undefined;
|
|
738
|
+
customerName?: string | undefined;
|
|
739
|
+
customerEmail?: string | undefined;
|
|
740
|
+
expirationDate?: Date;
|
|
741
|
+
rawLicense?: string | undefined;
|
|
742
|
+
constructor(data?: ILicense);
|
|
743
|
+
init(_data?: any): void;
|
|
744
|
+
static fromJS(data: any): License;
|
|
745
|
+
toJSON(data?: any): any;
|
|
746
|
+
}
|
|
747
|
+
export interface ILicense {
|
|
748
|
+
type?: string | undefined;
|
|
749
|
+
customerName?: string | undefined;
|
|
750
|
+
customerEmail?: string | undefined;
|
|
751
|
+
expirationDate?: Date;
|
|
752
|
+
rawLicense?: string | undefined;
|
|
753
|
+
}
|
|
754
|
+
export declare class SemanticVersion implements ISemanticVersion {
|
|
755
|
+
readonly major?: number;
|
|
756
|
+
readonly minor?: number;
|
|
757
|
+
readonly patch?: number;
|
|
758
|
+
readonly prerelease?: string | undefined;
|
|
759
|
+
constructor(data?: ISemanticVersion);
|
|
760
|
+
init(_data?: any): void;
|
|
761
|
+
static fromJS(data: any): SemanticVersion;
|
|
762
|
+
toJSON(data?: any): any;
|
|
763
|
+
}
|
|
764
|
+
export interface ISemanticVersion {
|
|
765
|
+
major?: number;
|
|
766
|
+
minor?: number;
|
|
767
|
+
patch?: number;
|
|
768
|
+
prerelease?: string | undefined;
|
|
769
|
+
}
|
|
770
|
+
export declare class ModuleIdentity implements IModuleIdentity {
|
|
771
|
+
id?: string | undefined;
|
|
772
|
+
version?: SemanticVersion | undefined;
|
|
773
|
+
constructor(data?: IModuleIdentity);
|
|
774
|
+
init(_data?: any): void;
|
|
775
|
+
static fromJS(data: any): ModuleIdentity;
|
|
776
|
+
toJSON(data?: any): any;
|
|
777
|
+
}
|
|
778
|
+
export interface IModuleIdentity {
|
|
779
|
+
id?: string | undefined;
|
|
780
|
+
version?: SemanticVersion | undefined;
|
|
781
|
+
}
|
|
782
|
+
export declare class ModuleDescriptor implements IModuleDescriptor {
|
|
783
|
+
version?: string | undefined;
|
|
784
|
+
platformVersion?: string | undefined;
|
|
785
|
+
title?: string | undefined;
|
|
786
|
+
description?: string | undefined;
|
|
787
|
+
authors?: string[] | undefined;
|
|
788
|
+
owners?: string[] | undefined;
|
|
789
|
+
licenseUrl?: string | undefined;
|
|
790
|
+
projectUrl?: string | undefined;
|
|
791
|
+
iconUrl?: string | undefined;
|
|
792
|
+
requireLicenseAcceptance?: boolean;
|
|
793
|
+
releaseNotes?: string | undefined;
|
|
794
|
+
copyright?: string | undefined;
|
|
795
|
+
tags?: string | undefined;
|
|
796
|
+
groups?: string[] | undefined;
|
|
797
|
+
dependencies?: ModuleIdentity[] | undefined;
|
|
798
|
+
validationErrors?: string[] | undefined;
|
|
799
|
+
isRemovable?: boolean;
|
|
800
|
+
isInstalled?: boolean;
|
|
801
|
+
installedVersion?: ModuleIdentity | undefined;
|
|
802
|
+
id?: string | undefined;
|
|
803
|
+
constructor(data?: IModuleDescriptor);
|
|
804
|
+
init(_data?: any): void;
|
|
805
|
+
static fromJS(data: any): ModuleDescriptor;
|
|
806
|
+
toJSON(data?: any): any;
|
|
807
|
+
}
|
|
808
|
+
export interface IModuleDescriptor {
|
|
809
|
+
version?: string | undefined;
|
|
810
|
+
platformVersion?: string | undefined;
|
|
811
|
+
title?: string | undefined;
|
|
812
|
+
description?: string | undefined;
|
|
813
|
+
authors?: string[] | undefined;
|
|
814
|
+
owners?: string[] | undefined;
|
|
815
|
+
licenseUrl?: string | undefined;
|
|
816
|
+
projectUrl?: string | undefined;
|
|
817
|
+
iconUrl?: string | undefined;
|
|
818
|
+
requireLicenseAcceptance?: boolean;
|
|
819
|
+
releaseNotes?: string | undefined;
|
|
820
|
+
copyright?: string | undefined;
|
|
821
|
+
tags?: string | undefined;
|
|
822
|
+
groups?: string[] | undefined;
|
|
823
|
+
dependencies?: ModuleIdentity[] | undefined;
|
|
824
|
+
validationErrors?: string[] | undefined;
|
|
825
|
+
isRemovable?: boolean;
|
|
826
|
+
isInstalled?: boolean;
|
|
827
|
+
installedVersion?: ModuleIdentity | undefined;
|
|
828
|
+
id?: string | undefined;
|
|
829
|
+
}
|
|
830
|
+
export declare class SystemInfo implements ISystemInfo {
|
|
831
|
+
platformVersion?: string | undefined;
|
|
832
|
+
license?: License | undefined;
|
|
833
|
+
installedModules?: ModuleDescriptor[] | undefined;
|
|
834
|
+
version?: string | undefined;
|
|
835
|
+
is64BitOperatingSystem?: boolean;
|
|
836
|
+
is64BitProcess?: boolean;
|
|
837
|
+
constructor(data?: ISystemInfo);
|
|
838
|
+
init(_data?: any): void;
|
|
839
|
+
static fromJS(data: any): SystemInfo;
|
|
840
|
+
toJSON(data?: any): any;
|
|
841
|
+
}
|
|
842
|
+
export interface ISystemInfo {
|
|
843
|
+
platformVersion?: string | undefined;
|
|
844
|
+
license?: License | undefined;
|
|
845
|
+
installedModules?: ModuleDescriptor[] | undefined;
|
|
846
|
+
version?: string | undefined;
|
|
847
|
+
is64BitOperatingSystem?: boolean;
|
|
848
|
+
is64BitProcess?: boolean;
|
|
849
|
+
}
|
|
850
|
+
export declare class DynamicPropertySearchCriteria implements IDynamicPropertySearchCriteria {
|
|
851
|
+
readonly typeName?: string | undefined;
|
|
852
|
+
responseGroup?: string | undefined;
|
|
853
|
+
objectType?: string | undefined;
|
|
854
|
+
objectTypes?: string[] | undefined;
|
|
855
|
+
objectIds?: string[] | undefined;
|
|
856
|
+
keyword?: string | undefined;
|
|
857
|
+
searchPhrase?: string | undefined;
|
|
858
|
+
languageCode?: string | undefined;
|
|
859
|
+
sort?: string | undefined;
|
|
860
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
861
|
+
skip?: number;
|
|
862
|
+
take?: number;
|
|
863
|
+
constructor(data?: IDynamicPropertySearchCriteria);
|
|
864
|
+
init(_data?: any): void;
|
|
865
|
+
static fromJS(data: any): DynamicPropertySearchCriteria;
|
|
866
|
+
toJSON(data?: any): any;
|
|
867
|
+
}
|
|
868
|
+
export interface IDynamicPropertySearchCriteria {
|
|
869
|
+
typeName?: string | undefined;
|
|
870
|
+
responseGroup?: string | undefined;
|
|
871
|
+
objectType?: string | undefined;
|
|
872
|
+
objectTypes?: string[] | undefined;
|
|
873
|
+
objectIds?: string[] | undefined;
|
|
874
|
+
keyword?: string | undefined;
|
|
875
|
+
searchPhrase?: string | undefined;
|
|
876
|
+
languageCode?: string | undefined;
|
|
877
|
+
sort?: string | undefined;
|
|
878
|
+
sortInfos?: SortInfo[] | undefined;
|
|
879
|
+
skip?: number;
|
|
880
|
+
take?: number;
|
|
881
|
+
}
|
|
882
|
+
export declare enum DynamicPropertyValueType {
|
|
883
|
+
Undefined = "Undefined",
|
|
884
|
+
ShortText = "ShortText",
|
|
885
|
+
LongText = "LongText",
|
|
886
|
+
Integer = "Integer",
|
|
887
|
+
Decimal = "Decimal",
|
|
888
|
+
DateTime = "DateTime",
|
|
889
|
+
Boolean = "Boolean",
|
|
890
|
+
Html = "Html",
|
|
891
|
+
Image = "Image"
|
|
892
|
+
}
|
|
893
|
+
export declare class DynamicPropertyName implements IDynamicPropertyName {
|
|
894
|
+
locale?: string | undefined;
|
|
895
|
+
name?: string | undefined;
|
|
896
|
+
constructor(data?: IDynamicPropertyName);
|
|
897
|
+
init(_data?: any): void;
|
|
898
|
+
static fromJS(data: any): DynamicPropertyName;
|
|
899
|
+
toJSON(data?: any): any;
|
|
900
|
+
}
|
|
901
|
+
export interface IDynamicPropertyName {
|
|
902
|
+
locale?: string | undefined;
|
|
903
|
+
name?: string | undefined;
|
|
904
|
+
}
|
|
905
|
+
export declare class DynamicProperty implements IDynamicProperty {
|
|
906
|
+
name?: string | undefined;
|
|
907
|
+
description?: string | undefined;
|
|
908
|
+
objectType?: string | undefined;
|
|
909
|
+
isArray?: boolean;
|
|
910
|
+
isDictionary?: boolean;
|
|
911
|
+
isMultilingual?: boolean;
|
|
912
|
+
isRequired?: boolean;
|
|
913
|
+
displayOrder?: number | undefined;
|
|
914
|
+
valueType?: DynamicPropertyValueType2;
|
|
915
|
+
displayNames?: DynamicPropertyName[] | undefined;
|
|
916
|
+
createdDate?: Date;
|
|
917
|
+
modifiedDate?: Date | undefined;
|
|
918
|
+
createdBy?: string | undefined;
|
|
919
|
+
modifiedBy?: string | undefined;
|
|
920
|
+
id?: string | undefined;
|
|
921
|
+
constructor(data?: IDynamicProperty);
|
|
922
|
+
init(_data?: any): void;
|
|
923
|
+
static fromJS(data: any): DynamicProperty;
|
|
924
|
+
toJSON(data?: any): any;
|
|
925
|
+
}
|
|
926
|
+
export interface IDynamicProperty {
|
|
927
|
+
name?: string | undefined;
|
|
928
|
+
description?: string | undefined;
|
|
929
|
+
objectType?: string | undefined;
|
|
930
|
+
isArray?: boolean;
|
|
931
|
+
isDictionary?: boolean;
|
|
932
|
+
isMultilingual?: boolean;
|
|
933
|
+
isRequired?: boolean;
|
|
934
|
+
displayOrder?: number | undefined;
|
|
935
|
+
valueType?: DynamicPropertyValueType2;
|
|
936
|
+
displayNames?: DynamicPropertyName[] | undefined;
|
|
937
|
+
createdDate?: Date;
|
|
938
|
+
modifiedDate?: Date | undefined;
|
|
939
|
+
createdBy?: string | undefined;
|
|
940
|
+
modifiedBy?: string | undefined;
|
|
941
|
+
id?: string | undefined;
|
|
942
|
+
}
|
|
943
|
+
export declare class DynamicPropertySearchResult implements IDynamicPropertySearchResult {
|
|
944
|
+
totalCount?: number;
|
|
945
|
+
results?: DynamicProperty[] | undefined;
|
|
946
|
+
constructor(data?: IDynamicPropertySearchResult);
|
|
947
|
+
init(_data?: any): void;
|
|
948
|
+
static fromJS(data: any): DynamicPropertySearchResult;
|
|
949
|
+
toJSON(data?: any): any;
|
|
950
|
+
}
|
|
951
|
+
export interface IDynamicPropertySearchResult {
|
|
952
|
+
totalCount?: number;
|
|
953
|
+
results?: DynamicProperty[] | undefined;
|
|
954
|
+
}
|
|
955
|
+
export declare class DynamicPropertyObjectValue implements IDynamicPropertyObjectValue {
|
|
956
|
+
objectType?: string | undefined;
|
|
957
|
+
objectId?: string | undefined;
|
|
958
|
+
locale?: string | undefined;
|
|
959
|
+
value?: any | undefined;
|
|
960
|
+
valueId?: string | undefined;
|
|
961
|
+
valueType?: DynamicPropertyObjectValueValueType;
|
|
962
|
+
propertyId?: string | undefined;
|
|
963
|
+
propertyName?: string | undefined;
|
|
964
|
+
constructor(data?: IDynamicPropertyObjectValue);
|
|
965
|
+
init(_data?: any): void;
|
|
966
|
+
static fromJS(data: any): DynamicPropertyObjectValue;
|
|
967
|
+
toJSON(data?: any): any;
|
|
968
|
+
}
|
|
969
|
+
export interface IDynamicPropertyObjectValue {
|
|
970
|
+
objectType?: string | undefined;
|
|
971
|
+
objectId?: string | undefined;
|
|
972
|
+
locale?: string | undefined;
|
|
973
|
+
value?: any | undefined;
|
|
974
|
+
valueId?: string | undefined;
|
|
975
|
+
valueType?: DynamicPropertyObjectValueValueType;
|
|
976
|
+
propertyId?: string | undefined;
|
|
977
|
+
propertyName?: string | undefined;
|
|
978
|
+
}
|
|
979
|
+
export declare class DynamicObjectProperty implements IDynamicObjectProperty {
|
|
980
|
+
objectId?: string | undefined;
|
|
981
|
+
values?: DynamicPropertyObjectValue[] | undefined;
|
|
982
|
+
name?: string | undefined;
|
|
983
|
+
description?: string | undefined;
|
|
984
|
+
objectType?: string | undefined;
|
|
985
|
+
isArray?: boolean;
|
|
986
|
+
isDictionary?: boolean;
|
|
987
|
+
isMultilingual?: boolean;
|
|
988
|
+
isRequired?: boolean;
|
|
989
|
+
displayOrder?: number | undefined;
|
|
990
|
+
valueType?: DynamicObjectPropertyValueType;
|
|
991
|
+
displayNames?: DynamicPropertyName[] | undefined;
|
|
992
|
+
createdDate?: Date;
|
|
993
|
+
modifiedDate?: Date | undefined;
|
|
994
|
+
createdBy?: string | undefined;
|
|
995
|
+
modifiedBy?: string | undefined;
|
|
996
|
+
id?: string | undefined;
|
|
997
|
+
constructor(data?: IDynamicObjectProperty);
|
|
998
|
+
init(_data?: any): void;
|
|
999
|
+
static fromJS(data: any): DynamicObjectProperty;
|
|
1000
|
+
toJSON(data?: any): any;
|
|
1001
|
+
}
|
|
1002
|
+
export interface IDynamicObjectProperty {
|
|
1003
|
+
objectId?: string | undefined;
|
|
1004
|
+
values?: DynamicPropertyObjectValue[] | undefined;
|
|
1005
|
+
name?: string | undefined;
|
|
1006
|
+
description?: string | undefined;
|
|
1007
|
+
objectType?: string | undefined;
|
|
1008
|
+
isArray?: boolean;
|
|
1009
|
+
isDictionary?: boolean;
|
|
1010
|
+
isMultilingual?: boolean;
|
|
1011
|
+
isRequired?: boolean;
|
|
1012
|
+
displayOrder?: number | undefined;
|
|
1013
|
+
valueType?: DynamicObjectPropertyValueType;
|
|
1014
|
+
displayNames?: DynamicPropertyName[] | undefined;
|
|
1015
|
+
createdDate?: Date;
|
|
1016
|
+
modifiedDate?: Date | undefined;
|
|
1017
|
+
createdBy?: string | undefined;
|
|
1018
|
+
modifiedBy?: string | undefined;
|
|
1019
|
+
id?: string | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
export declare class DynamicPropertyDictionaryItemSearchCriteria implements IDynamicPropertyDictionaryItemSearchCriteria {
|
|
1022
|
+
propertyId?: string | undefined;
|
|
1023
|
+
responseGroup?: string | undefined;
|
|
1024
|
+
objectType?: string | undefined;
|
|
1025
|
+
objectTypes?: string[] | undefined;
|
|
1026
|
+
objectIds?: string[] | undefined;
|
|
1027
|
+
keyword?: string | undefined;
|
|
1028
|
+
searchPhrase?: string | undefined;
|
|
1029
|
+
languageCode?: string | undefined;
|
|
1030
|
+
sort?: string | undefined;
|
|
1031
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
1032
|
+
skip?: number;
|
|
1033
|
+
take?: number;
|
|
1034
|
+
constructor(data?: IDynamicPropertyDictionaryItemSearchCriteria);
|
|
1035
|
+
init(_data?: any): void;
|
|
1036
|
+
static fromJS(data: any): DynamicPropertyDictionaryItemSearchCriteria;
|
|
1037
|
+
toJSON(data?: any): any;
|
|
1038
|
+
}
|
|
1039
|
+
export interface IDynamicPropertyDictionaryItemSearchCriteria {
|
|
1040
|
+
propertyId?: string | undefined;
|
|
1041
|
+
responseGroup?: string | undefined;
|
|
1042
|
+
objectType?: string | undefined;
|
|
1043
|
+
objectTypes?: string[] | undefined;
|
|
1044
|
+
objectIds?: string[] | undefined;
|
|
1045
|
+
keyword?: string | undefined;
|
|
1046
|
+
searchPhrase?: string | undefined;
|
|
1047
|
+
languageCode?: string | undefined;
|
|
1048
|
+
sort?: string | undefined;
|
|
1049
|
+
sortInfos?: SortInfo[] | undefined;
|
|
1050
|
+
skip?: number;
|
|
1051
|
+
take?: number;
|
|
1052
|
+
}
|
|
1053
|
+
export declare class DynamicPropertyDictionaryItemName implements IDynamicPropertyDictionaryItemName {
|
|
1054
|
+
locale?: string | undefined;
|
|
1055
|
+
name?: string | undefined;
|
|
1056
|
+
constructor(data?: IDynamicPropertyDictionaryItemName);
|
|
1057
|
+
init(_data?: any): void;
|
|
1058
|
+
static fromJS(data: any): DynamicPropertyDictionaryItemName;
|
|
1059
|
+
toJSON(data?: any): any;
|
|
1060
|
+
}
|
|
1061
|
+
export interface IDynamicPropertyDictionaryItemName {
|
|
1062
|
+
locale?: string | undefined;
|
|
1063
|
+
name?: string | undefined;
|
|
1064
|
+
}
|
|
1065
|
+
export declare class DynamicPropertyDictionaryItem implements IDynamicPropertyDictionaryItem {
|
|
1066
|
+
propertyId?: string | undefined;
|
|
1067
|
+
name?: string | undefined;
|
|
1068
|
+
displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
|
|
1069
|
+
createdDate?: Date;
|
|
1070
|
+
modifiedDate?: Date | undefined;
|
|
1071
|
+
createdBy?: string | undefined;
|
|
1072
|
+
modifiedBy?: string | undefined;
|
|
1073
|
+
id?: string | undefined;
|
|
1074
|
+
constructor(data?: IDynamicPropertyDictionaryItem);
|
|
1075
|
+
init(_data?: any): void;
|
|
1076
|
+
static fromJS(data: any): DynamicPropertyDictionaryItem;
|
|
1077
|
+
toJSON(data?: any): any;
|
|
1078
|
+
}
|
|
1079
|
+
export interface IDynamicPropertyDictionaryItem {
|
|
1080
|
+
propertyId?: string | undefined;
|
|
1081
|
+
name?: string | undefined;
|
|
1082
|
+
displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
|
|
1083
|
+
createdDate?: Date;
|
|
1084
|
+
modifiedDate?: Date | undefined;
|
|
1085
|
+
createdBy?: string | undefined;
|
|
1086
|
+
modifiedBy?: string | undefined;
|
|
1087
|
+
id?: string | undefined;
|
|
1088
|
+
}
|
|
1089
|
+
export declare class DynamicPropertyDictionaryItemSearchResult implements IDynamicPropertyDictionaryItemSearchResult {
|
|
1090
|
+
totalCount?: number;
|
|
1091
|
+
results?: DynamicPropertyDictionaryItem[] | undefined;
|
|
1092
|
+
constructor(data?: IDynamicPropertyDictionaryItemSearchResult);
|
|
1093
|
+
init(_data?: any): void;
|
|
1094
|
+
static fromJS(data: any): DynamicPropertyDictionaryItemSearchResult;
|
|
1095
|
+
toJSON(data?: any): any;
|
|
1096
|
+
}
|
|
1097
|
+
export interface IDynamicPropertyDictionaryItemSearchResult {
|
|
1098
|
+
totalCount?: number;
|
|
1099
|
+
results?: DynamicPropertyDictionaryItem[] | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export declare class Job implements IJob {
|
|
1102
|
+
state?: string | undefined;
|
|
1103
|
+
completed?: boolean;
|
|
1104
|
+
id?: string | undefined;
|
|
1105
|
+
constructor(data?: IJob);
|
|
1106
|
+
init(_data?: any): void;
|
|
1107
|
+
static fromJS(data: any): Job;
|
|
1108
|
+
toJSON(data?: any): any;
|
|
1109
|
+
}
|
|
1110
|
+
export interface IJob {
|
|
1111
|
+
state?: string | undefined;
|
|
1112
|
+
completed?: boolean;
|
|
1113
|
+
id?: string | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
export declare enum ProgressMessageLevel {
|
|
1116
|
+
Info = "Info",
|
|
1117
|
+
Warning = "Warning",
|
|
1118
|
+
Debug = "Debug",
|
|
1119
|
+
Error = "Error"
|
|
1120
|
+
}
|
|
1121
|
+
export declare class ProgressMessage implements IProgressMessage {
|
|
1122
|
+
message?: string | undefined;
|
|
1123
|
+
level?: ProgressMessageLevel2;
|
|
1124
|
+
constructor(data?: IProgressMessage);
|
|
1125
|
+
init(_data?: any): void;
|
|
1126
|
+
static fromJS(data: any): ProgressMessage;
|
|
1127
|
+
toJSON(data?: any): any;
|
|
1128
|
+
}
|
|
1129
|
+
export interface IProgressMessage {
|
|
1130
|
+
message?: string | undefined;
|
|
1131
|
+
level?: ProgressMessageLevel2;
|
|
1132
|
+
}
|
|
1133
|
+
export declare class ModulePushNotification implements IModulePushNotification {
|
|
1134
|
+
started?: Date | undefined;
|
|
1135
|
+
finished?: Date | undefined;
|
|
1136
|
+
progressLog?: ProgressMessage[] | undefined;
|
|
1137
|
+
readonly errorCount?: number;
|
|
1138
|
+
serverId?: string | undefined;
|
|
1139
|
+
creator?: string | undefined;
|
|
1140
|
+
created?: Date;
|
|
1141
|
+
isNew?: boolean;
|
|
1142
|
+
notifyType?: string | undefined;
|
|
1143
|
+
description?: string | undefined;
|
|
1144
|
+
title?: string | undefined;
|
|
1145
|
+
repeatCount?: number;
|
|
1146
|
+
id?: string | undefined;
|
|
1147
|
+
constructor(data?: IModulePushNotification);
|
|
1148
|
+
init(_data?: any): void;
|
|
1149
|
+
static fromJS(data: any): ModulePushNotification;
|
|
1150
|
+
toJSON(data?: any): any;
|
|
1151
|
+
}
|
|
1152
|
+
export interface IModulePushNotification {
|
|
1153
|
+
started?: Date | undefined;
|
|
1154
|
+
finished?: Date | undefined;
|
|
1155
|
+
progressLog?: ProgressMessage[] | undefined;
|
|
1156
|
+
errorCount?: number;
|
|
1157
|
+
serverId?: string | undefined;
|
|
1158
|
+
creator?: string | undefined;
|
|
1159
|
+
created?: Date;
|
|
1160
|
+
isNew?: boolean;
|
|
1161
|
+
notifyType?: string | undefined;
|
|
1162
|
+
description?: string | undefined;
|
|
1163
|
+
title?: string | undefined;
|
|
1164
|
+
repeatCount?: number;
|
|
1165
|
+
id?: string | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
export declare class ModuleAutoInstallPushNotification implements IModuleAutoInstallPushNotification {
|
|
1168
|
+
started?: Date | undefined;
|
|
1169
|
+
finished?: Date | undefined;
|
|
1170
|
+
progressLog?: ProgressMessage[] | undefined;
|
|
1171
|
+
readonly errorCount?: number;
|
|
1172
|
+
serverId?: string | undefined;
|
|
1173
|
+
creator?: string | undefined;
|
|
1174
|
+
created?: Date;
|
|
1175
|
+
isNew?: boolean;
|
|
1176
|
+
notifyType?: string | undefined;
|
|
1177
|
+
description?: string | undefined;
|
|
1178
|
+
title?: string | undefined;
|
|
1179
|
+
repeatCount?: number;
|
|
1180
|
+
id?: string | undefined;
|
|
1181
|
+
constructor(data?: IModuleAutoInstallPushNotification);
|
|
1182
|
+
init(_data?: any): void;
|
|
1183
|
+
static fromJS(data: any): ModuleAutoInstallPushNotification;
|
|
1184
|
+
toJSON(data?: any): any;
|
|
1185
|
+
}
|
|
1186
|
+
export interface IModuleAutoInstallPushNotification {
|
|
1187
|
+
started?: Date | undefined;
|
|
1188
|
+
finished?: Date | undefined;
|
|
1189
|
+
progressLog?: ProgressMessage[] | undefined;
|
|
1190
|
+
errorCount?: number;
|
|
1191
|
+
serverId?: string | undefined;
|
|
1192
|
+
creator?: string | undefined;
|
|
1193
|
+
created?: Date;
|
|
1194
|
+
isNew?: boolean;
|
|
1195
|
+
notifyType?: string | undefined;
|
|
1196
|
+
description?: string | undefined;
|
|
1197
|
+
title?: string | undefined;
|
|
1198
|
+
repeatCount?: number;
|
|
1199
|
+
id?: string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export declare enum JsonValueKind {
|
|
1202
|
+
Undefined = "Undefined",
|
|
1203
|
+
Object = "Object",
|
|
1204
|
+
Array = "Array",
|
|
1205
|
+
String = "String",
|
|
1206
|
+
Number = "Number",
|
|
1207
|
+
True = "True",
|
|
1208
|
+
False = "False",
|
|
1209
|
+
Null = "Null"
|
|
1210
|
+
}
|
|
1211
|
+
export declare class JsonElement implements IJsonElement {
|
|
1212
|
+
readonly valueKind?: JsonElementValueKind;
|
|
1213
|
+
constructor(data?: IJsonElement);
|
|
1214
|
+
init(_data?: any): void;
|
|
1215
|
+
static fromJS(data: any): JsonElement;
|
|
1216
|
+
toJSON(data?: any): any;
|
|
1217
|
+
}
|
|
1218
|
+
export interface IJsonElement {
|
|
1219
|
+
valueKind?: JsonElementValueKind;
|
|
1220
|
+
}
|
|
1221
|
+
export declare class OpenIddictApplicationDescriptor implements IOpenIddictApplicationDescriptor {
|
|
1222
|
+
clientId?: string | undefined;
|
|
1223
|
+
clientSecret?: string | undefined;
|
|
1224
|
+
consentType?: string | undefined;
|
|
1225
|
+
displayName?: string | undefined;
|
|
1226
|
+
readonly displayNames?: {
|
|
1227
|
+
[key: string]: string;
|
|
1228
|
+
} | undefined;
|
|
1229
|
+
readonly permissions?: string[] | undefined;
|
|
1230
|
+
readonly postLogoutRedirectUris?: string[] | undefined;
|
|
1231
|
+
readonly properties?: {
|
|
1232
|
+
[key: string]: JsonElement;
|
|
1233
|
+
} | undefined;
|
|
1234
|
+
readonly redirectUris?: string[] | undefined;
|
|
1235
|
+
readonly requirements?: string[] | undefined;
|
|
1236
|
+
type?: string | undefined;
|
|
1237
|
+
constructor(data?: IOpenIddictApplicationDescriptor);
|
|
1238
|
+
init(_data?: any): void;
|
|
1239
|
+
static fromJS(data: any): OpenIddictApplicationDescriptor;
|
|
1240
|
+
toJSON(data?: any): any;
|
|
1241
|
+
}
|
|
1242
|
+
export interface IOpenIddictApplicationDescriptor {
|
|
1243
|
+
clientId?: string | undefined;
|
|
1244
|
+
clientSecret?: string | undefined;
|
|
1245
|
+
consentType?: string | undefined;
|
|
1246
|
+
displayName?: string | undefined;
|
|
1247
|
+
displayNames?: {
|
|
1248
|
+
[key: string]: string;
|
|
1249
|
+
} | undefined;
|
|
1250
|
+
permissions?: string[] | undefined;
|
|
1251
|
+
postLogoutRedirectUris?: string[] | undefined;
|
|
1252
|
+
properties?: {
|
|
1253
|
+
[key: string]: JsonElement;
|
|
1254
|
+
} | undefined;
|
|
1255
|
+
redirectUris?: string[] | undefined;
|
|
1256
|
+
requirements?: string[] | undefined;
|
|
1257
|
+
type?: string | undefined;
|
|
1258
|
+
}
|
|
1259
|
+
export declare class OAuthAppSearchCriteria implements IOAuthAppSearchCriteria {
|
|
1260
|
+
responseGroup?: string | undefined;
|
|
1261
|
+
objectType?: string | undefined;
|
|
1262
|
+
objectTypes?: string[] | undefined;
|
|
1263
|
+
objectIds?: string[] | undefined;
|
|
1264
|
+
keyword?: string | undefined;
|
|
1265
|
+
searchPhrase?: string | undefined;
|
|
1266
|
+
languageCode?: string | undefined;
|
|
1267
|
+
sort?: string | undefined;
|
|
1268
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
1269
|
+
skip?: number;
|
|
1270
|
+
take?: number;
|
|
1271
|
+
constructor(data?: IOAuthAppSearchCriteria);
|
|
1272
|
+
init(_data?: any): void;
|
|
1273
|
+
static fromJS(data: any): OAuthAppSearchCriteria;
|
|
1274
|
+
toJSON(data?: any): any;
|
|
1275
|
+
}
|
|
1276
|
+
export interface IOAuthAppSearchCriteria {
|
|
1277
|
+
responseGroup?: string | undefined;
|
|
1278
|
+
objectType?: string | undefined;
|
|
1279
|
+
objectTypes?: string[] | undefined;
|
|
1280
|
+
objectIds?: string[] | undefined;
|
|
1281
|
+
keyword?: string | undefined;
|
|
1282
|
+
searchPhrase?: string | undefined;
|
|
1283
|
+
languageCode?: string | undefined;
|
|
1284
|
+
sort?: string | undefined;
|
|
1285
|
+
sortInfos?: SortInfo[] | undefined;
|
|
1286
|
+
skip?: number;
|
|
1287
|
+
take?: number;
|
|
1288
|
+
}
|
|
1289
|
+
export declare class OAuthAppSearchResult implements IOAuthAppSearchResult {
|
|
1290
|
+
totalCount?: number;
|
|
1291
|
+
results?: OpenIddictApplicationDescriptor[] | undefined;
|
|
1292
|
+
constructor(data?: IOAuthAppSearchResult);
|
|
1293
|
+
init(_data?: any): void;
|
|
1294
|
+
static fromJS(data: any): OAuthAppSearchResult;
|
|
1295
|
+
toJSON(data?: any): any;
|
|
1296
|
+
}
|
|
1297
|
+
export interface IOAuthAppSearchResult {
|
|
1298
|
+
totalCount?: number;
|
|
1299
|
+
results?: OpenIddictApplicationDescriptor[] | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
export declare class PushNotificationSearchCriteria implements IPushNotificationSearchCriteria {
|
|
1302
|
+
ids?: string[] | undefined;
|
|
1303
|
+
onlyNew?: boolean;
|
|
1304
|
+
startDate?: Date | undefined;
|
|
1305
|
+
endDate?: Date | undefined;
|
|
1306
|
+
responseGroup?: string | undefined;
|
|
1307
|
+
objectType?: string | undefined;
|
|
1308
|
+
objectTypes?: string[] | undefined;
|
|
1309
|
+
objectIds?: string[] | undefined;
|
|
1310
|
+
keyword?: string | undefined;
|
|
1311
|
+
searchPhrase?: string | undefined;
|
|
1312
|
+
languageCode?: string | undefined;
|
|
1313
|
+
sort?: string | undefined;
|
|
1314
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
1315
|
+
skip?: number;
|
|
1316
|
+
take?: number;
|
|
1317
|
+
constructor(data?: IPushNotificationSearchCriteria);
|
|
1318
|
+
init(_data?: any): void;
|
|
1319
|
+
static fromJS(data: any): PushNotificationSearchCriteria;
|
|
1320
|
+
toJSON(data?: any): any;
|
|
1321
|
+
}
|
|
1322
|
+
export interface IPushNotificationSearchCriteria {
|
|
1323
|
+
ids?: string[] | undefined;
|
|
1324
|
+
onlyNew?: boolean;
|
|
1325
|
+
startDate?: Date | undefined;
|
|
1326
|
+
endDate?: Date | undefined;
|
|
1327
|
+
responseGroup?: string | undefined;
|
|
1328
|
+
objectType?: string | undefined;
|
|
1329
|
+
objectTypes?: string[] | undefined;
|
|
1330
|
+
objectIds?: string[] | undefined;
|
|
1331
|
+
keyword?: string | undefined;
|
|
1332
|
+
searchPhrase?: string | undefined;
|
|
1333
|
+
languageCode?: string | undefined;
|
|
1334
|
+
sort?: string | undefined;
|
|
1335
|
+
sortInfos?: SortInfo[] | undefined;
|
|
1336
|
+
skip?: number;
|
|
1337
|
+
take?: number;
|
|
1338
|
+
}
|
|
1339
|
+
export declare class PushNotification implements IPushNotification {
|
|
1340
|
+
serverId?: string | undefined;
|
|
1341
|
+
creator?: string | undefined;
|
|
1342
|
+
created?: Date;
|
|
1343
|
+
isNew?: boolean;
|
|
1344
|
+
notifyType?: string | undefined;
|
|
1345
|
+
description?: string | undefined;
|
|
1346
|
+
title?: string | undefined;
|
|
1347
|
+
repeatCount?: number;
|
|
1348
|
+
id?: string | undefined;
|
|
1349
|
+
constructor(data?: IPushNotification);
|
|
1350
|
+
init(_data?: any): void;
|
|
1351
|
+
static fromJS(data: any): PushNotification;
|
|
1352
|
+
toJSON(data?: any): any;
|
|
1353
|
+
}
|
|
1354
|
+
export interface IPushNotification {
|
|
1355
|
+
serverId?: string | undefined;
|
|
1356
|
+
creator?: string | undefined;
|
|
1357
|
+
created?: Date;
|
|
1358
|
+
isNew?: boolean;
|
|
1359
|
+
notifyType?: string | undefined;
|
|
1360
|
+
description?: string | undefined;
|
|
1361
|
+
title?: string | undefined;
|
|
1362
|
+
repeatCount?: number;
|
|
1363
|
+
id?: string | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export declare class PushNotificationSearchResult implements IPushNotificationSearchResult {
|
|
1366
|
+
totalCount?: number;
|
|
1367
|
+
newCount?: number;
|
|
1368
|
+
notifyEvents?: PushNotification[] | undefined;
|
|
1369
|
+
constructor(data?: IPushNotificationSearchResult);
|
|
1370
|
+
init(_data?: any): void;
|
|
1371
|
+
static fromJS(data: any): PushNotificationSearchResult;
|
|
1372
|
+
toJSON(data?: any): any;
|
|
1373
|
+
}
|
|
1374
|
+
export interface IPushNotificationSearchResult {
|
|
1375
|
+
totalCount?: number;
|
|
1376
|
+
newCount?: number;
|
|
1377
|
+
notifyEvents?: PushNotification[] | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export declare class LoginRequest implements ILoginRequest {
|
|
1380
|
+
userName?: string | undefined;
|
|
1381
|
+
password?: string | undefined;
|
|
1382
|
+
rememberMe?: boolean;
|
|
1383
|
+
constructor(data?: ILoginRequest);
|
|
1384
|
+
init(_data?: any): void;
|
|
1385
|
+
static fromJS(data: any): LoginRequest;
|
|
1386
|
+
toJSON(data?: any): any;
|
|
1387
|
+
}
|
|
1388
|
+
export interface ILoginRequest {
|
|
1389
|
+
userName?: string | undefined;
|
|
1390
|
+
password?: string | undefined;
|
|
1391
|
+
rememberMe?: boolean;
|
|
1392
|
+
}
|
|
1393
|
+
export declare class SignInResult implements ISignInResult {
|
|
1394
|
+
readonly succeeded?: boolean;
|
|
1395
|
+
readonly isLockedOut?: boolean;
|
|
1396
|
+
readonly isNotAllowed?: boolean;
|
|
1397
|
+
readonly requiresTwoFactor?: boolean;
|
|
1398
|
+
constructor(data?: ISignInResult);
|
|
1399
|
+
init(_data?: any): void;
|
|
1400
|
+
static fromJS(data: any): SignInResult;
|
|
1401
|
+
toJSON(data?: any): any;
|
|
1402
|
+
}
|
|
1403
|
+
export interface ISignInResult {
|
|
1404
|
+
succeeded?: boolean;
|
|
1405
|
+
isLockedOut?: boolean;
|
|
1406
|
+
isNotAllowed?: boolean;
|
|
1407
|
+
requiresTwoFactor?: boolean;
|
|
1408
|
+
}
|
|
1409
|
+
export declare class UserDetail implements IUserDetail {
|
|
1410
|
+
permissions?: string[] | undefined;
|
|
1411
|
+
userName?: string | undefined;
|
|
1412
|
+
isAdministrator?: boolean;
|
|
1413
|
+
passwordExpired?: boolean;
|
|
1414
|
+
daysTillPasswordExpiry?: number;
|
|
1415
|
+
id?: string | undefined;
|
|
1416
|
+
constructor(data?: IUserDetail);
|
|
1417
|
+
init(_data?: any): void;
|
|
1418
|
+
static fromJS(data: any): UserDetail;
|
|
1419
|
+
toJSON(data?: any): any;
|
|
1420
|
+
}
|
|
1421
|
+
export interface IUserDetail {
|
|
1422
|
+
permissions?: string[] | undefined;
|
|
1423
|
+
userName?: string | undefined;
|
|
1424
|
+
isAdministrator?: boolean;
|
|
1425
|
+
passwordExpired?: boolean;
|
|
1426
|
+
daysTillPasswordExpiry?: number;
|
|
1427
|
+
id?: string | undefined;
|
|
1428
|
+
}
|
|
1429
|
+
export declare class ClaimsIdentity implements IClaimsIdentity {
|
|
1430
|
+
authenticationType?: string | undefined;
|
|
1431
|
+
readonly isAuthenticated?: boolean;
|
|
1432
|
+
actor?: ClaimsIdentity | undefined;
|
|
1433
|
+
bootstrapContext?: any | undefined;
|
|
1434
|
+
claims?: Claim[] | undefined;
|
|
1435
|
+
label?: string | undefined;
|
|
1436
|
+
readonly name?: string | undefined;
|
|
1437
|
+
readonly nameClaimType?: string | undefined;
|
|
1438
|
+
readonly roleClaimType?: string | undefined;
|
|
1439
|
+
constructor(data?: IClaimsIdentity);
|
|
1440
|
+
init(_data?: any): void;
|
|
1441
|
+
static fromJS(data: any): ClaimsIdentity;
|
|
1442
|
+
toJSON(data?: any): any;
|
|
1443
|
+
}
|
|
1444
|
+
export interface IClaimsIdentity {
|
|
1445
|
+
authenticationType?: string | undefined;
|
|
1446
|
+
isAuthenticated?: boolean;
|
|
1447
|
+
actor?: ClaimsIdentity | undefined;
|
|
1448
|
+
bootstrapContext?: any | undefined;
|
|
1449
|
+
claims?: Claim[] | undefined;
|
|
1450
|
+
label?: string | undefined;
|
|
1451
|
+
name?: string | undefined;
|
|
1452
|
+
nameClaimType?: string | undefined;
|
|
1453
|
+
roleClaimType?: string | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
export declare class Claim implements IClaim {
|
|
1456
|
+
issuer?: string | undefined;
|
|
1457
|
+
originalIssuer?: string | undefined;
|
|
1458
|
+
readonly properties?: {
|
|
1459
|
+
[key: string]: string;
|
|
1460
|
+
} | undefined;
|
|
1461
|
+
subject?: ClaimsIdentity | undefined;
|
|
1462
|
+
type?: string | undefined;
|
|
1463
|
+
value?: string | undefined;
|
|
1464
|
+
valueType?: string | undefined;
|
|
1465
|
+
constructor(data?: IClaim);
|
|
1466
|
+
init(_data?: any): void;
|
|
1467
|
+
static fromJS(data: any): Claim;
|
|
1468
|
+
toJSON(data?: any): any;
|
|
1469
|
+
}
|
|
1470
|
+
export interface IClaim {
|
|
1471
|
+
issuer?: string | undefined;
|
|
1472
|
+
originalIssuer?: string | undefined;
|
|
1473
|
+
properties?: {
|
|
1474
|
+
[key: string]: string;
|
|
1475
|
+
} | undefined;
|
|
1476
|
+
subject?: ClaimsIdentity | undefined;
|
|
1477
|
+
type?: string | undefined;
|
|
1478
|
+
value?: string | undefined;
|
|
1479
|
+
valueType?: string | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export declare class PermissionScope implements IPermissionScope {
|
|
1482
|
+
type?: string | undefined;
|
|
1483
|
+
label?: string | undefined;
|
|
1484
|
+
scope?: string | undefined;
|
|
1485
|
+
constructor(data?: IPermissionScope);
|
|
1486
|
+
init(_data?: any): void;
|
|
1487
|
+
static fromJS(data: any): PermissionScope;
|
|
1488
|
+
toJSON(data?: any): any;
|
|
1489
|
+
}
|
|
1490
|
+
export interface IPermissionScope {
|
|
1491
|
+
type?: string | undefined;
|
|
1492
|
+
label?: string | undefined;
|
|
1493
|
+
scope?: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export declare class Permission implements IPermission {
|
|
1496
|
+
id?: string | undefined;
|
|
1497
|
+
name?: string | undefined;
|
|
1498
|
+
moduleId?: string | undefined;
|
|
1499
|
+
groupName?: string | undefined;
|
|
1500
|
+
assignedScopes?: PermissionScope[] | undefined;
|
|
1501
|
+
readonly availableScopes?: PermissionScope[] | undefined;
|
|
1502
|
+
constructor(data?: IPermission);
|
|
1503
|
+
init(_data?: any): void;
|
|
1504
|
+
static fromJS(data: any): Permission;
|
|
1505
|
+
toJSON(data?: any): any;
|
|
1506
|
+
}
|
|
1507
|
+
export interface IPermission {
|
|
1508
|
+
id?: string | undefined;
|
|
1509
|
+
name?: string | undefined;
|
|
1510
|
+
moduleId?: string | undefined;
|
|
1511
|
+
groupName?: string | undefined;
|
|
1512
|
+
assignedScopes?: PermissionScope[] | undefined;
|
|
1513
|
+
availableScopes?: PermissionScope[] | undefined;
|
|
1514
|
+
}
|
|
1515
|
+
export declare class RoleSearchCriteria implements IRoleSearchCriteria {
|
|
1516
|
+
responseGroup?: string | undefined;
|
|
1517
|
+
objectType?: string | undefined;
|
|
1518
|
+
objectTypes?: string[] | undefined;
|
|
1519
|
+
objectIds?: string[] | undefined;
|
|
1520
|
+
keyword?: string | undefined;
|
|
1521
|
+
searchPhrase?: string | undefined;
|
|
1522
|
+
languageCode?: string | undefined;
|
|
1523
|
+
sort?: string | undefined;
|
|
1524
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
1525
|
+
skip?: number;
|
|
1526
|
+
take?: number;
|
|
1527
|
+
constructor(data?: IRoleSearchCriteria);
|
|
1528
|
+
init(_data?: any): void;
|
|
1529
|
+
static fromJS(data: any): RoleSearchCriteria;
|
|
1530
|
+
toJSON(data?: any): any;
|
|
1531
|
+
}
|
|
1532
|
+
export interface IRoleSearchCriteria {
|
|
1533
|
+
responseGroup?: string | undefined;
|
|
1534
|
+
objectType?: string | undefined;
|
|
1535
|
+
objectTypes?: string[] | undefined;
|
|
1536
|
+
objectIds?: string[] | undefined;
|
|
1537
|
+
keyword?: string | undefined;
|
|
1538
|
+
searchPhrase?: string | undefined;
|
|
1539
|
+
languageCode?: string | undefined;
|
|
1540
|
+
sort?: string | undefined;
|
|
1541
|
+
sortInfos?: SortInfo[] | undefined;
|
|
1542
|
+
skip?: number;
|
|
1543
|
+
take?: number;
|
|
1544
|
+
}
|
|
1545
|
+
export declare class StringIdentityUserRole implements IStringIdentityUserRole {
|
|
1546
|
+
userId?: string | undefined;
|
|
1547
|
+
roleId?: string | undefined;
|
|
1548
|
+
constructor(data?: IStringIdentityUserRole);
|
|
1549
|
+
init(_data?: any): void;
|
|
1550
|
+
static fromJS(data: any): StringIdentityUserRole;
|
|
1551
|
+
toJSON(data?: any): any;
|
|
1552
|
+
}
|
|
1553
|
+
export interface IStringIdentityUserRole {
|
|
1554
|
+
userId?: string | undefined;
|
|
1555
|
+
roleId?: string | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export declare class Role implements IRole {
|
|
1558
|
+
description?: string | undefined;
|
|
1559
|
+
permissions?: Permission[] | undefined;
|
|
1560
|
+
id?: string | undefined;
|
|
1561
|
+
name?: string | undefined;
|
|
1562
|
+
normalizedName?: string | undefined;
|
|
1563
|
+
concurrencyStamp?: string | undefined;
|
|
1564
|
+
constructor(data?: IRole);
|
|
1565
|
+
init(_data?: any): void;
|
|
1566
|
+
static fromJS(data: any): Role;
|
|
1567
|
+
toJSON(data?: any): any;
|
|
1568
|
+
}
|
|
1569
|
+
export interface IRole {
|
|
1570
|
+
description?: string | undefined;
|
|
1571
|
+
permissions?: Permission[] | undefined;
|
|
1572
|
+
id?: string | undefined;
|
|
1573
|
+
name?: string | undefined;
|
|
1574
|
+
normalizedName?: string | undefined;
|
|
1575
|
+
concurrencyStamp?: string | undefined;
|
|
1576
|
+
}
|
|
1577
|
+
export declare class RoleSearchResult implements IRoleSearchResult {
|
|
1578
|
+
readonly roles?: Role[] | undefined;
|
|
1579
|
+
totalCount?: number;
|
|
1580
|
+
results?: Role[] | undefined;
|
|
1581
|
+
constructor(data?: IRoleSearchResult);
|
|
1582
|
+
init(_data?: any): void;
|
|
1583
|
+
static fromJS(data: any): RoleSearchResult;
|
|
1584
|
+
toJSON(data?: any): any;
|
|
1585
|
+
}
|
|
1586
|
+
export interface IRoleSearchResult {
|
|
1587
|
+
roles?: Role[] | undefined;
|
|
1588
|
+
totalCount?: number;
|
|
1589
|
+
results?: Role[] | undefined;
|
|
1590
|
+
}
|
|
1591
|
+
export declare class SecurityResult implements ISecurityResult {
|
|
1592
|
+
succeeded?: boolean;
|
|
1593
|
+
errors?: string[] | undefined;
|
|
1594
|
+
constructor(data?: ISecurityResult);
|
|
1595
|
+
init(_data?: any): void;
|
|
1596
|
+
static fromJS(data: any): SecurityResult;
|
|
1597
|
+
toJSON(data?: any): any;
|
|
1598
|
+
}
|
|
1599
|
+
export interface ISecurityResult {
|
|
1600
|
+
succeeded?: boolean;
|
|
1601
|
+
errors?: string[] | undefined;
|
|
1602
|
+
}
|
|
1603
|
+
export declare class UserSearchCriteria implements IUserSearchCriteria {
|
|
1604
|
+
memberId?: string | undefined;
|
|
1605
|
+
memberIds?: string[] | undefined;
|
|
1606
|
+
modifiedSinceDate?: Date | undefined;
|
|
1607
|
+
roles?: string[] | undefined;
|
|
1608
|
+
responseGroup?: string | undefined;
|
|
1609
|
+
objectType?: string | undefined;
|
|
1610
|
+
objectTypes?: string[] | undefined;
|
|
1611
|
+
objectIds?: string[] | undefined;
|
|
1612
|
+
keyword?: string | undefined;
|
|
1613
|
+
searchPhrase?: string | undefined;
|
|
1614
|
+
languageCode?: string | undefined;
|
|
1615
|
+
sort?: string | undefined;
|
|
1616
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
1617
|
+
skip?: number;
|
|
1618
|
+
take?: number;
|
|
1619
|
+
constructor(data?: IUserSearchCriteria);
|
|
1620
|
+
init(_data?: any): void;
|
|
1621
|
+
static fromJS(data: any): UserSearchCriteria;
|
|
1622
|
+
toJSON(data?: any): any;
|
|
1623
|
+
}
|
|
1624
|
+
export interface IUserSearchCriteria {
|
|
1625
|
+
memberId?: string | undefined;
|
|
1626
|
+
memberIds?: string[] | undefined;
|
|
1627
|
+
modifiedSinceDate?: Date | undefined;
|
|
1628
|
+
roles?: string[] | undefined;
|
|
1629
|
+
responseGroup?: string | undefined;
|
|
1630
|
+
objectType?: string | undefined;
|
|
1631
|
+
objectTypes?: string[] | undefined;
|
|
1632
|
+
objectIds?: string[] | undefined;
|
|
1633
|
+
keyword?: string | undefined;
|
|
1634
|
+
searchPhrase?: string | undefined;
|
|
1635
|
+
languageCode?: string | undefined;
|
|
1636
|
+
sort?: string | undefined;
|
|
1637
|
+
sortInfos?: SortInfo[] | undefined;
|
|
1638
|
+
skip?: number;
|
|
1639
|
+
take?: number;
|
|
1640
|
+
}
|
|
1641
|
+
export declare enum AccountState {
|
|
1642
|
+
PendingApproval = "PendingApproval",
|
|
1643
|
+
Approved = "Approved",
|
|
1644
|
+
Rejected = "Rejected"
|
|
1645
|
+
}
|
|
1646
|
+
export declare class ApplicationUserLogin implements IApplicationUserLogin {
|
|
1647
|
+
loginProvider?: string | undefined;
|
|
1648
|
+
providerKey?: string | undefined;
|
|
1649
|
+
constructor(data?: IApplicationUserLogin);
|
|
1650
|
+
init(_data?: any): void;
|
|
1651
|
+
static fromJS(data: any): ApplicationUserLogin;
|
|
1652
|
+
toJSON(data?: any): any;
|
|
1653
|
+
}
|
|
1654
|
+
export interface IApplicationUserLogin {
|
|
1655
|
+
loginProvider?: string | undefined;
|
|
1656
|
+
providerKey?: string | undefined;
|
|
1657
|
+
}
|
|
1658
|
+
export declare class ApplicationUser implements IApplicationUser {
|
|
1659
|
+
storeId?: string | undefined;
|
|
1660
|
+
memberId?: string | undefined;
|
|
1661
|
+
isAdministrator?: boolean;
|
|
1662
|
+
photoUrl?: string | undefined;
|
|
1663
|
+
userType?: string | undefined;
|
|
1664
|
+
status?: string | undefined;
|
|
1665
|
+
password?: string | undefined;
|
|
1666
|
+
createdDate?: Date;
|
|
1667
|
+
modifiedDate?: Date | undefined;
|
|
1668
|
+
createdBy?: string | undefined;
|
|
1669
|
+
modifiedBy?: string | undefined;
|
|
1670
|
+
roles?: Role[] | undefined;
|
|
1671
|
+
lockoutEndDateUtc?: Date | undefined;
|
|
1672
|
+
userState?: ApplicationUserUserState;
|
|
1673
|
+
permissions?: string[] | undefined;
|
|
1674
|
+
logins?: ApplicationUserLogin[] | undefined;
|
|
1675
|
+
passwordExpired?: boolean;
|
|
1676
|
+
lastPasswordChangedDate?: Date | undefined;
|
|
1677
|
+
lastPasswordChangeRequestDate?: Date | undefined;
|
|
1678
|
+
id?: string | undefined;
|
|
1679
|
+
userName?: string | undefined;
|
|
1680
|
+
normalizedUserName?: string | undefined;
|
|
1681
|
+
email?: string | undefined;
|
|
1682
|
+
normalizedEmail?: string | undefined;
|
|
1683
|
+
emailConfirmed?: boolean;
|
|
1684
|
+
passwordHash?: string | undefined;
|
|
1685
|
+
securityStamp?: string | undefined;
|
|
1686
|
+
concurrencyStamp?: string | undefined;
|
|
1687
|
+
phoneNumber?: string | undefined;
|
|
1688
|
+
phoneNumberConfirmed?: boolean;
|
|
1689
|
+
twoFactorEnabled?: boolean;
|
|
1690
|
+
lockoutEnd?: Date | undefined;
|
|
1691
|
+
lockoutEnabled?: boolean;
|
|
1692
|
+
accessFailedCount?: number;
|
|
1693
|
+
constructor(data?: IApplicationUser);
|
|
1694
|
+
init(_data?: any): void;
|
|
1695
|
+
static fromJS(data: any): ApplicationUser;
|
|
1696
|
+
toJSON(data?: any): any;
|
|
1697
|
+
}
|
|
1698
|
+
export interface IApplicationUser {
|
|
1699
|
+
storeId?: string | undefined;
|
|
1700
|
+
memberId?: string | undefined;
|
|
1701
|
+
isAdministrator?: boolean;
|
|
1702
|
+
photoUrl?: string | undefined;
|
|
1703
|
+
userType?: string | undefined;
|
|
1704
|
+
status?: string | undefined;
|
|
1705
|
+
password?: string | undefined;
|
|
1706
|
+
createdDate?: Date;
|
|
1707
|
+
modifiedDate?: Date | undefined;
|
|
1708
|
+
createdBy?: string | undefined;
|
|
1709
|
+
modifiedBy?: string | undefined;
|
|
1710
|
+
roles?: Role[] | undefined;
|
|
1711
|
+
lockoutEndDateUtc?: Date | undefined;
|
|
1712
|
+
userState?: ApplicationUserUserState;
|
|
1713
|
+
permissions?: string[] | undefined;
|
|
1714
|
+
logins?: ApplicationUserLogin[] | undefined;
|
|
1715
|
+
passwordExpired?: boolean;
|
|
1716
|
+
lastPasswordChangedDate?: Date | undefined;
|
|
1717
|
+
lastPasswordChangeRequestDate?: Date | undefined;
|
|
1718
|
+
id?: string | undefined;
|
|
1719
|
+
userName?: string | undefined;
|
|
1720
|
+
normalizedUserName?: string | undefined;
|
|
1721
|
+
email?: string | undefined;
|
|
1722
|
+
normalizedEmail?: string | undefined;
|
|
1723
|
+
emailConfirmed?: boolean;
|
|
1724
|
+
passwordHash?: string | undefined;
|
|
1725
|
+
securityStamp?: string | undefined;
|
|
1726
|
+
concurrencyStamp?: string | undefined;
|
|
1727
|
+
phoneNumber?: string | undefined;
|
|
1728
|
+
phoneNumberConfirmed?: boolean;
|
|
1729
|
+
twoFactorEnabled?: boolean;
|
|
1730
|
+
lockoutEnd?: Date | undefined;
|
|
1731
|
+
lockoutEnabled?: boolean;
|
|
1732
|
+
accessFailedCount?: number;
|
|
1733
|
+
}
|
|
1734
|
+
export declare class UserSearchResult implements IUserSearchResult {
|
|
1735
|
+
readonly users?: ApplicationUser[] | undefined;
|
|
1736
|
+
totalCount?: number;
|
|
1737
|
+
results?: ApplicationUser[] | undefined;
|
|
1738
|
+
constructor(data?: IUserSearchResult);
|
|
1739
|
+
init(_data?: any): void;
|
|
1740
|
+
static fromJS(data: any): UserSearchResult;
|
|
1741
|
+
toJSON(data?: any): any;
|
|
1742
|
+
}
|
|
1743
|
+
export interface IUserSearchResult {
|
|
1744
|
+
users?: ApplicationUser[] | undefined;
|
|
1745
|
+
totalCount?: number;
|
|
1746
|
+
results?: ApplicationUser[] | undefined;
|
|
1747
|
+
}
|
|
1748
|
+
export declare class ChangePasswordRequest implements IChangePasswordRequest {
|
|
1749
|
+
userName?: string | undefined;
|
|
1750
|
+
oldPassword?: string | undefined;
|
|
1751
|
+
newPassword?: string | undefined;
|
|
1752
|
+
constructor(data?: IChangePasswordRequest);
|
|
1753
|
+
init(_data?: any): void;
|
|
1754
|
+
static fromJS(data: any): ChangePasswordRequest;
|
|
1755
|
+
toJSON(data?: any): any;
|
|
1756
|
+
}
|
|
1757
|
+
export interface IChangePasswordRequest {
|
|
1758
|
+
userName?: string | undefined;
|
|
1759
|
+
oldPassword?: string | undefined;
|
|
1760
|
+
newPassword?: string | undefined;
|
|
1761
|
+
}
|
|
1762
|
+
export declare class ResetPasswordConfirmRequest implements IResetPasswordConfirmRequest {
|
|
1763
|
+
token?: string | undefined;
|
|
1764
|
+
newPassword?: string | undefined;
|
|
1765
|
+
forcePasswordChangeOnNextSignIn?: boolean;
|
|
1766
|
+
constructor(data?: IResetPasswordConfirmRequest);
|
|
1767
|
+
init(_data?: any): void;
|
|
1768
|
+
static fromJS(data: any): ResetPasswordConfirmRequest;
|
|
1769
|
+
toJSON(data?: any): any;
|
|
1770
|
+
}
|
|
1771
|
+
export interface IResetPasswordConfirmRequest {
|
|
1772
|
+
token?: string | undefined;
|
|
1773
|
+
newPassword?: string | undefined;
|
|
1774
|
+
forcePasswordChangeOnNextSignIn?: boolean;
|
|
1775
|
+
}
|
|
1776
|
+
export declare class ValidatePasswordResetTokenRequest implements IValidatePasswordResetTokenRequest {
|
|
1777
|
+
token?: string | undefined;
|
|
1778
|
+
constructor(data?: IValidatePasswordResetTokenRequest);
|
|
1779
|
+
init(_data?: any): void;
|
|
1780
|
+
static fromJS(data: any): ValidatePasswordResetTokenRequest;
|
|
1781
|
+
toJSON(data?: any): any;
|
|
1782
|
+
}
|
|
1783
|
+
export interface IValidatePasswordResetTokenRequest {
|
|
1784
|
+
token?: string | undefined;
|
|
1785
|
+
}
|
|
1786
|
+
export declare class IdentityError implements IIdentityError {
|
|
1787
|
+
code?: string | undefined;
|
|
1788
|
+
description?: string | undefined;
|
|
1789
|
+
constructor(data?: IIdentityError);
|
|
1790
|
+
init(_data?: any): void;
|
|
1791
|
+
static fromJS(data: any): IdentityError;
|
|
1792
|
+
toJSON(data?: any): any;
|
|
1793
|
+
}
|
|
1794
|
+
export interface IIdentityError {
|
|
1795
|
+
code?: string | undefined;
|
|
1796
|
+
description?: string | undefined;
|
|
1797
|
+
}
|
|
1798
|
+
export declare class IdentityResult implements IIdentityResult {
|
|
1799
|
+
readonly succeeded?: boolean;
|
|
1800
|
+
readonly errors?: IdentityError[] | undefined;
|
|
1801
|
+
constructor(data?: IIdentityResult);
|
|
1802
|
+
init(_data?: any): void;
|
|
1803
|
+
static fromJS(data: any): IdentityResult;
|
|
1804
|
+
toJSON(data?: any): any;
|
|
1805
|
+
}
|
|
1806
|
+
export interface IIdentityResult {
|
|
1807
|
+
succeeded?: boolean;
|
|
1808
|
+
errors?: IdentityError[] | undefined;
|
|
1809
|
+
}
|
|
1810
|
+
export declare class UserLockedResult implements IUserLockedResult {
|
|
1811
|
+
locked?: boolean;
|
|
1812
|
+
constructor(data?: IUserLockedResult);
|
|
1813
|
+
init(_data?: any): void;
|
|
1814
|
+
static fromJS(data: any): UserLockedResult;
|
|
1815
|
+
toJSON(data?: any): any;
|
|
1816
|
+
}
|
|
1817
|
+
export interface IUserLockedResult {
|
|
1818
|
+
locked?: boolean;
|
|
1819
|
+
}
|
|
1820
|
+
export declare class UserApiKey implements IUserApiKey {
|
|
1821
|
+
apiKey?: string | undefined;
|
|
1822
|
+
userName?: string | undefined;
|
|
1823
|
+
userId?: string | undefined;
|
|
1824
|
+
isActive?: boolean;
|
|
1825
|
+
createdDate?: Date;
|
|
1826
|
+
modifiedDate?: Date | undefined;
|
|
1827
|
+
createdBy?: string | undefined;
|
|
1828
|
+
modifiedBy?: string | undefined;
|
|
1829
|
+
id?: string | undefined;
|
|
1830
|
+
constructor(data?: IUserApiKey);
|
|
1831
|
+
init(_data?: any): void;
|
|
1832
|
+
static fromJS(data: any): UserApiKey;
|
|
1833
|
+
toJSON(data?: any): any;
|
|
1834
|
+
}
|
|
1835
|
+
export interface IUserApiKey {
|
|
1836
|
+
apiKey?: string | undefined;
|
|
1837
|
+
userName?: string | undefined;
|
|
1838
|
+
userId?: string | undefined;
|
|
1839
|
+
isActive?: boolean;
|
|
1840
|
+
createdDate?: Date;
|
|
1841
|
+
modifiedDate?: Date | undefined;
|
|
1842
|
+
createdBy?: string | undefined;
|
|
1843
|
+
modifiedBy?: string | undefined;
|
|
1844
|
+
id?: string | undefined;
|
|
1845
|
+
}
|
|
1846
|
+
export declare enum SettingValueType {
|
|
1847
|
+
ShortText = "ShortText",
|
|
1848
|
+
LongText = "LongText",
|
|
1849
|
+
Integer = "Integer",
|
|
1850
|
+
Decimal = "Decimal",
|
|
1851
|
+
DateTime = "DateTime",
|
|
1852
|
+
Boolean = "Boolean",
|
|
1853
|
+
SecureString = "SecureString",
|
|
1854
|
+
Json = "Json",
|
|
1855
|
+
PositiveInteger = "PositiveInteger"
|
|
1856
|
+
}
|
|
1857
|
+
export declare class ObjectSettingEntry implements IObjectSettingEntry {
|
|
1858
|
+
readonly itHasValues?: boolean;
|
|
1859
|
+
objectId?: string | undefined;
|
|
1860
|
+
objectType?: string | undefined;
|
|
1861
|
+
isReadOnly?: boolean;
|
|
1862
|
+
value?: any | undefined;
|
|
1863
|
+
id?: string | undefined;
|
|
1864
|
+
restartRequired?: boolean;
|
|
1865
|
+
moduleId?: string | undefined;
|
|
1866
|
+
groupName?: string | undefined;
|
|
1867
|
+
name?: string | undefined;
|
|
1868
|
+
displayName?: string | undefined;
|
|
1869
|
+
isRequired?: boolean;
|
|
1870
|
+
isHidden?: boolean;
|
|
1871
|
+
valueType?: ObjectSettingEntryValueType;
|
|
1872
|
+
allowedValues?: any[] | undefined;
|
|
1873
|
+
defaultValue?: any | undefined;
|
|
1874
|
+
isDictionary?: boolean;
|
|
1875
|
+
constructor(data?: IObjectSettingEntry);
|
|
1876
|
+
init(_data?: any): void;
|
|
1877
|
+
static fromJS(data: any): ObjectSettingEntry;
|
|
1878
|
+
toJSON(data?: any): any;
|
|
1879
|
+
}
|
|
1880
|
+
export interface IObjectSettingEntry {
|
|
1881
|
+
itHasValues?: boolean;
|
|
1882
|
+
objectId?: string | undefined;
|
|
1883
|
+
objectType?: string | undefined;
|
|
1884
|
+
isReadOnly?: boolean;
|
|
1885
|
+
value?: any | undefined;
|
|
1886
|
+
id?: string | undefined;
|
|
1887
|
+
restartRequired?: boolean;
|
|
1888
|
+
moduleId?: string | undefined;
|
|
1889
|
+
groupName?: string | undefined;
|
|
1890
|
+
name?: string | undefined;
|
|
1891
|
+
displayName?: string | undefined;
|
|
1892
|
+
isRequired?: boolean;
|
|
1893
|
+
isHidden?: boolean;
|
|
1894
|
+
valueType?: ObjectSettingEntryValueType;
|
|
1895
|
+
allowedValues?: any[] | undefined;
|
|
1896
|
+
defaultValue?: any | undefined;
|
|
1897
|
+
isDictionary?: boolean;
|
|
1898
|
+
}
|
|
1899
|
+
export declare class Body implements IBody {
|
|
1900
|
+
grant_type: string;
|
|
1901
|
+
scope?: string;
|
|
1902
|
+
username?: string;
|
|
1903
|
+
password?: string;
|
|
1904
|
+
constructor(data?: IBody);
|
|
1905
|
+
init(_data?: any): void;
|
|
1906
|
+
static fromJS(data: any): Body;
|
|
1907
|
+
toJSON(data?: any): any;
|
|
1908
|
+
}
|
|
1909
|
+
export interface IBody {
|
|
1910
|
+
grant_type: string;
|
|
1911
|
+
scope?: string;
|
|
1912
|
+
username?: string;
|
|
1913
|
+
password?: string;
|
|
1914
|
+
}
|
|
1915
|
+
export declare enum SortInfoSortDirection {
|
|
1916
|
+
Ascending = "Ascending",
|
|
1917
|
+
Descending = "Descending"
|
|
1918
|
+
}
|
|
1919
|
+
export declare enum OperationLogOperationType {
|
|
1920
|
+
Detached = "Detached",
|
|
1921
|
+
Unchanged = "Unchanged",
|
|
1922
|
+
Added = "Added",
|
|
1923
|
+
Deleted = "Deleted",
|
|
1924
|
+
Modified = "Modified"
|
|
1925
|
+
}
|
|
1926
|
+
export declare enum DynamicPropertyValueType2 {
|
|
1927
|
+
Undefined = "Undefined",
|
|
1928
|
+
ShortText = "ShortText",
|
|
1929
|
+
LongText = "LongText",
|
|
1930
|
+
Integer = "Integer",
|
|
1931
|
+
Decimal = "Decimal",
|
|
1932
|
+
DateTime = "DateTime",
|
|
1933
|
+
Boolean = "Boolean",
|
|
1934
|
+
Html = "Html",
|
|
1935
|
+
Image = "Image"
|
|
1936
|
+
}
|
|
1937
|
+
export declare enum DynamicPropertyObjectValueValueType {
|
|
1938
|
+
Undefined = "Undefined",
|
|
1939
|
+
ShortText = "ShortText",
|
|
1940
|
+
LongText = "LongText",
|
|
1941
|
+
Integer = "Integer",
|
|
1942
|
+
Decimal = "Decimal",
|
|
1943
|
+
DateTime = "DateTime",
|
|
1944
|
+
Boolean = "Boolean",
|
|
1945
|
+
Html = "Html",
|
|
1946
|
+
Image = "Image"
|
|
1947
|
+
}
|
|
1948
|
+
export declare enum DynamicObjectPropertyValueType {
|
|
1949
|
+
Undefined = "Undefined",
|
|
1950
|
+
ShortText = "ShortText",
|
|
1951
|
+
LongText = "LongText",
|
|
1952
|
+
Integer = "Integer",
|
|
1953
|
+
Decimal = "Decimal",
|
|
1954
|
+
DateTime = "DateTime",
|
|
1955
|
+
Boolean = "Boolean",
|
|
1956
|
+
Html = "Html",
|
|
1957
|
+
Image = "Image"
|
|
1958
|
+
}
|
|
1959
|
+
export declare enum ProgressMessageLevel2 {
|
|
1960
|
+
Info = "Info",
|
|
1961
|
+
Warning = "Warning",
|
|
1962
|
+
Debug = "Debug",
|
|
1963
|
+
Error = "Error"
|
|
1964
|
+
}
|
|
1965
|
+
export declare enum JsonElementValueKind {
|
|
1966
|
+
Undefined = "Undefined",
|
|
1967
|
+
Object = "Object",
|
|
1968
|
+
Array = "Array",
|
|
1969
|
+
String = "String",
|
|
1970
|
+
Number = "Number",
|
|
1971
|
+
True = "True",
|
|
1972
|
+
False = "False",
|
|
1973
|
+
Null = "Null"
|
|
1974
|
+
}
|
|
1975
|
+
export declare enum ApplicationUserUserState {
|
|
1976
|
+
PendingApproval = "PendingApproval",
|
|
1977
|
+
Approved = "Approved",
|
|
1978
|
+
Rejected = "Rejected"
|
|
1979
|
+
}
|
|
1980
|
+
export declare enum ObjectSettingEntryValueType {
|
|
1981
|
+
ShortText = "ShortText",
|
|
1982
|
+
LongText = "LongText",
|
|
1983
|
+
Integer = "Integer",
|
|
1984
|
+
Decimal = "Decimal",
|
|
1985
|
+
DateTime = "DateTime",
|
|
1986
|
+
Boolean = "Boolean",
|
|
1987
|
+
SecureString = "SecureString",
|
|
1988
|
+
Json = "Json",
|
|
1989
|
+
PositiveInteger = "PositiveInteger"
|
|
1990
|
+
}
|
|
1991
|
+
export declare class ApiException extends Error {
|
|
1992
|
+
message: string;
|
|
1993
|
+
status: number;
|
|
1994
|
+
response: string;
|
|
1995
|
+
headers: {
|
|
1996
|
+
[key: string]: any;
|
|
1997
|
+
};
|
|
1998
|
+
result: any;
|
|
1999
|
+
constructor(message: string, status: number, response: string, headers: {
|
|
2000
|
+
[key: string]: any;
|
|
2001
|
+
}, result: any);
|
|
2002
|
+
protected isApiException: boolean;
|
|
2003
|
+
static isApiException(obj: any): obj is ApiException;
|
|
2004
|
+
}
|
|
2005
|
+
//# sourceMappingURL=platform.d.ts.map
|