@qlik/api 1.32.0 → 1.34.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 (142) hide show
  1. package/api-keys.d.ts +13 -12
  2. package/api-keys.js +64 -50
  3. package/apps.d.ts +56 -56
  4. package/apps.js +392 -304
  5. package/assistants.d.ts +34 -34
  6. package/assistants.js +257 -201
  7. package/audits.d.ts +10 -10
  8. package/audits.js +48 -36
  9. package/{auth-types-DqfMuSRX.d.ts → auth-types-Cj5bM3Yk.d.ts} +29 -9
  10. package/auth.d.ts +17 -4
  11. package/auth.js +4 -2
  12. package/automation-connections.d.ts +12 -12
  13. package/automation-connections.js +75 -59
  14. package/automations.d.ts +29 -29
  15. package/automations.js +159 -123
  16. package/automl-deployments.d.ts +4 -4
  17. package/automl-deployments.js +14 -12
  18. package/automl-predictions.d.ts +13 -13
  19. package/automl-predictions.js +56 -44
  20. package/brands.d.ts +18 -18
  21. package/brands.js +107 -83
  22. package/chunks/{LY7RP2HA.js → 4V6T7Y4L.js} +26 -8
  23. package/chunks/{RCLKKVYB.js → 6C6WMV7V.js} +9 -2
  24. package/chunks/{VVD2DPKQ.js → 6WNP7HZQ.js} +3 -3
  25. package/chunks/7MMXU6EL.js +86 -0
  26. package/chunks/{6ZONDHRN.js → EEE42MLS.js} +11 -4
  27. package/chunks/{FKDGGR2O.js → I2HA7WJB.js} +1362 -1366
  28. package/chunks/{M64RLKVG.js → M7AINAXZ.js} +7 -5
  29. package/chunks/{LTNGXTXG.js → QAOVZB27.js} +3 -3
  30. package/chunks/{YTT2FEVE.js → QZKOA6VR.js} +1 -1
  31. package/chunks/{UZTIZ4H5.js → VUYZKBT5.js} +74 -74
  32. package/chunks/{3RGGGGAR.js → ZCTVPXGO.js} +1 -1
  33. package/collections.d.ts +16 -15
  34. package/collections.js +98 -76
  35. package/conditions.d.ts +13 -13
  36. package/conditions.js +97 -75
  37. package/consumption.d.ts +4 -4
  38. package/consumption.js +11 -9
  39. package/csp-origins.d.ts +9 -9
  40. package/csp-origins.js +53 -41
  41. package/csrf-token.d.ts +3 -3
  42. package/csrf-token.js +10 -8
  43. package/data-alerts.d.ts +22 -22
  44. package/data-alerts.js +139 -107
  45. package/data-assets.d.ts +8 -8
  46. package/data-assets.js +50 -40
  47. package/data-connections.d.ts +16 -16
  48. package/data-connections.js +87 -69
  49. package/data-credentials.d.ts +11 -11
  50. package/data-credentials.js +52 -42
  51. package/data-files.d.ts +18 -18
  52. package/data-files.js +107 -83
  53. package/data-qualities.d.ts +6 -6
  54. package/data-qualities.js +28 -22
  55. package/data-sets.d.ts +10 -10
  56. package/data-sets.js +59 -47
  57. package/data-sources.d.ts +7 -7
  58. package/data-sources.js +28 -22
  59. package/data-stores.d.ts +16 -16
  60. package/data-stores.js +92 -72
  61. package/dcaas.d.ts +6 -6
  62. package/dcaas.js +28 -22
  63. package/di-projects.d.ts +22 -22
  64. package/di-projects.js +148 -116
  65. package/direct-access-agents.d.ts +328 -0
  66. package/direct-access-agents.js +108 -0
  67. package/encryption.d.ts +12 -12
  68. package/encryption.js +82 -62
  69. package/extensions.d.ts +11 -11
  70. package/extensions.js +61 -47
  71. package/glossaries.d.ts +33 -33
  72. package/glossaries.js +221 -173
  73. package/groups.d.ts +12 -12
  74. package/groups.js +72 -56
  75. package/identity-providers.d.ts +11 -11
  76. package/identity-providers.js +67 -51
  77. package/index.d.ts +9 -4
  78. package/index.js +102 -67
  79. package/interceptors.d.ts +9 -2
  80. package/interceptors.js +2 -2
  81. package/invoke-fetch-types-BYCD4pc9.d.ts +98 -0
  82. package/items.d.ts +14 -13
  83. package/items.js +71 -55
  84. package/knowledgebases.d.ts +23 -23
  85. package/knowledgebases.js +153 -119
  86. package/licenses.d.ts +16 -14
  87. package/licenses.js +76 -58
  88. package/lineage-graphs.d.ts +17 -17
  89. package/lineage-graphs.js +76 -60
  90. package/ml.d.ts +238 -60
  91. package/ml.js +391 -286
  92. package/notes.d.ts +4 -4
  93. package/notes.js +19 -15
  94. package/notifications.d.ts +4 -4
  95. package/notifications.js +11 -9
  96. package/oauth-clients.d.ts +14 -14
  97. package/oauth-clients.js +96 -74
  98. package/oauth-tokens.d.ts +5 -5
  99. package/oauth-tokens.js +19 -15
  100. package/package.json +8 -6
  101. package/qix.d.ts +145 -4
  102. package/qix.js +2 -2
  103. package/questions.d.ts +5 -5
  104. package/questions.js +22 -18
  105. package/quotas.d.ts +6 -6
  106. package/quotas.js +20 -16
  107. package/reload-tasks.d.ts +8 -8
  108. package/reload-tasks.js +46 -36
  109. package/reloads.d.ts +7 -7
  110. package/reloads.js +36 -28
  111. package/report-templates.d.ts +10 -10
  112. package/report-templates.js +64 -50
  113. package/reports.d.ts +4 -4
  114. package/reports.js +20 -16
  115. package/roles.d.ts +8 -8
  116. package/roles.js +46 -36
  117. package/sharing-tasks.d.ts +14 -14
  118. package/sharing-tasks.js +89 -69
  119. package/spaces.d.ts +27 -23
  120. package/spaces.js +153 -119
  121. package/tasks.d.ts +17 -17
  122. package/tasks.js +90 -70
  123. package/temp-contents.d.ts +7 -7
  124. package/temp-contents.js +30 -24
  125. package/tenants.d.ts +8 -8
  126. package/tenants.js +57 -45
  127. package/themes.d.ts +11 -11
  128. package/themes.js +61 -47
  129. package/transports.d.ts +8 -8
  130. package/transports.js +49 -37
  131. package/ui-config.d.ts +9 -9
  132. package/ui-config.js +61 -47
  133. package/users.d.ts +15 -15
  134. package/users.js +81 -63
  135. package/web-integrations.d.ts +8 -8
  136. package/web-integrations.js +46 -36
  137. package/web-notifications.d.ts +9 -9
  138. package/web-notifications.js +53 -41
  139. package/webhooks.d.ts +14 -14
  140. package/webhooks.js +88 -68
  141. package/chunks/2ZQ3ZX7F.js +0 -33
  142. package/invoke-fetch-types-Cq7bjkqn.d.ts +0 -243
package/glossaries.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
- import './auth-types-DqfMuSRX.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
2
+ import './auth-types-Cj5bM3Yk.js';
3
3
 
4
4
  /**
5
5
  * A JSON Patch document as defined in https://tools.ietf.org/html/rfc6902.
@@ -452,7 +452,7 @@ type TermsResult = {
452
452
  * @param query an object with query parameters
453
453
  * @throws GetGlossariesHttpError
454
454
  */
455
- declare const getGlossaries: (query: {
455
+ declare function getGlossaries(query: {
456
456
  /** Optional parameter to request total count for query */
457
457
  countTotal?: boolean;
458
458
  /** The number of glossaries to get. */
@@ -463,7 +463,7 @@ declare const getGlossaries: (query: {
463
463
  prev?: string;
464
464
  /** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
465
465
  sort?: "name" | "+name" | "-name" | "description" | "+description" | "-description";
466
- }, options?: ApiCallOptions) => Promise<GetGlossariesHttpResponse>;
466
+ }, options?: ApiCallOptions): Promise<GetGlossariesHttpResponse>;
467
467
  type GetGlossariesHttpResponse = {
468
468
  data: GlossariesResult;
469
469
  headers: Headers;
@@ -482,7 +482,7 @@ type GetGlossariesHttpError = {
482
482
  * @param body an object with the body content
483
483
  * @throws CreateGlossaryHttpError
484
484
  */
485
- declare const createGlossary: (body: CreateGlossary, options?: ApiCallOptions) => Promise<CreateGlossaryHttpResponse>;
485
+ declare function createGlossary(body: CreateGlossary, options?: ApiCallOptions): Promise<CreateGlossaryHttpResponse>;
486
486
  type CreateGlossaryHttpResponse = {
487
487
  data: Glossary;
488
488
  headers: Headers;
@@ -501,14 +501,14 @@ type CreateGlossaryHttpError = {
501
501
  * @param body an object with the body content
502
502
  * @throws ImportGlossaryHttpError
503
503
  */
504
- declare const importGlossary: (query: {
504
+ declare function importGlossary(query: {
505
505
  /** Appending the current importer user as steward to categories/terms where no steward is defined/not match the identity service. */
506
506
  importerAsFallbackSteward?: boolean;
507
507
  /** Using email in the steward fields to lookup userIds in the identity service */
508
508
  lookupUserOnEmail?: boolean;
509
509
  /** The spaceId (leave blank or omit for personal) */
510
510
  spaceId?: string;
511
- }, body: QlikGlossary, options?: ApiCallOptions) => Promise<ImportGlossaryHttpResponse>;
511
+ }, body: QlikGlossary, options?: ApiCallOptions): Promise<ImportGlossaryHttpResponse>;
512
512
  type ImportGlossaryHttpResponse = {
513
513
  data: Glossary;
514
514
  headers: Headers;
@@ -536,7 +536,7 @@ type ImportGlossary404HttpError = {
536
536
  * @param id The id of the glossary to delete.
537
537
  * @throws DeleteGlossaryHttpError
538
538
  */
539
- declare const deleteGlossary: (id: string, options?: ApiCallOptions) => Promise<DeleteGlossaryHttpResponse>;
539
+ declare function deleteGlossary(id: string, options?: ApiCallOptions): Promise<DeleteGlossaryHttpResponse>;
540
540
  type DeleteGlossaryHttpResponse = {
541
541
  data: void;
542
542
  headers: Headers;
@@ -553,7 +553,7 @@ type DeleteGlossaryHttpError = {
553
553
  * @param id The id of the glossary to retrieve.
554
554
  * @throws GetGlossaryHttpError
555
555
  */
556
- declare const getGlossary: (id: string, options?: ApiCallOptions) => Promise<GetGlossaryHttpResponse>;
556
+ declare function getGlossary(id: string, options?: ApiCallOptions): Promise<GetGlossaryHttpResponse>;
557
557
  type GetGlossaryHttpResponse = {
558
558
  data: Glossary;
559
559
  headers: Headers;
@@ -571,7 +571,7 @@ type GetGlossaryHttpError = {
571
571
  * @param body an object with the body content
572
572
  * @throws PatchGlossaryHttpError
573
573
  */
574
- declare const patchGlossary: (id: string, body: JSONPatchArray, options?: ApiCallOptions) => Promise<PatchGlossaryHttpResponse>;
574
+ declare function patchGlossary(id: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryHttpResponse>;
575
575
  type PatchGlossaryHttpResponse = {
576
576
  data: void;
577
577
  headers: Headers;
@@ -589,7 +589,7 @@ type PatchGlossaryHttpError = {
589
589
  * @param body an object with the body content
590
590
  * @throws UpdateGlossaryHttpError
591
591
  */
592
- declare const updateGlossary: (id: string, body: CreateGlossary, options?: ApiCallOptions) => Promise<UpdateGlossaryHttpResponse>;
592
+ declare function updateGlossary(id: string, body: CreateGlossary, options?: ApiCallOptions): Promise<UpdateGlossaryHttpResponse>;
593
593
  type UpdateGlossaryHttpResponse = {
594
594
  data: Glossary;
595
595
  headers: Headers;
@@ -606,7 +606,7 @@ type UpdateGlossaryHttpError = {
606
606
  * @param id The glossary id.
607
607
  * @throws ExportGlossaryHttpError
608
608
  */
609
- declare const exportGlossary: (id: string, options?: ApiCallOptions) => Promise<ExportGlossaryHttpResponse>;
609
+ declare function exportGlossary(id: string, options?: ApiCallOptions): Promise<ExportGlossaryHttpResponse>;
610
610
  type ExportGlossaryHttpResponse = {
611
611
  data: ExportGlossary;
612
612
  headers: Headers;
@@ -624,7 +624,7 @@ type ExportGlossaryHttpError = {
624
624
  * @param query an object with query parameters
625
625
  * @throws GetGlossaryCategoriesHttpError
626
626
  */
627
- declare const getGlossaryCategories: (id: string, query: {
627
+ declare function getGlossaryCategories(id: string, query: {
628
628
  /** Optional parameter to request total count for query */
629
629
  countTotal?: boolean;
630
630
  /** The number of terms to get. */
@@ -635,7 +635,7 @@ declare const getGlossaryCategories: (id: string, query: {
635
635
  prev?: string;
636
636
  /** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
637
637
  sort?: "description" | "+description" | "-description" | "name" | "+name" | "-name" | "update" | "+update" | "-update";
638
- }, options?: ApiCallOptions) => Promise<GetGlossaryCategoriesHttpResponse>;
638
+ }, options?: ApiCallOptions): Promise<GetGlossaryCategoriesHttpResponse>;
639
639
  type GetGlossaryCategoriesHttpResponse = {
640
640
  data: CategoriesResult;
641
641
  headers: Headers;
@@ -655,7 +655,7 @@ type GetGlossaryCategoriesHttpError = {
655
655
  * @param body an object with the body content
656
656
  * @throws CreateGlossaryCategoryHttpError
657
657
  */
658
- declare const createGlossaryCategory: (id: string, body: CreateCategory, options?: ApiCallOptions) => Promise<CreateGlossaryCategoryHttpResponse>;
658
+ declare function createGlossaryCategory(id: string, body: CreateCategory, options?: ApiCallOptions): Promise<CreateGlossaryCategoryHttpResponse>;
659
659
  type CreateGlossaryCategoryHttpResponse = {
660
660
  data: Category;
661
661
  headers: Headers;
@@ -673,7 +673,7 @@ type CreateGlossaryCategoryHttpError = {
673
673
  * @param categoryId The id for the category to delete. All subcategories are also deleted
674
674
  * @throws DeleteGlossaryCategoryHttpError
675
675
  */
676
- declare const deleteGlossaryCategory: (id: string, categoryId: string, options?: ApiCallOptions) => Promise<DeleteGlossaryCategoryHttpResponse>;
676
+ declare function deleteGlossaryCategory(id: string, categoryId: string, options?: ApiCallOptions): Promise<DeleteGlossaryCategoryHttpResponse>;
677
677
  type DeleteGlossaryCategoryHttpResponse = {
678
678
  data: void;
679
679
  headers: Headers;
@@ -691,7 +691,7 @@ type DeleteGlossaryCategoryHttpError = {
691
691
  * @param categoryId The category id.
692
692
  * @throws GetGlossaryCategoryHttpError
693
693
  */
694
- declare const getGlossaryCategory: (id: string, categoryId: string, options?: ApiCallOptions) => Promise<GetGlossaryCategoryHttpResponse>;
694
+ declare function getGlossaryCategory(id: string, categoryId: string, options?: ApiCallOptions): Promise<GetGlossaryCategoryHttpResponse>;
695
695
  type GetGlossaryCategoryHttpResponse = {
696
696
  data: Category;
697
697
  headers: Headers;
@@ -710,7 +710,7 @@ type GetGlossaryCategoryHttpError = {
710
710
  * @param body an object with the body content
711
711
  * @throws PatchGlossaryCategoryHttpError
712
712
  */
713
- declare const patchGlossaryCategory: (id: string, categoryId: string, body: JSONPatchArray, options?: ApiCallOptions) => Promise<PatchGlossaryCategoryHttpResponse>;
713
+ declare function patchGlossaryCategory(id: string, categoryId: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryCategoryHttpResponse>;
714
714
  type PatchGlossaryCategoryHttpResponse = {
715
715
  data: void;
716
716
  headers: Headers;
@@ -729,7 +729,7 @@ type PatchGlossaryCategoryHttpError = {
729
729
  * @param body an object with the body content
730
730
  * @throws UpdateGlossaryCategoryHttpError
731
731
  */
732
- declare const updateGlossaryCategory: (id: string, categoryId: string, body: CreateCategory, options?: ApiCallOptions) => Promise<UpdateGlossaryCategoryHttpResponse>;
732
+ declare function updateGlossaryCategory(id: string, categoryId: string, body: CreateCategory, options?: ApiCallOptions): Promise<UpdateGlossaryCategoryHttpResponse>;
733
733
  type UpdateGlossaryCategoryHttpResponse = {
734
734
  data: Category;
735
735
  headers: Headers;
@@ -747,7 +747,7 @@ type UpdateGlossaryCategoryHttpError = {
747
747
  * @param query an object with query parameters
748
748
  * @throws GetGlossaryTermsHttpError
749
749
  */
750
- declare const getGlossaryTerms: (id: string, query: {
750
+ declare function getGlossaryTerms(id: string, query: {
751
751
  /** Optional parameter to request total count for query */
752
752
  countTotal?: boolean;
753
753
  /** Optional SCIM filter to be used to filter terms
@@ -771,7 +771,7 @@ declare const getGlossaryTerms: (id: string, query: {
771
771
  prev?: string;
772
772
  /** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
773
773
  sort?: "abbreviation" | "+abbreviation" | "-abbreviation" | "description" | "+description" | "-description" | "name" | "+name" | "-name" | "status" | "+status" | "-status" | "updated" | "+updated" | "-updated";
774
- }, options?: ApiCallOptions) => Promise<GetGlossaryTermsHttpResponse>;
774
+ }, options?: ApiCallOptions): Promise<GetGlossaryTermsHttpResponse>;
775
775
  type GetGlossaryTermsHttpResponse = {
776
776
  data: TermsResult;
777
777
  headers: Headers;
@@ -791,7 +791,7 @@ type GetGlossaryTermsHttpError = {
791
791
  * @param body an object with the body content
792
792
  * @throws CreateGlossaryTermHttpError
793
793
  */
794
- declare const createGlossaryTerm: (id: string, body: CreateTerm, options?: ApiCallOptions) => Promise<CreateGlossaryTermHttpResponse>;
794
+ declare function createGlossaryTerm(id: string, body: CreateTerm, options?: ApiCallOptions): Promise<CreateGlossaryTermHttpResponse>;
795
795
  type CreateGlossaryTermHttpResponse = {
796
796
  data: Term;
797
797
  headers: Headers;
@@ -809,7 +809,7 @@ type CreateGlossaryTermHttpError = {
809
809
  * @param termId The term id.
810
810
  * @throws DeleteGlossaryTermHttpError
811
811
  */
812
- declare const deleteGlossaryTerm: (id: string, termId: string, options?: ApiCallOptions) => Promise<DeleteGlossaryTermHttpResponse>;
812
+ declare function deleteGlossaryTerm(id: string, termId: string, options?: ApiCallOptions): Promise<DeleteGlossaryTermHttpResponse>;
813
813
  type DeleteGlossaryTermHttpResponse = {
814
814
  data: void;
815
815
  headers: Headers;
@@ -827,7 +827,7 @@ type DeleteGlossaryTermHttpError = {
827
827
  * @param termId The term id.
828
828
  * @throws GetGlossaryTermHttpError
829
829
  */
830
- declare const getGlossaryTerm: (id: string, termId: string, options?: ApiCallOptions) => Promise<GetGlossaryTermHttpResponse>;
830
+ declare function getGlossaryTerm(id: string, termId: string, options?: ApiCallOptions): Promise<GetGlossaryTermHttpResponse>;
831
831
  type GetGlossaryTermHttpResponse = {
832
832
  data: Term;
833
833
  headers: Headers;
@@ -846,7 +846,7 @@ type GetGlossaryTermHttpError = {
846
846
  * @param body an object with the body content
847
847
  * @throws PatchGlossaryTermHttpError
848
848
  */
849
- declare const patchGlossaryTerm: (id: string, termId: string, body: JSONPatchArray, options?: ApiCallOptions) => Promise<PatchGlossaryTermHttpResponse>;
849
+ declare function patchGlossaryTerm(id: string, termId: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryTermHttpResponse>;
850
850
  type PatchGlossaryTermHttpResponse = {
851
851
  data: void;
852
852
  headers: Headers;
@@ -865,7 +865,7 @@ type PatchGlossaryTermHttpError = {
865
865
  * @param body an object with the body content
866
866
  * @throws UpdateGlossaryTermHttpError
867
867
  */
868
- declare const updateGlossaryTerm: (id: string, termId: string, body: CreateTerm, options?: ApiCallOptions) => Promise<UpdateGlossaryTermHttpResponse>;
868
+ declare function updateGlossaryTerm(id: string, termId: string, body: CreateTerm, options?: ApiCallOptions): Promise<UpdateGlossaryTermHttpResponse>;
869
869
  type UpdateGlossaryTermHttpResponse = {
870
870
  data: Term;
871
871
  headers: Headers;
@@ -884,10 +884,10 @@ type UpdateGlossaryTermHttpError = {
884
884
  * @param query an object with query parameters
885
885
  * @throws ChangeGlossaryTermStatusHttpError
886
886
  */
887
- declare const changeGlossaryTermStatus: (id: string, termId: string, query: {
887
+ declare function changeGlossaryTermStatus(id: string, termId: string, query: {
888
888
  /** The status to update to. */
889
889
  status: "draft" | "verified" | "deprecated";
890
- }, options?: ApiCallOptions) => Promise<ChangeGlossaryTermStatusHttpResponse>;
890
+ }, options?: ApiCallOptions): Promise<ChangeGlossaryTermStatusHttpResponse>;
891
891
  type ChangeGlossaryTermStatusHttpResponse = {
892
892
  data: Term;
893
893
  headers: Headers;
@@ -906,7 +906,7 @@ type ChangeGlossaryTermStatusHttpError = {
906
906
  * @param query an object with query parameters
907
907
  * @throws GetGlossaryTermLinksHttpError
908
908
  */
909
- declare const getGlossaryTermLinks: (id: string, termId: string, query: {
909
+ declare function getGlossaryTermLinks(id: string, termId: string, query: {
910
910
  /** Optional parameter to request total count for query */
911
911
  countTotal?: boolean;
912
912
  /** Optional SCIM filter to be used to filter terms */
@@ -919,7 +919,7 @@ declare const getGlossaryTermLinks: (id: string, termId: string, query: {
919
919
  prev?: string;
920
920
  /** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
921
921
  sort?: "type" | "+type" | "-type" | "subtype" | "+subtype" | "-subtype" | "created" | "+created" | "-created";
922
- }, options?: ApiCallOptions) => Promise<GetGlossaryTermLinksHttpResponse>;
922
+ }, options?: ApiCallOptions): Promise<GetGlossaryTermLinksHttpResponse>;
923
923
  type GetGlossaryTermLinksHttpResponse = {
924
924
  data: LinksResult;
925
925
  headers: Headers;
@@ -940,7 +940,7 @@ type GetGlossaryTermLinksHttpError = {
940
940
  * @param body an object with the body content
941
941
  * @throws CreateGlossaryTermLinkHttpError
942
942
  */
943
- declare const createGlossaryTermLink: (id: string, termId: string, body: TermCreateLinksTo, options?: ApiCallOptions) => Promise<CreateGlossaryTermLinkHttpResponse>;
943
+ declare function createGlossaryTermLink(id: string, termId: string, body: TermCreateLinksTo, options?: ApiCallOptions): Promise<CreateGlossaryTermLinkHttpResponse>;
944
944
  type CreateGlossaryTermLinkHttpResponse = {
945
945
  data: TermLinksTo;
946
946
  headers: Headers;
@@ -959,7 +959,7 @@ type CreateGlossaryTermLinkHttpError = {
959
959
  * @param query an object with query parameters
960
960
  * @throws GetGlossaryTermRevisionsHttpError
961
961
  */
962
- declare const getGlossaryTermRevisions: (id: string, termId: string, query: {
962
+ declare function getGlossaryTermRevisions(id: string, termId: string, query: {
963
963
  /** Optional parameter to request total count for query */
964
964
  countTotal?: boolean;
965
965
  /** The number of terms to get. */
@@ -970,7 +970,7 @@ declare const getGlossaryTermRevisions: (id: string, termId: string, query: {
970
970
  prev?: string;
971
971
  /** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
972
972
  sort?: "update" | "+update" | "-update";
973
- }, options?: ApiCallOptions) => Promise<GetGlossaryTermRevisionsHttpResponse>;
973
+ }, options?: ApiCallOptions): Promise<GetGlossaryTermRevisionsHttpResponse>;
974
974
  type GetGlossaryTermRevisionsHttpResponse = {
975
975
  data: TermsResult;
976
976
  headers: Headers;