@squonk/data-manager-client 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,23 +171,6 @@ export type GetTasksParams = {
171
171
  instance_callback_context?: QInstanceCallbackContextParameter;
172
172
  };
173
173
 
174
- /**
175
- * The Project identity
176
- */
177
- export type QFileProjectIdParameter = string;
178
-
179
- /**
180
- * A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
181
-
182
- */
183
- export type QFilePathParameter = string;
184
-
185
- /**
186
- * A project file.
187
-
188
- */
189
- export type QFileParameter = string;
190
-
191
174
  export type DeleteUnmanagedFileParams = {
192
175
  /**
193
176
  * A project file.
@@ -418,6 +401,23 @@ export type QIncludeAcknowlegedParameter = boolean;
418
401
  */
419
402
  export type QFromParameter = string;
420
403
 
404
+ /**
405
+ * The Project identity
406
+ */
407
+ export type QFileProjectIdParameter = string;
408
+
409
+ /**
410
+ * A project path. If provided it must begin `/` and refers to a path where `/` represents the project's root directory
411
+
412
+ */
413
+ export type QFilePathParameter = string;
414
+
415
+ /**
416
+ * A project file.
417
+
418
+ */
419
+ export type QFileParameter = string;
420
+
421
421
  /**
422
422
  * Minimum days a user has been active (has used the API). If you specify `2` and it's Monday then users who have used the API on Saturday or later will be returned.
423
423
 
@@ -1587,6 +1587,12 @@ export interface ApiLogDetail {
1587
1587
  impersonator?: string;
1588
1588
  }
1589
1589
 
1590
+ export interface ModeGetResponse {
1591
+ /** The Data Manager mode. The mode determines what features are available through the API. There are two modes, DEVELOPER, and PRODUCTION. In DEVELOPER mode some destructive operation are permitted (for example the removal of Job Definitions)
1592
+ */
1593
+ mode: string;
1594
+ }
1595
+
1590
1596
  export interface VersionGetResponse {
1591
1597
  /** The Data Manager version. This is guaranteed to be a valid semantic version for official (tagged) images. The version value format for unofficial images is a string but otherwise undefined
1592
1598
  */
package/task/task.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _tanstack_react_query from '@tanstack/react-query';
2
2
  import { UseQueryOptions, QueryKey, UseQueryResult, UseMutationOptions } from '@tanstack/react-query';
3
- import { l as GetTasksParams, bV as customInstance, ba as TasksGetResponse, bW as ErrorType, bR as DmError, k as GetTaskParams, bc as TaskGetResponse } from '../custom-instance-e5540c3b.js';
3
+ import { l as GetTasksParams, bW as customInstance, bb as TasksGetResponse, bX as ErrorType, bS as DmError, k as GetTaskParams, bd as TaskGetResponse } from '../custom-instance-56ecac1b.js';
4
4
  import 'axios';
5
5
 
6
6
  type SecondParameter<T extends (...args: any) => any> = T extends (config: any, args: infer P) => any ? P : never;
package/type/type.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { UseQueryOptions, QueryKey, UseQueryResult } from '@tanstack/react-query';
2
- import { bV as customInstance, b9 as TypesGetResponse, bW as ErrorType, bR as DmError } from '../custom-instance-e5540c3b.js';
2
+ import { bW as customInstance, ba as TypesGetResponse, bX as ErrorType, bS as DmError } from '../custom-instance-56ecac1b.js';
3
3
  import 'axios';
4
4
 
5
5
  type SecondParameter<T extends (...args: any) => any> = T extends (config: any, args: infer P) => any ? P : never;
package/user/user.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _tanstack_react_query from '@tanstack/react-query';
2
2
  import { UseQueryOptions, QueryKey, UseQueryResult, UseMutationOptions } from '@tanstack/react-query';
3
- import { bV as customInstance, b6 as UsersGetResponse, bW as ErrorType, bR as DmError, b as GetUserAccountParams, ak as UserAccountDetail, a4 as UserAccountPatchBodyBody, G as GetUserApiLogParams, b7 as UserApiLogGetResponse } from '../custom-instance-e5540c3b.js';
3
+ import { bW as customInstance, b7 as UsersGetResponse, bX as ErrorType, bS as DmError, b as GetUserAccountParams, ak as UserAccountDetail, a4 as UserAccountPatchBodyBody, G as GetUserApiLogParams, b8 as UserApiLogGetResponse } from '../custom-instance-56ecac1b.js';
4
4
  import 'axios';
5
5
 
6
6
  type SecondParameter<T extends (...args: any) => any> = T extends (config: any, args: infer P) => any ? P : never;