@qlik/api 2.0.0 → 2.1.0

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.
Files changed (92) hide show
  1. package/apps.d.ts +2 -2
  2. package/apps.js +17 -1
  3. package/assistants.d.ts +1 -1
  4. package/chunks/{apps-B_ut0nyb.d.ts → apps-BR3gTz4F.d.ts} +44 -1
  5. package/chunks/{assistants-DZMh4UTc.d.ts → assistants-C_a4uNnT.d.ts} +34 -34
  6. package/chunks/invoke-fetch-CoW3QRhJ.js +1 -1
  7. package/chunks/{knowledgebases-BddClrQS.d.ts → knowledgebases-nV7L0G3L.d.ts} +23 -23
  8. package/chunks/{licenses-DzZh3F70.d.ts → licenses-CVBtRLsB.d.ts} +2 -1
  9. package/chunks/{ml-DZ4QCH4Q.d.ts → ml-C4ZfC5E0.d.ts} +10 -0
  10. package/chunks/{qix-CYETPFnP.d.ts → qix-BJgISmMN.d.ts} +1 -1
  11. package/chunks/{sharing-tasks-BBCqrevS.d.ts → sharing-tasks-OVGdU-Zj.d.ts} +11 -1
  12. package/index.d.ts +7 -7
  13. package/index.js +1 -0
  14. package/knowledgebases.d.ts +1 -1
  15. package/licenses.d.ts +1 -1
  16. package/ml.d.ts +1 -1
  17. package/package.json +1 -1
  18. package/qix.d.ts +1 -1
  19. package/sharing-tasks.d.ts +2 -2
  20. package/website/assets/navigation.js +1 -1
  21. package/website/assets/search.js +1 -1
  22. package/website/functions/apps.validateScript.html +4 -0
  23. package/website/functions/ml.getMlProfileInsightWithQuery.html +6 -2
  24. package/website/interfaces/qix.GenericObject.html +1 -1
  25. package/website/modules/apps.html +1 -1
  26. package/website/modules/sharing-tasks.html +1 -1
  27. package/website/types/apps.AppsAPI.html +6 -2
  28. package/website/types/apps.Script.html +2 -0
  29. package/website/types/apps.ScriptIssue.html +11 -0
  30. package/website/types/apps.ScriptIssues.html +3 -0
  31. package/website/types/apps.ValidateScriptHttpError.html +4 -0
  32. package/website/types/apps.ValidateScriptHttpResponse.html +4 -0
  33. package/website/types/assistants.CreateAssistantHttpError.html +2 -2
  34. package/website/types/assistants.CreateAssistantStarterHttpError.html +2 -2
  35. package/website/types/assistants.CreateAssistantThreadHttpError.html +2 -2
  36. package/website/types/assistants.CreateAssistantThreadInteractionFeedbackHttpError.html +2 -2
  37. package/website/types/assistants.CreateAssistantThreadInteractionHttpError.html +2 -2
  38. package/website/types/assistants.CreateAssistantThreadInteractionReviewHttpError.html +2 -2
  39. package/website/types/assistants.DeleteAssistantHttpError.html +2 -2
  40. package/website/types/assistants.DeleteAssistantStarterFollowupHttpError.html +2 -2
  41. package/website/types/assistants.DeleteAssistantStarterHttpError.html +2 -2
  42. package/website/types/assistants.DeleteAssistantThreadHttpError.html +2 -2
  43. package/website/types/assistants.DeleteAssistantThreadInteractionHttpError.html +2 -2
  44. package/website/types/assistants.ErrorResponseCode.html +11 -1
  45. package/website/types/assistants.ErrorResponseCodeCopy.html +1 -11
  46. package/website/types/assistants.GetAssistantFeedbackHttpError.html +2 -2
  47. package/website/types/assistants.GetAssistantHttpError.html +2 -2
  48. package/website/types/assistants.GetAssistantSourcesHttpError.html +2 -2
  49. package/website/types/assistants.GetAssistantStarterHttpError.html +2 -2
  50. package/website/types/assistants.GetAssistantStartersHttpError.html +2 -2
  51. package/website/types/assistants.GetAssistantThreadHttpError.html +2 -2
  52. package/website/types/assistants.GetAssistantThreadInteractionHttpError.html +2 -2
  53. package/website/types/assistants.GetAssistantThreadInteractionsHttpError.html +2 -2
  54. package/website/types/assistants.GetAssistantThreadsHttpError.html +2 -2
  55. package/website/types/assistants.GetAssistantsHttpError.html +2 -2
  56. package/website/types/assistants.InvokeAssistantThreadHttpError.html +2 -2
  57. package/website/types/assistants.PatchAssistantHttpError.html +2 -2
  58. package/website/types/assistants.PatchAssistantThreadHttpError.html +2 -2
  59. package/website/types/assistants.PatchAssistantThreadInteractionFeedbackHttpError.html +2 -2
  60. package/website/types/assistants.SearchAssistantHttpError.html +2 -2
  61. package/website/types/assistants.StreamAssistantThreadHttpError.html +2 -2
  62. package/website/types/assistants.UpdateAssistantStarterFollowupHttpError.html +2 -2
  63. package/website/types/assistants.UpdateAssistantStarterHttpError.html +2 -2
  64. package/website/types/knowledgebases.CancelKnowledgebaseDatasourceHttpError.html +2 -2
  65. package/website/types/knowledgebases.CreateKnowledgebaseDatasourceHttpError.html +2 -2
  66. package/website/types/knowledgebases.CreateKnowledgebaseDatasourceScheduleHttpError.html +2 -2
  67. package/website/types/knowledgebases.CreateKnowledgebaseHttpError.html +2 -2
  68. package/website/types/knowledgebases.DeleteKnowledgebaseDatasourceHttpError.html +2 -2
  69. package/website/types/knowledgebases.DeleteKnowledgebaseDatasourceScheduleHttpError.html +2 -2
  70. package/website/types/knowledgebases.DeleteKnowledgebaseHttpError.html +2 -2
  71. package/website/types/knowledgebases.DownloadKnowledgebaseDatasourceHttpError.html +2 -2
  72. package/website/types/knowledgebases.ErrorResponseCode.html +11 -1
  73. package/website/types/knowledgebases.ErrorResponseCodeCopy.html +1 -11
  74. package/website/types/knowledgebases.GetKnowledgebaseDatasourceHistoriesHttpError.html +2 -2
  75. package/website/types/knowledgebases.GetKnowledgebaseDatasourceHistoryHttpError.html +2 -2
  76. package/website/types/knowledgebases.GetKnowledgebaseDatasourceScheduleHttpError.html +2 -2
  77. package/website/types/knowledgebases.GetKnowledgebaseHistoriesHttpError.html +2 -2
  78. package/website/types/knowledgebases.GetKnowledgebaseHttpError.html +2 -2
  79. package/website/types/knowledgebases.GetKnowledgebasesHttpError.html +2 -2
  80. package/website/types/knowledgebases.PatchKnowledgebaseHttpError.html +2 -2
  81. package/website/types/knowledgebases.SearchKnowledgebaseHttpError.html +2 -2
  82. package/website/types/knowledgebases.SyncKnowledgebaseDatasourceHttpError.html +2 -2
  83. package/website/types/knowledgebases.UpdateKnowledgebaseDatasourceHttpError.html +2 -2
  84. package/website/types/licenses.AssignmentsActionsAddRequest.html +3 -3
  85. package/website/types/ml.ProfileInsights.html +8 -3
  86. package/website/types/qix.NativeGenericObjectFunctions.html +1 -1
  87. package/website/types/qix.RpcObject.html +1 -1
  88. package/website/types/sharing-tasks.ChartTemplate.html +4 -2
  89. package/website/types/sharing-tasks.CleanupStrategy.html +2 -0
  90. package/website/types/sharing-tasks.MultiSheetTemplate.html +5 -3
  91. package/website/types/sharing-tasks.SharingTaskRecurringCreateRequest.html +5 -3
  92. package/website/variables/qix.QIX_SCHEMA_VERSION.html +1 -1
@@ -239,11 +239,6 @@ type ErrorResponse = {
239
239
  traceId?: string;
240
240
  };
241
241
  type ErrorResponseCode = {
242
- code?: string;
243
- detail?: string;
244
- title?: string;
245
- };
246
- type ErrorResponseCodeCopy = {
247
242
  /** Custom error codes
248
243
  * * AE-1 - Internal processing error
249
244
  * * AE-2 - Incorrect request
@@ -256,6 +251,11 @@ type ErrorResponseCodeCopy = {
256
251
  detail?: string;
257
252
  title?: string;
258
253
  };
254
+ type ErrorResponseCodeCopy = {
255
+ code?: string;
256
+ detail?: string;
257
+ title?: string;
258
+ };
259
259
  type ErrorResponseCopy = {
260
260
  errors?: ErrorResponseCodeCopy[];
261
261
  traceId?: string;
@@ -471,7 +471,7 @@ type GetKnowledgebasesHttpResponse = {
471
471
  next?: (options?: ApiCallOptions) => Promise<GetKnowledgebasesHttpResponse>;
472
472
  };
473
473
  type GetKnowledgebasesHttpError = {
474
- data: ErrorResponse;
474
+ data: ErrorResponseCopy;
475
475
  headers: Headers;
476
476
  status: 400 | 403;
477
477
  };
@@ -488,7 +488,7 @@ type CreateKnowledgebaseHttpResponse = {
488
488
  status: 201;
489
489
  };
490
490
  type CreateKnowledgebaseHttpError = {
491
- data: ErrorResponse;
491
+ data: ErrorResponseCopy;
492
492
  headers: Headers;
493
493
  status: 400 | 403;
494
494
  };
@@ -505,7 +505,7 @@ type DeleteKnowledgebaseHttpResponse = {
505
505
  status: 204;
506
506
  };
507
507
  type DeleteKnowledgebaseHttpError = {
508
- data: ErrorResponse;
508
+ data: ErrorResponseCopy;
509
509
  headers: Headers;
510
510
  status: 400 | 403 | 404;
511
511
  };
@@ -522,7 +522,7 @@ type GetKnowledgebaseHttpResponse = {
522
522
  status: 200;
523
523
  };
524
524
  type GetKnowledgebaseHttpError = {
525
- data: ErrorResponse;
525
+ data: ErrorResponseCopy;
526
526
  headers: Headers;
527
527
  status: 400 | 403 | 404;
528
528
  };
@@ -540,7 +540,7 @@ type PatchKnowledgebaseHttpResponse = {
540
540
  status: 204;
541
541
  };
542
542
  type PatchKnowledgebaseHttpError = {
543
- data: ErrorResponse;
543
+ data: ErrorResponseCopy;
544
544
  headers: Headers;
545
545
  status: 400 | 401 | 403 | 404 | 429;
546
546
  };
@@ -558,7 +558,7 @@ type SearchKnowledgebaseHttpResponse = {
558
558
  status: 200;
559
559
  };
560
560
  type SearchKnowledgebaseHttpError = {
561
- data: ErrorResponseCopy;
561
+ data: ErrorResponse;
562
562
  headers: Headers;
563
563
  status: 400 | 403 | 404 | 405 | 500;
564
564
  };
@@ -576,7 +576,7 @@ type CreateKnowledgebaseDatasourceHttpResponse = {
576
576
  status: 201;
577
577
  };
578
578
  type CreateKnowledgebaseDatasourceHttpError = {
579
- data: ErrorResponse;
579
+ data: ErrorResponseCopy;
580
580
  headers: Headers;
581
581
  status: 400 | 403 | 404;
582
582
  };
@@ -594,7 +594,7 @@ type DeleteKnowledgebaseDatasourceHttpResponse = {
594
594
  status: 204;
595
595
  };
596
596
  type DeleteKnowledgebaseDatasourceHttpError = {
597
- data: ErrorResponse;
597
+ data: ErrorResponseCopy;
598
598
  headers: Headers;
599
599
  status: 400 | 403 | 404;
600
600
  };
@@ -613,7 +613,7 @@ type UpdateKnowledgebaseDatasourceHttpResponse = {
613
613
  status: 200;
614
614
  };
615
615
  type UpdateKnowledgebaseDatasourceHttpError = {
616
- data: ErrorResponse;
616
+ data: ErrorResponseCopy;
617
617
  headers: Headers;
618
618
  status: 400 | 403 | 404;
619
619
  };
@@ -631,7 +631,7 @@ type CancelKnowledgebaseDatasourceHttpResponse = {
631
631
  status: 200;
632
632
  };
633
633
  type CancelKnowledgebaseDatasourceHttpError = {
634
- data: ErrorResponse;
634
+ data: ErrorResponseCopy;
635
635
  headers: Headers;
636
636
  status: 400 | 403 | 404;
637
637
  };
@@ -650,7 +650,7 @@ type DownloadKnowledgebaseDatasourceHttpResponse = {
650
650
  status: 200;
651
651
  };
652
652
  type DownloadKnowledgebaseDatasourceHttpError = {
653
- data: ErrorResponse;
653
+ data: ErrorResponseCopy;
654
654
  headers: Headers;
655
655
  status: 400 | 403 | 404;
656
656
  };
@@ -672,7 +672,7 @@ type SyncKnowledgebaseDatasourceHttpResponse = {
672
672
  status: 202;
673
673
  };
674
674
  type SyncKnowledgebaseDatasourceHttpError = {
675
- data: ErrorResponse;
675
+ data: ErrorResponseCopy;
676
676
  headers: Headers;
677
677
  status: 400 | 403 | 404;
678
678
  };
@@ -702,7 +702,7 @@ type GetKnowledgebaseDatasourceHistoriesHttpResponse = {
702
702
  next?: (options?: ApiCallOptions) => Promise<GetKnowledgebaseDatasourceHistoriesHttpResponse>;
703
703
  };
704
704
  type GetKnowledgebaseDatasourceHistoriesHttpError = {
705
- data: ErrorResponse;
705
+ data: ErrorResponseCopy;
706
706
  headers: Headers;
707
707
  status: 400 | 403 | 404;
708
708
  };
@@ -723,7 +723,7 @@ type GetKnowledgebaseDatasourceHistoryHttpResponse = {
723
723
  status: 200;
724
724
  };
725
725
  type GetKnowledgebaseDatasourceHistoryHttpError = {
726
- data: ErrorResponse;
726
+ data: ErrorResponseCopy;
727
727
  headers: Headers;
728
728
  status: 400 | 403 | 404;
729
729
  };
@@ -741,7 +741,7 @@ type DeleteKnowledgebaseDatasourceScheduleHttpResponse = {
741
741
  status: 204;
742
742
  };
743
743
  type DeleteKnowledgebaseDatasourceScheduleHttpError = {
744
- data: ErrorResponse;
744
+ data: ErrorResponseCopy;
745
745
  headers: Headers;
746
746
  status: 400 | 403 | 404;
747
747
  };
@@ -759,7 +759,7 @@ type GetKnowledgebaseDatasourceScheduleHttpResponse = {
759
759
  status: 200;
760
760
  };
761
761
  type GetKnowledgebaseDatasourceScheduleHttpError = {
762
- data: ErrorResponse;
762
+ data: ErrorResponseCopy;
763
763
  headers: Headers;
764
764
  status: 400 | 403 | 404;
765
765
  };
@@ -778,7 +778,7 @@ type CreateKnowledgebaseDatasourceScheduleHttpResponse = {
778
778
  status: 200 | 201;
779
779
  };
780
780
  type CreateKnowledgebaseDatasourceScheduleHttpError = {
781
- data: ErrorResponse;
781
+ data: ErrorResponseCopy;
782
782
  headers: Headers;
783
783
  status: 400 | 403 | 404;
784
784
  };
@@ -807,7 +807,7 @@ type GetKnowledgebaseHistoriesHttpResponse = {
807
807
  next?: (options?: ApiCallOptions) => Promise<GetKnowledgebaseHistoriesHttpResponse>;
808
808
  };
809
809
  type GetKnowledgebaseHistoriesHttpError = {
810
- data: ErrorResponse;
810
+ data: ErrorResponseCopy;
811
811
  headers: Headers;
812
812
  status: 400 | 403 | 404;
813
813
  };
@@ -19,7 +19,8 @@ import { y as ApiCallOptions } from "./auth-types-CHOUViJI.js";
19
19
  */
20
20
  type AssignmentsActionsAddRequest = {
21
21
  add: {
22
- /** User name */
22
+ /** @deprecated
23
+ * User name */
23
24
  name?: string;
24
25
  /** User subject */
25
26
  subject: string;
@@ -1339,6 +1339,9 @@ type ProfileInsights = {
1339
1339
  featuresList?: FeaturesList;
1340
1340
  name: string;
1341
1341
  };
1342
+ /** Optional experiment version ID. When included, it indicates that
1343
+ * this dataset profile is a snapshot from a previous version. */
1344
+ experimentVersionId?: string;
1342
1345
  /** List of feature insights object, one per feature in the dataset */
1343
1346
  insights?: FeatureInsights[];
1344
1347
  /** Is this a CSV dataset > 1GB? */
@@ -1355,6 +1358,8 @@ type ProfileInsights = {
1355
1358
  numberOfRows?: number;
1356
1359
  /** ID of owner/user for this entity */
1357
1360
  ownerId: OwnerId;
1361
+ /** Size of the profiled dataset in bytes. */
1362
+ sizeInBytes?: number;
1358
1363
  /** Status of profile insights. Not available until `ready`. */
1359
1364
  status: "pending" | "error" | "ready";
1360
1365
  /** Tenant ID for this entity */
@@ -2382,6 +2387,11 @@ declare function getMlProfileInsightWithQuery(dataSetId: string, query: {
2382
2387
  /** The optional experiment type for profile-insights GET requests after
2383
2388
  * this is known. */
2384
2389
  experimentType?: ExperimentType;
2390
+ /** The optional experimentVersionId query parameter for profile-insights
2391
+ * GET requests. When provided after a version has been trained, it gets
2392
+ * the profile insights snapshot used in previous versions rather than
2393
+ * new results. */
2394
+ experimentVersionId?: string;
2385
2395
  /** The optional target feature for profile-insights GET requests after this
2386
2396
  * is known. */
2387
2397
  target?: string;
@@ -1,7 +1,7 @@
1
1
  import { d as HostConfig } from "./auth-types-CHOUViJI.js";
2
2
 
3
3
  //#region src/qix/types/engine-schema.d.ts
4
- declare const QIX_SCHEMA_VERSION = "12.2622.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2623.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -39,11 +39,17 @@ type ChartTemplate = {
39
39
  outZoom?: number;
40
40
  /** Soft property changes on chart */
41
41
  patches?: unknown[];
42
+ /** Flag to configure the persistent bookmark to use variables. */
43
+ persistentBookmarkIncludeVariables?: boolean;
42
44
  /** sheetId of app */
43
45
  sheetId?: string;
44
46
  /** widthPx of chart */
45
47
  widthPx?: number;
46
48
  };
49
+ /**
50
+ * A bookmark is considered old if its modification date is older than the app creation date.
51
+ */
52
+ type CleanupStrategy = "noCleanup" | "removeOldBookmarks";
47
53
  /**
48
54
  * recipient object model that is directly persisted in the DB
49
55
  */
@@ -143,6 +149,8 @@ type MultiSheetTemplate = {
143
149
  jsOpts?: unknown;
144
150
  jsOptsById?: Record<string, unknown>;
145
151
  patchesById?: Record<string, unknown[]>;
152
+ /** Flag to configure the persistent bookmark to use variables */
153
+ persistentBookmarkIncludeVariables?: boolean;
146
154
  /** Currently only autofit is supported.
147
155
  * If omitted, autofit is the default.
148
156
  * The type of resize to be performed:
@@ -410,6 +418,8 @@ type SharingTaskRecurringCreateRequest = {
410
418
  /** @deprecated
411
419
  * Name of the app associated (through the templates) with this sharing task */
412
420
  appName?: string;
421
+ /** A bookmark is considered old if its modification date is older than the app creation date. */
422
+ cleanupStrategy?: CleanupStrategy;
413
423
  /** the id of the data connection */
414
424
  dataConnectionID?: string;
415
425
  /** Description of the sharing task */
@@ -1151,4 +1161,4 @@ type SharingTasksAPI = {
1151
1161
  */
1152
1162
  declare const sharingTasksExport: SharingTasksAPI;
1153
1163
  //#endregion
1154
- export { SharingSettings as $, GetSharingTasksHttpResponse as A, deleteSharingTask as At, PatchSharingTaskHttpResponse as B, updateSharingTasksSettings as Bt, GetSharingTaskExecutionHttpError as C, UpdateSharingTasksSettingsHttpResponse as Ct, GetSharingTaskHttpError as D, clearCache as Dt, GetSharingTaskExecutionsHttpResponse as E, cancelSharingTask as Et, Links as F, getSharingTaskExecutions as Ft, Self as G, RetentionPolicy as H, ListLinks as I, getSharingTasks as It, SharingExecutionErrors as J, SharingActionsTriggerCreateRequest as K, MultiSheetTemplate as L, getSharingTasksSettings as Lt, GetSharingTasksSettingsHttpResponse as M, getSharingTask as Mt, GroupIDRecipientPersist as N, getSharingTaskExecution as Nt, GetSharingTaskHttpResponse as O, configureSharingTasksSettings as Ot, InsightURL as P, getSharingTaskExecutionFile as Pt, SharingExecutionResponse as Q, Page as R, patchSharingTask as Rt, GetSharingTaskExecutionFileHttpResponse as S, UpdateSharingTasksSettingsHttpError as St, GetSharingTaskExecutionsHttpError as T, UserIDRecipientPersist as Tt, ScheduleOptions as U, RecipientsPersist as V, Selection as W, SharingExecutionListResponse as X, SharingExecutionFile as Y, SharingExecutionPersist as Z, ErrorMeta as _, TaskGroupRecipientError as _t, CancelSharingTaskHttpResponse as a, SharingTaskRecurringPatchRequestCompliant as at, ExecuteSharingTasksHttpResponse as b, TemplateResult as bt, ConfigureSharingTasksSettingsHttpResponse as c, SharingTaskRecurringRecipients as ct, DeleteSharingTaskHttpError as d, SheetTemplate as dt, SharingSettingsPatchCompliant as et, DeleteSharingTaskHttpResponse as f, StandardListResponseProps as ft, Error as g, TaskError as gt, EncryptedProperty as h, TargetUser as ht, CancelSharingTaskHttpError as i, SharingTaskRecurringListResponse as it, GetSharingTasksSettingsHttpError as j, executeSharingTasks as jt, GetSharingTasksHttpError as k, createSharingTask as kt, CreateSharingTaskHttpError as l, SharingTaskRecurringResponse as lt, EmailComposition as m, StoryTemplate as mt, AlertingTaskGroupRecipientError as n, SharingTaskPatchRequestCompliantList as nt, ChartTemplate as o, SharingTaskRecurringPersist as ot, EmailAddressRecipientPersist as p, State as pt, SharingExecutionError as q, AlertingTaskRecipientError as r, SharingTaskRecurringCreateRequest as rt, ConfigureSharingTasksSettingsHttpError as s, SharingTaskRecurringPersistEncryptedEmailContent as st, APISettingsUpload as t, SharingSettingsPatchCompliantList as tt, CreateSharingTaskHttpResponse as u, SharingTasksAPI as ut, Errors as v, TaskRecipientError as vt, GetSharingTaskExecutionHttpResponse as w, UserIDRecipient as wt, GetSharingTaskExecutionFileHttpError as x, Trigger as xt, ExecuteSharingTasksHttpError as y, TemplatePersist as yt, PatchSharingTaskHttpError as z, sharingTasksExport as zt };
1164
+ export { SharingExecutionResponse as $, GetSharingTasksHttpError as A, createSharingTask as At, PatchSharingTaskHttpError as B, sharingTasksExport as Bt, GetSharingTaskExecutionFileHttpResponse as C, UpdateSharingTasksSettingsHttpError as Ct, GetSharingTaskExecutionsHttpResponse as D, cancelSharingTask as Dt, GetSharingTaskExecutionsHttpError as E, UserIDRecipientPersist as Et, InsightURL as F, getSharingTaskExecutionFile as Ft, Selection as G, RecipientsPersist as H, Links as I, getSharingTaskExecutions as It, SharingExecutionError as J, Self as K, ListLinks as L, getSharingTasks as Lt, GetSharingTasksSettingsHttpError as M, executeSharingTasks as Mt, GetSharingTasksSettingsHttpResponse as N, getSharingTask as Nt, GetSharingTaskHttpError as O, clearCache as Ot, GroupIDRecipientPersist as P, getSharingTaskExecution as Pt, SharingExecutionPersist as Q, MultiSheetTemplate as R, getSharingTasksSettings as Rt, GetSharingTaskExecutionFileHttpError as S, Trigger as St, GetSharingTaskExecutionHttpResponse as T, UserIDRecipient as Tt, RetentionPolicy as U, PatchSharingTaskHttpResponse as V, updateSharingTasksSettings as Vt, ScheduleOptions as W, SharingExecutionFile as X, SharingExecutionErrors as Y, SharingExecutionListResponse as Z, Error as _, TaskError as _t, CancelSharingTaskHttpResponse as a, SharingTaskRecurringListResponse as at, ExecuteSharingTasksHttpError as b, TemplatePersist as bt, ConfigureSharingTasksSettingsHttpError as c, SharingTaskRecurringPersistEncryptedEmailContent as ct, CreateSharingTaskHttpResponse as d, SharingTasksAPI as dt, SharingSettings as et, DeleteSharingTaskHttpError as f, SheetTemplate as ft, EncryptedProperty as g, TargetUser as gt, EmailComposition as h, StoryTemplate as ht, CancelSharingTaskHttpError as i, SharingTaskRecurringCreateRequest as it, GetSharingTasksHttpResponse as j, deleteSharingTask as jt, GetSharingTaskHttpResponse as k, configureSharingTasksSettings as kt, ConfigureSharingTasksSettingsHttpResponse as l, SharingTaskRecurringRecipients as lt, EmailAddressRecipientPersist as m, State as mt, AlertingTaskGroupRecipientError as n, SharingSettingsPatchCompliantList as nt, ChartTemplate as o, SharingTaskRecurringPatchRequestCompliant as ot, DeleteSharingTaskHttpResponse as p, StandardListResponseProps as pt, SharingActionsTriggerCreateRequest as q, AlertingTaskRecipientError as r, SharingTaskPatchRequestCompliantList as rt, CleanupStrategy as s, SharingTaskRecurringPersist as st, APISettingsUpload as t, SharingSettingsPatchCompliant as tt, CreateSharingTaskHttpError as u, SharingTaskRecurringResponse as ut, ErrorMeta as v, TaskGroupRecipientError as vt, GetSharingTaskExecutionHttpError as w, UpdateSharingTasksSettingsHttpResponse as wt, ExecuteSharingTasksHttpResponse as x, TemplateResult as xt, Errors as y, TaskRecipientError as yt, Page as z, patchSharingTask as zt };
package/index.d.ts CHANGED
@@ -2,10 +2,10 @@ import { d as HostConfig } from "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/invoke-fetch-C1Z0RJYU.js";
3
3
  import { a as createInterceptors, t as InterceptorsAPI } from "./chunks/interceptors-BoGH3CGy.js";
4
4
  import { c as setDefaultHostConfig, i as getWebResourceAuthParams, l as unregisterHostConfig, o as registerAuthModule, r as getAccessToken, s as registerHostConfig, t as AuthAPI } from "./chunks/auth-BYyDvXka.js";
5
- import { t as QixAPI } from "./chunks/qix-CYETPFnP.js";
5
+ import { t as QixAPI } from "./chunks/qix-BJgISmMN.js";
6
6
  import { s as ApiKeysAPI } from "./chunks/api-keys-DS7LkwI8.js";
7
- import { y as AppsAPI } from "./chunks/apps-B_ut0nyb.js";
8
- import { n as AssistantsAPI } from "./chunks/assistants-DZMh4UTc.js";
7
+ import { y as AppsAPI } from "./chunks/apps-BR3gTz4F.js";
8
+ import { n as AssistantsAPI } from "./chunks/assistants-C_a4uNnT.js";
9
9
  import { n as AuditsAPI } from "./chunks/audits-BC_9Nsc3.js";
10
10
  import { d as AutomationConnectionsAPI } from "./chunks/automation-connections-Cyhb0FaN.js";
11
11
  import { t as AutomationConnectorsAPI } from "./chunks/automation-connectors-LrawaoDq.js";
@@ -37,10 +37,10 @@ import { it as GlossariesAPI } from "./chunks/glossaries-DOGETgAy.js";
37
37
  import { T as GroupsAPI } from "./chunks/groups-B5ZSHoU7.js";
38
38
  import { z as IdentityProvidersAPI } from "./chunks/identity-providers-B95UphQ7.js";
39
39
  import { E as ItemsAPI } from "./chunks/items-prd2PJHL.js";
40
- import { nt as KnowledgebasesAPI } from "./chunks/knowledgebases-BddClrQS.js";
41
- import { D as LicensesAPI } from "./chunks/licenses-DzZh3F70.js";
40
+ import { nt as KnowledgebasesAPI } from "./chunks/knowledgebases-nV7L0G3L.js";
41
+ import { D as LicensesAPI } from "./chunks/licenses-CVBtRLsB.js";
42
42
  import { dt as LineageGraphsAPI } from "./chunks/lineage-graphs-DH3iZ45F.js";
43
- import { Un as MlAPI } from "./chunks/ml-DZ4QCH4Q.js";
43
+ import { Un as MlAPI } from "./chunks/ml-C4ZfC5E0.js";
44
44
  import { c as NotesAPI } from "./chunks/notes-BmZ3kWFF.js";
45
45
  import { a as NotificationsAPI } from "./chunks/notifications-DpmHo21D.js";
46
46
  import { F as OauthClientsAPI } from "./chunks/oauth-clients-lKvXqnlf.js";
@@ -52,7 +52,7 @@ import { _ as ReloadsAPI } from "./chunks/reloads-BhEQHvZ_.js";
52
52
  import { x as ReportTemplatesAPI } from "./chunks/report-templates-CC5GHDZP.js";
53
53
  import { U as ReportsAPI } from "./chunks/reports-gdDevE7G.js";
54
54
  import { y as RolesAPI } from "./chunks/roles-CI51tqVy.js";
55
- import { ut as SharingTasksAPI } from "./chunks/sharing-tasks-BBCqrevS.js";
55
+ import { dt as SharingTasksAPI } from "./chunks/sharing-tasks-OVGdU-Zj.js";
56
56
  import { et as SpacesAPI } from "./chunks/spaces-mALfyUk6.js";
57
57
  import { H as TasksAPI } from "./chunks/tasks-C5LAAjFh.js";
58
58
  import { p as TempContentsAPI } from "./chunks/temp-contents-BetQz-oE.js";
package/index.js CHANGED
@@ -222,6 +222,7 @@ const createAppsRuntimeAPI = apiDefToApiPublic("apps", { api: { v1: { apps: {
222
222
  },
223
223
  import: ["importApp:PQBO:"],
224
224
  privileges: ["getAppsPrivileges:G:"],
225
+ validatescript: ["validateScript:PBJ:"],
225
226
  "{appId}": {
226
227
  "": [
227
228
  "deleteApp:D:",
@@ -1,4 +1,4 @@
1
1
  import "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/invoke-fetch-C1Z0RJYU.js";
3
- import { $ as KnowledgeBase, A as DownloadFileResponse, At as deleteKnowledgebaseDatasource, B as GetKnowledgebaseDatasourceHistoryHttpError, Bt as patchKnowledgebase, C as DeleteKnowledgebaseDatasourceHttpResponse, Ct as UpdateKnowledgebaseDatasourceHttpResponse, D as DeleteKnowledgebaseHttpResponse, Dt as createKnowledgebaseDatasource, E as DeleteKnowledgebaseHttpError, Et as createKnowledgebase, F as ErrorResponseCode, Ft as getKnowledgebaseDatasourceHistory, G as GetKnowledgebaseHistoriesHttpResponse, H as GetKnowledgebaseDatasourceScheduleHttpError, Ht as syncKnowledgebaseDatasource, I as ErrorResponseCodeCopy, It as getKnowledgebaseDatasourceSchedule, J as GetKnowledgebasesHttpError, K as GetKnowledgebaseHttpError, L as ErrorResponseCopy, Lt as getKnowledgebaseHistories, M as DownloadKnowledgebaseDatasourceHttpResponse, Mt as downloadKnowledgebaseDatasource, N as Duration, Nt as getKnowledgebase, O as DocStats, Ot as createKnowledgebaseDatasourceSchedule, P as ErrorResponse, Pt as getKnowledgebaseDatasourceHistories, Q as KbChunkMeta, R as GetKnowledgebaseDatasourceHistoriesHttpError, Rt as getKnowledgebases, S as DeleteKnowledgebaseDatasourceHttpError, St as UpdateKnowledgebaseDatasourceHttpError, T as DeleteKnowledgebaseDatasourceScheduleHttpResponse, Tt as clearCache, U as GetKnowledgebaseDatasourceScheduleHttpResponse, Ut as updateKnowledgebaseDatasource, V as GetKnowledgebaseDatasourceHistoryHttpResponse, Vt as searchKnowledgebase, W as GetKnowledgebaseHistoriesHttpError, X as JSONPatch, Y as GetKnowledgebasesHttpResponse, Z as JSONPatchArray, _ as DataSourceCrawlScope, _t as SyncHistory, a as ContentSummary, at as PatchKnowledgebaseHttpError, b as DataSourceSync, bt as SyncKnowledgebaseDatasourceHttpError, c as CreateKnowledgebaseDatasourceHttpError, ct as Schedule, d as CreateKnowledgebaseDatasourceScheduleHttpResponse, dt as ScheduleRange, et as KnowledgeBaseLight, f as CreateKnowledgebaseHttpError, ft as ScheduleWithManifest, g as DataSourceCrawlPattern, gt as SearchResponse, h as DataSourceCrawlConfig, ht as SearchRequest, i as Chunking, it as PageLinks, j as DownloadKnowledgebaseDatasourceHttpError, jt as deleteKnowledgebaseDatasourceSchedule, k as DownloadFile, kt as deleteKnowledgebase, l as CreateKnowledgebaseDatasourceHttpResponse, lt as ScheduleCalendar, m as DataSource, mt as SearchKnowledgebaseHttpResponse, n as CancelKnowledgebaseDatasourceHttpResponse, nt as KnowledgebasesAPI, o as CreateDataSource, ot as PatchKnowledgebaseHttpResponse, p as CreateKnowledgebaseHttpResponse, pt as SearchKnowledgebaseHttpError, q as GetKnowledgebaseHttpResponse, r as Chunk, rt as PageLink, s as CreateKnowledgeBase, st as ResultMeta, t as CancelKnowledgebaseDatasourceHttpError, tt as KnowledgeBasesResult, u as CreateKnowledgebaseDatasourceScheduleHttpError, ut as ScheduleInterval, v as DataSourceFileConfig, vt as SyncHistoryDetails, w as DeleteKnowledgebaseDatasourceScheduleHttpError, wt as cancelKnowledgebaseDatasource, x as DataSourceSyncStatus, xt as SyncKnowledgebaseDatasourceHttpResponse, y as DataSourceFileCrawlScope, yt as SyncHistoryResult, z as GetKnowledgebaseDatasourceHistoriesHttpResponse, zt as knowledgebasesExport } from "./chunks/knowledgebases-BddClrQS.js";
3
+ import { $ as KnowledgeBase, A as DownloadFileResponse, At as deleteKnowledgebaseDatasource, B as GetKnowledgebaseDatasourceHistoryHttpError, Bt as patchKnowledgebase, C as DeleteKnowledgebaseDatasourceHttpResponse, Ct as UpdateKnowledgebaseDatasourceHttpResponse, D as DeleteKnowledgebaseHttpResponse, Dt as createKnowledgebaseDatasource, E as DeleteKnowledgebaseHttpError, Et as createKnowledgebase, F as ErrorResponseCode, Ft as getKnowledgebaseDatasourceHistory, G as GetKnowledgebaseHistoriesHttpResponse, H as GetKnowledgebaseDatasourceScheduleHttpError, Ht as syncKnowledgebaseDatasource, I as ErrorResponseCodeCopy, It as getKnowledgebaseDatasourceSchedule, J as GetKnowledgebasesHttpError, K as GetKnowledgebaseHttpError, L as ErrorResponseCopy, Lt as getKnowledgebaseHistories, M as DownloadKnowledgebaseDatasourceHttpResponse, Mt as downloadKnowledgebaseDatasource, N as Duration, Nt as getKnowledgebase, O as DocStats, Ot as createKnowledgebaseDatasourceSchedule, P as ErrorResponse, Pt as getKnowledgebaseDatasourceHistories, Q as KbChunkMeta, R as GetKnowledgebaseDatasourceHistoriesHttpError, Rt as getKnowledgebases, S as DeleteKnowledgebaseDatasourceHttpError, St as UpdateKnowledgebaseDatasourceHttpError, T as DeleteKnowledgebaseDatasourceScheduleHttpResponse, Tt as clearCache, U as GetKnowledgebaseDatasourceScheduleHttpResponse, Ut as updateKnowledgebaseDatasource, V as GetKnowledgebaseDatasourceHistoryHttpResponse, Vt as searchKnowledgebase, W as GetKnowledgebaseHistoriesHttpError, X as JSONPatch, Y as GetKnowledgebasesHttpResponse, Z as JSONPatchArray, _ as DataSourceCrawlScope, _t as SyncHistory, a as ContentSummary, at as PatchKnowledgebaseHttpError, b as DataSourceSync, bt as SyncKnowledgebaseDatasourceHttpError, c as CreateKnowledgebaseDatasourceHttpError, ct as Schedule, d as CreateKnowledgebaseDatasourceScheduleHttpResponse, dt as ScheduleRange, et as KnowledgeBaseLight, f as CreateKnowledgebaseHttpError, ft as ScheduleWithManifest, g as DataSourceCrawlPattern, gt as SearchResponse, h as DataSourceCrawlConfig, ht as SearchRequest, i as Chunking, it as PageLinks, j as DownloadKnowledgebaseDatasourceHttpError, jt as deleteKnowledgebaseDatasourceSchedule, k as DownloadFile, kt as deleteKnowledgebase, l as CreateKnowledgebaseDatasourceHttpResponse, lt as ScheduleCalendar, m as DataSource, mt as SearchKnowledgebaseHttpResponse, n as CancelKnowledgebaseDatasourceHttpResponse, nt as KnowledgebasesAPI, o as CreateDataSource, ot as PatchKnowledgebaseHttpResponse, p as CreateKnowledgebaseHttpResponse, pt as SearchKnowledgebaseHttpError, q as GetKnowledgebaseHttpResponse, r as Chunk, rt as PageLink, s as CreateKnowledgeBase, st as ResultMeta, t as CancelKnowledgebaseDatasourceHttpError, tt as KnowledgeBasesResult, u as CreateKnowledgebaseDatasourceScheduleHttpError, ut as ScheduleInterval, v as DataSourceFileConfig, vt as SyncHistoryDetails, w as DeleteKnowledgebaseDatasourceScheduleHttpError, wt as cancelKnowledgebaseDatasource, x as DataSourceSyncStatus, xt as SyncKnowledgebaseDatasourceHttpResponse, y as DataSourceFileCrawlScope, yt as SyncHistoryResult, z as GetKnowledgebaseDatasourceHistoriesHttpResponse, zt as knowledgebasesExport } from "./chunks/knowledgebases-nV7L0G3L.js";
4
4
  export { CancelKnowledgebaseDatasourceHttpError, CancelKnowledgebaseDatasourceHttpResponse, Chunk, Chunking, ContentSummary, CreateDataSource, CreateKnowledgeBase, CreateKnowledgebaseDatasourceHttpError, CreateKnowledgebaseDatasourceHttpResponse, CreateKnowledgebaseDatasourceScheduleHttpError, CreateKnowledgebaseDatasourceScheduleHttpResponse, CreateKnowledgebaseHttpError, CreateKnowledgebaseHttpResponse, DataSource, DataSourceCrawlConfig, DataSourceCrawlPattern, DataSourceCrawlScope, DataSourceFileConfig, DataSourceFileCrawlScope, DataSourceSync, DataSourceSyncStatus, DeleteKnowledgebaseDatasourceHttpError, DeleteKnowledgebaseDatasourceHttpResponse, DeleteKnowledgebaseDatasourceScheduleHttpError, DeleteKnowledgebaseDatasourceScheduleHttpResponse, DeleteKnowledgebaseHttpError, DeleteKnowledgebaseHttpResponse, DocStats, DownloadFile, DownloadFileResponse, DownloadKnowledgebaseDatasourceHttpError, DownloadKnowledgebaseDatasourceHttpResponse, Duration, ErrorResponse, ErrorResponseCode, ErrorResponseCodeCopy, ErrorResponseCopy, GetKnowledgebaseDatasourceHistoriesHttpError, GetKnowledgebaseDatasourceHistoriesHttpResponse, GetKnowledgebaseDatasourceHistoryHttpError, GetKnowledgebaseDatasourceHistoryHttpResponse, GetKnowledgebaseDatasourceScheduleHttpError, GetKnowledgebaseDatasourceScheduleHttpResponse, GetKnowledgebaseHistoriesHttpError, GetKnowledgebaseHistoriesHttpResponse, GetKnowledgebaseHttpError, GetKnowledgebaseHttpResponse, GetKnowledgebasesHttpError, GetKnowledgebasesHttpResponse, JSONPatch, JSONPatchArray, KbChunkMeta, KnowledgeBase, KnowledgeBaseLight, KnowledgeBasesResult, KnowledgebasesAPI, PageLink, PageLinks, PatchKnowledgebaseHttpError, PatchKnowledgebaseHttpResponse, ResultMeta, Schedule, ScheduleCalendar, ScheduleInterval, ScheduleRange, ScheduleWithManifest, SearchKnowledgebaseHttpError, SearchKnowledgebaseHttpResponse, SearchRequest, SearchResponse, SyncHistory, SyncHistoryDetails, SyncHistoryResult, SyncKnowledgebaseDatasourceHttpError, SyncKnowledgebaseDatasourceHttpResponse, UpdateKnowledgebaseDatasourceHttpError, UpdateKnowledgebaseDatasourceHttpResponse, cancelKnowledgebaseDatasource, clearCache, createKnowledgebase, createKnowledgebaseDatasource, createKnowledgebaseDatasourceSchedule, knowledgebasesExport as default, deleteKnowledgebase, deleteKnowledgebaseDatasource, deleteKnowledgebaseDatasourceSchedule, downloadKnowledgebaseDatasource, getKnowledgebase, getKnowledgebaseDatasourceHistories, getKnowledgebaseDatasourceHistory, getKnowledgebaseDatasourceSchedule, getKnowledgebaseHistories, getKnowledgebases, patchKnowledgebase, searchKnowledgebase, syncKnowledgebaseDatasource, updateKnowledgebaseDatasource };
package/licenses.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/invoke-fetch-C1Z0RJYU.js";
3
- import { A as UpdateLicenseAssignmentsHttpResponse, B as getLicenseStatus, C as GetLicenseStatusHttpResponse, D as LicensesAPI, E as LicenseStatus, F as deleteLicenseAssignments, H as updateLicenseAssignments, I as getLicenseAssignments, L as getLicenseConsumption, M as UpdateLicenseSettingsHttpResponse, N as addLicenseAssignments, O as SettingsBody, P as clearCache, R as getLicenseOverview, S as GetLicenseStatusHttpError, T as LicenseOverview, U as updateLicenseSettings, V as licensesExport, _ as GetLicenseConsumptionHttpResponse, a as AssignmentsActionsDeleteRequest, b as GetLicenseSettingsHttpError, c as AssignmentsActionsUpdateResponse, d as DeleteLicenseAssignmentsHttpError, f as DeleteLicenseAssignmentsHttpResponse, g as GetLicenseConsumptionHttpError, h as GetLicenseAssignmentsHttpResponse, i as AssignmentsActionsAddResponse, j as UpdateLicenseSettingsHttpError, k as UpdateLicenseAssignmentsHttpError, l as AssignmentsResponse, m as GetLicenseAssignmentsHttpError, n as AddLicenseAssignmentsHttpResponse, o as AssignmentsActionsDeleteResponse, p as ErrorResponse, r as AssignmentsActionsAddRequest, s as AssignmentsActionsUpdateRequest, t as AddLicenseAssignmentsHttpError, u as ConsumptionEventsResponse, v as GetLicenseOverviewHttpError, w as Href, x as GetLicenseSettingsHttpResponse, y as GetLicenseOverviewHttpResponse, z as getLicenseSettings } from "./chunks/licenses-DzZh3F70.js";
3
+ import { A as UpdateLicenseAssignmentsHttpResponse, B as getLicenseStatus, C as GetLicenseStatusHttpResponse, D as LicensesAPI, E as LicenseStatus, F as deleteLicenseAssignments, H as updateLicenseAssignments, I as getLicenseAssignments, L as getLicenseConsumption, M as UpdateLicenseSettingsHttpResponse, N as addLicenseAssignments, O as SettingsBody, P as clearCache, R as getLicenseOverview, S as GetLicenseStatusHttpError, T as LicenseOverview, U as updateLicenseSettings, V as licensesExport, _ as GetLicenseConsumptionHttpResponse, a as AssignmentsActionsDeleteRequest, b as GetLicenseSettingsHttpError, c as AssignmentsActionsUpdateResponse, d as DeleteLicenseAssignmentsHttpError, f as DeleteLicenseAssignmentsHttpResponse, g as GetLicenseConsumptionHttpError, h as GetLicenseAssignmentsHttpResponse, i as AssignmentsActionsAddResponse, j as UpdateLicenseSettingsHttpError, k as UpdateLicenseAssignmentsHttpError, l as AssignmentsResponse, m as GetLicenseAssignmentsHttpError, n as AddLicenseAssignmentsHttpResponse, o as AssignmentsActionsDeleteResponse, p as ErrorResponse, r as AssignmentsActionsAddRequest, s as AssignmentsActionsUpdateRequest, t as AddLicenseAssignmentsHttpError, u as ConsumptionEventsResponse, v as GetLicenseOverviewHttpError, w as Href, x as GetLicenseSettingsHttpResponse, y as GetLicenseOverviewHttpResponse, z as getLicenseSettings } from "./chunks/licenses-CVBtRLsB.js";
4
4
  export { AddLicenseAssignmentsHttpError, AddLicenseAssignmentsHttpResponse, AssignmentsActionsAddRequest, AssignmentsActionsAddResponse, AssignmentsActionsDeleteRequest, AssignmentsActionsDeleteResponse, AssignmentsActionsUpdateRequest, AssignmentsActionsUpdateResponse, AssignmentsResponse, ConsumptionEventsResponse, DeleteLicenseAssignmentsHttpError, DeleteLicenseAssignmentsHttpResponse, ErrorResponse, GetLicenseAssignmentsHttpError, GetLicenseAssignmentsHttpResponse, GetLicenseConsumptionHttpError, GetLicenseConsumptionHttpResponse, GetLicenseOverviewHttpError, GetLicenseOverviewHttpResponse, GetLicenseSettingsHttpError, GetLicenseSettingsHttpResponse, GetLicenseStatusHttpError, GetLicenseStatusHttpResponse, Href, LicenseOverview, LicenseStatus, LicensesAPI, SettingsBody, UpdateLicenseAssignmentsHttpError, UpdateLicenseAssignmentsHttpResponse, UpdateLicenseSettingsHttpError, UpdateLicenseSettingsHttpResponse, addLicenseAssignments, clearCache, licensesExport as default, deleteLicenseAssignments, getLicenseAssignments, getLicenseConsumption, getLicenseOverview, getLicenseSettings, getLicenseStatus, updateLicenseAssignments, updateLicenseSettings };
package/ml.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/invoke-fetch-C1Z0RJYU.js";
3
- import { $ as DataType, $n as ModelMetricsBinary, $r as createMlDeployment, $t as ExperimentVersionId, A as BatchPredictionWriteback, Ai as patchMlDeploymentBatchPrediction, An as GetMlExperimentVersionHttpError, Ar as RealtimePredictionInput, At as EnumSortAliases, B as CreateMlDeploymentBatchPredictionHttpError, Bn as IndexColumn, Br as SetMlDeploymentBatchPredictionScheduleHttpError, Bt as ExperimentGetResponse, C as BatchPredictionSchedule, Ci as getMlExperimentVersions, Cn as GetMlDeploymentsHttpResponse, Cr as PreprocessedInsightColumn, Ct as DeploymentInput, D as BatchPredictionSchedulePatch, Di as mlExport, Dn as GetMlExperimentModelHttpResponse, Dr as RealTimePredictionInputSchema, Dt as EntityDescription, E as BatchPredictionScheduleInputAttributes, Ei as getMlProfileInsightWithQuery, En as GetMlExperimentModelHttpError, Er as ProfileInsightsInput, Et as DroppedFeature, F as ColumnTransform, Fi as removeMlDeploymentModels, Fn as GetMlExperimentsHttpResponse, Fr as ResponseLinks, Ft as EnumSortModels, G as CreateMlExperimentHttpResponse, Gn as ModelAlgorithm, Gr as Transform, Gt as ExperimentModelRecommendationPostResponse, H as CreateMlDeploymentHttpError, Hn as JobType, Hr as SpaceId, Ht as ExperimentInput, I as CorrId, Ii as runMlDeploymentAliaseRealtimePredictions, In as GetMlProfileInsightHttpError, Ir as RunMlDeploymentAliaseRealtimePredictionsHttpError, It as ErrorMessage, J as CreateMlProfileInsightHttpError, Jn as ModelForRecommendations, Jr as UpdatedAt, Jt as ExperimentPostResponse, K as CreateMlExperimentVersionHttpError, Kn as ModelAlgorithmAbbreviation, Kr as UpdateMlDeploymentBatchPredictionScheduleHttpError, Kt as ExperimentPatch, L as CorrType, Li as runMlDeploymentRealtimePredictions, Ln as GetMlProfileInsightHttpResponse, Lr as RunMlDeploymentAliaseRealtimePredictionsHttpResponse, Lt as Errors, M as CancelMlJobHttpError, Mi as patchMlExperimentVersion, Mn as GetMlExperimentVersionsHttpError, Mr as RecommendModelsMlExperimentHttpResponse, Mt as EnumSortDeployments, N as CancelMlJobHttpResponse, Ni as predictMlDeploymentBatchPrediction, Nn as GetMlExperimentVersionsHttpResponse, Nr as RemoveMlDeploymentModelsHttpError, Nt as EnumSortExperimentVersions, O as BatchPredictionSchedulePutResponse, Oi as patchMlDeployment, On as GetMlExperimentModelsHttpError, Or as RealTimePredictionSchema, Ot as EntityId, P as ChangeType, Pi as recommendModelsMlExperiment, Pn as GetMlExperimentsHttpError, Pr as RemoveMlDeploymentModelsHttpResponse, Pt as EnumSortExperiments, Q as DataSetId, Qn as ModelMetrics, Qr as clearCache, Qt as ExperimentVersionGetResponse, R as CreateMlDeploymentAliaseHttpError, Ri as setMlDeploymentBatchPredictionSchedule, Rn as GetMlProfileInsightWithQueryHttpError, Rr as RunMlDeploymentRealtimePredictionsHttpError, Rt as Experiment, S as BatchPredictionPostResponse, Si as getMlExperimentVersion, Sn as GetMlDeploymentsHttpError, Sr as PredictionJobResponse, St as DeploymentId, T as BatchPredictionScheduleInput, Ti as getMlProfileInsight, Tn as GetMlExperimentHttpResponse, Tr as ProfileInsightsGetResponse, Tt as DeploymentPostResponse, U as CreateMlDeploymentHttpResponse, Un as MlAPI, Ur as TenantId, Ut as ExperimentMode, V as CreateMlDeploymentBatchPredictionHttpResponse, Vn as Insights, Vr as SetMlDeploymentBatchPredictionScheduleHttpResponse, Vt as ExperimentId, W as CreateMlExperimentHttpError, Wn as Model, Wr as TrainingDuration, Wt as ExperimentModelRecommendationFilter, X as CreatedAt, Xn as ModelId, Xr as addMlDeploymentModels, Xt as ExperimentVersion, Y as CreateMlProfileInsightHttpResponse, Yn as ModelGetResponse, Yr as activateModelsMlDeployment, Yt as ExperimentType, Z as CreatedBy, Zn as ModelInfo, Zr as cancelMlJob, Zt as ExperimentVersionFindResponse, _ as BatchPredictionActionResponse, _i as getMlDeploymentBatchPredictions, _n as GetMlDeploymentBatchPredictionScheduleHttpResponse, _r as PatchMlExperimentVersionHttpError, _t as DeployedModelIds, a as AddMlDeploymentModelsHttpResponse, ai as deactivateModelsMlDeployment, an as FeatureInsights, ar as ModelsInfo, at as DeleteMlDeploymentAliaseHttpResponse, b as BatchPredictionInput, bi as getMlExperimentModel, bn as GetMlDeploymentHttpError, br as PredictMlDeploymentBatchPredictionHttpError, bt as DeploymentFindResponse, c as AliasGetResponse, ci as deleteMlDeploymentBatchPrediction, cn as FileType, cr as ParentJobId, ct as DeleteMlDeploymentBatchPredictionScheduleHttpError, d as AliasMode, di as deleteMlExperimentVersion, dn as GetMlDeploymentAliaseHttpResponse, dr as PatchMlDeploymentBatchPredictionHttpError, dt as DeleteMlDeploymentHttpResponse, ei as createMlDeploymentAliase, en as ExperimentVersionInput, er as ModelMetricsMulticlass, et as DatasetOrigin, f as AliasPatch, fi as getMlDeployment, fn as GetMlDeploymentAliasesHttpError, fr as PatchMlDeploymentBatchPredictionHttpResponse, ft as DeleteMlExperimentHttpError, g as BatchPrediction, gi as getMlDeploymentBatchPredictionSchedule, gn as GetMlDeploymentBatchPredictionScheduleHttpError, gr as PatchMlExperimentHttpResponse, gt as DeletedAt, h as AnyType, hi as getMlDeploymentBatchPrediction, hn as GetMlDeploymentBatchPredictionHttpResponse, hr as PatchMlExperimentHttpError, ht as DeleteMlExperimentVersionHttpResponse, i as AddMlDeploymentModelsHttpError, ii as createMlProfileInsight, in as Feature, ir as ModelStatus, it as DeleteMlDeploymentAliaseHttpError, j as BinaryImbalanceSampling, ji as patchMlExperiment, jn as GetMlExperimentVersionHttpResponse, jr as RecommendModelsMlExperimentHttpError, jt as EnumSortBatchPredictions, k as BatchPredictionStatus, ki as patchMlDeploymentAliase, kn as GetMlExperimentModelsHttpResponse, kr as RealtimePrediction, kt as EntityName, l as AliasId, li as deleteMlDeploymentBatchPredictionSchedule, ln as FindResponseMeta, lr as PatchMlDeploymentAliaseHttpError, lt as DeleteMlDeploymentBatchPredictionScheduleHttpResponse, m as AliasPostResponse, mi as getMlDeploymentAliases, mn as GetMlDeploymentBatchPredictionHttpError, mr as PatchMlDeploymentHttpResponse, mt as DeleteMlExperimentVersionHttpError, n as ActivateModelsMlDeploymentHttpError, ni as createMlExperiment, nn as ExperimentVersionPostResponse, nr as ModelMetricsTimeseries, nt as DeactivateModelsMlDeploymentHttpError, o as Alias, oi as deleteMlDeployment, on as FeatureType, or as OutputFile, ot as DeleteMlDeploymentBatchPredictionHttpError, p as AliasPatchItem, pi as getMlDeploymentAliase, pn as GetMlDeploymentAliasesHttpResponse, pr as PatchMlDeploymentHttpError, pt as DeleteMlExperimentHttpResponse, q as CreateMlExperimentVersionHttpResponse, qn as ModelFindResponse, qr as UpdateMlDeploymentBatchPredictionScheduleHttpResponse, qt as ExperimentPatchItem, r as ActivateModelsMlDeploymentHttpResponse, ri as createMlExperimentVersion, rn as Failure, rr as ModelState, rt as DeactivateModelsMlDeploymentHttpResponse, s as AliasFindResponse, si as deleteMlDeploymentAliase, sn as FeaturesList, sr as OwnerId, st as DeleteMlDeploymentBatchPredictionHttpResponse, t as APIError, ti as createMlDeploymentBatchPrediction, tn as ExperimentVersionPatch, tr as ModelMetricsRegression, tt as DateIndexes, u as AliasInput, ui as deleteMlExperiment, un as GetMlDeploymentAliaseHttpError, ur as PatchMlDeploymentAliaseHttpResponse, ut as DeleteMlDeploymentHttpError, v as BatchPredictionFindResponse, vi as getMlDeployments, vn as GetMlDeploymentBatchPredictionsHttpError, vr as PatchMlExperimentVersionHttpResponse, vt as DeployedModelsInput, w as BatchPredictionScheduleGetResponse, wi as getMlExperiments, wn as GetMlExperimentHttpError, wr as ProfileInsights, wt as DeploymentPatch, x as BatchPredictionPatch, xi as getMlExperimentModels, xn as GetMlDeploymentHttpResponse, xr as PredictMlDeploymentBatchPredictionHttpResponse, xt as DeploymentGetResponse, y as BatchPredictionGetResponse, yi as getMlExperiment, yn as GetMlDeploymentBatchPredictionsHttpResponse, yr as Pipeline, yt as Deployment, z as CreateMlDeploymentAliaseHttpResponse, zi as updateMlDeploymentBatchPredictionSchedule, zn as GetMlProfileInsightWithQueryHttpResponse, zr as RunMlDeploymentRealtimePredictionsHttpResponse, zt as ExperimentFindResponse } from "./chunks/ml-DZ4QCH4Q.js";
3
+ import { $ as DataType, $n as ModelMetricsBinary, $r as createMlDeployment, $t as ExperimentVersionId, A as BatchPredictionWriteback, Ai as patchMlDeploymentBatchPrediction, An as GetMlExperimentVersionHttpError, Ar as RealtimePredictionInput, At as EnumSortAliases, B as CreateMlDeploymentBatchPredictionHttpError, Bn as IndexColumn, Br as SetMlDeploymentBatchPredictionScheduleHttpError, Bt as ExperimentGetResponse, C as BatchPredictionSchedule, Ci as getMlExperimentVersions, Cn as GetMlDeploymentsHttpResponse, Cr as PreprocessedInsightColumn, Ct as DeploymentInput, D as BatchPredictionSchedulePatch, Di as mlExport, Dn as GetMlExperimentModelHttpResponse, Dr as RealTimePredictionInputSchema, Dt as EntityDescription, E as BatchPredictionScheduleInputAttributes, Ei as getMlProfileInsightWithQuery, En as GetMlExperimentModelHttpError, Er as ProfileInsightsInput, Et as DroppedFeature, F as ColumnTransform, Fi as removeMlDeploymentModels, Fn as GetMlExperimentsHttpResponse, Fr as ResponseLinks, Ft as EnumSortModels, G as CreateMlExperimentHttpResponse, Gn as ModelAlgorithm, Gr as Transform, Gt as ExperimentModelRecommendationPostResponse, H as CreateMlDeploymentHttpError, Hn as JobType, Hr as SpaceId, Ht as ExperimentInput, I as CorrId, Ii as runMlDeploymentAliaseRealtimePredictions, In as GetMlProfileInsightHttpError, Ir as RunMlDeploymentAliaseRealtimePredictionsHttpError, It as ErrorMessage, J as CreateMlProfileInsightHttpError, Jn as ModelForRecommendations, Jr as UpdatedAt, Jt as ExperimentPostResponse, K as CreateMlExperimentVersionHttpError, Kn as ModelAlgorithmAbbreviation, Kr as UpdateMlDeploymentBatchPredictionScheduleHttpError, Kt as ExperimentPatch, L as CorrType, Li as runMlDeploymentRealtimePredictions, Ln as GetMlProfileInsightHttpResponse, Lr as RunMlDeploymentAliaseRealtimePredictionsHttpResponse, Lt as Errors, M as CancelMlJobHttpError, Mi as patchMlExperimentVersion, Mn as GetMlExperimentVersionsHttpError, Mr as RecommendModelsMlExperimentHttpResponse, Mt as EnumSortDeployments, N as CancelMlJobHttpResponse, Ni as predictMlDeploymentBatchPrediction, Nn as GetMlExperimentVersionsHttpResponse, Nr as RemoveMlDeploymentModelsHttpError, Nt as EnumSortExperimentVersions, O as BatchPredictionSchedulePutResponse, Oi as patchMlDeployment, On as GetMlExperimentModelsHttpError, Or as RealTimePredictionSchema, Ot as EntityId, P as ChangeType, Pi as recommendModelsMlExperiment, Pn as GetMlExperimentsHttpError, Pr as RemoveMlDeploymentModelsHttpResponse, Pt as EnumSortExperiments, Q as DataSetId, Qn as ModelMetrics, Qr as clearCache, Qt as ExperimentVersionGetResponse, R as CreateMlDeploymentAliaseHttpError, Ri as setMlDeploymentBatchPredictionSchedule, Rn as GetMlProfileInsightWithQueryHttpError, Rr as RunMlDeploymentRealtimePredictionsHttpError, Rt as Experiment, S as BatchPredictionPostResponse, Si as getMlExperimentVersion, Sn as GetMlDeploymentsHttpError, Sr as PredictionJobResponse, St as DeploymentId, T as BatchPredictionScheduleInput, Ti as getMlProfileInsight, Tn as GetMlExperimentHttpResponse, Tr as ProfileInsightsGetResponse, Tt as DeploymentPostResponse, U as CreateMlDeploymentHttpResponse, Un as MlAPI, Ur as TenantId, Ut as ExperimentMode, V as CreateMlDeploymentBatchPredictionHttpResponse, Vn as Insights, Vr as SetMlDeploymentBatchPredictionScheduleHttpResponse, Vt as ExperimentId, W as CreateMlExperimentHttpError, Wn as Model, Wr as TrainingDuration, Wt as ExperimentModelRecommendationFilter, X as CreatedAt, Xn as ModelId, Xr as addMlDeploymentModels, Xt as ExperimentVersion, Y as CreateMlProfileInsightHttpResponse, Yn as ModelGetResponse, Yr as activateModelsMlDeployment, Yt as ExperimentType, Z as CreatedBy, Zn as ModelInfo, Zr as cancelMlJob, Zt as ExperimentVersionFindResponse, _ as BatchPredictionActionResponse, _i as getMlDeploymentBatchPredictions, _n as GetMlDeploymentBatchPredictionScheduleHttpResponse, _r as PatchMlExperimentVersionHttpError, _t as DeployedModelIds, a as AddMlDeploymentModelsHttpResponse, ai as deactivateModelsMlDeployment, an as FeatureInsights, ar as ModelsInfo, at as DeleteMlDeploymentAliaseHttpResponse, b as BatchPredictionInput, bi as getMlExperimentModel, bn as GetMlDeploymentHttpError, br as PredictMlDeploymentBatchPredictionHttpError, bt as DeploymentFindResponse, c as AliasGetResponse, ci as deleteMlDeploymentBatchPrediction, cn as FileType, cr as ParentJobId, ct as DeleteMlDeploymentBatchPredictionScheduleHttpError, d as AliasMode, di as deleteMlExperimentVersion, dn as GetMlDeploymentAliaseHttpResponse, dr as PatchMlDeploymentBatchPredictionHttpError, dt as DeleteMlDeploymentHttpResponse, ei as createMlDeploymentAliase, en as ExperimentVersionInput, er as ModelMetricsMulticlass, et as DatasetOrigin, f as AliasPatch, fi as getMlDeployment, fn as GetMlDeploymentAliasesHttpError, fr as PatchMlDeploymentBatchPredictionHttpResponse, ft as DeleteMlExperimentHttpError, g as BatchPrediction, gi as getMlDeploymentBatchPredictionSchedule, gn as GetMlDeploymentBatchPredictionScheduleHttpError, gr as PatchMlExperimentHttpResponse, gt as DeletedAt, h as AnyType, hi as getMlDeploymentBatchPrediction, hn as GetMlDeploymentBatchPredictionHttpResponse, hr as PatchMlExperimentHttpError, ht as DeleteMlExperimentVersionHttpResponse, i as AddMlDeploymentModelsHttpError, ii as createMlProfileInsight, in as Feature, ir as ModelStatus, it as DeleteMlDeploymentAliaseHttpError, j as BinaryImbalanceSampling, ji as patchMlExperiment, jn as GetMlExperimentVersionHttpResponse, jr as RecommendModelsMlExperimentHttpError, jt as EnumSortBatchPredictions, k as BatchPredictionStatus, ki as patchMlDeploymentAliase, kn as GetMlExperimentModelsHttpResponse, kr as RealtimePrediction, kt as EntityName, l as AliasId, li as deleteMlDeploymentBatchPredictionSchedule, ln as FindResponseMeta, lr as PatchMlDeploymentAliaseHttpError, lt as DeleteMlDeploymentBatchPredictionScheduleHttpResponse, m as AliasPostResponse, mi as getMlDeploymentAliases, mn as GetMlDeploymentBatchPredictionHttpError, mr as PatchMlDeploymentHttpResponse, mt as DeleteMlExperimentVersionHttpError, n as ActivateModelsMlDeploymentHttpError, ni as createMlExperiment, nn as ExperimentVersionPostResponse, nr as ModelMetricsTimeseries, nt as DeactivateModelsMlDeploymentHttpError, o as Alias, oi as deleteMlDeployment, on as FeatureType, or as OutputFile, ot as DeleteMlDeploymentBatchPredictionHttpError, p as AliasPatchItem, pi as getMlDeploymentAliase, pn as GetMlDeploymentAliasesHttpResponse, pr as PatchMlDeploymentHttpError, pt as DeleteMlExperimentHttpResponse, q as CreateMlExperimentVersionHttpResponse, qn as ModelFindResponse, qr as UpdateMlDeploymentBatchPredictionScheduleHttpResponse, qt as ExperimentPatchItem, r as ActivateModelsMlDeploymentHttpResponse, ri as createMlExperimentVersion, rn as Failure, rr as ModelState, rt as DeactivateModelsMlDeploymentHttpResponse, s as AliasFindResponse, si as deleteMlDeploymentAliase, sn as FeaturesList, sr as OwnerId, st as DeleteMlDeploymentBatchPredictionHttpResponse, t as APIError, ti as createMlDeploymentBatchPrediction, tn as ExperimentVersionPatch, tr as ModelMetricsRegression, tt as DateIndexes, u as AliasInput, ui as deleteMlExperiment, un as GetMlDeploymentAliaseHttpError, ur as PatchMlDeploymentAliaseHttpResponse, ut as DeleteMlDeploymentHttpError, v as BatchPredictionFindResponse, vi as getMlDeployments, vn as GetMlDeploymentBatchPredictionsHttpError, vr as PatchMlExperimentVersionHttpResponse, vt as DeployedModelsInput, w as BatchPredictionScheduleGetResponse, wi as getMlExperiments, wn as GetMlExperimentHttpError, wr as ProfileInsights, wt as DeploymentPatch, x as BatchPredictionPatch, xi as getMlExperimentModels, xn as GetMlDeploymentHttpResponse, xr as PredictMlDeploymentBatchPredictionHttpResponse, xt as DeploymentGetResponse, y as BatchPredictionGetResponse, yi as getMlExperiment, yn as GetMlDeploymentBatchPredictionsHttpResponse, yr as Pipeline, yt as Deployment, z as CreateMlDeploymentAliaseHttpResponse, zi as updateMlDeploymentBatchPredictionSchedule, zn as GetMlProfileInsightWithQueryHttpResponse, zr as RunMlDeploymentRealtimePredictionsHttpResponse, zt as ExperimentFindResponse } from "./chunks/ml-C4ZfC5E0.js";
4
4
  export { APIError, ActivateModelsMlDeploymentHttpError, ActivateModelsMlDeploymentHttpResponse, AddMlDeploymentModelsHttpError, AddMlDeploymentModelsHttpResponse, Alias, AliasFindResponse, AliasGetResponse, AliasId, AliasInput, AliasMode, AliasPatch, AliasPatchItem, AliasPostResponse, AnyType, BatchPrediction, BatchPredictionActionResponse, BatchPredictionFindResponse, BatchPredictionGetResponse, BatchPredictionInput, BatchPredictionPatch, BatchPredictionPostResponse, BatchPredictionSchedule, BatchPredictionScheduleGetResponse, BatchPredictionScheduleInput, BatchPredictionScheduleInputAttributes, BatchPredictionSchedulePatch, BatchPredictionSchedulePutResponse, BatchPredictionStatus, BatchPredictionWriteback, BinaryImbalanceSampling, CancelMlJobHttpError, CancelMlJobHttpResponse, ChangeType, ColumnTransform, CorrId, CorrType, CreateMlDeploymentAliaseHttpError, CreateMlDeploymentAliaseHttpResponse, CreateMlDeploymentBatchPredictionHttpError, CreateMlDeploymentBatchPredictionHttpResponse, CreateMlDeploymentHttpError, CreateMlDeploymentHttpResponse, CreateMlExperimentHttpError, CreateMlExperimentHttpResponse, CreateMlExperimentVersionHttpError, CreateMlExperimentVersionHttpResponse, CreateMlProfileInsightHttpError, CreateMlProfileInsightHttpResponse, CreatedAt, CreatedBy, DataSetId, DataType, DatasetOrigin, DateIndexes, DeactivateModelsMlDeploymentHttpError, DeactivateModelsMlDeploymentHttpResponse, DeleteMlDeploymentAliaseHttpError, DeleteMlDeploymentAliaseHttpResponse, DeleteMlDeploymentBatchPredictionHttpError, DeleteMlDeploymentBatchPredictionHttpResponse, DeleteMlDeploymentBatchPredictionScheduleHttpError, DeleteMlDeploymentBatchPredictionScheduleHttpResponse, DeleteMlDeploymentHttpError, DeleteMlDeploymentHttpResponse, DeleteMlExperimentHttpError, DeleteMlExperimentHttpResponse, DeleteMlExperimentVersionHttpError, DeleteMlExperimentVersionHttpResponse, DeletedAt, DeployedModelIds, DeployedModelsInput, Deployment, DeploymentFindResponse, DeploymentGetResponse, DeploymentId, DeploymentInput, DeploymentPatch, DeploymentPostResponse, DroppedFeature, EntityDescription, EntityId, EntityName, EnumSortAliases, EnumSortBatchPredictions, EnumSortDeployments, EnumSortExperimentVersions, EnumSortExperiments, EnumSortModels, ErrorMessage, Errors, Experiment, ExperimentFindResponse, ExperimentGetResponse, ExperimentId, ExperimentInput, ExperimentMode, ExperimentModelRecommendationFilter, ExperimentModelRecommendationPostResponse, ExperimentPatch, ExperimentPatchItem, ExperimentPostResponse, ExperimentType, ExperimentVersion, ExperimentVersionFindResponse, ExperimentVersionGetResponse, ExperimentVersionId, ExperimentVersionInput, ExperimentVersionPatch, ExperimentVersionPostResponse, Failure, Feature, FeatureInsights, FeatureType, FeaturesList, FileType, FindResponseMeta, GetMlDeploymentAliaseHttpError, GetMlDeploymentAliaseHttpResponse, GetMlDeploymentAliasesHttpError, GetMlDeploymentAliasesHttpResponse, GetMlDeploymentBatchPredictionHttpError, GetMlDeploymentBatchPredictionHttpResponse, GetMlDeploymentBatchPredictionScheduleHttpError, GetMlDeploymentBatchPredictionScheduleHttpResponse, GetMlDeploymentBatchPredictionsHttpError, GetMlDeploymentBatchPredictionsHttpResponse, GetMlDeploymentHttpError, GetMlDeploymentHttpResponse, GetMlDeploymentsHttpError, GetMlDeploymentsHttpResponse, GetMlExperimentHttpError, GetMlExperimentHttpResponse, GetMlExperimentModelHttpError, GetMlExperimentModelHttpResponse, GetMlExperimentModelsHttpError, GetMlExperimentModelsHttpResponse, GetMlExperimentVersionHttpError, GetMlExperimentVersionHttpResponse, GetMlExperimentVersionsHttpError, GetMlExperimentVersionsHttpResponse, GetMlExperimentsHttpError, GetMlExperimentsHttpResponse, GetMlProfileInsightHttpError, GetMlProfileInsightHttpResponse, GetMlProfileInsightWithQueryHttpError, GetMlProfileInsightWithQueryHttpResponse, IndexColumn, Insights, JobType, MlAPI, Model, ModelAlgorithm, ModelAlgorithmAbbreviation, ModelFindResponse, ModelForRecommendations, ModelGetResponse, ModelId, ModelInfo, ModelMetrics, ModelMetricsBinary, ModelMetricsMulticlass, ModelMetricsRegression, ModelMetricsTimeseries, ModelState, ModelStatus, ModelsInfo, OutputFile, OwnerId, ParentJobId, PatchMlDeploymentAliaseHttpError, PatchMlDeploymentAliaseHttpResponse, PatchMlDeploymentBatchPredictionHttpError, PatchMlDeploymentBatchPredictionHttpResponse, PatchMlDeploymentHttpError, PatchMlDeploymentHttpResponse, PatchMlExperimentHttpError, PatchMlExperimentHttpResponse, PatchMlExperimentVersionHttpError, PatchMlExperimentVersionHttpResponse, Pipeline, PredictMlDeploymentBatchPredictionHttpError, PredictMlDeploymentBatchPredictionHttpResponse, PredictionJobResponse, PreprocessedInsightColumn, ProfileInsights, ProfileInsightsGetResponse, ProfileInsightsInput, RealTimePredictionInputSchema, RealTimePredictionSchema, RealtimePrediction, RealtimePredictionInput, RecommendModelsMlExperimentHttpError, RecommendModelsMlExperimentHttpResponse, RemoveMlDeploymentModelsHttpError, RemoveMlDeploymentModelsHttpResponse, ResponseLinks, RunMlDeploymentAliaseRealtimePredictionsHttpError, RunMlDeploymentAliaseRealtimePredictionsHttpResponse, RunMlDeploymentRealtimePredictionsHttpError, RunMlDeploymentRealtimePredictionsHttpResponse, SetMlDeploymentBatchPredictionScheduleHttpError, SetMlDeploymentBatchPredictionScheduleHttpResponse, SpaceId, TenantId, TrainingDuration, Transform, UpdateMlDeploymentBatchPredictionScheduleHttpError, UpdateMlDeploymentBatchPredictionScheduleHttpResponse, UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, mlExport as default, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, getMlProfileInsightWithQuery, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, recommendModelsMlExperiment, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule };
package/package.json CHANGED
@@ -88,5 +88,5 @@
88
88
  "./interceptors": "./interceptors.js",
89
89
  "./qix": "./qix.js"
90
90
  },
91
- "version": "2.0.0"
91
+ "version": "2.1.0"
92
92
  }
package/qix.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/auth-BYyDvXka.js";
3
- import { $ as ListBoxProperties, $a as NxVariableProperties, $i as NxLibraryMeasure, $n as GenericDimensionLayout, $o as SelectionObjectDef, $r as NxAutoSortByStateDef, $t as CyclicGroupPosition, A as GenericObject, Aa as NxSelectionCellType, Ai as NxFieldDescription, An as FieldDefEx, Ao as SearchFieldMatchesItem, Ar as LogOnType, As as UsageEnum, At as Blob, B as GenericObjectPropertiesNodeLevel4, Ba as NxTickCell, Bi as NxGroupMemberClass, Bn as FileDataFormat, Bo as SearchMatchCombination, Br as NativeGenericMeasureFunctions, Bt as BookmarkStateFieldPages, C as CurrentSelections, Ca as NxPatches, Ci as NxDimensionType, Cn as ExtendedLayoutBookmarkData, Co as SearchAttribute, Cr as LayoutBookmarkData, Cs as TotalMode, Ct as ApplyGroupStateWarningType, D as GenericDimension, Da as NxRange, Di as NxExportFileType, Dn as FailureData, Do as SearchFieldDictionary, Dr as ListObject, Ds as TreeDataDef, Dt as BNFDef, E as GenericBookmark, Ea as NxPivotValuePoint, Ei as NxEngineVersion, En as ExtensionListDef, Eo as SearchContextType, Er as LineageInfo, Es as TreeData, Et as AssociationScore, F as GenericObjectLayoutNodeLevel5, Fa as NxStackPage, Fi as NxFieldTableResourceId, Fn as FieldListDef, Fo as SearchGroupItemMatch, Fr as MetaData, Ft as BookmarkFieldPageEx, G as RpcObject, Ga as NxTreeNode, Gi as NxHypercubeMode, Gn as FolderItemType, Go as SearchSuggestItem, Gr as NxAppLayout, Gt as ChildList, H as GenericObjectPropertiesNodeRec, Ha as NxTreeDimensionDef, Hi as NxGroupTail, Hn as FilterInfo, Ho as SearchObjectOptions, Hr as NativeGenericVariableFunctions, Ht as CalendarStrings, I as GenericObjectLayoutNodeRec, Ia as NxStackedPivotCell, Ii as NxFrequencyMode, In as FieldOrColumn, Io as SearchGroupItemOptions, Ir as NativeDocFunctions, It as BookmarkFieldVerifyResultState, J as DimensionListData, Ja as NxTrendline, Ji as NxInlineMeasureDef, Jn as GenericBookmarkEntry, Jo as SearchValueOptions, Jr as NxAttrDimInfo, Jt as CondDef, K as BookmarkListData, Ka as NxTreeRangeSelectInfo, Ki as NxInfo, Kn as FrequencyDistributionData, Ko as SearchSuggestionResult, Kr as NxAppProperties, Kt as ChildListDef, L as GenericObjectPropertiesNode, La as NxStateCounts, Li as NxGetBookmarkOptions, Ln as FieldScores, Lo as SearchGroupItemType, Lr as NativeFieldFunctions, Lt as BookmarkFieldVerifyWarning, M as GenericObjectLayoutNodeLevel2, Ma as NxSimpleDimValue, Mi as NxFieldResourceId, Mn as FieldInTableData, Mo as SearchFieldValueItem, Mr as MeasureListDef, Ms as ValueExpression, Mt as BookmarkApplyAndVerifyResult, N as GenericObjectLayoutNodeLevel3, Na as NxSimpleValue, Ni as NxFieldSelectionInfo, Nn as FieldInTableProfilingData, No as SearchGroup, Nr as MediaListDef, Ns as VariableList, Nt as BookmarkFieldItem, O as GenericListObject, Oa as NxRangeSelectInfo, Oi as NxExportState, On as FieldAttrType, Oo as SearchFieldMatch, Or as ListObjectDef, Os as UndoInfo, Ot as BNFDefMetaType, P as GenericObjectLayoutNodeLevel4, Pa as NxSortIndicatorType, Pi as NxFieldSelectionMode, Pn as FieldList, Po as SearchGroupItem, Pr as MediaListItem, Ps as VariableListDef, Pt as BookmarkFieldPage, Q as ExpandedFieldListItem, Qa as NxVariableListItem, Qi as NxLibraryDimensionDef, Qn as GenericDimensionInfo, Qo as SelectionObject, Qr as NxAttributeExpressionValues, Qt as CustomConnector, R as GenericObjectPropertiesNodeLevel2, Ra as NxStreamListEntry, Ri as NxGetObjectOptions, Rn as FieldType, Ro as SearchGroupOptions, Rr as NativeGenericBookmarkFunctions, Rt as BookmarkList, S as AnyGenericObjectProperties, Sa as NxPatchOperationType, Si as NxDimensionInfo, Sn as ExpansionData, So as SearchAssociationResult, Sr as KeyType, Ss as TextMacro, St as ApplyGroupStateWarning, T as FieldListObject, Ta as NxPivotPage, Ti as NxDownloadOptions, Tn as ExtensionList, To as SearchCombinationOptions, Tr as LayoutFieldInfo, Ts as TransformAppResult, Tt as ArrayOfNxValuePoint, U as GenericVariable, Ua as NxTreeDimensionInfo, Ui as NxGrpType, Un as FilterType, Uo as SearchPage, Ur as NativeGlobalFunctions, Ut as CharEncodingType, V as GenericObjectPropertiesNodeLevel5, Va as NxTreeDataOption, Vi as NxGroupObjectId, Vn as FileType, Vo as SearchMatchCombinations, Vr as NativeGenericObjectFunctions, Vt as BookmarkVariableItem, W as UndoInfoObject, Wa as NxTreeMultiRangeSelectInfo, Wi as NxHighlightRanges, Wn as FolderItem, Wo as SearchResult, Wr as NativeVariableFunctions, Wt as CharRange, X as DynamicAppViewListData, Xa as NxTrendlineMode, Xi as NxLayoutErrors, Xn as GenericBookmarkProperties, Xo as SearchValueResult, Xr as NxAttrExprInfo, Xt as ContentLibraryList, Y as DimensionListItem, Ya as NxTrendlineDef, Yi as NxLTrendlineType, Yn as GenericBookmarkLayout, Yo as SearchValuePage, Yr as NxAttrExprDef, Yt as Connection, Z as DynamicAppViewListItem, Za as NxValidationError, Zi as NxLibraryDimension, Zn as GenericConnectMachine, Zo as SelectInfo, Zr as NxAttributeDimValues, Zt as ContentLibraryListItem, _ as ObjectHelperFunctions, _a as NxMultiRangeSelectInfo, _i as NxDerivedFieldDescriptionList, _n as EditorBreakpoint, _o as Rect, _r as HyperCubeDef, _s as TableViewConnectionPointSaveInfo, _t as AppEntry, a as AppSession, aa as NxLocalizedWarningCode, ai as NxCell, an as DatabaseInfo, ao as OtherMode, ar as GenericObjectLayoutAdditionalProperties, as as StaticContentList, at as ODAGAppLinkListData, b as Global, ba as NxPageTreeNode, bi as NxDimCellType, bn as ErrorData, bo as ScriptSyntaxError, br as InteractDef, bs as TableViewSaveInfo, bt as AppScript, c as NativeReactHooks, ca as NxMeasure, ci as NxContainerEntry, cn as DerivedFieldsInTableData, co as Point, cr as GenericVariableConstraints, cs as StaticContentUrlDef, ct as SheetListDataCell, d as WorkloadType, da as NxMetaDef, di as NxContinuousRangeSelectInfo, dn as DimensionReference, do as ProgressMessage, dr as GenericVariableType, ds as SymbolFrequency, dt as StoryListData, ea as NxLibraryMeasureDef, ei as NxAxisData, en as DataField, eo as NxViewPort, er as GenericDimensionProperties, es as Size, et as ListItem, f as CombinedWebSocketStateEvent, fa as NxMiniChart, fi as NxCurrentSelectionItem, fn as DoReloadExParams, fo as QFunction, fr as GraphMode, fs as SymbolValue, ft as StoryListItem, g as ModalFunctions, ga as NxMiniChartRows, gi as NxDerivedField, gn as DriveType, go as RangeSelectInfo, gr as HyperCube, gs as TableViewBroomPointSaveInfo, gt as AlternateStateData, h as ListFunctions, ha as NxMiniChartDef, hi as NxDataReductionMode, hn as DriveInfo, ho as QRange, hr as GroupStateInfo, hs as TableRow, ht as AlfaNumString, i as withHostConfig, ia as NxLocalizedErrorCode, ii as NxCardinalities, in as Database, io as OtherLimitMode, ir as GenericObjectLayout, is as StateFieldValues, it as MeasureListItem, j as GenericObjectLayoutNode, ja as NxSelectionInfo, ji as NxFieldProperties, jn as FieldDescription, jo as SearchFieldSelectionMode, jr as MeasureList, js as ValueExpr, jt as Bookmark, k as GenericMeasure, ka as NxSelectionCell, ki as NxFeature, kn as FieldAttributes, ko as SearchFieldMatchType, kr as LocaleInfo, ks as UndoInfoDef, kt as BNFType, l as OpenAppSessionProps, la as NxMeasureInfo, li as NxContinuousDataOptions, ln as DimensionList, lo as PositionMark, lr as GenericVariableLayout, ls as StringExpr, lt as SheetListDataCellBounds, m as Doc, ma as NxMiniChartData, mi as NxDataPage, mn as DocListEntry, mo as QMediaList, mr as GroupState, ms as TableRecord, mt as VariableListItem, n as openAppSession, na as NxListObjectExpression, ni as NxBookmark, nn as DataTable, no as OdbcDsn, nr as GenericMeasureProperties, ns as SourceKeyRecord, nt as MasterObjectListItem, o as CloseProps, oa as NxMatchingFieldInfo, oi as NxCellPosition, on as DatabaseOwner, oo as OtherSortMode, or as GenericObjectProperties, os as StaticContentListItem, ot as ODAGAppLinkListItem, p as WebSocketEvent, pa as NxMiniChartCell, pi as NxDataAreaPage, pn as DoReloadExResult, po as QIX_SCHEMA_VERSION, pr as GroupBookmarkData, ps as TableProfilingData, pt as VariableListData, q as BookmarkListItem, qa as NxTreeValue, qi as NxInlineDimensionDef, qn as FunctionGroup, qo as SearchTermResult, qr as NxAttrDimDef, qt as CodePage, r as qix, ra as NxListObjectExpressionDef, ri as NxCalcCond, rn as DataTableEx, ro as OleDbProvider, rr as GenericObjectEntry, rs as StateEnumType, rt as MeasureListData, s as DocAction, sa as NxMatchingFieldMode, si as NxCellRows, sn as DelimiterInfo, so as OtherTotalSpecProp, sr as GenericObjectPropertiesAdditionalProperties, ss as StaticContentUrl, st as SheetListData, t as QixAPI, ta as NxLinkedObjectInfo, ti as NxAxisTicks, tn as DataRecord, to as ObjectInterface, tr as GenericMeasureLayout, ts as SortCriteria, tt as MasterObjectListData, u as UseAppHook, ua as NxMeta, ui as NxContinuousMode, un as DimensionListDef, uo as ProgressData, ur as GenericVariableProperties, us as StringExpression, ut as SheetListItem, v as SpecialObjectFunctions, va as NxPage, vi as NxDerivedFieldsData, vn as EmbeddedSnapshot, vo as ReloadError, vr as InputFieldItem, vs as TableViewCtlSaveInfo, vt as AppObjectList, w as Field, wa as NxPivotDimensionCell, wi as NxDownloadInfo, wn as ExtendedPivotStateData, wo as SearchCharRange, wr as LayoutExclude, ws as TransformAppParameters, wt as ApplyGroupStatesResult, x as AnyGenericObjectLayout, xa as NxPatch, xi as NxDimension, xn as ErrorDataCode, xo as ScrollPosition, xr as InteractType, xs as TableViewTableWinSaveInfo, xt as AppScriptMeta, y as StandardFunctions, ya as NxPageTreeLevel, yi as NxDerivedGroup, yn as EmbeddedSnapshotDef, yo as SampleResult, yr as InterFieldSortData, ys as TableViewDlgSaveInfo, yt as AppObjectListDef, z as GenericObjectPropertiesNodeLevel3, za as NxTempBookmarkOptions, zi as NxGroupDef, zn as FieldValue, zo as SearchGroupType, zr as NativeGenericDimensionFunctions, zt as BookmarkListDef } from "./chunks/qix-CYETPFnP.js";
3
+ import { $ as ListBoxProperties, $a as NxVariableProperties, $i as NxLibraryMeasure, $n as GenericDimensionLayout, $o as SelectionObjectDef, $r as NxAutoSortByStateDef, $t as CyclicGroupPosition, A as GenericObject, Aa as NxSelectionCellType, Ai as NxFieldDescription, An as FieldDefEx, Ao as SearchFieldMatchesItem, Ar as LogOnType, As as UsageEnum, At as Blob, B as GenericObjectPropertiesNodeLevel4, Ba as NxTickCell, Bi as NxGroupMemberClass, Bn as FileDataFormat, Bo as SearchMatchCombination, Br as NativeGenericMeasureFunctions, Bt as BookmarkStateFieldPages, C as CurrentSelections, Ca as NxPatches, Ci as NxDimensionType, Cn as ExtendedLayoutBookmarkData, Co as SearchAttribute, Cr as LayoutBookmarkData, Cs as TotalMode, Ct as ApplyGroupStateWarningType, D as GenericDimension, Da as NxRange, Di as NxExportFileType, Dn as FailureData, Do as SearchFieldDictionary, Dr as ListObject, Ds as TreeDataDef, Dt as BNFDef, E as GenericBookmark, Ea as NxPivotValuePoint, Ei as NxEngineVersion, En as ExtensionListDef, Eo as SearchContextType, Er as LineageInfo, Es as TreeData, Et as AssociationScore, F as GenericObjectLayoutNodeLevel5, Fa as NxStackPage, Fi as NxFieldTableResourceId, Fn as FieldListDef, Fo as SearchGroupItemMatch, Fr as MetaData, Ft as BookmarkFieldPageEx, G as RpcObject, Ga as NxTreeNode, Gi as NxHypercubeMode, Gn as FolderItemType, Go as SearchSuggestItem, Gr as NxAppLayout, Gt as ChildList, H as GenericObjectPropertiesNodeRec, Ha as NxTreeDimensionDef, Hi as NxGroupTail, Hn as FilterInfo, Ho as SearchObjectOptions, Hr as NativeGenericVariableFunctions, Ht as CalendarStrings, I as GenericObjectLayoutNodeRec, Ia as NxStackedPivotCell, Ii as NxFrequencyMode, In as FieldOrColumn, Io as SearchGroupItemOptions, Ir as NativeDocFunctions, It as BookmarkFieldVerifyResultState, J as DimensionListData, Ja as NxTrendline, Ji as NxInlineMeasureDef, Jn as GenericBookmarkEntry, Jo as SearchValueOptions, Jr as NxAttrDimInfo, Jt as CondDef, K as BookmarkListData, Ka as NxTreeRangeSelectInfo, Ki as NxInfo, Kn as FrequencyDistributionData, Ko as SearchSuggestionResult, Kr as NxAppProperties, Kt as ChildListDef, L as GenericObjectPropertiesNode, La as NxStateCounts, Li as NxGetBookmarkOptions, Ln as FieldScores, Lo as SearchGroupItemType, Lr as NativeFieldFunctions, Lt as BookmarkFieldVerifyWarning, M as GenericObjectLayoutNodeLevel2, Ma as NxSimpleDimValue, Mi as NxFieldResourceId, Mn as FieldInTableData, Mo as SearchFieldValueItem, Mr as MeasureListDef, Ms as ValueExpression, Mt as BookmarkApplyAndVerifyResult, N as GenericObjectLayoutNodeLevel3, Na as NxSimpleValue, Ni as NxFieldSelectionInfo, Nn as FieldInTableProfilingData, No as SearchGroup, Nr as MediaListDef, Ns as VariableList, Nt as BookmarkFieldItem, O as GenericListObject, Oa as NxRangeSelectInfo, Oi as NxExportState, On as FieldAttrType, Oo as SearchFieldMatch, Or as ListObjectDef, Os as UndoInfo, Ot as BNFDefMetaType, P as GenericObjectLayoutNodeLevel4, Pa as NxSortIndicatorType, Pi as NxFieldSelectionMode, Pn as FieldList, Po as SearchGroupItem, Pr as MediaListItem, Ps as VariableListDef, Pt as BookmarkFieldPage, Q as ExpandedFieldListItem, Qa as NxVariableListItem, Qi as NxLibraryDimensionDef, Qn as GenericDimensionInfo, Qo as SelectionObject, Qr as NxAttributeExpressionValues, Qt as CustomConnector, R as GenericObjectPropertiesNodeLevel2, Ra as NxStreamListEntry, Ri as NxGetObjectOptions, Rn as FieldType, Ro as SearchGroupOptions, Rr as NativeGenericBookmarkFunctions, Rt as BookmarkList, S as AnyGenericObjectProperties, Sa as NxPatchOperationType, Si as NxDimensionInfo, Sn as ExpansionData, So as SearchAssociationResult, Sr as KeyType, Ss as TextMacro, St as ApplyGroupStateWarning, T as FieldListObject, Ta as NxPivotPage, Ti as NxDownloadOptions, Tn as ExtensionList, To as SearchCombinationOptions, Tr as LayoutFieldInfo, Ts as TransformAppResult, Tt as ArrayOfNxValuePoint, U as GenericVariable, Ua as NxTreeDimensionInfo, Ui as NxGrpType, Un as FilterType, Uo as SearchPage, Ur as NativeGlobalFunctions, Ut as CharEncodingType, V as GenericObjectPropertiesNodeLevel5, Va as NxTreeDataOption, Vi as NxGroupObjectId, Vn as FileType, Vo as SearchMatchCombinations, Vr as NativeGenericObjectFunctions, Vt as BookmarkVariableItem, W as UndoInfoObject, Wa as NxTreeMultiRangeSelectInfo, Wi as NxHighlightRanges, Wn as FolderItem, Wo as SearchResult, Wr as NativeVariableFunctions, Wt as CharRange, X as DynamicAppViewListData, Xa as NxTrendlineMode, Xi as NxLayoutErrors, Xn as GenericBookmarkProperties, Xo as SearchValueResult, Xr as NxAttrExprInfo, Xt as ContentLibraryList, Y as DimensionListItem, Ya as NxTrendlineDef, Yi as NxLTrendlineType, Yn as GenericBookmarkLayout, Yo as SearchValuePage, Yr as NxAttrExprDef, Yt as Connection, Z as DynamicAppViewListItem, Za as NxValidationError, Zi as NxLibraryDimension, Zn as GenericConnectMachine, Zo as SelectInfo, Zr as NxAttributeDimValues, Zt as ContentLibraryListItem, _ as ObjectHelperFunctions, _a as NxMultiRangeSelectInfo, _i as NxDerivedFieldDescriptionList, _n as EditorBreakpoint, _o as Rect, _r as HyperCubeDef, _s as TableViewConnectionPointSaveInfo, _t as AppEntry, a as AppSession, aa as NxLocalizedWarningCode, ai as NxCell, an as DatabaseInfo, ao as OtherMode, ar as GenericObjectLayoutAdditionalProperties, as as StaticContentList, at as ODAGAppLinkListData, b as Global, ba as NxPageTreeNode, bi as NxDimCellType, bn as ErrorData, bo as ScriptSyntaxError, br as InteractDef, bs as TableViewSaveInfo, bt as AppScript, c as NativeReactHooks, ca as NxMeasure, ci as NxContainerEntry, cn as DerivedFieldsInTableData, co as Point, cr as GenericVariableConstraints, cs as StaticContentUrlDef, ct as SheetListDataCell, d as WorkloadType, da as NxMetaDef, di as NxContinuousRangeSelectInfo, dn as DimensionReference, do as ProgressMessage, dr as GenericVariableType, ds as SymbolFrequency, dt as StoryListData, ea as NxLibraryMeasureDef, ei as NxAxisData, en as DataField, eo as NxViewPort, er as GenericDimensionProperties, es as Size, et as ListItem, f as CombinedWebSocketStateEvent, fa as NxMiniChart, fi as NxCurrentSelectionItem, fn as DoReloadExParams, fo as QFunction, fr as GraphMode, fs as SymbolValue, ft as StoryListItem, g as ModalFunctions, ga as NxMiniChartRows, gi as NxDerivedField, gn as DriveType, go as RangeSelectInfo, gr as HyperCube, gs as TableViewBroomPointSaveInfo, gt as AlternateStateData, h as ListFunctions, ha as NxMiniChartDef, hi as NxDataReductionMode, hn as DriveInfo, ho as QRange, hr as GroupStateInfo, hs as TableRow, ht as AlfaNumString, i as withHostConfig, ia as NxLocalizedErrorCode, ii as NxCardinalities, in as Database, io as OtherLimitMode, ir as GenericObjectLayout, is as StateFieldValues, it as MeasureListItem, j as GenericObjectLayoutNode, ja as NxSelectionInfo, ji as NxFieldProperties, jn as FieldDescription, jo as SearchFieldSelectionMode, jr as MeasureList, js as ValueExpr, jt as Bookmark, k as GenericMeasure, ka as NxSelectionCell, ki as NxFeature, kn as FieldAttributes, ko as SearchFieldMatchType, kr as LocaleInfo, ks as UndoInfoDef, kt as BNFType, l as OpenAppSessionProps, la as NxMeasureInfo, li as NxContinuousDataOptions, ln as DimensionList, lo as PositionMark, lr as GenericVariableLayout, ls as StringExpr, lt as SheetListDataCellBounds, m as Doc, ma as NxMiniChartData, mi as NxDataPage, mn as DocListEntry, mo as QMediaList, mr as GroupState, ms as TableRecord, mt as VariableListItem, n as openAppSession, na as NxListObjectExpression, ni as NxBookmark, nn as DataTable, no as OdbcDsn, nr as GenericMeasureProperties, ns as SourceKeyRecord, nt as MasterObjectListItem, o as CloseProps, oa as NxMatchingFieldInfo, oi as NxCellPosition, on as DatabaseOwner, oo as OtherSortMode, or as GenericObjectProperties, os as StaticContentListItem, ot as ODAGAppLinkListItem, p as WebSocketEvent, pa as NxMiniChartCell, pi as NxDataAreaPage, pn as DoReloadExResult, po as QIX_SCHEMA_VERSION, pr as GroupBookmarkData, ps as TableProfilingData, pt as VariableListData, q as BookmarkListItem, qa as NxTreeValue, qi as NxInlineDimensionDef, qn as FunctionGroup, qo as SearchTermResult, qr as NxAttrDimDef, qt as CodePage, r as qix, ra as NxListObjectExpressionDef, ri as NxCalcCond, rn as DataTableEx, ro as OleDbProvider, rr as GenericObjectEntry, rs as StateEnumType, rt as MeasureListData, s as DocAction, sa as NxMatchingFieldMode, si as NxCellRows, sn as DelimiterInfo, so as OtherTotalSpecProp, sr as GenericObjectPropertiesAdditionalProperties, ss as StaticContentUrl, st as SheetListData, t as QixAPI, ta as NxLinkedObjectInfo, ti as NxAxisTicks, tn as DataRecord, to as ObjectInterface, tr as GenericMeasureLayout, ts as SortCriteria, tt as MasterObjectListData, u as UseAppHook, ua as NxMeta, ui as NxContinuousMode, un as DimensionListDef, uo as ProgressData, ur as GenericVariableProperties, us as StringExpression, ut as SheetListItem, v as SpecialObjectFunctions, va as NxPage, vi as NxDerivedFieldsData, vn as EmbeddedSnapshot, vo as ReloadError, vr as InputFieldItem, vs as TableViewCtlSaveInfo, vt as AppObjectList, w as Field, wa as NxPivotDimensionCell, wi as NxDownloadInfo, wn as ExtendedPivotStateData, wo as SearchCharRange, wr as LayoutExclude, ws as TransformAppParameters, wt as ApplyGroupStatesResult, x as AnyGenericObjectLayout, xa as NxPatch, xi as NxDimension, xn as ErrorDataCode, xo as ScrollPosition, xr as InteractType, xs as TableViewTableWinSaveInfo, xt as AppScriptMeta, y as StandardFunctions, ya as NxPageTreeLevel, yi as NxDerivedGroup, yn as EmbeddedSnapshotDef, yo as SampleResult, yr as InterFieldSortData, ys as TableViewDlgSaveInfo, yt as AppObjectListDef, z as GenericObjectPropertiesNodeLevel3, za as NxTempBookmarkOptions, zi as NxGroupDef, zn as FieldValue, zo as SearchGroupType, zr as NativeGenericDimensionFunctions, zt as BookmarkListDef } from "./chunks/qix-BJgISmMN.js";
4
4
  export { AlfaNumString, AlternateStateData, AnyGenericObjectLayout, AnyGenericObjectProperties, AppEntry, AppObjectList, AppObjectListDef, AppScript, AppScriptMeta, AppSession, ApplyGroupStateWarning, ApplyGroupStateWarningType, ApplyGroupStatesResult, ArrayOfNxValuePoint, AssociationScore, BNFDef, BNFDefMetaType, BNFType, Blob, Bookmark, BookmarkApplyAndVerifyResult, BookmarkFieldItem, BookmarkFieldPage, BookmarkFieldPageEx, BookmarkFieldVerifyResultState, BookmarkFieldVerifyWarning, BookmarkList, BookmarkListData, BookmarkListDef, BookmarkListItem, BookmarkStateFieldPages, BookmarkVariableItem, CalendarStrings, CharEncodingType, CharRange, ChildList, ChildListDef, CloseProps, CodePage, CombinedWebSocketStateEvent, CondDef, Connection, ContentLibraryList, ContentLibraryListItem, CurrentSelections, CustomConnector, CyclicGroupPosition, DataField, DataRecord, DataTable, DataTableEx, Database, DatabaseInfo, DatabaseOwner, DelimiterInfo, DerivedFieldsInTableData, DimensionList, DimensionListData, DimensionListDef, DimensionListItem, DimensionReference, DoReloadExParams, DoReloadExResult, Doc, DocAction, DocListEntry, DriveInfo, DriveType, DynamicAppViewListData, DynamicAppViewListItem, EditorBreakpoint, EmbeddedSnapshot, EmbeddedSnapshotDef, ErrorData, ErrorDataCode, ExpandedFieldListItem, ExpansionData, ExtendedLayoutBookmarkData, ExtendedPivotStateData, ExtensionList, ExtensionListDef, FailureData, Field, FieldAttrType, FieldAttributes, FieldDefEx, FieldDescription, FieldInTableData, FieldInTableProfilingData, FieldList, FieldListDef, FieldListObject, FieldOrColumn, FieldScores, FieldType, FieldValue, FileDataFormat, FileType, FilterInfo, FilterType, FolderItem, FolderItemType, FrequencyDistributionData, FunctionGroup, GenericBookmark, GenericBookmarkEntry, GenericBookmarkLayout, GenericBookmarkProperties, GenericConnectMachine, GenericDimension, GenericDimensionInfo, GenericDimensionLayout, GenericDimensionProperties, GenericListObject, GenericMeasure, GenericMeasureLayout, GenericMeasureProperties, GenericObject, GenericObjectEntry, GenericObjectLayout, GenericObjectLayoutAdditionalProperties, GenericObjectLayoutNode, GenericObjectLayoutNodeLevel2, GenericObjectLayoutNodeLevel3, GenericObjectLayoutNodeLevel4, GenericObjectLayoutNodeLevel5, GenericObjectLayoutNodeRec, GenericObjectProperties, GenericObjectPropertiesAdditionalProperties, GenericObjectPropertiesNode, GenericObjectPropertiesNodeLevel2, GenericObjectPropertiesNodeLevel3, GenericObjectPropertiesNodeLevel4, GenericObjectPropertiesNodeLevel5, GenericObjectPropertiesNodeRec, GenericVariable, GenericVariableConstraints, GenericVariableLayout, GenericVariableProperties, GenericVariableType, Global, GraphMode, GroupBookmarkData, GroupState, GroupStateInfo, HyperCube, HyperCubeDef, InputFieldItem, InterFieldSortData, InteractDef, InteractType, KeyType, LayoutBookmarkData, LayoutExclude, LayoutFieldInfo, LineageInfo, ListBoxProperties, ListFunctions, ListItem, ListObject, ListObjectDef, LocaleInfo, LogOnType, MasterObjectListData, MasterObjectListItem, MeasureList, MeasureListData, MeasureListDef, MeasureListItem, MediaListDef, MediaListItem, MetaData, ModalFunctions, NativeDocFunctions, NativeFieldFunctions, NativeGenericBookmarkFunctions, NativeGenericDimensionFunctions, NativeGenericMeasureFunctions, NativeGenericObjectFunctions, NativeGenericVariableFunctions, NativeGlobalFunctions, NativeReactHooks, NativeVariableFunctions, NxAppLayout, NxAppProperties, NxAttrDimDef, NxAttrDimInfo, NxAttrExprDef, NxAttrExprInfo, NxAttributeDimValues, NxAttributeExpressionValues, NxAutoSortByStateDef, NxAxisData, NxAxisTicks, NxBookmark, NxCalcCond, NxCardinalities, NxCell, NxCellPosition, NxCellRows, NxContainerEntry, NxContinuousDataOptions, NxContinuousMode, NxContinuousRangeSelectInfo, NxCurrentSelectionItem, NxDataAreaPage, NxDataPage, NxDataReductionMode, NxDerivedField, NxDerivedFieldDescriptionList, NxDerivedFieldsData, NxDerivedGroup, NxDimCellType, NxDimension, NxDimensionInfo, NxDimensionType, NxDownloadInfo, NxDownloadOptions, NxEngineVersion, NxExportFileType, NxExportState, NxFeature, NxFieldDescription, NxFieldProperties, NxFieldResourceId, NxFieldSelectionInfo, NxFieldSelectionMode, NxFieldTableResourceId, NxFrequencyMode, NxGetBookmarkOptions, NxGetObjectOptions, NxGroupDef, NxGroupMemberClass, NxGroupObjectId, NxGroupTail, NxGrpType, NxHighlightRanges, NxHypercubeMode, NxInfo, NxInlineDimensionDef, NxInlineMeasureDef, NxLTrendlineType, NxLayoutErrors, NxLibraryDimension, NxLibraryDimensionDef, NxLibraryMeasure, NxLibraryMeasureDef, NxLinkedObjectInfo, NxListObjectExpression, NxListObjectExpressionDef, NxLocalizedErrorCode, NxLocalizedWarningCode, NxMatchingFieldInfo, NxMatchingFieldMode, NxMeasure, NxMeasureInfo, NxMeta, NxMetaDef, NxMiniChart, NxMiniChartCell, NxMiniChartData, NxMiniChartDef, NxMiniChartRows, NxMultiRangeSelectInfo, NxPage, NxPageTreeLevel, NxPageTreeNode, NxPatch, NxPatchOperationType, NxPatches, NxPivotDimensionCell, NxPivotPage, NxPivotValuePoint, NxRange, NxRangeSelectInfo, NxSelectionCell, NxSelectionCellType, NxSelectionInfo, NxSimpleDimValue, NxSimpleValue, NxSortIndicatorType, NxStackPage, NxStackedPivotCell, NxStateCounts, NxStreamListEntry, NxTempBookmarkOptions, NxTickCell, NxTreeDataOption, NxTreeDimensionDef, NxTreeDimensionInfo, NxTreeMultiRangeSelectInfo, NxTreeNode, NxTreeRangeSelectInfo, NxTreeValue, NxTrendline, NxTrendlineDef, NxTrendlineMode, NxValidationError, NxVariableListItem, NxVariableProperties, NxViewPort, ODAGAppLinkListData, ODAGAppLinkListItem, ObjectHelperFunctions, ObjectInterface, OdbcDsn, OleDbProvider, OpenAppSessionProps, OtherLimitMode, OtherMode, OtherSortMode, OtherTotalSpecProp, Point, PositionMark, ProgressData, ProgressMessage, QFunction, QIX_SCHEMA_VERSION, QMediaList, QRange, QixAPI, RangeSelectInfo, Rect, ReloadError, RpcObject, SampleResult, ScriptSyntaxError, ScrollPosition, SearchAssociationResult, SearchAttribute, SearchCharRange, SearchCombinationOptions, SearchContextType, SearchFieldDictionary, SearchFieldMatch, SearchFieldMatchType, SearchFieldMatchesItem, SearchFieldSelectionMode, SearchFieldValueItem, SearchGroup, SearchGroupItem, SearchGroupItemMatch, SearchGroupItemOptions, SearchGroupItemType, SearchGroupOptions, SearchGroupType, SearchMatchCombination, SearchMatchCombinations, SearchObjectOptions, SearchPage, SearchResult, SearchSuggestItem, SearchSuggestionResult, SearchTermResult, SearchValueOptions, SearchValuePage, SearchValueResult, SelectInfo, SelectionObject, SelectionObjectDef, SheetListData, SheetListDataCell, SheetListDataCellBounds, SheetListItem, Size, SortCriteria, SourceKeyRecord, SpecialObjectFunctions, StandardFunctions, StateEnumType, StateFieldValues, StaticContentList, StaticContentListItem, StaticContentUrl, StaticContentUrlDef, StoryListData, StoryListItem, StringExpr, StringExpression, SymbolFrequency, SymbolValue, TableProfilingData, TableRecord, TableRow, TableViewBroomPointSaveInfo, TableViewConnectionPointSaveInfo, TableViewCtlSaveInfo, TableViewDlgSaveInfo, TableViewSaveInfo, TableViewTableWinSaveInfo, TextMacro, TotalMode, TransformAppParameters, TransformAppResult, TreeData, TreeDataDef, UndoInfo, UndoInfoDef, UndoInfoObject, UsageEnum, UseAppHook, ValueExpr, ValueExpression, VariableList, VariableListData, VariableListDef, VariableListItem, WebSocketEvent, WorkloadType, qix as default, openAppSession, withHostConfig };
@@ -1,4 +1,4 @@
1
1
  import "./chunks/auth-types-CHOUViJI.js";
2
2
  import "./chunks/invoke-fetch-C1Z0RJYU.js";
3
- import { $ as SharingSettings, A as GetSharingTasksHttpResponse, At as deleteSharingTask, B as PatchSharingTaskHttpResponse, Bt as updateSharingTasksSettings, C as GetSharingTaskExecutionHttpError, Ct as UpdateSharingTasksSettingsHttpResponse, D as GetSharingTaskHttpError, Dt as clearCache, E as GetSharingTaskExecutionsHttpResponse, Et as cancelSharingTask, F as Links, Ft as getSharingTaskExecutions, G as Self, H as RetentionPolicy, I as ListLinks, It as getSharingTasks, J as SharingExecutionErrors, K as SharingActionsTriggerCreateRequest, L as MultiSheetTemplate, Lt as getSharingTasksSettings, M as GetSharingTasksSettingsHttpResponse, Mt as getSharingTask, N as GroupIDRecipientPersist, Nt as getSharingTaskExecution, O as GetSharingTaskHttpResponse, Ot as configureSharingTasksSettings, P as InsightURL, Pt as getSharingTaskExecutionFile, Q as SharingExecutionResponse, R as Page, Rt as patchSharingTask, S as GetSharingTaskExecutionFileHttpResponse, St as UpdateSharingTasksSettingsHttpError, T as GetSharingTaskExecutionsHttpError, Tt as UserIDRecipientPersist, U as ScheduleOptions, V as RecipientsPersist, W as Selection, X as SharingExecutionListResponse, Y as SharingExecutionFile, Z as SharingExecutionPersist, _ as ErrorMeta, _t as TaskGroupRecipientError, a as CancelSharingTaskHttpResponse, at as SharingTaskRecurringPatchRequestCompliant, b as ExecuteSharingTasksHttpResponse, bt as TemplateResult, c as ConfigureSharingTasksSettingsHttpResponse, ct as SharingTaskRecurringRecipients, d as DeleteSharingTaskHttpError, dt as SheetTemplate, et as SharingSettingsPatchCompliant, f as DeleteSharingTaskHttpResponse, ft as StandardListResponseProps, g as Error, gt as TaskError, h as EncryptedProperty, ht as TargetUser, i as CancelSharingTaskHttpError, it as SharingTaskRecurringListResponse, j as GetSharingTasksSettingsHttpError, jt as executeSharingTasks, k as GetSharingTasksHttpError, kt as createSharingTask, l as CreateSharingTaskHttpError, lt as SharingTaskRecurringResponse, m as EmailComposition, mt as StoryTemplate, n as AlertingTaskGroupRecipientError, nt as SharingTaskPatchRequestCompliantList, o as ChartTemplate, ot as SharingTaskRecurringPersist, p as EmailAddressRecipientPersist, pt as State, q as SharingExecutionError, r as AlertingTaskRecipientError, rt as SharingTaskRecurringCreateRequest, s as ConfigureSharingTasksSettingsHttpError, st as SharingTaskRecurringPersistEncryptedEmailContent, t as APISettingsUpload, tt as SharingSettingsPatchCompliantList, u as CreateSharingTaskHttpResponse, ut as SharingTasksAPI, v as Errors, vt as TaskRecipientError, w as GetSharingTaskExecutionHttpResponse, wt as UserIDRecipient, x as GetSharingTaskExecutionFileHttpError, xt as Trigger, y as ExecuteSharingTasksHttpError, yt as TemplatePersist, z as PatchSharingTaskHttpError, zt as sharingTasksExport } from "./chunks/sharing-tasks-BBCqrevS.js";
4
- export { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskExecutionFileHttpError, GetSharingTaskExecutionFileHttpResponse, GetSharingTaskExecutionHttpError, GetSharingTaskExecutionHttpResponse, GetSharingTaskExecutionsHttpError, GetSharingTaskExecutionsHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingExecutionError, SharingExecutionErrors, SharingExecutionFile, SharingExecutionListResponse, SharingExecutionPersist, SharingExecutionResponse, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TargetUser, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharingTasksExport as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTaskExecution, getSharingTaskExecutionFile, getSharingTaskExecutions, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };
3
+ import { $ as SharingExecutionResponse, A as GetSharingTasksHttpError, At as createSharingTask, B as PatchSharingTaskHttpError, Bt as sharingTasksExport, C as GetSharingTaskExecutionFileHttpResponse, Ct as UpdateSharingTasksSettingsHttpError, D as GetSharingTaskExecutionsHttpResponse, Dt as cancelSharingTask, E as GetSharingTaskExecutionsHttpError, Et as UserIDRecipientPersist, F as InsightURL, Ft as getSharingTaskExecutionFile, G as Selection, H as RecipientsPersist, I as Links, It as getSharingTaskExecutions, J as SharingExecutionError, K as Self, L as ListLinks, Lt as getSharingTasks, M as GetSharingTasksSettingsHttpError, Mt as executeSharingTasks, N as GetSharingTasksSettingsHttpResponse, Nt as getSharingTask, O as GetSharingTaskHttpError, Ot as clearCache, P as GroupIDRecipientPersist, Pt as getSharingTaskExecution, Q as SharingExecutionPersist, R as MultiSheetTemplate, Rt as getSharingTasksSettings, S as GetSharingTaskExecutionFileHttpError, St as Trigger, T as GetSharingTaskExecutionHttpResponse, Tt as UserIDRecipient, U as RetentionPolicy, V as PatchSharingTaskHttpResponse, Vt as updateSharingTasksSettings, W as ScheduleOptions, X as SharingExecutionFile, Y as SharingExecutionErrors, Z as SharingExecutionListResponse, _ as Error, _t as TaskError, a as CancelSharingTaskHttpResponse, at as SharingTaskRecurringListResponse, b as ExecuteSharingTasksHttpError, bt as TemplatePersist, c as ConfigureSharingTasksSettingsHttpError, ct as SharingTaskRecurringPersistEncryptedEmailContent, d as CreateSharingTaskHttpResponse, dt as SharingTasksAPI, et as SharingSettings, f as DeleteSharingTaskHttpError, ft as SheetTemplate, g as EncryptedProperty, gt as TargetUser, h as EmailComposition, ht as StoryTemplate, i as CancelSharingTaskHttpError, it as SharingTaskRecurringCreateRequest, j as GetSharingTasksHttpResponse, jt as deleteSharingTask, k as GetSharingTaskHttpResponse, kt as configureSharingTasksSettings, l as ConfigureSharingTasksSettingsHttpResponse, lt as SharingTaskRecurringRecipients, m as EmailAddressRecipientPersist, mt as State, n as AlertingTaskGroupRecipientError, nt as SharingSettingsPatchCompliantList, o as ChartTemplate, ot as SharingTaskRecurringPatchRequestCompliant, p as DeleteSharingTaskHttpResponse, pt as StandardListResponseProps, q as SharingActionsTriggerCreateRequest, r as AlertingTaskRecipientError, rt as SharingTaskPatchRequestCompliantList, s as CleanupStrategy, st as SharingTaskRecurringPersist, t as APISettingsUpload, tt as SharingSettingsPatchCompliant, u as CreateSharingTaskHttpError, ut as SharingTaskRecurringResponse, v as ErrorMeta, vt as TaskGroupRecipientError, w as GetSharingTaskExecutionHttpError, wt as UpdateSharingTasksSettingsHttpResponse, x as ExecuteSharingTasksHttpResponse, xt as TemplateResult, y as Errors, yt as TaskRecipientError, z as Page, zt as patchSharingTask } from "./chunks/sharing-tasks-OVGdU-Zj.js";
4
+ export { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, CleanupStrategy, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskExecutionFileHttpError, GetSharingTaskExecutionFileHttpResponse, GetSharingTaskExecutionHttpError, GetSharingTaskExecutionHttpResponse, GetSharingTaskExecutionsHttpError, GetSharingTaskExecutionsHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingExecutionError, SharingExecutionErrors, SharingExecutionFile, SharingExecutionListResponse, SharingExecutionPersist, SharingExecutionResponse, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TargetUser, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharingTasksExport as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTaskExecution, getSharingTaskExecutionFile, getSharingTaskExecutions, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };