@qlik/api 1.30.0 → 1.32.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 (138) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +4 -2
  4. package/apps.js +2 -2
  5. package/assistants.d.ts +1301 -0
  6. package/assistants.js +273 -0
  7. package/audits.d.ts +2 -2
  8. package/audits.js +2 -2
  9. package/{auth-types-PkN9CAF_.d.ts → auth-types-DqfMuSRX.d.ts} +1 -0
  10. package/auth.d.ts +27 -3
  11. package/auth.js +8 -4
  12. package/automation-connections.d.ts +366 -0
  13. package/automation-connections.js +91 -0
  14. package/automations.d.ts +2 -2
  15. package/automations.js +2 -2
  16. package/automl-deployments.d.ts +97 -0
  17. package/automl-deployments.js +27 -0
  18. package/automl-predictions.d.ts +214 -0
  19. package/automl-predictions.js +72 -0
  20. package/brands.d.ts +2 -2
  21. package/brands.js +2 -2
  22. package/chunks/{JIX6RMFP.js → 6ZONDHRN.js} +1 -1
  23. package/chunks/ETNHFALU.js +61 -0
  24. package/chunks/{G6QUM5WQ.js → FKDGGR2O.js} +137 -45
  25. package/chunks/{TXC5XORK.js → LTNGXTXG.js} +3 -3
  26. package/chunks/{OTTC4QSX.js → LY7RP2HA.js} +7 -3
  27. package/chunks/{FKCZFVJL.js → M64RLKVG.js} +2074 -12
  28. package/chunks/{F5UDCCRD.js → PLVPW5IR.js} +1 -1
  29. package/chunks/{QK4TMJ64.js → RCLKKVYB.js} +11 -1
  30. package/chunks/{QWQLGDMI.js → UZTIZ4H5.js} +392 -372
  31. package/chunks/{PTDXR7AY.js → VVD2DPKQ.js} +2 -2
  32. package/chunks/{IQBP2PKS.js → YTT2FEVE.js} +1 -1
  33. package/collections.d.ts +3 -3
  34. package/collections.js +2 -2
  35. package/conditions.d.ts +662 -0
  36. package/conditions.js +113 -0
  37. package/consumption.d.ts +182 -0
  38. package/consumption.js +24 -0
  39. package/csp-origins.d.ts +2 -2
  40. package/csp-origins.js +2 -2
  41. package/csrf-token.d.ts +62 -0
  42. package/csrf-token.js +23 -0
  43. package/data-alerts.d.ts +1004 -0
  44. package/data-alerts.js +155 -0
  45. package/data-assets.d.ts +2 -2
  46. package/data-assets.js +2 -2
  47. package/data-connections.d.ts +7 -7
  48. package/data-connections.js +2 -2
  49. package/data-credentials.d.ts +2 -2
  50. package/data-credentials.js +2 -2
  51. package/data-files.d.ts +2 -2
  52. package/data-files.js +2 -2
  53. package/data-qualities.d.ts +175 -0
  54. package/data-qualities.js +44 -0
  55. package/data-sets.d.ts +424 -0
  56. package/data-sets.js +75 -0
  57. package/data-sources.d.ts +268 -0
  58. package/data-sources.js +39 -0
  59. package/data-stores.d.ts +537 -0
  60. package/data-stores.js +108 -0
  61. package/dcaas.d.ts +192 -0
  62. package/dcaas.js +39 -0
  63. package/di-projects.d.ts +673 -0
  64. package/di-projects.js +164 -0
  65. package/docs/authentication.md +47 -0
  66. package/encryption.d.ts +370 -0
  67. package/encryption.js +98 -0
  68. package/extensions.d.ts +2 -2
  69. package/extensions.js +2 -2
  70. package/glossaries.d.ts +2 -2
  71. package/glossaries.js +2 -2
  72. package/groups.d.ts +5 -4
  73. package/groups.js +2 -2
  74. package/identity-providers.d.ts +2 -2
  75. package/identity-providers.js +2 -2
  76. package/index.d.ts +110 -4
  77. package/index.js +556 -4
  78. package/interceptors.d.ts +2 -2
  79. package/{invoke-fetch-types-BXn-uSF5.d.ts → invoke-fetch-types-Cq7bjkqn.d.ts} +10 -2
  80. package/items.d.ts +3 -3
  81. package/items.js +2 -2
  82. package/knowledgebases.d.ts +890 -0
  83. package/knowledgebases.js +169 -0
  84. package/licenses.d.ts +6 -3
  85. package/licenses.js +2 -2
  86. package/lineage-graphs.d.ts +712 -0
  87. package/lineage-graphs.js +92 -0
  88. package/ml.d.ts +2628 -0
  89. package/ml.js +384 -0
  90. package/notes.d.ts +110 -0
  91. package/notes.js +31 -0
  92. package/notifications.d.ts +98 -0
  93. package/notifications.js +24 -0
  94. package/oauth-clients.d.ts +7 -2
  95. package/oauth-clients.js +2 -2
  96. package/oauth-tokens.d.ts +126 -0
  97. package/oauth-tokens.js +31 -0
  98. package/package.json +29 -2
  99. package/qix.d.ts +421 -26
  100. package/qix.js +2 -2
  101. package/questions.d.ts +364 -0
  102. package/questions.js +34 -0
  103. package/quotas.d.ts +2 -2
  104. package/quotas.js +2 -2
  105. package/reload-tasks.d.ts +4 -2
  106. package/reload-tasks.js +2 -2
  107. package/reloads.d.ts +4 -2
  108. package/reloads.js +2 -2
  109. package/report-templates.d.ts +287 -0
  110. package/report-templates.js +80 -0
  111. package/reports.d.ts +2 -2
  112. package/reports.js +2 -2
  113. package/roles.d.ts +2 -2
  114. package/roles.js +2 -2
  115. package/sharing-tasks.d.ts +952 -0
  116. package/sharing-tasks.js +105 -0
  117. package/spaces.d.ts +3 -7
  118. package/spaces.js +2 -2
  119. package/tasks.d.ts +564 -0
  120. package/tasks.js +106 -0
  121. package/temp-contents.d.ts +2 -2
  122. package/temp-contents.js +2 -2
  123. package/tenants.d.ts +2 -2
  124. package/tenants.js +2 -2
  125. package/themes.d.ts +2 -2
  126. package/themes.js +2 -2
  127. package/transports.d.ts +2 -2
  128. package/transports.js +2 -2
  129. package/ui-config.d.ts +274 -0
  130. package/ui-config.js +77 -0
  131. package/users.d.ts +2 -2
  132. package/users.js +2 -2
  133. package/web-integrations.d.ts +2 -2
  134. package/web-integrations.js +2 -2
  135. package/web-notifications.d.ts +2 -2
  136. package/web-notifications.js +2 -2
  137. package/webhooks.d.ts +2 -2
  138. package/webhooks.js +2 -2
package/questions.d.ts ADDED
@@ -0,0 +1,364 @@
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
+
4
+ type Analysis = "breakdown" | "changePoint" | "comparison" | "contribution" | "correlation" | "fact" | "mutualInfo" | "rank" | "spike" | "trend" | "values";
5
+ type AnalysisGroup = "anomaly" | "brekadown" | "comparison" | "correl" | "fact" | "list" | "mutualInfo" | "rank";
6
+ /**
7
+ * Metadata for app
8
+ */
9
+ type AppMetadata = {
10
+ id?: string;
11
+ last_reload_date?: string;
12
+ limited_access?: boolean;
13
+ name?: string;
14
+ space_id?: string;
15
+ space_name?: string;
16
+ space_type?: string;
17
+ };
18
+ /**
19
+ * Chart type given to current recommendation
20
+ */
21
+ type ChartType = "barchart" | "combochart" | "distributionplot" | "kpi" | "linechart" | "map" | "scatterplot" | "table";
22
+ type ConversationalResponsePart = {
23
+ errorMessage?: string;
24
+ followupSentence?: string;
25
+ imageUrl?: string;
26
+ infoType?: string;
27
+ infoValues?: (string[] | QlikApp[])[];
28
+ narrative?: NarrativeResponse;
29
+ renderVisualization?: RenderVisualization;
30
+ sentence?: {
31
+ text?: string;
32
+ };
33
+ type?: string;
34
+ };
35
+ /**
36
+ * An error object.
37
+ */
38
+ type Error = {
39
+ /** The error code. */
40
+ code: string;
41
+ /** A human-readable explanation specific to this occurrence of the problem. */
42
+ detail?: string;
43
+ /** Additional properties relating to the error. */
44
+ meta?: unknown;
45
+ /** References to the source of the error. */
46
+ source?: {
47
+ /** The URI query parameter that caused the error. */
48
+ parameter?: string;
49
+ /** A JSON Pointer to the property that caused the error. */
50
+ pointer?: string;
51
+ };
52
+ /** Summary of the problem. */
53
+ title: string;
54
+ };
55
+ type Errors = {
56
+ errors?: Error[];
57
+ };
58
+ type Href = {
59
+ href?: string;
60
+ };
61
+ type Links = {
62
+ next?: Href;
63
+ prev?: Href;
64
+ self?: Href;
65
+ };
66
+ /**
67
+ * Visualisation recommendation specs for the query
68
+ */
69
+ type NLMetricRecommendation = {
70
+ analysis?: Analysis;
71
+ analysisGroup?: AnalysisGroup;
72
+ /** Chart type given to current recommendation */
73
+ chartType?: ChartType;
74
+ /** Dimension(s) considered for recommendation */
75
+ dims?: string[];
76
+ /** Measure(s) considered for recommendation */
77
+ msrs?: string[];
78
+ relevance?: number;
79
+ };
80
+ type NLMetricRecord = {
81
+ /** Qlik sense app id that is being used to answer the question */
82
+ appId: string;
83
+ /** Qlik sense app name that is being used to answer the question */
84
+ appName?: string;
85
+ apps?: AppMetadata[];
86
+ /** Source from which conversation is happening */
87
+ channelId?: string;
88
+ /** Chart type for given query. For insight advisor it would be 'native' and for insight advisor chat, it could be 'static' or 'responsive' */
89
+ chartType?: string;
90
+ /** Record created date */
91
+ createdAt: string;
92
+ /** Qlik sense user id who is interacting with insight advisor or insight advisor chat or third party api */
93
+ createdBy?: string;
94
+ feedback?: RecFeedback[];
95
+ /** Unique record id stored in database */
96
+ id: string;
97
+ /** Boolean value indicates whether given query is contextual or not. It would be false for insight advisor */
98
+ isContextualQuery?: boolean;
99
+ /** language selected for query from insight advisor or insight advisor chat or third party api */
100
+ lang?: string;
101
+ nluInfo?: PartialNluInfo[];
102
+ queryError?: boolean;
103
+ /** Refers to source from where narrative request is called */
104
+ queryOrigin?: "askQuestion" | "iaAnalysis" | "iaAssetsPanel";
105
+ /** Query asked by user in insight advisor or insight advisor or third party api */
106
+ queryText?: string;
107
+ /** Nature of query being asked during the conversation e.g. query, applist, measurelist, dimensionlist */
108
+ queryType?: "appList" | "appSuggested" | "dimensionList" | "exploreThisFurther" | "followup" | "greetings" | "measureList" | "query" | "sampleQuestion";
109
+ /** Unique id assigned to user query */
110
+ questionId: string;
111
+ recommendations?: NLMetricRecommendation[];
112
+ /** Provides info what was included in response for given query */
113
+ responses?: NLResponses;
114
+ /** Tokens from question parsed which are ignored */
115
+ stopWords?: string[];
116
+ /** Qlik sense tenant Id */
117
+ tenantId?: string;
118
+ /** Tokens parsed as entities but not matched with app's field/dimension/measure */
119
+ unmatchedEntities?: string[];
120
+ /** Record modified date */
121
+ updatedAt: string;
122
+ /** Version of the metric model */
123
+ version: string;
124
+ };
125
+ type NLMetricsRequest = {
126
+ /** The advanced filtering to use for the query. Refer to [RFC 7644](https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2) for the syntax.
127
+ *
128
+ * Filter on createdAt and updatedAt fields are encouraged and support `eq`, `ne`, `gt`, `ge`, `lt`, `le` comparison operators along with `and` and `or` logical operators.
129
+ *
130
+ * Filter on tenantId field is not supported.
131
+ *
132
+ * `co`, `sw` and `ew` operators are not supported.
133
+ *
134
+ * Examples:
135
+ * ```
136
+ * appId eq 'appId1'
137
+ * ```
138
+ * ```
139
+ * (appId eq 'appId1' or appId eq 'appId2')
140
+ * ```
141
+ * ```
142
+ * (appId eq 'appId1' or appId eq 'appId2') and (createdAt gt '2022-08-03T00:00:00.000Z' and createdAt lt '2022-08-04T00:00:00.000Z')
143
+ * ```
144
+ *
145
+ * ```
146
+ * (appId eq 'appId1') and (createdAt ge '2022-08-03T00:00:00.000Z')
147
+ * ```
148
+ *
149
+ * ```
150
+ * (appId eq 'appId1') and (createdAt le '2022-08-23:59:59.000Z')
151
+ * ```
152
+ *
153
+ * ```
154
+ * (appId eq 'appId1') and (questionId eq '12345')
155
+ * ``` */
156
+ filter: string;
157
+ };
158
+ type NLMetricsResponse = {
159
+ data?: NLMetricRecord[];
160
+ links?: Links;
161
+ readonly meta?: {
162
+ /** The total number of metrics matching the current filter. */
163
+ total: number;
164
+ };
165
+ };
166
+ /**
167
+ * Provides info what was included in response for given query
168
+ */
169
+ type NLResponses = {
170
+ /** Chart was provided */
171
+ hasChart?: boolean;
172
+ /** Narrative was provided */
173
+ hasInsights?: boolean;
174
+ /** App list was provided */
175
+ hasMetadataApps?: boolean;
176
+ /** Dimensions list was provided */
177
+ hasMetadataDimensions?: boolean;
178
+ /** Measures list was provided */
179
+ hasMetadataMeasures?: boolean;
180
+ /** Sample questions was provided */
181
+ hasSampleQueries?: boolean;
182
+ /** Suggestion questions was provided */
183
+ hasSuggestions?: boolean;
184
+ };
185
+ type NarrativeResponse = {
186
+ text?: string;
187
+ };
188
+ type NluInfo = {
189
+ elements?: NluInfoElements[];
190
+ };
191
+ type NluInfoElements = {
192
+ entity?: boolean;
193
+ errorText?: string;
194
+ filterFieldName?: string;
195
+ filterText?: string;
196
+ isFilter?: boolean;
197
+ text?: string;
198
+ type?: string;
199
+ typeName?: string;
200
+ typeTranslated?: string;
201
+ };
202
+ /**
203
+ * Contains break down of the asked question in the form of tokens with their classification.
204
+ */
205
+ type PartialNluInfo = {
206
+ /** Qlik sense application field selected for given token or phrase */
207
+ fieldName?: string;
208
+ /** Filter value found from query */
209
+ fieldValue?: string;
210
+ /** Role of the token or phrase from query */
211
+ role?: "dimension" | "measure" | "date";
212
+ /** Matching token or phrase from query */
213
+ text?: string;
214
+ /** Type of token from query */
215
+ type?: "field" | "filter" | "master_dimension" | "master_measure" | "custom_analysis";
216
+ };
217
+ type QlikApp = {
218
+ id?: string;
219
+ name?: string;
220
+ };
221
+ type QueryCreate = {
222
+ app?: QlikApp;
223
+ /** Flag that clears the entity context. */
224
+ clearEntityContext?: boolean;
225
+ /** Flag that specifies either to enable converastion context. */
226
+ disableConversationContext?: boolean;
227
+ /** The flag specifies whether to disable follow-up recommendations. */
228
+ disableFollowups?: boolean;
229
+ /** Flag that specifies whether the narratives should be generated for the user query or not. */
230
+ disableNarrative?: boolean;
231
+ /** Flag that specifies whether visualization object should be provided or not. */
232
+ enableVisualizations?: boolean;
233
+ /** The language to assume when parsing, specified as an ISO-639-1 code.
234
+ * Defaults to 'en' (English). */
235
+ lang?: string;
236
+ /** property that contains the Id of the recommendation for which the response should be generated. */
237
+ recommendationId?: string;
238
+ /** The sentence that will be parsed. */
239
+ text: string;
240
+ /** Specify visualizationTypes for only which visualization object should be provided if enableVisualizations is set to true. For eg. ['linechart', 'barchart'] */
241
+ visualizationTypes?: string[];
242
+ };
243
+ /**
244
+ * The attributes of sentences.
245
+ */
246
+ type QueryCreated = {
247
+ apps?: QlikApp[];
248
+ /** A list of conversational responses. */
249
+ conversationalResponse?: QueryResponse[];
250
+ nluInfo?: NluInfo;
251
+ };
252
+ type QueryNotCreated = {
253
+ apps?: QlikApp[];
254
+ conversationalResponse?: QueryResponse;
255
+ errors?: Error[];
256
+ nluInfo?: NluInfo;
257
+ };
258
+ type QueryResponse = {
259
+ apps?: QlikApp[];
260
+ /** For contextual responses, this string contains a list of entities that are used to produce the response. */
261
+ contextInfo?: string;
262
+ /** The URL with the query injected to insight advisor of the app to which the query belongs. */
263
+ drillDownURI?: string;
264
+ responses?: ConversationalResponsePart[];
265
+ sentenceWithMatches?: string;
266
+ };
267
+ /**
268
+ * Any feedback from the user about a given recommendation
269
+ */
270
+ type RecFeedback = {
271
+ analysisType?: string;
272
+ chartType?: string;
273
+ comment?: string;
274
+ recommendationAddedToHub: boolean;
275
+ recommendationAddedToSheet: boolean;
276
+ recommendationDisliked: boolean;
277
+ recommendationLiked: boolean;
278
+ };
279
+ type RenderVisualization = {
280
+ /** Data object should be used to render visualization */
281
+ data?: unknown;
282
+ language?: string;
283
+ };
284
+ /**
285
+ * Returns the generated response for parsed chat queries, if no app was specified nor present in conversation context, suggests matching apps.
286
+ *
287
+ * @param body an object with the body content
288
+ * @throws AskQuestionsHttpError
289
+ */
290
+ declare const askQuestions: (body: QueryCreate, options?: ApiCallOptions) => Promise<AskQuestionsHttpResponse>;
291
+ type AskQuestionsHttpResponse = AskQuestions200HttpResponse | AskQuestions201HttpResponse;
292
+ type AskQuestions200HttpResponse = {
293
+ data: QueryNotCreated;
294
+ headers: Headers;
295
+ status: 200;
296
+ };
297
+ type AskQuestions201HttpResponse = {
298
+ data: QueryCreated;
299
+ headers: Headers;
300
+ status: 201;
301
+ };
302
+ type AskQuestionsHttpError = {
303
+ data: Errors;
304
+ headers: Headers;
305
+ status: number;
306
+ };
307
+ /**
308
+ * Returns NL metrics based on provided app IDs the user has access to.
309
+ *
310
+ * @param query an object with query parameters
311
+ * @param body an object with the body content
312
+ * @throws FilterQuestionsHttpError
313
+ */
314
+ declare const filterQuestions: (query: {
315
+ /** The preferred number of entries returned */
316
+ limit?: number;
317
+ /** A cursor pointing to the page of data to retrieve. */
318
+ page?: string;
319
+ /** A single field from the data model on which to sort the response. The '+' or '-' operator may be used to specify ascending or desending order. */
320
+ sort?: "createdAt" | "updatedAt" | "+createdAt" | "+updatedAt" | "-createdAt" | "-updatedAt";
321
+ }, body: NLMetricsRequest, options?: ApiCallOptions) => Promise<FilterQuestionsHttpResponse>;
322
+ type FilterQuestionsHttpResponse = {
323
+ data: NLMetricsResponse;
324
+ headers: Headers;
325
+ status: 200;
326
+ prev?: (options?: ApiCallOptions) => Promise<FilterQuestionsHttpResponse>;
327
+ next?: (options?: ApiCallOptions) => Promise<FilterQuestionsHttpResponse>;
328
+ };
329
+ type FilterQuestionsHttpError = {
330
+ data: Errors;
331
+ headers: Headers;
332
+ status: 400 | 401 | 422 | 500;
333
+ };
334
+ /**
335
+ * Clears the cache for questions api requests.
336
+ */
337
+ declare function clearCache(): void;
338
+ interface QuestionsAPI {
339
+ /**
340
+ * Returns the generated response for parsed chat queries, if no app was specified nor present in conversation context, suggests matching apps.
341
+ *
342
+ * @param body an object with the body content
343
+ * @throws AskQuestionsHttpError
344
+ */
345
+ askQuestions: typeof askQuestions;
346
+ /**
347
+ * Returns NL metrics based on provided app IDs the user has access to.
348
+ *
349
+ * @param query an object with query parameters
350
+ * @param body an object with the body content
351
+ * @throws FilterQuestionsHttpError
352
+ */
353
+ filterQuestions: typeof filterQuestions;
354
+ /**
355
+ * Clears the cache for questions api requests.
356
+ */
357
+ clearCache: typeof clearCache;
358
+ }
359
+ /**
360
+ * Functions for the questions api
361
+ */
362
+ declare const questionsExport: QuestionsAPI;
363
+
364
+ export { type Analysis, type AnalysisGroup, type AppMetadata, type AskQuestions200HttpResponse, type AskQuestions201HttpResponse, type AskQuestionsHttpError, type AskQuestionsHttpResponse, type ChartType, type ConversationalResponsePart, type Error, type Errors, type FilterQuestionsHttpError, type FilterQuestionsHttpResponse, type Href, type Links, type NLMetricRecommendation, type NLMetricRecord, type NLMetricsRequest, type NLMetricsResponse, type NLResponses, type NarrativeResponse, type NluInfo, type NluInfoElements, type PartialNluInfo, type QlikApp, type QueryCreate, type QueryCreated, type QueryNotCreated, type QueryResponse, type QuestionsAPI, type RecFeedback, type RenderVisualization, askQuestions, clearCache, questionsExport as default, filterQuestions };
package/questions.js ADDED
@@ -0,0 +1,34 @@
1
+ import {
2
+ clearApiCache,
3
+ invokeFetch
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
+ import "./chunks/2ZQ3ZX7F.js";
7
+
8
+ // src/public/rest/questions.ts
9
+ var askQuestions = async (body, options) => invokeFetch("questions", {
10
+ method: "post",
11
+ pathTemplate: "/api/v1/questions/actions/ask",
12
+ body,
13
+ contentType: "application/json",
14
+ options
15
+ });
16
+ var filterQuestions = async (query, body, options) => invokeFetch("questions", {
17
+ method: "post",
18
+ pathTemplate: "/api/v1/questions/actions/filter",
19
+ query,
20
+ body,
21
+ contentType: "application/json",
22
+ options
23
+ });
24
+ function clearCache() {
25
+ return clearApiCache("questions");
26
+ }
27
+ var questionsExport = { askQuestions, filterQuestions, clearCache };
28
+ var questions_default = questionsExport;
29
+ export {
30
+ askQuestions,
31
+ clearCache,
32
+ questions_default as default,
33
+ filterQuestions
34
+ };
package/quotas.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  /**
5
5
  * A specific error.
package/quotas.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/quotas.ts
package/reload-tasks.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  type Error = {
5
5
  code: string;
@@ -118,6 +118,8 @@ type GetReloadTasksHttpResponse = {
118
118
  data: Tasks;
119
119
  headers: Headers;
120
120
  status: 200;
121
+ prev?: (options?: ApiCallOptions) => Promise<GetReloadTasksHttpResponse>;
122
+ next?: (options?: ApiCallOptions) => Promise<GetReloadTasksHttpResponse>;
121
123
  };
122
124
  type GetReloadTasksHttpError = {
123
125
  data: Errors;
package/reload-tasks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reload-tasks.ts
package/reloads.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  type Error = {
5
5
  /** The error code is in form of 'RELOADS-xxx'. ranges from 'RELOADS-001' to 'RELOADS-013'. */
@@ -140,6 +140,8 @@ type GetReloadsHttpResponse = {
140
140
  data: Reloads;
141
141
  headers: Headers;
142
142
  status: 200;
143
+ prev?: (options?: ApiCallOptions) => Promise<GetReloadsHttpResponse>;
144
+ next?: (options?: ApiCallOptions) => Promise<GetReloadsHttpResponse>;
143
145
  };
144
146
  type GetReloadsHttpError = {
145
147
  data: Errors;
package/reloads.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reloads.ts