@qlik/api 0.0.13 → 0.0.15

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 (98) hide show
  1. package/api-keys.js +10 -10
  2. package/api-keys.mjs +2 -2
  3. package/apps.d.mts +20 -10
  4. package/apps.d.ts +20 -10
  5. package/apps.js +46 -46
  6. package/apps.mjs +2 -2
  7. package/audits.d.mts +0 -1
  8. package/audits.d.ts +0 -1
  9. package/audits.js +9 -9
  10. package/audits.mjs +2 -2
  11. package/auth.js +3 -3
  12. package/auth.mjs +2 -2
  13. package/automations.js +21 -21
  14. package/automations.mjs +2 -2
  15. package/brands.js +15 -15
  16. package/brands.mjs +2 -2
  17. package/chunks/{SEXEAWEC.js → 2YWCEGTS.js} +3 -3
  18. package/chunks/34ZKUFEA.js +41 -0
  19. package/chunks/{VCYQUP4Y.mjs → 3YV6X7S6.mjs} +1 -1
  20. package/chunks/{ICTODCOL.js → 4WHZ4EIW.js} +2 -2
  21. package/chunks/{M7UTYYGM.mjs → 6AD3HYSF.mjs} +1 -1
  22. package/chunks/{3INB42LZ.mjs → 6WX5AGKQ.mjs} +1 -1
  23. package/chunks/{JYRPLJUL.js → B4VPD3ZT.js} +11 -11
  24. package/chunks/BM4OSDRZ.js +17 -0
  25. package/chunks/{JZOX7DKF.mjs → BYD63JCG.mjs} +43 -41
  26. package/chunks/{H32EGPZN.mjs → DCXUEDOW.mjs} +1 -1
  27. package/chunks/{X474LM7J.mjs → EHAANYDL.mjs} +3 -3
  28. package/chunks/{3SBSHHRV.mjs → HHOVS7QC.mjs} +5 -5
  29. package/chunks/{IJNQAGVX.mjs → HOCTJESP.mjs} +70 -4
  30. package/chunks/{HHMKNG2O.js → MTAQE4WC.js} +75 -9
  31. package/chunks/{CX7TY2FM.mjs → O4EAKEIN.mjs} +1 -1
  32. package/chunks/{WM2VCN4G.js → OPRGGO4C.js} +1 -1
  33. package/chunks/{SMKHFJJF.js → PLOSYUG2.js} +4 -4
  34. package/chunks/{J3ZWASEK.mjs → UKVTBYP6.mjs} +1 -1
  35. package/chunks/{TH75GYUY.js → URIW2U5M.js} +3 -3
  36. package/chunks/{6KX2ETIK.js → WOYJLK4Y.js} +43 -41
  37. package/collections.js +14 -14
  38. package/collections.mjs +2 -2
  39. package/csp-origins.js +9 -9
  40. package/csp-origins.mjs +2 -2
  41. package/data-assets.js +8 -8
  42. package/data-assets.mjs +2 -2
  43. package/data-connections.js +12 -12
  44. package/data-connections.mjs +2 -2
  45. package/data-credentials.js +7 -7
  46. package/data-credentials.mjs +2 -2
  47. package/data-files.js +15 -15
  48. package/data-files.mjs +2 -2
  49. package/docs/examples/open-without-data.md +40 -0
  50. package/docs/examples.md +1 -0
  51. package/docs/qix.md +21 -2
  52. package/extensions.js +10 -10
  53. package/extensions.mjs +2 -2
  54. package/glossaries.js +27 -27
  55. package/glossaries.mjs +2 -2
  56. package/groups.js +11 -11
  57. package/groups.mjs +2 -2
  58. package/identity-providers.js +11 -11
  59. package/identity-providers.mjs +2 -2
  60. package/index.js +8 -8
  61. package/index.mjs +4 -4
  62. package/items.js +11 -11
  63. package/items.mjs +2 -2
  64. package/licenses.js +12 -12
  65. package/licenses.mjs +2 -2
  66. package/package.json +4 -4
  67. package/qix.d.mts +6 -1
  68. package/qix.d.ts +6 -1
  69. package/qix.js +3 -3
  70. package/qix.mjs +2 -2
  71. package/quotas.js +5 -5
  72. package/quotas.mjs +2 -2
  73. package/reload-tasks.js +8 -8
  74. package/reload-tasks.mjs +2 -2
  75. package/reloads.js +7 -7
  76. package/reloads.mjs +2 -2
  77. package/roles.js +5 -5
  78. package/roles.mjs +2 -2
  79. package/spaces.js +15 -15
  80. package/spaces.mjs +2 -2
  81. package/temp-contents.js +6 -6
  82. package/temp-contents.mjs +2 -2
  83. package/tenants.js +9 -9
  84. package/tenants.mjs +2 -2
  85. package/themes.js +10 -10
  86. package/themes.mjs +2 -2
  87. package/transports.js +9 -9
  88. package/transports.mjs +2 -2
  89. package/users.js +13 -13
  90. package/users.mjs +2 -2
  91. package/web-integrations.js +8 -8
  92. package/web-integrations.mjs +2 -2
  93. package/web-notifications.js +9 -9
  94. package/web-notifications.mjs +2 -2
  95. package/webhooks.js +13 -13
  96. package/webhooks.mjs +2 -2
  97. package/chunks/GMCMKY65.js +0 -41
  98. package/chunks/ME4LNBI3.js +0 -17
package/api-keys.js CHANGED
@@ -1,31 +1,31 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
- require('./chunks/SEXEAWEC.js');
4
+ var _URIW2U5Mjs = require('./chunks/URIW2U5M.js');
5
+ require('./chunks/2YWCEGTS.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/api-keys.ts
9
- var getApiKeys = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
9
+ var getApiKeys = async (query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/api-keys",
12
12
  query,
13
13
  options
14
14
  });
15
- var createApiKey = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
15
+ var createApiKey = async (body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
16
16
  method: "post",
17
17
  pathTemplate: "/api/v1/api-keys",
18
18
  body,
19
19
  contentType: "application/json",
20
20
  options
21
21
  });
22
- var getApiKeysConfig = async (tenantId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
22
+ var getApiKeysConfig = async (tenantId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
23
23
  method: "get",
24
24
  pathTemplate: "/api/v1/api-keys/configs/{tenantId}",
25
25
  pathVariables: { tenantId },
26
26
  options
27
27
  });
28
- var patchApiKeysConfig = async (tenantId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
28
+ var patchApiKeysConfig = async (tenantId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
29
29
  method: "patch",
30
30
  pathTemplate: "/api/v1/api-keys/configs/{tenantId}",
31
31
  pathVariables: { tenantId },
@@ -33,19 +33,19 @@ var patchApiKeysConfig = async (tenantId, body, options) => _TH75GYUYjs.invokeFe
33
33
  contentType: "application/json",
34
34
  options
35
35
  });
36
- var deleteApiKey = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
36
+ var deleteApiKey = async (id, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
37
37
  method: "delete",
38
38
  pathTemplate: "/api/v1/api-keys/{id}",
39
39
  pathVariables: { id },
40
40
  options
41
41
  });
42
- var getApiKey = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
42
+ var getApiKey = async (id, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
43
43
  method: "get",
44
44
  pathTemplate: "/api/v1/api-keys/{id}",
45
45
  pathVariables: { id },
46
46
  options
47
47
  });
48
- var patchApiKey = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "api-keys", {
48
+ var patchApiKey = async (id, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "api-keys", {
49
49
  method: "patch",
50
50
  pathTemplate: "/api/v1/api-keys/{id}",
51
51
  pathVariables: { id },
@@ -54,7 +54,7 @@ var patchApiKey = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void
54
54
  options
55
55
  });
56
56
  function clearCache() {
57
- return _TH75GYUYjs.clearApiCache.call(void 0, "api-keys");
57
+ return _URIW2U5Mjs.clearApiCache.call(void 0, "api-keys");
58
58
  }
59
59
  var apiKeysExport = {
60
60
  getApiKeys,
package/api-keys.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/VCYQUP4Y.mjs";
5
- import "./chunks/X474LM7J.mjs";
4
+ } from "./chunks/3YV6X7S6.mjs";
5
+ import "./chunks/EHAANYDL.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/api-keys.ts
package/apps.d.mts CHANGED
@@ -965,6 +965,10 @@ type Cmpfloat = Classification & {
965
965
  baseline?: number;
966
966
  comparison?: number;
967
967
  };
968
+ type CmpfloatWithTimeout = Cmpfloat & {
969
+ baselineTimeoutStatusCode?: string;
970
+ comparisonTimeoutStatusCode?: string;
971
+ };
968
972
  type Cmpint = Classification & {
969
973
  baseline?: number;
970
974
  comparison?: number;
@@ -977,6 +981,7 @@ type Comparison = {
977
981
  hasSectionAccess?: Cmpbool;
978
982
  maxMemoryMib?: Cmpfloat;
979
983
  objHeavy?: Sortedcomparisonoobjheavy;
984
+ objMemoryLimit?: ComparisonobjMemoryLimit;
980
985
  objNoCache?: Sortedcomparisonobjresponsetime;
981
986
  objSingleThreaded?: Sortedcomparisonobjresponsetime;
982
987
  objSlowCached?: Sortedcomparisonobjresponsetime;
@@ -997,10 +1002,15 @@ type Comparisonfields = (Objecttopspec & {
997
1002
  name?: string;
998
1003
  total_count?: Cmpint;
999
1004
  })[];
1005
+ type ComparisonobjMemoryLimit = (Objectspec & {
1006
+ baselineMemoryLimitStatusCode?: string;
1007
+ comparisonMemoryLimitStatusCode?: string;
1008
+ dataSourceStatus?: "full" | "none" | "baselinemissing" | "comparisonmissing";
1009
+ })[];
1000
1010
  type Comparisonobjresponsetime = (Objectspec & {
1001
1011
  dataSourceStatus?: "full" | "none" | "baselinemissing" | "comparisonmissing";
1002
- responseTimeSeconds1?: Cmpfloat;
1003
- responseTimeSeconds2?: Cmpfloat;
1012
+ responseTimeSeconds1?: CmpfloatWithTimeout;
1013
+ responseTimeSeconds2?: CmpfloatWithTimeout;
1004
1014
  })[];
1005
1015
  type Comparisonoobjheavy = (Objectspec & {
1006
1016
  cpuQuotient1?: Cmpfloat;
@@ -1091,7 +1101,7 @@ type Objectmetrics = {
1091
1101
  };
1092
1102
  type Objectspec = {
1093
1103
  id?: string;
1094
- objectType?: number;
1104
+ objectType?: string;
1095
1105
  sheetId?: string;
1096
1106
  title?: string;
1097
1107
  };
@@ -1103,9 +1113,10 @@ type Objecttopspec = {
1103
1113
  type Result = {
1104
1114
  documentSizeMiB?: number;
1105
1115
  hasSectionAccess?: boolean;
1116
+ objMemoryLimit?: ResultobjMemoryLimit[];
1106
1117
  objNoCache?: Resultobjresponsetime[];
1107
1118
  objSingleThreaded?: Resultsingle[];
1108
- objSlowCached?: Resultobjsinglethreaded[];
1119
+ objSlowCached?: Resultobjresponsetime[];
1109
1120
  objSlowUncached?: Resultobjresponsetime[];
1110
1121
  objectCount?: number;
1111
1122
  rowCount?: number;
@@ -1125,19 +1136,18 @@ type Resultmetadatatoptables = Objecttopspec & {
1125
1136
  byte_size?: number;
1126
1137
  name?: string;
1127
1138
  };
1139
+ type ResultobjMemoryLimit = Objectspec & {
1140
+ memoryLimitStatusCode?: string;
1141
+ };
1128
1142
  type Resultobjresponsetime = Objectspec & {
1129
1143
  responseTimeSeconds?: number;
1144
+ timeoutStatusCode?: string;
1130
1145
  };
1131
1146
  type Resultobjsheet = {
1132
1147
  objectCount?: number;
1133
1148
  sheet?: Resultobjresponsetime;
1134
1149
  sheetObjects?: Resultobjresponsetime[];
1135
1150
  };
1136
- type Resultobjsinglethreaded = Objectspec & {
1137
- cpuQuotients?: number[];
1138
- responseTimeSeconds?: number;
1139
- schema?: Objectspec;
1140
- };
1141
1151
  type Resultsingle = Objectspec & {
1142
1152
  cpuQuotient1?: number;
1143
1153
  };
@@ -2418,4 +2428,4 @@ interface AppsAPI {
2418
2428
  */
2419
2429
  declare const appsExport: AppsAPI;
2420
2430
 
2421
- export { type Analysis, type AnalysisComposition, type AnalysisDescriptor, type AnalysisDescriptorResponse, type AnalysisDetails, type AnalysisGroup, type AnalysisModelItemField, type AnalysisModelItemMasterItem, type AnalysisModelResponse, type AnalysisModelResponseDetail, type AnalysisRecommendRequest, type AnalysisRecommendationResponse, type AnalysisRecommendationResponseDetail, type AppAttributes, type AppContentList, type AppContentListItem, type AppObjectGenericType, type AppUpdateAttributes, type AppsAPI, type ChartType, type Classification, type Classifications, type Cmpbool, type Cmpfloat, type Cmpint, type Comparison, type Comparisonfields, type Comparisonobjresponsetime, type Comparisonoobjheavy, type Comparisontables, type CompositionMinMax, type CopyAppHttpError, type CopyAppHttpResponse, type CountAppReportFiltersHttpError, type CountAppReportFiltersHttpResponse, type CreateApp, type CreateAppHttpError, type CreateAppHttpResponse, type CreateAppReportFilterHttpError, type CreateAppReportFilterHttpResponse, type DataModelMetadata, type DeleteAppHttpError, type DeleteAppHttpResponse, type DeleteAppMediaHttpError, type DeleteAppMediaHttpResponse, type DeleteAppReportFilterHttpError, type DeleteAppReportFilterHttpResponse, type DeleteAppScriptHttpError, type DeleteAppScriptHttpResponse, type Error, type Errors, type Evaluation, type Evaluations, type EvaluatorError, type Event, type ExportAppHttpError, type ExportAppHttpResponse, type FieldAttrType, type FieldAttributes, type FieldInTableProfilingData, type FieldMetadata, type FieldOverride, type FileData, type Filter, type FilterError, type FilterErrors, type FilterField, type FilterFieldValue, type FilterList, type FilterListItem, type FilterRequest, type FilterType, type FilterV10, type FilterVariable, type FiltersCount, type Float64, type FrequencyDistributionData, type GetAppDataLineageHttpError, type GetAppDataLineageHttpResponse, type GetAppDataMetadataHttpError, type GetAppDataMetadataHttpResponse, type GetAppEvaluationComparisonHttpError, type GetAppEvaluationComparisonHttpResponse, type GetAppEvaluationComparisonXmlHttpError, type GetAppEvaluationComparisonXmlHttpResponse, type GetAppEvaluationHttpError, type GetAppEvaluationHttpResponse, type GetAppEvaluationXmlHttpError, type GetAppEvaluationXmlHttpResponse, type GetAppEvaluationsHttpError, type GetAppEvaluationsHttpResponse, type GetAppInfoHttpError, type GetAppInfoHttpResponse, type GetAppInsightAnalysesHttpError, type GetAppInsightAnalysesHttpResponse, type GetAppInsightAnalysisModelHttpError, type GetAppInsightAnalysisModelHttpResponse, type GetAppInsightAnalysisRecommendationsHttpError, type GetAppInsightAnalysisRecommendationsHttpResponse, type GetAppMediaHttpError, type GetAppMediaHttpResponse, type GetAppMediaListHttpError, type GetAppMediaListHttpResponse, type GetAppReloadLogHttpError, type GetAppReloadLogHttpResponse, type GetAppReloadLogsHttpError, type GetAppReloadLogsHttpResponse, type GetAppReloadMetadataHttpError, type GetAppReloadMetadataHttpResponse, type GetAppReportFilterHttpError, type GetAppReportFilterHttpResponse, type GetAppReportFiltersHttpError, type GetAppReportFiltersHttpResponse, type GetAppScriptHistoryHttpError, type GetAppScriptHistoryHttpResponse, type GetAppScriptHttpError, type GetAppScriptHttpResponse, type GetAppThumbnailHttpError, type GetAppThumbnailHttpResponse, type GetAppsPrivilegesHttpError, type GetAppsPrivilegesHttpResponse, type HardwareMeta, type Href, type ImportAppHttpError, type ImportAppHttpResponse, type JsonObject, type LastReloadMetadata, type LineageInfoRest, type LinkResponse, type Links, type LinksResponse, type Log, type Metadata, type MoveAppToSpaceHttpError, type MoveAppToSpaceHttpResponse, type NavigationLink, type NavigationLinks, type NumberFormat, type NxApp, type NxAppCreatePrivileges, type NxAppObject, type NxAttributes, type NxObjectAttributes, type NxPatch, type NxPatchOperationType, type Objectmetrics, type Objectspec, type Objecttopspec, type PartialNluInfo, type PatchAppScriptHttpError, type PatchAppScriptHttpResponse, type PublishApp, type PublishAppHttpError, type PublishAppHttpResponse, type PublishData, type QueueAppEvaluationHttpError, type QueueAppEvaluationHttpResponse, type RecommendFieldItem, type RecommendItems, type RecommendMasterItem, type RecommendNaturalLangQuery, type RecommendedAnalysis, type RecommendedAnalysisCore, type ReloadListMetadata, type ReloadMeta, type ReloadStatements, type RemoveAppFromSpaceHttpError, type RemoveAppFromSpaceHttpResponse, type RepublishApp, type RepublishAppHttpError, type RepublishAppHttpResponse, type Result, type Resultentry, type Resultmetadatatopfields, type Resultmetadatatoptables, type Resultobjresponsetime, type Resultobjsheet, type Resultobjsinglethreaded, type Resultsingle, type ScriptLogList, type ScriptLogMeta, type ScriptMeta, type ScriptMetaList, type ScriptVersion, type SimplifiedClassifications, type Sortedcomparisonfields, type Sortedcomparisonobjresponsetime, type Sortedcomparisonoobjheavy, type Sortedcomparisontables, type SymbolFrequency, type SymbolValue, type TableMetadata, type TableProfilingData, type UpdateApp, type UpdateAppInfoHttpError, type UpdateAppInfoHttpResponse, type UpdateAppObjectOwnerHttpError, type UpdateAppObjectOwnerHttpResponse, type UpdateAppOwnerHttpError, type UpdateAppOwnerHttpResponse, type UpdateAppScriptHttpError, type UpdateAppScriptHttpResponse, type UpdateOwner, type UpdateSpace, type UploadAppMediaHttpError, type UploadAppMediaHttpResponse, type UsageEnum, type UserPrivileges, clearCache, copyApp, countAppReportFilters, createApp, createAppReportFilter, appsExport as default, deleteApp, deleteAppMedia, deleteAppReportFilter, deleteAppScript, exportApp, getAppDataLineage, getAppDataMetadata, getAppEvaluation, getAppEvaluationComparison, getAppEvaluationComparisonXml, getAppEvaluationXml, getAppEvaluations, getAppInfo, getAppInsightAnalyses, getAppInsightAnalysisModel, getAppInsightAnalysisRecommendations, getAppMedia, getAppMediaList, getAppReloadLog, getAppReloadLogs, getAppReloadMetadata, getAppReportFilter, getAppReportFilters, getAppScript, getAppScriptHistory, getAppThumbnail, getAppsPrivileges, importApp, moveAppToSpace, patchAppScript, publishApp, queueAppEvaluation, removeAppFromSpace, republishApp, updateAppInfo, updateAppObjectOwner, updateAppOwner, updateAppScript, uploadAppMedia };
2431
+ export { type Analysis, type AnalysisComposition, type AnalysisDescriptor, type AnalysisDescriptorResponse, type AnalysisDetails, type AnalysisGroup, type AnalysisModelItemField, type AnalysisModelItemMasterItem, type AnalysisModelResponse, type AnalysisModelResponseDetail, type AnalysisRecommendRequest, type AnalysisRecommendationResponse, type AnalysisRecommendationResponseDetail, type AppAttributes, type AppContentList, type AppContentListItem, type AppObjectGenericType, type AppUpdateAttributes, type AppsAPI, type ChartType, type Classification, type Classifications, type Cmpbool, type Cmpfloat, type CmpfloatWithTimeout, type Cmpint, type Comparison, type Comparisonfields, type ComparisonobjMemoryLimit, type Comparisonobjresponsetime, type Comparisonoobjheavy, type Comparisontables, type CompositionMinMax, type CopyAppHttpError, type CopyAppHttpResponse, type CountAppReportFiltersHttpError, type CountAppReportFiltersHttpResponse, type CreateApp, type CreateAppHttpError, type CreateAppHttpResponse, type CreateAppReportFilterHttpError, type CreateAppReportFilterHttpResponse, type DataModelMetadata, type DeleteAppHttpError, type DeleteAppHttpResponse, type DeleteAppMediaHttpError, type DeleteAppMediaHttpResponse, type DeleteAppReportFilterHttpError, type DeleteAppReportFilterHttpResponse, type DeleteAppScriptHttpError, type DeleteAppScriptHttpResponse, type Error, type Errors, type Evaluation, type Evaluations, type EvaluatorError, type Event, type ExportAppHttpError, type ExportAppHttpResponse, type FieldAttrType, type FieldAttributes, type FieldInTableProfilingData, type FieldMetadata, type FieldOverride, type FileData, type Filter, type FilterError, type FilterErrors, type FilterField, type FilterFieldValue, type FilterList, type FilterListItem, type FilterRequest, type FilterType, type FilterV10, type FilterVariable, type FiltersCount, type Float64, type FrequencyDistributionData, type GetAppDataLineageHttpError, type GetAppDataLineageHttpResponse, type GetAppDataMetadataHttpError, type GetAppDataMetadataHttpResponse, type GetAppEvaluationComparisonHttpError, type GetAppEvaluationComparisonHttpResponse, type GetAppEvaluationComparisonXmlHttpError, type GetAppEvaluationComparisonXmlHttpResponse, type GetAppEvaluationHttpError, type GetAppEvaluationHttpResponse, type GetAppEvaluationXmlHttpError, type GetAppEvaluationXmlHttpResponse, type GetAppEvaluationsHttpError, type GetAppEvaluationsHttpResponse, type GetAppInfoHttpError, type GetAppInfoHttpResponse, type GetAppInsightAnalysesHttpError, type GetAppInsightAnalysesHttpResponse, type GetAppInsightAnalysisModelHttpError, type GetAppInsightAnalysisModelHttpResponse, type GetAppInsightAnalysisRecommendationsHttpError, type GetAppInsightAnalysisRecommendationsHttpResponse, type GetAppMediaHttpError, type GetAppMediaHttpResponse, type GetAppMediaListHttpError, type GetAppMediaListHttpResponse, type GetAppReloadLogHttpError, type GetAppReloadLogHttpResponse, type GetAppReloadLogsHttpError, type GetAppReloadLogsHttpResponse, type GetAppReloadMetadataHttpError, type GetAppReloadMetadataHttpResponse, type GetAppReportFilterHttpError, type GetAppReportFilterHttpResponse, type GetAppReportFiltersHttpError, type GetAppReportFiltersHttpResponse, type GetAppScriptHistoryHttpError, type GetAppScriptHistoryHttpResponse, type GetAppScriptHttpError, type GetAppScriptHttpResponse, type GetAppThumbnailHttpError, type GetAppThumbnailHttpResponse, type GetAppsPrivilegesHttpError, type GetAppsPrivilegesHttpResponse, type HardwareMeta, type Href, type ImportAppHttpError, type ImportAppHttpResponse, type JsonObject, type LastReloadMetadata, type LineageInfoRest, type LinkResponse, type Links, type LinksResponse, type Log, type Metadata, type MoveAppToSpaceHttpError, type MoveAppToSpaceHttpResponse, type NavigationLink, type NavigationLinks, type NumberFormat, type NxApp, type NxAppCreatePrivileges, type NxAppObject, type NxAttributes, type NxObjectAttributes, type NxPatch, type NxPatchOperationType, type Objectmetrics, type Objectspec, type Objecttopspec, type PartialNluInfo, type PatchAppScriptHttpError, type PatchAppScriptHttpResponse, type PublishApp, type PublishAppHttpError, type PublishAppHttpResponse, type PublishData, type QueueAppEvaluationHttpError, type QueueAppEvaluationHttpResponse, type RecommendFieldItem, type RecommendItems, type RecommendMasterItem, type RecommendNaturalLangQuery, type RecommendedAnalysis, type RecommendedAnalysisCore, type ReloadListMetadata, type ReloadMeta, type ReloadStatements, type RemoveAppFromSpaceHttpError, type RemoveAppFromSpaceHttpResponse, type RepublishApp, type RepublishAppHttpError, type RepublishAppHttpResponse, type Result, type Resultentry, type Resultmetadatatopfields, type Resultmetadatatoptables, type ResultobjMemoryLimit, type Resultobjresponsetime, type Resultobjsheet, type Resultsingle, type ScriptLogList, type ScriptLogMeta, type ScriptMeta, type ScriptMetaList, type ScriptVersion, type SimplifiedClassifications, type Sortedcomparisonfields, type Sortedcomparisonobjresponsetime, type Sortedcomparisonoobjheavy, type Sortedcomparisontables, type SymbolFrequency, type SymbolValue, type TableMetadata, type TableProfilingData, type UpdateApp, type UpdateAppInfoHttpError, type UpdateAppInfoHttpResponse, type UpdateAppObjectOwnerHttpError, type UpdateAppObjectOwnerHttpResponse, type UpdateAppOwnerHttpError, type UpdateAppOwnerHttpResponse, type UpdateAppScriptHttpError, type UpdateAppScriptHttpResponse, type UpdateOwner, type UpdateSpace, type UploadAppMediaHttpError, type UploadAppMediaHttpResponse, type UsageEnum, type UserPrivileges, clearCache, copyApp, countAppReportFilters, createApp, createAppReportFilter, appsExport as default, deleteApp, deleteAppMedia, deleteAppReportFilter, deleteAppScript, exportApp, getAppDataLineage, getAppDataMetadata, getAppEvaluation, getAppEvaluationComparison, getAppEvaluationComparisonXml, getAppEvaluationXml, getAppEvaluations, getAppInfo, getAppInsightAnalyses, getAppInsightAnalysisModel, getAppInsightAnalysisRecommendations, getAppMedia, getAppMediaList, getAppReloadLog, getAppReloadLogs, getAppReloadMetadata, getAppReportFilter, getAppReportFilters, getAppScript, getAppScriptHistory, getAppThumbnail, getAppsPrivileges, importApp, moveAppToSpace, patchAppScript, publishApp, queueAppEvaluation, removeAppFromSpace, republishApp, updateAppInfo, updateAppObjectOwner, updateAppOwner, updateAppScript, uploadAppMedia };
package/apps.d.ts CHANGED
@@ -965,6 +965,10 @@ type Cmpfloat = Classification & {
965
965
  baseline?: number;
966
966
  comparison?: number;
967
967
  };
968
+ type CmpfloatWithTimeout = Cmpfloat & {
969
+ baselineTimeoutStatusCode?: string;
970
+ comparisonTimeoutStatusCode?: string;
971
+ };
968
972
  type Cmpint = Classification & {
969
973
  baseline?: number;
970
974
  comparison?: number;
@@ -977,6 +981,7 @@ type Comparison = {
977
981
  hasSectionAccess?: Cmpbool;
978
982
  maxMemoryMib?: Cmpfloat;
979
983
  objHeavy?: Sortedcomparisonoobjheavy;
984
+ objMemoryLimit?: ComparisonobjMemoryLimit;
980
985
  objNoCache?: Sortedcomparisonobjresponsetime;
981
986
  objSingleThreaded?: Sortedcomparisonobjresponsetime;
982
987
  objSlowCached?: Sortedcomparisonobjresponsetime;
@@ -997,10 +1002,15 @@ type Comparisonfields = (Objecttopspec & {
997
1002
  name?: string;
998
1003
  total_count?: Cmpint;
999
1004
  })[];
1005
+ type ComparisonobjMemoryLimit = (Objectspec & {
1006
+ baselineMemoryLimitStatusCode?: string;
1007
+ comparisonMemoryLimitStatusCode?: string;
1008
+ dataSourceStatus?: "full" | "none" | "baselinemissing" | "comparisonmissing";
1009
+ })[];
1000
1010
  type Comparisonobjresponsetime = (Objectspec & {
1001
1011
  dataSourceStatus?: "full" | "none" | "baselinemissing" | "comparisonmissing";
1002
- responseTimeSeconds1?: Cmpfloat;
1003
- responseTimeSeconds2?: Cmpfloat;
1012
+ responseTimeSeconds1?: CmpfloatWithTimeout;
1013
+ responseTimeSeconds2?: CmpfloatWithTimeout;
1004
1014
  })[];
1005
1015
  type Comparisonoobjheavy = (Objectspec & {
1006
1016
  cpuQuotient1?: Cmpfloat;
@@ -1091,7 +1101,7 @@ type Objectmetrics = {
1091
1101
  };
1092
1102
  type Objectspec = {
1093
1103
  id?: string;
1094
- objectType?: number;
1104
+ objectType?: string;
1095
1105
  sheetId?: string;
1096
1106
  title?: string;
1097
1107
  };
@@ -1103,9 +1113,10 @@ type Objecttopspec = {
1103
1113
  type Result = {
1104
1114
  documentSizeMiB?: number;
1105
1115
  hasSectionAccess?: boolean;
1116
+ objMemoryLimit?: ResultobjMemoryLimit[];
1106
1117
  objNoCache?: Resultobjresponsetime[];
1107
1118
  objSingleThreaded?: Resultsingle[];
1108
- objSlowCached?: Resultobjsinglethreaded[];
1119
+ objSlowCached?: Resultobjresponsetime[];
1109
1120
  objSlowUncached?: Resultobjresponsetime[];
1110
1121
  objectCount?: number;
1111
1122
  rowCount?: number;
@@ -1125,19 +1136,18 @@ type Resultmetadatatoptables = Objecttopspec & {
1125
1136
  byte_size?: number;
1126
1137
  name?: string;
1127
1138
  };
1139
+ type ResultobjMemoryLimit = Objectspec & {
1140
+ memoryLimitStatusCode?: string;
1141
+ };
1128
1142
  type Resultobjresponsetime = Objectspec & {
1129
1143
  responseTimeSeconds?: number;
1144
+ timeoutStatusCode?: string;
1130
1145
  };
1131
1146
  type Resultobjsheet = {
1132
1147
  objectCount?: number;
1133
1148
  sheet?: Resultobjresponsetime;
1134
1149
  sheetObjects?: Resultobjresponsetime[];
1135
1150
  };
1136
- type Resultobjsinglethreaded = Objectspec & {
1137
- cpuQuotients?: number[];
1138
- responseTimeSeconds?: number;
1139
- schema?: Objectspec;
1140
- };
1141
1151
  type Resultsingle = Objectspec & {
1142
1152
  cpuQuotient1?: number;
1143
1153
  };
@@ -2418,4 +2428,4 @@ interface AppsAPI {
2418
2428
  */
2419
2429
  declare const appsExport: AppsAPI;
2420
2430
 
2421
- export { type Analysis, type AnalysisComposition, type AnalysisDescriptor, type AnalysisDescriptorResponse, type AnalysisDetails, type AnalysisGroup, type AnalysisModelItemField, type AnalysisModelItemMasterItem, type AnalysisModelResponse, type AnalysisModelResponseDetail, type AnalysisRecommendRequest, type AnalysisRecommendationResponse, type AnalysisRecommendationResponseDetail, type AppAttributes, type AppContentList, type AppContentListItem, type AppObjectGenericType, type AppUpdateAttributes, type AppsAPI, type ChartType, type Classification, type Classifications, type Cmpbool, type Cmpfloat, type Cmpint, type Comparison, type Comparisonfields, type Comparisonobjresponsetime, type Comparisonoobjheavy, type Comparisontables, type CompositionMinMax, type CopyAppHttpError, type CopyAppHttpResponse, type CountAppReportFiltersHttpError, type CountAppReportFiltersHttpResponse, type CreateApp, type CreateAppHttpError, type CreateAppHttpResponse, type CreateAppReportFilterHttpError, type CreateAppReportFilterHttpResponse, type DataModelMetadata, type DeleteAppHttpError, type DeleteAppHttpResponse, type DeleteAppMediaHttpError, type DeleteAppMediaHttpResponse, type DeleteAppReportFilterHttpError, type DeleteAppReportFilterHttpResponse, type DeleteAppScriptHttpError, type DeleteAppScriptHttpResponse, type Error, type Errors, type Evaluation, type Evaluations, type EvaluatorError, type Event, type ExportAppHttpError, type ExportAppHttpResponse, type FieldAttrType, type FieldAttributes, type FieldInTableProfilingData, type FieldMetadata, type FieldOverride, type FileData, type Filter, type FilterError, type FilterErrors, type FilterField, type FilterFieldValue, type FilterList, type FilterListItem, type FilterRequest, type FilterType, type FilterV10, type FilterVariable, type FiltersCount, type Float64, type FrequencyDistributionData, type GetAppDataLineageHttpError, type GetAppDataLineageHttpResponse, type GetAppDataMetadataHttpError, type GetAppDataMetadataHttpResponse, type GetAppEvaluationComparisonHttpError, type GetAppEvaluationComparisonHttpResponse, type GetAppEvaluationComparisonXmlHttpError, type GetAppEvaluationComparisonXmlHttpResponse, type GetAppEvaluationHttpError, type GetAppEvaluationHttpResponse, type GetAppEvaluationXmlHttpError, type GetAppEvaluationXmlHttpResponse, type GetAppEvaluationsHttpError, type GetAppEvaluationsHttpResponse, type GetAppInfoHttpError, type GetAppInfoHttpResponse, type GetAppInsightAnalysesHttpError, type GetAppInsightAnalysesHttpResponse, type GetAppInsightAnalysisModelHttpError, type GetAppInsightAnalysisModelHttpResponse, type GetAppInsightAnalysisRecommendationsHttpError, type GetAppInsightAnalysisRecommendationsHttpResponse, type GetAppMediaHttpError, type GetAppMediaHttpResponse, type GetAppMediaListHttpError, type GetAppMediaListHttpResponse, type GetAppReloadLogHttpError, type GetAppReloadLogHttpResponse, type GetAppReloadLogsHttpError, type GetAppReloadLogsHttpResponse, type GetAppReloadMetadataHttpError, type GetAppReloadMetadataHttpResponse, type GetAppReportFilterHttpError, type GetAppReportFilterHttpResponse, type GetAppReportFiltersHttpError, type GetAppReportFiltersHttpResponse, type GetAppScriptHistoryHttpError, type GetAppScriptHistoryHttpResponse, type GetAppScriptHttpError, type GetAppScriptHttpResponse, type GetAppThumbnailHttpError, type GetAppThumbnailHttpResponse, type GetAppsPrivilegesHttpError, type GetAppsPrivilegesHttpResponse, type HardwareMeta, type Href, type ImportAppHttpError, type ImportAppHttpResponse, type JsonObject, type LastReloadMetadata, type LineageInfoRest, type LinkResponse, type Links, type LinksResponse, type Log, type Metadata, type MoveAppToSpaceHttpError, type MoveAppToSpaceHttpResponse, type NavigationLink, type NavigationLinks, type NumberFormat, type NxApp, type NxAppCreatePrivileges, type NxAppObject, type NxAttributes, type NxObjectAttributes, type NxPatch, type NxPatchOperationType, type Objectmetrics, type Objectspec, type Objecttopspec, type PartialNluInfo, type PatchAppScriptHttpError, type PatchAppScriptHttpResponse, type PublishApp, type PublishAppHttpError, type PublishAppHttpResponse, type PublishData, type QueueAppEvaluationHttpError, type QueueAppEvaluationHttpResponse, type RecommendFieldItem, type RecommendItems, type RecommendMasterItem, type RecommendNaturalLangQuery, type RecommendedAnalysis, type RecommendedAnalysisCore, type ReloadListMetadata, type ReloadMeta, type ReloadStatements, type RemoveAppFromSpaceHttpError, type RemoveAppFromSpaceHttpResponse, type RepublishApp, type RepublishAppHttpError, type RepublishAppHttpResponse, type Result, type Resultentry, type Resultmetadatatopfields, type Resultmetadatatoptables, type Resultobjresponsetime, type Resultobjsheet, type Resultobjsinglethreaded, type Resultsingle, type ScriptLogList, type ScriptLogMeta, type ScriptMeta, type ScriptMetaList, type ScriptVersion, type SimplifiedClassifications, type Sortedcomparisonfields, type Sortedcomparisonobjresponsetime, type Sortedcomparisonoobjheavy, type Sortedcomparisontables, type SymbolFrequency, type SymbolValue, type TableMetadata, type TableProfilingData, type UpdateApp, type UpdateAppInfoHttpError, type UpdateAppInfoHttpResponse, type UpdateAppObjectOwnerHttpError, type UpdateAppObjectOwnerHttpResponse, type UpdateAppOwnerHttpError, type UpdateAppOwnerHttpResponse, type UpdateAppScriptHttpError, type UpdateAppScriptHttpResponse, type UpdateOwner, type UpdateSpace, type UploadAppMediaHttpError, type UploadAppMediaHttpResponse, type UsageEnum, type UserPrivileges, clearCache, copyApp, countAppReportFilters, createApp, createAppReportFilter, appsExport as default, deleteApp, deleteAppMedia, deleteAppReportFilter, deleteAppScript, exportApp, getAppDataLineage, getAppDataMetadata, getAppEvaluation, getAppEvaluationComparison, getAppEvaluationComparisonXml, getAppEvaluationXml, getAppEvaluations, getAppInfo, getAppInsightAnalyses, getAppInsightAnalysisModel, getAppInsightAnalysisRecommendations, getAppMedia, getAppMediaList, getAppReloadLog, getAppReloadLogs, getAppReloadMetadata, getAppReportFilter, getAppReportFilters, getAppScript, getAppScriptHistory, getAppThumbnail, getAppsPrivileges, importApp, moveAppToSpace, patchAppScript, publishApp, queueAppEvaluation, removeAppFromSpace, republishApp, updateAppInfo, updateAppObjectOwner, updateAppOwner, updateAppScript, uploadAppMedia };
2431
+ export { type Analysis, type AnalysisComposition, type AnalysisDescriptor, type AnalysisDescriptorResponse, type AnalysisDetails, type AnalysisGroup, type AnalysisModelItemField, type AnalysisModelItemMasterItem, type AnalysisModelResponse, type AnalysisModelResponseDetail, type AnalysisRecommendRequest, type AnalysisRecommendationResponse, type AnalysisRecommendationResponseDetail, type AppAttributes, type AppContentList, type AppContentListItem, type AppObjectGenericType, type AppUpdateAttributes, type AppsAPI, type ChartType, type Classification, type Classifications, type Cmpbool, type Cmpfloat, type CmpfloatWithTimeout, type Cmpint, type Comparison, type Comparisonfields, type ComparisonobjMemoryLimit, type Comparisonobjresponsetime, type Comparisonoobjheavy, type Comparisontables, type CompositionMinMax, type CopyAppHttpError, type CopyAppHttpResponse, type CountAppReportFiltersHttpError, type CountAppReportFiltersHttpResponse, type CreateApp, type CreateAppHttpError, type CreateAppHttpResponse, type CreateAppReportFilterHttpError, type CreateAppReportFilterHttpResponse, type DataModelMetadata, type DeleteAppHttpError, type DeleteAppHttpResponse, type DeleteAppMediaHttpError, type DeleteAppMediaHttpResponse, type DeleteAppReportFilterHttpError, type DeleteAppReportFilterHttpResponse, type DeleteAppScriptHttpError, type DeleteAppScriptHttpResponse, type Error, type Errors, type Evaluation, type Evaluations, type EvaluatorError, type Event, type ExportAppHttpError, type ExportAppHttpResponse, type FieldAttrType, type FieldAttributes, type FieldInTableProfilingData, type FieldMetadata, type FieldOverride, type FileData, type Filter, type FilterError, type FilterErrors, type FilterField, type FilterFieldValue, type FilterList, type FilterListItem, type FilterRequest, type FilterType, type FilterV10, type FilterVariable, type FiltersCount, type Float64, type FrequencyDistributionData, type GetAppDataLineageHttpError, type GetAppDataLineageHttpResponse, type GetAppDataMetadataHttpError, type GetAppDataMetadataHttpResponse, type GetAppEvaluationComparisonHttpError, type GetAppEvaluationComparisonHttpResponse, type GetAppEvaluationComparisonXmlHttpError, type GetAppEvaluationComparisonXmlHttpResponse, type GetAppEvaluationHttpError, type GetAppEvaluationHttpResponse, type GetAppEvaluationXmlHttpError, type GetAppEvaluationXmlHttpResponse, type GetAppEvaluationsHttpError, type GetAppEvaluationsHttpResponse, type GetAppInfoHttpError, type GetAppInfoHttpResponse, type GetAppInsightAnalysesHttpError, type GetAppInsightAnalysesHttpResponse, type GetAppInsightAnalysisModelHttpError, type GetAppInsightAnalysisModelHttpResponse, type GetAppInsightAnalysisRecommendationsHttpError, type GetAppInsightAnalysisRecommendationsHttpResponse, type GetAppMediaHttpError, type GetAppMediaHttpResponse, type GetAppMediaListHttpError, type GetAppMediaListHttpResponse, type GetAppReloadLogHttpError, type GetAppReloadLogHttpResponse, type GetAppReloadLogsHttpError, type GetAppReloadLogsHttpResponse, type GetAppReloadMetadataHttpError, type GetAppReloadMetadataHttpResponse, type GetAppReportFilterHttpError, type GetAppReportFilterHttpResponse, type GetAppReportFiltersHttpError, type GetAppReportFiltersHttpResponse, type GetAppScriptHistoryHttpError, type GetAppScriptHistoryHttpResponse, type GetAppScriptHttpError, type GetAppScriptHttpResponse, type GetAppThumbnailHttpError, type GetAppThumbnailHttpResponse, type GetAppsPrivilegesHttpError, type GetAppsPrivilegesHttpResponse, type HardwareMeta, type Href, type ImportAppHttpError, type ImportAppHttpResponse, type JsonObject, type LastReloadMetadata, type LineageInfoRest, type LinkResponse, type Links, type LinksResponse, type Log, type Metadata, type MoveAppToSpaceHttpError, type MoveAppToSpaceHttpResponse, type NavigationLink, type NavigationLinks, type NumberFormat, type NxApp, type NxAppCreatePrivileges, type NxAppObject, type NxAttributes, type NxObjectAttributes, type NxPatch, type NxPatchOperationType, type Objectmetrics, type Objectspec, type Objecttopspec, type PartialNluInfo, type PatchAppScriptHttpError, type PatchAppScriptHttpResponse, type PublishApp, type PublishAppHttpError, type PublishAppHttpResponse, type PublishData, type QueueAppEvaluationHttpError, type QueueAppEvaluationHttpResponse, type RecommendFieldItem, type RecommendItems, type RecommendMasterItem, type RecommendNaturalLangQuery, type RecommendedAnalysis, type RecommendedAnalysisCore, type ReloadListMetadata, type ReloadMeta, type ReloadStatements, type RemoveAppFromSpaceHttpError, type RemoveAppFromSpaceHttpResponse, type RepublishApp, type RepublishAppHttpError, type RepublishAppHttpResponse, type Result, type Resultentry, type Resultmetadatatopfields, type Resultmetadatatoptables, type ResultobjMemoryLimit, type Resultobjresponsetime, type Resultobjsheet, type Resultsingle, type ScriptLogList, type ScriptLogMeta, type ScriptMeta, type ScriptMetaList, type ScriptVersion, type SimplifiedClassifications, type Sortedcomparisonfields, type Sortedcomparisonobjresponsetime, type Sortedcomparisonoobjheavy, type Sortedcomparisontables, type SymbolFrequency, type SymbolValue, type TableMetadata, type TableProfilingData, type UpdateApp, type UpdateAppInfoHttpError, type UpdateAppInfoHttpResponse, type UpdateAppObjectOwnerHttpError, type UpdateAppObjectOwnerHttpResponse, type UpdateAppOwnerHttpError, type UpdateAppOwnerHttpResponse, type UpdateAppScriptHttpError, type UpdateAppScriptHttpResponse, type UpdateOwner, type UpdateSpace, type UploadAppMediaHttpError, type UploadAppMediaHttpResponse, type UsageEnum, type UserPrivileges, clearCache, copyApp, countAppReportFilters, createApp, createAppReportFilter, appsExport as default, deleteApp, deleteAppMedia, deleteAppReportFilter, deleteAppScript, exportApp, getAppDataLineage, getAppDataMetadata, getAppEvaluation, getAppEvaluationComparison, getAppEvaluationComparisonXml, getAppEvaluationXml, getAppEvaluations, getAppInfo, getAppInsightAnalyses, getAppInsightAnalysisModel, getAppInsightAnalysisRecommendations, getAppMedia, getAppMediaList, getAppReloadLog, getAppReloadLogs, getAppReloadMetadata, getAppReportFilter, getAppReportFilters, getAppScript, getAppScriptHistory, getAppThumbnail, getAppsPrivileges, importApp, moveAppToSpace, patchAppScript, publishApp, queueAppEvaluation, removeAppFromSpace, republishApp, updateAppInfo, updateAppObjectOwner, updateAppOwner, updateAppScript, uploadAppMedia };
package/apps.js CHANGED
@@ -1,45 +1,45 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
- require('./chunks/SEXEAWEC.js');
4
+ var _URIW2U5Mjs = require('./chunks/URIW2U5M.js');
5
+ require('./chunks/2YWCEGTS.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/apps.ts
9
- var createApp = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
9
+ var createApp = async (body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
10
10
  method: "post",
11
11
  pathTemplate: "/api/v1/apps",
12
12
  body,
13
13
  contentType: "application/json",
14
14
  options
15
15
  });
16
- var getAppEvaluationComparison = async (baseid, comparisonid, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
16
+ var getAppEvaluationComparison = async (baseid, comparisonid, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
17
17
  method: "get",
18
18
  pathTemplate: "/api/v1/apps/evaluations/{baseid}/actions/compare/{comparisonid}",
19
19
  pathVariables: { baseid, comparisonid },
20
20
  query,
21
21
  options
22
22
  });
23
- var getAppEvaluationComparisonXml = async (baseid, comparisonid, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
23
+ var getAppEvaluationComparisonXml = async (baseid, comparisonid, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
24
24
  method: "get",
25
25
  pathTemplate: "/api/v1/apps/evaluations/{baseid}/actions/compare/{comparisonid}/actions/download",
26
26
  pathVariables: { baseid, comparisonid },
27
27
  options
28
28
  });
29
- var getAppEvaluation = async (id, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
29
+ var getAppEvaluation = async (id, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
30
30
  method: "get",
31
31
  pathTemplate: "/api/v1/apps/evaluations/{id}",
32
32
  pathVariables: { id },
33
33
  query,
34
34
  options
35
35
  });
36
- var getAppEvaluationXml = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
36
+ var getAppEvaluationXml = async (id, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
37
37
  method: "get",
38
38
  pathTemplate: "/api/v1/apps/evaluations/{id}/actions/download",
39
39
  pathVariables: { id },
40
40
  options
41
41
  });
42
- var importApp = async (query, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
42
+ var importApp = async (query, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
43
43
  method: "post",
44
44
  pathTemplate: "/api/v1/apps/import",
45
45
  query,
@@ -47,24 +47,24 @@ var importApp = async (query, body, options) => _TH75GYUYjs.invokeFetch.call(voi
47
47
  contentType: "application/octet-stream",
48
48
  options
49
49
  });
50
- var getAppsPrivileges = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
50
+ var getAppsPrivileges = async (options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
51
51
  method: "get",
52
52
  pathTemplate: "/api/v1/apps/privileges",
53
53
  options
54
54
  });
55
- var deleteApp = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
55
+ var deleteApp = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
56
56
  method: "delete",
57
57
  pathTemplate: "/api/v1/apps/{appId}",
58
58
  pathVariables: { appId },
59
59
  options
60
60
  });
61
- var getAppInfo = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
61
+ var getAppInfo = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
62
62
  method: "get",
63
63
  pathTemplate: "/api/v1/apps/{appId}",
64
64
  pathVariables: { appId },
65
65
  options
66
66
  });
67
- var updateAppInfo = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
67
+ var updateAppInfo = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
68
68
  method: "put",
69
69
  pathTemplate: "/api/v1/apps/{appId}",
70
70
  pathVariables: { appId },
@@ -72,7 +72,7 @@ var updateAppInfo = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call
72
72
  contentType: "application/json",
73
73
  options
74
74
  });
75
- var copyApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
75
+ var copyApp = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
76
76
  method: "post",
77
77
  pathTemplate: "/api/v1/apps/{appId}/copy",
78
78
  pathVariables: { appId },
@@ -80,32 +80,32 @@ var copyApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void
80
80
  contentType: "application/json",
81
81
  options
82
82
  });
83
- var getAppDataLineage = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
83
+ var getAppDataLineage = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
84
84
  method: "get",
85
85
  pathTemplate: "/api/v1/apps/{appId}/data/lineage",
86
86
  pathVariables: { appId },
87
87
  options
88
88
  });
89
- var getAppDataMetadata = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
89
+ var getAppDataMetadata = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
90
90
  method: "get",
91
91
  pathTemplate: "/api/v1/apps/{appId}/data/metadata",
92
92
  pathVariables: { appId },
93
93
  options
94
94
  });
95
- var exportApp = async (appId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
95
+ var exportApp = async (appId, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
96
96
  method: "post",
97
97
  pathTemplate: "/api/v1/apps/{appId}/export",
98
98
  pathVariables: { appId },
99
99
  query,
100
100
  options
101
101
  });
102
- var getAppInsightAnalyses = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
102
+ var getAppInsightAnalyses = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
103
103
  method: "get",
104
104
  pathTemplate: "/api/v1/apps/{appId}/insight-analyses",
105
105
  pathVariables: { appId },
106
106
  options
107
107
  });
108
- var getAppInsightAnalysisRecommendations = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
108
+ var getAppInsightAnalysisRecommendations = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
109
109
  method: "post",
110
110
  pathTemplate: "/api/v1/apps/{appId}/insight-analyses/actions/recommend",
111
111
  pathVariables: { appId },
@@ -113,25 +113,25 @@ var getAppInsightAnalysisRecommendations = async (appId, body, options) => _TH75
113
113
  contentType: "application/json",
114
114
  options
115
115
  });
116
- var getAppInsightAnalysisModel = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
116
+ var getAppInsightAnalysisModel = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
117
117
  method: "get",
118
118
  pathTemplate: "/api/v1/apps/{appId}/insight-analyses/model",
119
119
  pathVariables: { appId },
120
120
  options
121
121
  });
122
- var deleteAppMedia = async (appId, path, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
122
+ var deleteAppMedia = async (appId, path, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
123
123
  method: "delete",
124
124
  pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
125
125
  pathVariables: { appId, path },
126
126
  options
127
127
  });
128
- var getAppMedia = async (appId, path, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
128
+ var getAppMedia = async (appId, path, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
129
129
  method: "get",
130
130
  pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
131
131
  pathVariables: { appId, path },
132
132
  options
133
133
  });
134
- var uploadAppMedia = async (appId, path, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
134
+ var uploadAppMedia = async (appId, path, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
135
135
  method: "put",
136
136
  pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
137
137
  pathVariables: { appId, path },
@@ -139,20 +139,20 @@ var uploadAppMedia = async (appId, path, body, options) => _TH75GYUYjs.invokeFet
139
139
  contentType: "application/octet-stream",
140
140
  options
141
141
  });
142
- var getAppMediaList = async (appId, path, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
142
+ var getAppMediaList = async (appId, path, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
143
143
  method: "get",
144
144
  pathTemplate: "/api/v1/apps/{appId}/media/list/{path}",
145
145
  pathVariables: { appId, path },
146
146
  query,
147
147
  options
148
148
  });
149
- var getAppThumbnail = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
149
+ var getAppThumbnail = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
150
150
  method: "get",
151
151
  pathTemplate: "/api/v1/apps/{appId}/media/thumbnail",
152
152
  pathVariables: { appId },
153
153
  options
154
154
  });
155
- var updateAppObjectOwner = async (appId, objectId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
155
+ var updateAppObjectOwner = async (appId, objectId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
156
156
  method: "post",
157
157
  pathTemplate: "/api/v1/apps/{appId}/objects/{objectId}/actions/change-owner",
158
158
  pathVariables: { appId, objectId },
@@ -160,7 +160,7 @@ var updateAppObjectOwner = async (appId, objectId, body, options) => _TH75GYUYjs
160
160
  contentType: "application/json",
161
161
  options
162
162
  });
163
- var updateAppOwner = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
163
+ var updateAppOwner = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
164
164
  method: "put",
165
165
  pathTemplate: "/api/v1/apps/{appId}/owner",
166
166
  pathVariables: { appId },
@@ -168,7 +168,7 @@ var updateAppOwner = async (appId, body, options) => _TH75GYUYjs.invokeFetch.cal
168
168
  contentType: "application/json",
169
169
  options
170
170
  });
171
- var publishApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
171
+ var publishApp = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
172
172
  method: "post",
173
173
  pathTemplate: "/api/v1/apps/{appId}/publish",
174
174
  pathVariables: { appId },
@@ -176,7 +176,7 @@ var publishApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(vo
176
176
  contentType: "application/json",
177
177
  options
178
178
  });
179
- var republishApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
179
+ var republishApp = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
180
180
  method: "put",
181
181
  pathTemplate: "/api/v1/apps/{appId}/publish",
182
182
  pathVariables: { appId },
@@ -184,33 +184,33 @@ var republishApp = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(
184
184
  contentType: "application/json",
185
185
  options
186
186
  });
187
- var getAppReloadLogs = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
187
+ var getAppReloadLogs = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
188
188
  method: "get",
189
189
  pathTemplate: "/api/v1/apps/{appId}/reloads/logs",
190
190
  pathVariables: { appId },
191
191
  options
192
192
  });
193
- var getAppReloadLog = async (appId, reloadId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
193
+ var getAppReloadLog = async (appId, reloadId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
194
194
  method: "get",
195
195
  pathTemplate: "/api/v1/apps/{appId}/reloads/logs/{reloadId}",
196
196
  pathVariables: { appId, reloadId },
197
197
  options
198
198
  });
199
- var getAppReloadMetadata = async (appId, reloadId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
199
+ var getAppReloadMetadata = async (appId, reloadId, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
200
200
  method: "get",
201
201
  pathTemplate: "/api/v1/apps/{appId}/reloads/metadata/{reloadId}",
202
202
  pathVariables: { appId, reloadId },
203
203
  query,
204
204
  options
205
205
  });
206
- var getAppReportFilters = async (appId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
206
+ var getAppReportFilters = async (appId, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
207
207
  method: "get",
208
208
  pathTemplate: "/api/v1/apps/{appId}/report-filters",
209
209
  pathVariables: { appId },
210
210
  query,
211
211
  options
212
212
  });
213
- var createAppReportFilter = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
213
+ var createAppReportFilter = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
214
214
  method: "post",
215
215
  pathTemplate: "/api/v1/apps/{appId}/report-filters",
216
216
  pathVariables: { appId },
@@ -218,33 +218,33 @@ var createAppReportFilter = async (appId, body, options) => _TH75GYUYjs.invokeFe
218
218
  contentType: "application/json",
219
219
  options
220
220
  });
221
- var countAppReportFilters = async (appId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
221
+ var countAppReportFilters = async (appId, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
222
222
  method: "get",
223
223
  pathTemplate: "/api/v1/apps/{appId}/report-filters/actions/count",
224
224
  pathVariables: { appId },
225
225
  query,
226
226
  options
227
227
  });
228
- var deleteAppReportFilter = async (appId, id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
228
+ var deleteAppReportFilter = async (appId, id, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
229
229
  method: "delete",
230
230
  pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
231
231
  pathVariables: { appId, id },
232
232
  options
233
233
  });
234
- var getAppReportFilter = async (appId, id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
234
+ var getAppReportFilter = async (appId, id, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
235
235
  method: "get",
236
236
  pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
237
237
  pathVariables: { appId, id },
238
238
  options
239
239
  });
240
- var getAppScriptHistory = async (appId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
240
+ var getAppScriptHistory = async (appId, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
241
241
  method: "get",
242
242
  pathTemplate: "/api/v1/apps/{appId}/scripts",
243
243
  pathVariables: { appId },
244
244
  query,
245
245
  options
246
246
  });
247
- var updateAppScript = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
247
+ var updateAppScript = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
248
248
  method: "post",
249
249
  pathTemplate: "/api/v1/apps/{appId}/scripts",
250
250
  pathVariables: { appId },
@@ -252,19 +252,19 @@ var updateAppScript = async (appId, body, options) => _TH75GYUYjs.invokeFetch.ca
252
252
  contentType: "application/json",
253
253
  options
254
254
  });
255
- var deleteAppScript = async (appId, version, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
255
+ var deleteAppScript = async (appId, version, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
256
256
  method: "delete",
257
257
  pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
258
258
  pathVariables: { appId, version },
259
259
  options
260
260
  });
261
- var getAppScript = async (appId, version, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
261
+ var getAppScript = async (appId, version, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
262
262
  method: "get",
263
263
  pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
264
264
  pathVariables: { appId, version },
265
265
  options
266
266
  });
267
- var patchAppScript = async (appId, version, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
267
+ var patchAppScript = async (appId, version, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
268
268
  method: "patch",
269
269
  pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
270
270
  pathVariables: { appId, version },
@@ -272,13 +272,13 @@ var patchAppScript = async (appId, version, body, options) => _TH75GYUYjs.invoke
272
272
  contentType: "application/json",
273
273
  options
274
274
  });
275
- var removeAppFromSpace = async (appId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
275
+ var removeAppFromSpace = async (appId, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
276
276
  method: "delete",
277
277
  pathTemplate: "/api/v1/apps/{appId}/space",
278
278
  pathVariables: { appId },
279
279
  options
280
280
  });
281
- var moveAppToSpace = async (appId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
281
+ var moveAppToSpace = async (appId, body, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
282
282
  method: "put",
283
283
  pathTemplate: "/api/v1/apps/{appId}/space",
284
284
  pathVariables: { appId },
@@ -286,21 +286,21 @@ var moveAppToSpace = async (appId, body, options) => _TH75GYUYjs.invokeFetch.cal
286
286
  contentType: "application/json",
287
287
  options
288
288
  });
289
- var getAppEvaluations = async (guid, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
289
+ var getAppEvaluations = async (guid, query, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
290
290
  method: "get",
291
291
  pathTemplate: "/api/v1/apps/{guid}/evaluations",
292
292
  pathVariables: { guid },
293
293
  query,
294
294
  options
295
295
  });
296
- var queueAppEvaluation = async (guid, options) => _TH75GYUYjs.invokeFetch.call(void 0, "apps", {
296
+ var queueAppEvaluation = async (guid, options) => _URIW2U5Mjs.invokeFetch.call(void 0, "apps", {
297
297
  method: "post",
298
298
  pathTemplate: "/api/v1/apps/{guid}/evaluations",
299
299
  pathVariables: { guid },
300
300
  options
301
301
  });
302
302
  function clearCache() {
303
- return _TH75GYUYjs.clearApiCache.call(void 0, "apps");
303
+ return _URIW2U5Mjs.clearApiCache.call(void 0, "apps");
304
304
  }
305
305
  var appsExport = {
306
306
  createApp,