@qlik/api 0.2.1 → 0.4.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 (80) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -3
  3. package/apps.d.ts +4 -2
  4. package/apps.js +2 -3
  5. package/audits.d.ts +2 -2
  6. package/audits.js +2 -3
  7. package/auth.d.ts +2 -2
  8. package/auth.js +2 -3
  9. package/automations.d.ts +2 -2
  10. package/automations.js +2 -3
  11. package/brands.d.ts +2 -2
  12. package/brands.js +2 -3
  13. package/chunks/{OPRGGO4C.js → 555I6RED.js} +1 -3
  14. package/chunks/{ZT55IZXB.js → 5ADY5YDO.js} +1 -1
  15. package/chunks/{TDKU6D4Z.js → 7PI3VAVE.js} +3 -3
  16. package/chunks/{QOUQIYWW.js → AANKGPDX.js} +1 -1
  17. package/chunks/{AEXRZSVI.js → J47F33WT.js} +1 -2
  18. package/chunks/{H46323PG.js → LI7EZYL4.js} +1 -2
  19. package/chunks/{ZVNQOWQU.js → OKMBHX5N.js} +1 -2
  20. package/chunks/{LJNLYKW3.js → SG2HWQOC.js} +50 -23
  21. package/chunks/{F36DZZYS.js → UHM3LDRC.js} +1 -1
  22. package/chunks/{VVREBIN2.js → Z5KDIMTS.js} +4 -4
  23. package/collections.d.ts +2 -2
  24. package/collections.js +2 -3
  25. package/csp-origins.d.ts +2 -2
  26. package/csp-origins.js +2 -3
  27. package/data-assets.d.ts +2 -2
  28. package/data-assets.js +2 -3
  29. package/data-connections.d.ts +2 -2
  30. package/data-connections.js +2 -3
  31. package/data-credentials.d.ts +2 -2
  32. package/data-credentials.js +2 -3
  33. package/data-files.d.ts +2 -2
  34. package/data-files.js +2 -3
  35. package/extensions.d.ts +2 -2
  36. package/extensions.js +2 -3
  37. package/{global.types-B14bb3X9.d.ts → global.types-CMQsAHYd.d.ts} +1 -1
  38. package/glossaries.d.ts +2 -2
  39. package/glossaries.js +2 -3
  40. package/groups.d.ts +2 -2
  41. package/groups.js +2 -3
  42. package/identity-providers.d.ts +2 -2
  43. package/identity-providers.js +2 -3
  44. package/index.d.ts +2 -2
  45. package/index.js +4 -5
  46. package/items.d.ts +2 -2
  47. package/items.js +2 -3
  48. package/licenses.d.ts +2 -2
  49. package/licenses.js +2 -3
  50. package/package.json +6 -5
  51. package/qix.d.ts +29 -6
  52. package/qix.js +2 -3
  53. package/quotas.d.ts +2 -2
  54. package/quotas.js +2 -3
  55. package/reload-tasks.d.ts +2 -2
  56. package/reload-tasks.js +2 -3
  57. package/reloads.d.ts +2 -2
  58. package/reloads.js +2 -3
  59. package/roles.d.ts +2 -2
  60. package/roles.js +2 -3
  61. package/spaces.d.ts +2 -2
  62. package/spaces.js +2 -3
  63. package/temp-contents.d.ts +2 -2
  64. package/temp-contents.js +2 -3
  65. package/tenants.d.ts +2 -2
  66. package/tenants.js +2 -3
  67. package/themes.d.ts +2 -2
  68. package/themes.js +2 -3
  69. package/transports.d.ts +34 -10
  70. package/transports.js +2 -3
  71. package/users.d.ts +2 -2
  72. package/users.js +2 -3
  73. package/web-integrations.d.ts +2 -2
  74. package/web-integrations.js +2 -3
  75. package/web-notifications.d.ts +2 -2
  76. package/web-notifications.js +2 -3
  77. package/webhooks.d.ts +2 -2
  78. package/webhooks.js +2 -3
  79. package/chunks/4HB3TAEO.js +0 -11
  80. /package/{auth-types-1P4wuncR.d.ts → auth-types-Bqw3vbLs.d.ts} +0 -0
package/index.js CHANGED
@@ -1,15 +1,14 @@
1
1
  import {
2
2
  auth_default
3
- } from "./chunks/F36DZZYS.js";
3
+ } from "./chunks/UHM3LDRC.js";
4
4
  import {
5
5
  qix_default
6
- } from "./chunks/ZT55IZXB.js";
6
+ } from "./chunks/5ADY5YDO.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/QOUQIYWW.js";
11
- import "./chunks/TDKU6D4Z.js";
12
- import "./chunks/4HB3TAEO.js";
10
+ } from "./chunks/AANKGPDX.js";
11
+ import "./chunks/7PI3VAVE.js";
13
12
 
14
13
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
15
14
  var methodAbbreviations = {
package/items.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type CollectionTypes = "private" | "public" | "publicgoverned";
5
5
  type ErrorResponseBody = {
package/items.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/items.ts
9
8
  var getItems = async (query, options) => invokeFetch("items", {
package/licenses.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type AssignmentsActionsAddRequest = {
5
5
  add: {
package/licenses.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/licenses.ts
9
8
  var getLicenseAssignments = async (query, options) => invokeFetch("licenses", {
package/package.json CHANGED
@@ -11,12 +11,13 @@
11
11
  "fs": false
12
12
  },
13
13
  "dependencies": {
14
- "@qlik/embed-runtime": "^0.6.4",
15
- "@qlik/runtime-module-loader": "^0.2.5",
14
+ "@qlik/embed-runtime": "^0.7.0",
15
+ "@qlik/runtime-module-loader": "^0.2.6",
16
+ "ajv": "^8.12.0",
16
17
  "bufferutil": "^4.0.8",
17
- "enigma.js": "^2.12.0",
18
+ "enigma.js": "^2.14.0",
18
19
  "lodash": "^4.17.21",
19
- "nanoid": "^3.3.7",
20
+ "nanoid": "^5.0.6",
20
21
  "ws": "^8.16.0"
21
22
  },
22
23
  "engines": {
@@ -57,5 +58,5 @@
57
58
  "./qix": "./qix.js",
58
59
  "./auth": "./auth.js"
59
60
  },
60
- "version": "0.2.1"
61
+ "version": "0.4.0"
61
62
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import './global.types-B14bb3X9.js';
2
- import { H as HostConfig } from './auth-types-1P4wuncR.js';
1
+ import './global.types-CMQsAHYd.js';
2
+ import { H as HostConfig } from './auth-types-Bqw3vbLs.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2009.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2028.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -109,6 +109,17 @@ type AppScriptMeta = {
109
109
  */
110
110
  qIsLocked?: boolean;
111
111
  };
112
+ /**
113
+ * Result of applying GroupState to multiple cyclic groups.
114
+ *
115
+ * Stability: *experimental*
116
+ */
117
+ type ApplyGroupStatesResult = {
118
+ /**
119
+ * When true, the cyclic group state was fully applied. *
120
+ */
121
+ qApplySuccess?: boolean;
122
+ };
112
123
  type ArrayOfNxValuePoint = NxPivotValuePoint[];
113
124
  type AssociationScore = {
114
125
  /**
@@ -597,7 +608,7 @@ type CustomConnector = {
597
608
  qMachineMode?: GenericConnectMachine;
598
609
  qSupportFileStreaming?: boolean;
599
610
  };
600
- type CyclicGroupState = {
611
+ type CyclicGroupPosition = {
601
612
  /**
602
613
  * Target cyclic group.
603
614
  */
@@ -2062,6 +2073,16 @@ type GroupBookmarkData = {
2062
2073
  qId?: string;
2063
2074
  qCyclePos?: number;
2064
2075
  };
2076
+ type GroupState = {
2077
+ /**
2078
+ * Target cyclic group.
2079
+ */
2080
+ qInfo?: NxInfo;
2081
+ /**
2082
+ * String defining the active field.
2083
+ */
2084
+ qActiveFieldDef?: string;
2085
+ };
2065
2086
  type GroupStateInfo = {
2066
2087
  qGroupName?: string;
2067
2088
  qCurrentItemName?: string;
@@ -3069,7 +3090,7 @@ type NxBookmark = {
3069
3090
  /**
3070
3091
  * Information about cyclic groups.
3071
3092
  */
3072
- qCyclicGroupStates?: CyclicGroupState[];
3093
+ qCyclicGroupStates?: CyclicGroupPosition[];
3073
3094
  };
3074
3095
  type NxCalcCond = {
3075
3096
  /**
@@ -6856,6 +6877,7 @@ type NativeDocFunctions<FieldRpcObject, GenericBookmarkRpcObject, GenericDimensi
6856
6877
  * Stability: *locked*
6857
6878
  */
6858
6879
  applyBookmark: (id: string) => Promise<boolean>;
6880
+ applyGroupStates: (groupStates: GroupState[]) => Promise<ApplyGroupStatesResult>;
6859
6881
  /**
6860
6882
  * Apply temporary bookmark identified by Id.
6861
6883
  * <div class=note>ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.</div>
@@ -8036,6 +8058,7 @@ type NativeDocFunctions<FieldRpcObject, GenericBookmarkRpcObject, GenericDimensi
8036
8058
  * Stability: *locked*
8037
8059
  */
8038
8060
  getFolderItemsForConnection: (connectionId: string, relativePath?: string) => Promise<FolderItem[]>;
8061
+ getGroupStates: () => Promise<GroupState[]>;
8039
8062
  /**
8040
8063
  * Gets the content of a file.
8041
8064
  *
@@ -11640,4 +11663,4 @@ declare const _default: {
11640
11663
  openAppSession: typeof openAppSession;
11641
11664
  };
11642
11665
 
11643
- export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupState, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, _default as default, openAppSession };
11666
+ export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ApplyGroupStatesResult, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupPosition, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupState, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, _default as default, openAppSession };
package/qix.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/ZT55IZXB.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/5ADY5YDO.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
  export {
8
7
  qix_default as default,
9
8
  openAppSession
package/quotas.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * A specific error.
package/quotas.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/quotas.ts
9
8
  var getQuotas = async (query, options) => invokeFetch("quotas", {
package/reload-tasks.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type Error = {
5
5
  code: string;
package/reload-tasks.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/reload-tasks.ts
9
8
  var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", {
package/reloads.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.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'. */
package/reloads.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/reloads.ts
9
8
  var getReloads = async (query, options) => invokeFetch("reloads", {
package/roles.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An error object describing the error.
package/roles.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/roles.ts
9
8
  var getRoles = async (query, options) => invokeFetch("roles", {
package/spaces.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * The supported actions for user-created spaces like Shared or Managed spaces.
package/spaces.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/spaces.ts
9
8
  var getSpaces = async (query, options) => invokeFetch("spaces", {
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An Error object.
package/temp-contents.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/temp-contents.ts
9
8
  var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", {
package/tenants.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An error object describing the error.
package/tenants.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/tenants.ts
9
8
  var createTenant = async (body, options) => invokeFetch("tenants", {
package/themes.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An error object.
package/themes.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/themes.ts
9
8
  var getThemes = async (options) => invokeFetch("themes", {
package/transports.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type DeleteConfigNotFoundError = {
5
5
  errors?: {
@@ -21,7 +21,7 @@ type ErrorPublic = {
21
21
  type ErrorsPublic = {
22
22
  errors?: ErrorPublic[];
23
23
  };
24
- type PatchEmailConfigError = {
24
+ type SendTestMailConfigNotFoundError = {
25
25
  errors?: {
26
26
  /** The error code. */
27
27
  code: string;
@@ -29,7 +29,7 @@ type PatchEmailConfigError = {
29
29
  title: string;
30
30
  }[];
31
31
  };
32
- type SendTestMailConfigNotFoundError = {
32
+ type TenantAdminError = {
33
33
  errors?: {
34
34
  /** The error code. */
35
35
  code: string;
@@ -37,7 +37,7 @@ type SendTestMailConfigNotFoundError = {
37
37
  title: string;
38
38
  }[];
39
39
  };
40
- type TenantAdminError = {
40
+ type UpdateEmailConfigError = {
41
41
  errors?: {
42
42
  /** The error code. */
43
43
  code: string;
@@ -72,23 +72,40 @@ type EmailConfigFieldPatch = {
72
72
  /** The value to be used for this operation. */
73
73
  value: string;
74
74
  };
75
- type EmailConfigGet = {
75
+ type EmailConfigPatch = EmailConfigFieldPatch[];
76
+ type GetBasicAuthConfig = {
77
+ /** The email address that should appear in From field when sending emails with this account */
78
+ emailAddress?: string;
79
+ /** The selected SMTP security mechanism. Could be either 'none', 'StartTLS' or 'SSL/TLS' */
80
+ securityType?: string;
81
+ /** domain name or IP address of SMTP server */
82
+ serverAddress?: string;
83
+ /** smtp server port */
84
+ serverPort?: number;
85
+ /** user name used for SMTP login */
86
+ username?: string;
87
+ };
88
+ type GetEmailConfig = {
76
89
  /** Number of authentication failures */
77
90
  authFailures?: number;
78
91
  /** used for SMTP authentication */
79
92
  emailAddress?: string;
80
93
  /** Is the configuration valid */
81
94
  isValid?: boolean;
95
+ lastUpdated?: string;
82
96
  /** Last modification time. Formatted as a ISO 8601 string. */
83
97
  modificationTime?: string;
84
98
  /** Indicates if password is defined for this smtp config. The password itself is not returned! */
85
99
  passwordExists?: boolean;
100
+ providerConfig?: GetMicrosoft365Config | GetBasicAuthConfig;
86
101
  /** one of none, StartTLS or SSL/TLS */
87
102
  securityType?: string;
88
103
  /** domain name or IP address of SMTP server */
89
104
  serverAddress?: string;
90
105
  /** smtp server listening port */
91
106
  serverPort?: number;
107
+ /** Name of the service provider for authentication */
108
+ serviceProvider?: "Microsoft365" | "BasicAuth";
92
109
  /** Contains statusCode and statusReason */
93
110
  status?: SmtpConfigStatus;
94
111
  /** The tenant Id */
@@ -96,7 +113,14 @@ type EmailConfigGet = {
96
113
  /** user name */
97
114
  username?: string;
98
115
  };
99
- type EmailConfigPatch = EmailConfigFieldPatch[];
116
+ type GetMicrosoft365Config = {
117
+ /** Microsoft365 client identifier */
118
+ clientId?: string;
119
+ /** The email address that should appear in From field when sending emails with this account */
120
+ emailAddress?: string;
121
+ /** Microsoft365 tenant identifier */
122
+ providerTenantId?: string;
123
+ };
100
124
  type SmtpCheck = {
101
125
  /** true if smtp config is correct and complete. Will return false if smtp-config does not exist at all */
102
126
  isValid?: boolean;
@@ -154,7 +178,7 @@ type DeleteEmailConfigHttpError = DeleteEmailConfig403HttpError | DeleteEmailCon
154
178
  */
155
179
  declare const getEmailConfig: (options?: ApiCallOptions) => Promise<GetEmailConfigHttpResponse>;
156
180
  type GetEmailConfigHttpResponse = {
157
- data: EmailConfigGet;
181
+ data: GetEmailConfig;
158
182
  headers: Headers;
159
183
  status: number;
160
184
  };
@@ -182,7 +206,7 @@ type PatchEmailConfigHttpResponse = {
182
206
  status: number;
183
207
  };
184
208
  type PatchEmailConfig400HttpError = {
185
- data: PatchEmailConfigError;
209
+ data: UpdateEmailConfigError;
186
210
  headers: Headers;
187
211
  status: 400;
188
212
  };
@@ -316,4 +340,4 @@ interface TransportsAPI {
316
340
  */
317
341
  declare const transportsExport: TransportsAPI;
318
342
 
319
- export { type DeleteConfigNotFoundError, type DeleteEmailConfig403HttpError, type DeleteEmailConfig404HttpError, type DeleteEmailConfigDefaultHttpError, type DeleteEmailConfigHttpError, type DeleteEmailConfigHttpResponse, type Email, type EmailConfigFieldPatch, type EmailConfigGet, type EmailConfigPatch, type ErrorPublic, type ErrorsPublic, type GetEmailConfig403HttpError, type GetEmailConfigDefaultHttpError, type GetEmailConfigHttpError, type GetEmailConfigHttpResponse, type PatchEmailConfig400HttpError, type PatchEmailConfig403HttpError, type PatchEmailConfigDefaultHttpError, type PatchEmailConfigError, type PatchEmailConfigHttpError, type PatchEmailConfigHttpResponse, type SendTestEmail403HttpError, type SendTestEmail404HttpError, type SendTestEmailDefaultHttpError, type SendTestEmailHttpError, type SendTestEmailHttpResponse, type SendTestMailConfigNotFoundError, type SmtpCheck, type SmtpConfigStatus, type SmtpResult, type TenantAdminError, type TransportsAPI, type ValidateEmailConfigHttpError, type ValidateEmailConfigHttpResponse, type VerifyConnectionConfigNotFoundError, type VerifyEmailConfigConnection404HttpError, type VerifyEmailConfigConnectionDefaultHttpError, type VerifyEmailConfigConnectionHttpError, type VerifyEmailConfigConnectionHttpResponse, clearCache, transportsExport as default, deleteEmailConfig, getEmailConfig, patchEmailConfig, sendTestEmail, validateEmailConfig, verifyEmailConfigConnection };
343
+ export { type DeleteConfigNotFoundError, type DeleteEmailConfig403HttpError, type DeleteEmailConfig404HttpError, type DeleteEmailConfigDefaultHttpError, type DeleteEmailConfigHttpError, type DeleteEmailConfigHttpResponse, type Email, type EmailConfigFieldPatch, type EmailConfigPatch, type ErrorPublic, type ErrorsPublic, type GetBasicAuthConfig, type GetEmailConfig, type GetEmailConfig403HttpError, type GetEmailConfigDefaultHttpError, type GetEmailConfigHttpError, type GetEmailConfigHttpResponse, type GetMicrosoft365Config, type PatchEmailConfig400HttpError, type PatchEmailConfig403HttpError, type PatchEmailConfigDefaultHttpError, type PatchEmailConfigHttpError, type PatchEmailConfigHttpResponse, type SendTestEmail403HttpError, type SendTestEmail404HttpError, type SendTestEmailDefaultHttpError, type SendTestEmailHttpError, type SendTestEmailHttpResponse, type SendTestMailConfigNotFoundError, type SmtpCheck, type SmtpConfigStatus, type SmtpResult, type TenantAdminError, type TransportsAPI, type UpdateEmailConfigError, type ValidateEmailConfigHttpError, type ValidateEmailConfigHttpResponse, type VerifyConnectionConfigNotFoundError, type VerifyEmailConfigConnection404HttpError, type VerifyEmailConfigConnectionDefaultHttpError, type VerifyEmailConfigConnectionHttpError, type VerifyEmailConfigConnectionHttpResponse, clearCache, transportsExport as default, deleteEmailConfig, getEmailConfig, patchEmailConfig, sendTestEmail, validateEmailConfig, verifyEmailConfigConnection };
package/transports.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/transports.ts
9
8
  var deleteEmailConfig = async (options) => invokeFetch("transports", {
package/users.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An array of group references.
package/users.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/users.ts
9
8
  var getUsers = async (query, options) => invokeFetch("users", {
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An error object describing the error.
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/web-integrations.ts
9
8
  var getWebIntegrations = async (query, options) => invokeFetch("web-integrations", {
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  /**
5
5
  * An error object.
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/web-notifications.ts
9
8
  var getNotifications = async (query, options) => invokeFetch("web-notifications", {
package/webhooks.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-B14bb3X9.js';
2
- import './auth-types-1P4wuncR.js';
1
+ import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
2
+ import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type Delivery = {
5
5
  /** The name of the triggering event-type */
package/webhooks.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/QOUQIYWW.js";
5
- import "./chunks/TDKU6D4Z.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/webhooks.ts
9
8
  var getWebhooks = async (query, options) => invokeFetch("webhooks", {
@@ -1,11 +0,0 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined")
5
- return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
-
9
- export {
10
- __require
11
- };