@coveo/platform-client 35.0.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 (831) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +245 -0
  3. package/dist/APICore.js +266 -0
  4. package/dist/APICore.js.map +1 -0
  5. package/dist/ConfigurationInterfaces.js +3 -0
  6. package/dist/ConfigurationInterfaces.js.map +1 -0
  7. package/dist/Endpoints.js +41 -0
  8. package/dist/Endpoints.js.map +1 -0
  9. package/dist/Entry.js +13 -0
  10. package/dist/Entry.js.map +1 -0
  11. package/dist/PlatformClient.js +45 -0
  12. package/dist/PlatformClient.js.map +1 -0
  13. package/dist/definitions/APICore.d.ts +31 -0
  14. package/dist/definitions/ConfigurationInterfaces.d.ts +14 -0
  15. package/dist/definitions/Endpoints.d.ts +13 -0
  16. package/dist/definitions/Entry.d.ts +9 -0
  17. package/dist/definitions/PlatformClient.d.ts +18 -0
  18. package/dist/definitions/handlers/ResponseHandlerInterfaces.d.ts +4 -0
  19. package/dist/definitions/handlers/ResponseHandlers.d.ts +10 -0
  20. package/dist/definitions/handlers/index.d.ts +2 -0
  21. package/dist/definitions/resources/AWS/AWS.d.ts +9 -0
  22. package/dist/definitions/resources/AWS/AWSInterfaces.d.ts +18 -0
  23. package/dist/definitions/resources/AWS/index.d.ts +2 -0
  24. package/dist/definitions/resources/ApiKeys/ApiKeys.d.ts +12 -0
  25. package/dist/definitions/resources/ApiKeys/ApiKeysInterfaces.d.ts +133 -0
  26. package/dist/definitions/resources/ApiKeys/index.d.ts +2 -0
  27. package/dist/definitions/resources/BaseInterfaces.d.ts +51 -0
  28. package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +16 -0
  29. package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +59 -0
  30. package/dist/definitions/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +27 -0
  31. package/dist/definitions/resources/CaseAssistConfigs/index.d.ts +3 -0
  32. package/dist/definitions/resources/Catalogs/Catalog.d.ts +21 -0
  33. package/dist/definitions/resources/Catalogs/CatalogConfiguration.d.ts +11 -0
  34. package/dist/definitions/resources/Catalogs/CatalogInterfaces.d.ts +338 -0
  35. package/dist/definitions/resources/Catalogs/ProductListing.d.ts +14 -0
  36. package/dist/definitions/resources/Catalogs/ProductListingInterfaces.d.ts +76 -0
  37. package/dist/definitions/resources/Catalogs/index.d.ts +5 -0
  38. package/dist/definitions/resources/Clusters/Agents/ClusterAgent.d.ts +9 -0
  39. package/dist/definitions/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +9 -0
  40. package/dist/definitions/resources/Clusters/Agents/index.d.ts +2 -0
  41. package/dist/definitions/resources/Clusters/Cluster.d.ts +18 -0
  42. package/dist/definitions/resources/Clusters/ClusterInterfaces.d.ts +92 -0
  43. package/dist/definitions/resources/Clusters/Nodes/ClusterNode.d.ts +12 -0
  44. package/dist/definitions/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +20 -0
  45. package/dist/definitions/resources/Clusters/Nodes/index.d.ts +2 -0
  46. package/dist/definitions/resources/Clusters/index.d.ts +4 -0
  47. package/dist/definitions/resources/Connectivity/Connectivity.d.ts +7 -0
  48. package/dist/definitions/resources/Connectivity/ConnectivityInterface.d.ts +16 -0
  49. package/dist/definitions/resources/Connectivity/index.d.ts +2 -0
  50. package/dist/definitions/resources/CrawlingModule/CrawlingModule.d.ts +11 -0
  51. package/dist/definitions/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +28 -0
  52. package/dist/definitions/resources/CrawlingModule/index.d.ts +2 -0
  53. package/dist/definitions/resources/Enums.d.ts +976 -0
  54. package/dist/definitions/resources/Extensions/Extensions.d.ts +12 -0
  55. package/dist/definitions/resources/Extensions/ExtensionsInterfaces.d.ts +55 -0
  56. package/dist/definitions/resources/Extensions/index.d.ts +2 -0
  57. package/dist/definitions/resources/Fields/Fields.d.ts +19 -0
  58. package/dist/definitions/resources/Fields/FieldsInterfaces.d.ts +70 -0
  59. package/dist/definitions/resources/Fields/index.d.ts +2 -0
  60. package/dist/definitions/resources/Global/Global.d.ts +11 -0
  61. package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +8 -0
  62. package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.d.ts +6 -0
  63. package/dist/definitions/resources/Global/OrganizationConfigurations/index.d.ts +2 -0
  64. package/dist/definitions/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +7 -0
  65. package/dist/definitions/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +10 -0
  66. package/dist/definitions/resources/Global/RegionConfigurations/index.d.ts +2 -0
  67. package/dist/definitions/resources/Global/index.d.ts +3 -0
  68. package/dist/definitions/resources/GlobalGroups/GlobalGroup.d.ts +13 -0
  69. package/dist/definitions/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +18 -0
  70. package/dist/definitions/resources/GlobalGroups/index.d.ts +2 -0
  71. package/dist/definitions/resources/Groups/Groups.d.ts +24 -0
  72. package/dist/definitions/resources/Groups/GroupsInterfaces.d.ts +21 -0
  73. package/dist/definitions/resources/Groups/Invites/GroupInvite.d.ts +11 -0
  74. package/dist/definitions/resources/Groups/Invites/GroupInviteInterfaces.d.ts +35 -0
  75. package/dist/definitions/resources/Groups/Invites/index.d.ts +2 -0
  76. package/dist/definitions/resources/Groups/Members/GroupMember.d.ts +9 -0
  77. package/dist/definitions/resources/Groups/Members/GroupMemberInterfaces.d.ts +13 -0
  78. package/dist/definitions/resources/Groups/Members/index.d.ts +2 -0
  79. package/dist/definitions/resources/Groups/Realms/GroupRealm.d.ts +9 -0
  80. package/dist/definitions/resources/Groups/Realms/GroupRealmInterfaces.d.ts +7 -0
  81. package/dist/definitions/resources/Groups/Realms/index.d.ts +2 -0
  82. package/dist/definitions/resources/Groups/index.d.ts +5 -0
  83. package/dist/definitions/resources/InProductExperiences/InProductExperiences.d.ts +31 -0
  84. package/dist/definitions/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +327 -0
  85. package/dist/definitions/resources/InProductExperiences/index.d.ts +2 -0
  86. package/dist/definitions/resources/Indexes/Indexes.d.ts +26 -0
  87. package/dist/definitions/resources/Indexes/IndexesInterface.d.ts +198 -0
  88. package/dist/definitions/resources/Indexes/index.d.ts +2 -0
  89. package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +11 -0
  90. package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +158 -0
  91. package/dist/definitions/resources/InsightPanelConfigs/index.d.ts +2 -0
  92. package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +11 -0
  93. package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +240 -0
  94. package/dist/definitions/resources/InsightPanelInterfaces/index.d.ts +2 -0
  95. package/dist/definitions/resources/InternalBaseInterface.d.ts +12 -0
  96. package/dist/definitions/resources/License/License.d.ts +12 -0
  97. package/dist/definitions/resources/License/LicenseInterfaces.d.ts +194 -0
  98. package/dist/definitions/resources/License/index.d.ts +2 -0
  99. package/dist/definitions/resources/Limits/Limits.d.ts +12 -0
  100. package/dist/definitions/resources/Limits/LimitsInterfaces.d.ts +38 -0
  101. package/dist/definitions/resources/Limits/index.d.ts +2 -0
  102. package/dist/definitions/resources/Links/Links.d.ts +5 -0
  103. package/dist/definitions/resources/Links/index.d.ts +1 -0
  104. package/dist/definitions/resources/Logs/Logs.d.ts +8 -0
  105. package/dist/definitions/resources/Logs/LogsInterfaces.d.ts +47 -0
  106. package/dist/definitions/resources/Logs/index.d.ts +2 -0
  107. package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +15 -0
  108. package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +147 -0
  109. package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -0
  110. package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +15 -0
  111. package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +41 -0
  112. package/dist/definitions/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -0
  113. package/dist/definitions/resources/MachineLearning/FilterConditions.d.ts +18 -0
  114. package/dist/definitions/resources/MachineLearning/MachineLearning.d.ts +26 -0
  115. package/dist/definitions/resources/MachineLearning/MachineLearningInterfaces.d.ts +65 -0
  116. package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +7 -0
  117. package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.d.ts +10 -0
  118. package/dist/definitions/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -0
  119. package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +10 -0
  120. package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts +252 -0
  121. package/dist/definitions/resources/MachineLearning/ModelInformation/index.d.ts +2 -0
  122. package/dist/definitions/resources/MachineLearning/Models/Models.d.ts +13 -0
  123. package/dist/definitions/resources/MachineLearning/Models/ModelsInterfaces.d.ts +49 -0
  124. package/dist/definitions/resources/MachineLearning/Models/index.d.ts +2 -0
  125. package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +6 -0
  126. package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +40 -0
  127. package/dist/definitions/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -0
  128. package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +17 -0
  129. package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +131 -0
  130. package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -0
  131. package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +7 -0
  132. package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -0
  133. package/dist/definitions/resources/MachineLearning/index.d.ts +11 -0
  134. package/dist/definitions/resources/ModifierTemplates/ModifierTemplateInterfaces.d.ts +71 -0
  135. package/dist/definitions/resources/ModifierTemplates/ModifierTemplates.d.ts +7 -0
  136. package/dist/definitions/resources/ModifierTemplates/index.d.ts +2 -0
  137. package/dist/definitions/resources/Notification/Subscription/Subscription.d.ts +21 -0
  138. package/dist/definitions/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +41 -0
  139. package/dist/definitions/resources/Notification/Subscription/index.d.ts +2 -0
  140. package/dist/definitions/resources/Notification/index.d.ts +2 -0
  141. package/dist/definitions/resources/Notification/notification.d.ts +9 -0
  142. package/dist/definitions/resources/OrganizationAccess/Access.d.ts +7 -0
  143. package/dist/definitions/resources/OrganizationAccess/AccessInterfaces.d.ts +13 -0
  144. package/dist/definitions/resources/OrganizationAccess/index.d.ts +2 -0
  145. package/dist/definitions/resources/Organizations/Members/Members.d.ts +8 -0
  146. package/dist/definitions/resources/Organizations/Members/MembersInterface.d.ts +37 -0
  147. package/dist/definitions/resources/Organizations/Members/index.d.ts +2 -0
  148. package/dist/definitions/resources/Organizations/Organization.d.ts +42 -0
  149. package/dist/definitions/resources/Organizations/OrganizationInterfaces.d.ts +176 -0
  150. package/dist/definitions/resources/Organizations/index.d.ts +3 -0
  151. package/dist/definitions/resources/Pipelines/Conditions/Condition.d.ts +11 -0
  152. package/dist/definitions/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +25 -0
  153. package/dist/definitions/resources/Pipelines/Conditions/index.d.ts +2 -0
  154. package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +11 -0
  155. package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +45 -0
  156. package/dist/definitions/resources/Pipelines/FacetStateRules/index.d.ts +2 -0
  157. package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociations.d.ts +13 -0
  158. package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +57 -0
  159. package/dist/definitions/resources/Pipelines/MLAssociations/index.d.ts +2 -0
  160. package/dist/definitions/resources/Pipelines/Pipelines.d.ts +30 -0
  161. package/dist/definitions/resources/Pipelines/PipelinesInterfaces.d.ts +183 -0
  162. package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankings.d.ts +15 -0
  163. package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +266 -0
  164. package/dist/definitions/resources/Pipelines/ResultRankings/index.d.ts +2 -0
  165. package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroups.d.ts +13 -0
  166. package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +230 -0
  167. package/dist/definitions/resources/Pipelines/StatementGroups/index.d.ts +2 -0
  168. package/dist/definitions/resources/Pipelines/Statements/Statements.d.ts +16 -0
  169. package/dist/definitions/resources/Pipelines/Statements/StatementsInterfaces.d.ts +139 -0
  170. package/dist/definitions/resources/Pipelines/Statements/index.d.ts +2 -0
  171. package/dist/definitions/resources/Pipelines/index.d.ts +8 -0
  172. package/dist/definitions/resources/PlatformResources.d.ts +95 -0
  173. package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +11 -0
  174. package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +29 -0
  175. package/dist/definitions/resources/PrivilegeEvaluator/index.d.ts +2 -0
  176. package/dist/definitions/resources/Products/Product.d.ts +7 -0
  177. package/dist/definitions/resources/Products/ProductInterfaces.d.ts +209 -0
  178. package/dist/definitions/resources/Products/index.d.ts +2 -0
  179. package/dist/definitions/resources/PushApi/PushApi.d.ts +10 -0
  180. package/dist/definitions/resources/PushApi/PushApiInterfaces.d.ts +37 -0
  181. package/dist/definitions/resources/PushApi/index.d.ts +2 -0
  182. package/dist/definitions/resources/Resource.d.ts +10 -0
  183. package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshots.d.ts +61 -0
  184. package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +309 -0
  185. package/dist/definitions/resources/ResourceSnapshots/index.d.ts +2 -0
  186. package/dist/definitions/resources/Saml/Saml.d.ts +14 -0
  187. package/dist/definitions/resources/Saml/SamlInterfaces.d.ts +13 -0
  188. package/dist/definitions/resources/Saml/index.d.ts +2 -0
  189. package/dist/definitions/resources/SchemaService/SchemaService.d.ts +60 -0
  190. package/dist/definitions/resources/SchemaService/SchemaServiceInterfaces.d.ts +155 -0
  191. package/dist/definitions/resources/SchemaService/index.d.ts +2 -0
  192. package/dist/definitions/resources/Search/Search.d.ts +10 -0
  193. package/dist/definitions/resources/Search/SearchInterfaces.d.ts +2140 -0
  194. package/dist/definitions/resources/Search/index.d.ts +2 -0
  195. package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.d.ts +17 -0
  196. package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.model.d.ts +179 -0
  197. package/dist/definitions/resources/SearchInterfaces/index.d.ts +2 -0
  198. package/dist/definitions/resources/SearchPages/SearchPages.d.ts +20 -0
  199. package/dist/definitions/resources/SearchPages/SearchPagesInterfaces.d.ts +42 -0
  200. package/dist/definitions/resources/SearchPages/index.d.ts +2 -0
  201. package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +7 -0
  202. package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.d.ts +49 -0
  203. package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -0
  204. package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +10 -0
  205. package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +127 -0
  206. package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -0
  207. package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +11 -0
  208. package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +64 -0
  209. package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -0
  210. package/dist/definitions/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +13 -0
  211. package/dist/definitions/resources/SearchUsageMetrics/index.d.ts +4 -0
  212. package/dist/definitions/resources/SecurityCache/SecurityCache.d.ts +26 -0
  213. package/dist/definitions/resources/SecurityCache/SecurityCacheInterfaces.d.ts +137 -0
  214. package/dist/definitions/resources/SecurityCache/index.d.ts +2 -0
  215. package/dist/definitions/resources/Sources/Sources.d.ts +67 -0
  216. package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +8 -0
  217. package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.d.ts +24 -0
  218. package/dist/definitions/resources/Sources/SourcesDatasets/index.d.ts +2 -0
  219. package/dist/definitions/resources/Sources/SourcesFields/SourcesFields.d.ts +10 -0
  220. package/dist/definitions/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +15 -0
  221. package/dist/definitions/resources/Sources/SourcesFields/index.d.ts +2 -0
  222. package/dist/definitions/resources/Sources/SourcesInterfaces.d.ts +114 -0
  223. package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappings.d.ts +7 -0
  224. package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +72 -0
  225. package/dist/definitions/resources/Sources/SourcesMappings/index.d.ts +2 -0
  226. package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +9 -0
  227. package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +55 -0
  228. package/dist/definitions/resources/Sources/SourcesMetadata/index.d.ts +2 -0
  229. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Address.d.ts +6 -0
  230. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +37 -0
  231. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Document.d.ts +104 -0
  232. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Error.d.ts +4 -0
  233. package/dist/definitions/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.d.ts +5 -0
  234. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Extension.d.ts +9 -0
  235. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Information.d.ts +59 -0
  236. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Parameter.d.ts +4 -0
  237. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Permission.d.ts +42 -0
  238. package/dist/definitions/resources/Sources/SourcesSubInterfaces/Url.d.ts +6 -0
  239. package/dist/definitions/resources/Sources/SourcesSubInterfaces/User.d.ts +5 -0
  240. package/dist/definitions/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -0
  241. package/dist/definitions/resources/Sources/index.d.ts +6 -0
  242. package/dist/definitions/resources/TableauService/ContentQuery/ContentQuery.d.ts +8 -0
  243. package/dist/definitions/resources/TableauService/ContentQuery/ContentQueryInterfaces.d.ts +58 -0
  244. package/dist/definitions/resources/TableauService/ContentQuery/index.d.ts +2 -0
  245. package/dist/definitions/resources/TableauService/TableauService.d.ts +9 -0
  246. package/dist/definitions/resources/TableauService/index.d.ts +2 -0
  247. package/dist/definitions/resources/UsageAnalytics/Read/Administration/Administration.d.ts +10 -0
  248. package/dist/definitions/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +21 -0
  249. package/dist/definitions/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -0
  250. package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +9 -0
  251. package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +43 -0
  252. package/dist/definitions/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -0
  253. package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +21 -0
  254. package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +101 -0
  255. package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -0
  256. package/dist/definitions/resources/UsageAnalytics/Read/Exports/Exports.d.ts +20 -0
  257. package/dist/definitions/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +101 -0
  258. package/dist/definitions/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -0
  259. package/dist/definitions/resources/UsageAnalytics/Read/Filters/Filters.d.ts +71 -0
  260. package/dist/definitions/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +67 -0
  261. package/dist/definitions/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -0
  262. package/dist/definitions/resources/UsageAnalytics/Read/Reports/Reports.d.ts +58 -0
  263. package/dist/definitions/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +99 -0
  264. package/dist/definitions/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -0
  265. package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +16 -0
  266. package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +49 -0
  267. package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -0
  268. package/dist/definitions/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +18 -0
  269. package/dist/definitions/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +186 -0
  270. package/dist/definitions/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -0
  271. package/dist/definitions/resources/UsageAnalytics/Read/Users/Users.d.ts +12 -0
  272. package/dist/definitions/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +113 -0
  273. package/dist/definitions/resources/UsageAnalytics/Read/Users/index.d.ts +2 -0
  274. package/dist/definitions/resources/UsageAnalytics/Read/index.d.ts +9 -0
  275. package/dist/definitions/resources/UsageAnalytics/UsageAnalytics.d.ts +23 -0
  276. package/dist/definitions/resources/UsageAnalytics/index.d.ts +2 -0
  277. package/dist/definitions/resources/Users/User.d.ts +9 -0
  278. package/dist/definitions/resources/Users/UserInterfaces.d.ts +29 -0
  279. package/dist/definitions/resources/Users/index.d.ts +2 -0
  280. package/dist/definitions/resources/Vaults/Vaults.d.ts +33 -0
  281. package/dist/definitions/resources/Vaults/VaultsInterfaces.d.ts +29 -0
  282. package/dist/definitions/resources/Vaults/index.d.ts +2 -0
  283. package/dist/definitions/resources/index.d.ts +44 -0
  284. package/dist/definitions/utils/FormData.d.ts +1 -0
  285. package/dist/definitions/utils/Retriever.d.ts +3 -0
  286. package/dist/definitions/utils/WithRequired.d.ts +3 -0
  287. package/dist/definitions/utils/index.d.ts +2 -0
  288. package/dist/definitions/utils/normalizePaginatedOptions.d.ts +3 -0
  289. package/dist/handlers/ResponseHandlerInterfaces.js +3 -0
  290. package/dist/handlers/ResponseHandlerInterfaces.js.map +1 -0
  291. package/dist/handlers/ResponseHandlers.js +46 -0
  292. package/dist/handlers/ResponseHandlers.js.map +1 -0
  293. package/dist/handlers/index.js +6 -0
  294. package/dist/handlers/index.js.map +1 -0
  295. package/dist/resources/AWS/AWS.js +18 -0
  296. package/dist/resources/AWS/AWS.js.map +1 -0
  297. package/dist/resources/AWS/AWSInterfaces.js +3 -0
  298. package/dist/resources/AWS/AWSInterfaces.js.map +1 -0
  299. package/dist/resources/AWS/index.js +6 -0
  300. package/dist/resources/AWS/index.js.map +1 -0
  301. package/dist/resources/ApiKeys/ApiKeys.js +34 -0
  302. package/dist/resources/ApiKeys/ApiKeys.js.map +1 -0
  303. package/dist/resources/ApiKeys/ApiKeysInterfaces.js +3 -0
  304. package/dist/resources/ApiKeys/ApiKeysInterfaces.js.map +1 -0
  305. package/dist/resources/ApiKeys/index.js +6 -0
  306. package/dist/resources/ApiKeys/index.js.map +1 -0
  307. package/dist/resources/BaseInterfaces.js +3 -0
  308. package/dist/resources/BaseInterfaces.js.map +1 -0
  309. package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js +42 -0
  310. package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -0
  311. package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +18 -0
  312. package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -0
  313. package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +3 -0
  314. package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js.map +1 -0
  315. package/dist/resources/CaseAssistConfigs/index.js +7 -0
  316. package/dist/resources/CaseAssistConfigs/index.js.map +1 -0
  317. package/dist/resources/Catalogs/Catalog.js +43 -0
  318. package/dist/resources/Catalogs/Catalog.js.map +1 -0
  319. package/dist/resources/Catalogs/CatalogConfiguration.js +30 -0
  320. package/dist/resources/Catalogs/CatalogConfiguration.js.map +1 -0
  321. package/dist/resources/Catalogs/CatalogInterfaces.js +3 -0
  322. package/dist/resources/Catalogs/CatalogInterfaces.js.map +1 -0
  323. package/dist/resources/Catalogs/ProductListing.js +39 -0
  324. package/dist/resources/Catalogs/ProductListing.js.map +1 -0
  325. package/dist/resources/Catalogs/ProductListingInterfaces.js +3 -0
  326. package/dist/resources/Catalogs/ProductListingInterfaces.js.map +1 -0
  327. package/dist/resources/Catalogs/index.js +9 -0
  328. package/dist/resources/Catalogs/index.js.map +1 -0
  329. package/dist/resources/Clusters/Agents/ClusterAgent.js +21 -0
  330. package/dist/resources/Clusters/Agents/ClusterAgent.js.map +1 -0
  331. package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js +3 -0
  332. package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js.map +1 -0
  333. package/dist/resources/Clusters/Agents/index.js +6 -0
  334. package/dist/resources/Clusters/Agents/index.js.map +1 -0
  335. package/dist/resources/Clusters/Cluster.js +38 -0
  336. package/dist/resources/Clusters/Cluster.js.map +1 -0
  337. package/dist/resources/Clusters/ClusterInterfaces.js +3 -0
  338. package/dist/resources/Clusters/ClusterInterfaces.js.map +1 -0
  339. package/dist/resources/Clusters/Nodes/ClusterNode.js +33 -0
  340. package/dist/resources/Clusters/Nodes/ClusterNode.js.map +1 -0
  341. package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js +3 -0
  342. package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js.map +1 -0
  343. package/dist/resources/Clusters/Nodes/index.js +6 -0
  344. package/dist/resources/Clusters/Nodes/index.js.map +1 -0
  345. package/dist/resources/Clusters/index.js +8 -0
  346. package/dist/resources/Clusters/index.js.map +1 -0
  347. package/dist/resources/Connectivity/Connectivity.js +23 -0
  348. package/dist/resources/Connectivity/Connectivity.js.map +1 -0
  349. package/dist/resources/Connectivity/ConnectivityInterface.js +9 -0
  350. package/dist/resources/Connectivity/ConnectivityInterface.js.map +1 -0
  351. package/dist/resources/Connectivity/index.js +6 -0
  352. package/dist/resources/Connectivity/index.js.map +1 -0
  353. package/dist/resources/CrawlingModule/CrawlingModule.js +33 -0
  354. package/dist/resources/CrawlingModule/CrawlingModule.js.map +1 -0
  355. package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js +3 -0
  356. package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -0
  357. package/dist/resources/CrawlingModule/index.js +6 -0
  358. package/dist/resources/CrawlingModule/index.js.map +1 -0
  359. package/dist/resources/Enums.js +1090 -0
  360. package/dist/resources/Enums.js.map +1 -0
  361. package/dist/resources/Extensions/Extensions.js +36 -0
  362. package/dist/resources/Extensions/Extensions.js.map +1 -0
  363. package/dist/resources/Extensions/ExtensionsInterfaces.js +3 -0
  364. package/dist/resources/Extensions/ExtensionsInterfaces.js.map +1 -0
  365. package/dist/resources/Extensions/index.js +6 -0
  366. package/dist/resources/Extensions/index.js.map +1 -0
  367. package/dist/resources/Fields/Fields.js +49 -0
  368. package/dist/resources/Fields/Fields.js.map +1 -0
  369. package/dist/resources/Fields/FieldsInterfaces.js +3 -0
  370. package/dist/resources/Fields/FieldsInterfaces.js.map +1 -0
  371. package/dist/resources/Fields/index.js +6 -0
  372. package/dist/resources/Fields/index.js.map +1 -0
  373. package/dist/resources/Global/Global.js +20 -0
  374. package/dist/resources/Global/Global.js.map +1 -0
  375. package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +20 -0
  376. package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -0
  377. package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +3 -0
  378. package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js.map +1 -0
  379. package/dist/resources/Global/OrganizationConfigurations/index.js +6 -0
  380. package/dist/resources/Global/OrganizationConfigurations/index.js.map +1 -0
  381. package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js +20 -0
  382. package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -0
  383. package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +3 -0
  384. package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js.map +1 -0
  385. package/dist/resources/Global/RegionConfigurations/index.js +6 -0
  386. package/dist/resources/Global/RegionConfigurations/index.js.map +1 -0
  387. package/dist/resources/Global/index.js +7 -0
  388. package/dist/resources/Global/index.js.map +1 -0
  389. package/dist/resources/GlobalGroups/GlobalGroup.js +29 -0
  390. package/dist/resources/GlobalGroups/GlobalGroup.js.map +1 -0
  391. package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js +3 -0
  392. package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js.map +1 -0
  393. package/dist/resources/GlobalGroups/index.js +6 -0
  394. package/dist/resources/GlobalGroups/index.js.map +1 -0
  395. package/dist/resources/Groups/Groups.js +42 -0
  396. package/dist/resources/Groups/Groups.js.map +1 -0
  397. package/dist/resources/Groups/GroupsInterfaces.js +3 -0
  398. package/dist/resources/Groups/GroupsInterfaces.js.map +1 -0
  399. package/dist/resources/Groups/Invites/GroupInvite.js +31 -0
  400. package/dist/resources/Groups/Invites/GroupInvite.js.map +1 -0
  401. package/dist/resources/Groups/Invites/GroupInviteInterfaces.js +3 -0
  402. package/dist/resources/Groups/Invites/GroupInviteInterfaces.js.map +1 -0
  403. package/dist/resources/Groups/Invites/index.js +6 -0
  404. package/dist/resources/Groups/Invites/index.js.map +1 -0
  405. package/dist/resources/Groups/Members/GroupMember.js +28 -0
  406. package/dist/resources/Groups/Members/GroupMember.js.map +1 -0
  407. package/dist/resources/Groups/Members/GroupMemberInterfaces.js +3 -0
  408. package/dist/resources/Groups/Members/GroupMemberInterfaces.js.map +1 -0
  409. package/dist/resources/Groups/Members/index.js +6 -0
  410. package/dist/resources/Groups/Members/index.js.map +1 -0
  411. package/dist/resources/Groups/Realms/GroupRealm.js +27 -0
  412. package/dist/resources/Groups/Realms/GroupRealm.js.map +1 -0
  413. package/dist/resources/Groups/Realms/GroupRealmInterfaces.js +3 -0
  414. package/dist/resources/Groups/Realms/GroupRealmInterfaces.js.map +1 -0
  415. package/dist/resources/Groups/Realms/index.js +6 -0
  416. package/dist/resources/Groups/Realms/index.js.map +1 -0
  417. package/dist/resources/Groups/index.js +9 -0
  418. package/dist/resources/Groups/index.js.map +1 -0
  419. package/dist/resources/InProductExperiences/InProductExperiences.js +45 -0
  420. package/dist/resources/InProductExperiences/InProductExperiences.js.map +1 -0
  421. package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js +31 -0
  422. package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -0
  423. package/dist/resources/InProductExperiences/index.js +6 -0
  424. package/dist/resources/InProductExperiences/index.js.map +1 -0
  425. package/dist/resources/Indexes/Indexes.js +62 -0
  426. package/dist/resources/Indexes/Indexes.js.map +1 -0
  427. package/dist/resources/Indexes/IndexesInterface.js +3 -0
  428. package/dist/resources/Indexes/IndexesInterface.js.map +1 -0
  429. package/dist/resources/Indexes/index.js +6 -0
  430. package/dist/resources/Indexes/index.js.map +1 -0
  431. package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js +31 -0
  432. package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -0
  433. package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +3 -0
  434. package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js.map +1 -0
  435. package/dist/resources/InsightPanelConfigs/index.js +6 -0
  436. package/dist/resources/InsightPanelConfigs/index.js.map +1 -0
  437. package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js +31 -0
  438. package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -0
  439. package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +16 -0
  440. package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -0
  441. package/dist/resources/InsightPanelInterfaces/index.js +6 -0
  442. package/dist/resources/InsightPanelInterfaces/index.js.map +1 -0
  443. package/dist/resources/InternalBaseInterface.js +3 -0
  444. package/dist/resources/InternalBaseInterface.js.map +1 -0
  445. package/dist/resources/License/License.js +33 -0
  446. package/dist/resources/License/License.js.map +1 -0
  447. package/dist/resources/License/LicenseInterfaces.js +79 -0
  448. package/dist/resources/License/LicenseInterfaces.js.map +1 -0
  449. package/dist/resources/License/index.js +6 -0
  450. package/dist/resources/License/index.js.map +1 -0
  451. package/dist/resources/Limits/Limits.js +31 -0
  452. package/dist/resources/Limits/Limits.js.map +1 -0
  453. package/dist/resources/Limits/LimitsInterfaces.js +9 -0
  454. package/dist/resources/Limits/LimitsInterfaces.js.map +1 -0
  455. package/dist/resources/Limits/index.js +6 -0
  456. package/dist/resources/Limits/index.js.map +1 -0
  457. package/dist/resources/Links/Links.js +18 -0
  458. package/dist/resources/Links/Links.js.map +1 -0
  459. package/dist/resources/Links/index.js +5 -0
  460. package/dist/resources/Links/index.js.map +1 -0
  461. package/dist/resources/Logs/Logs.js +24 -0
  462. package/dist/resources/Logs/Logs.js.map +1 -0
  463. package/dist/resources/Logs/LogsInterfaces.js +3 -0
  464. package/dist/resources/Logs/LogsInterfaces.js.map +1 -0
  465. package/dist/resources/Logs/index.js +6 -0
  466. package/dist/resources/Logs/index.js.map +1 -0
  467. package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +36 -0
  468. package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -0
  469. package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +9 -0
  470. package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -0
  471. package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js +6 -0
  472. package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -0
  473. package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +52 -0
  474. package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -0
  475. package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +3 -0
  476. package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js.map +1 -0
  477. package/dist/resources/MachineLearning/DNEConfiguration/index.js +6 -0
  478. package/dist/resources/MachineLearning/DNEConfiguration/index.js.map +1 -0
  479. package/dist/resources/MachineLearning/FilterConditions.js +3 -0
  480. package/dist/resources/MachineLearning/FilterConditions.js.map +1 -0
  481. package/dist/resources/MachineLearning/MachineLearning.js +37 -0
  482. package/dist/resources/MachineLearning/MachineLearning.js.map +1 -0
  483. package/dist/resources/MachineLearning/MachineLearningInterfaces.js +3 -0
  484. package/dist/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -0
  485. package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +23 -0
  486. package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -0
  487. package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +3 -0
  488. package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js.map +1 -0
  489. package/dist/resources/MachineLearning/ModelConfiguration/index.js +6 -0
  490. package/dist/resources/MachineLearning/ModelConfiguration/index.js.map +1 -0
  491. package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js +26 -0
  492. package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -0
  493. package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +3 -0
  494. package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js.map +1 -0
  495. package/dist/resources/MachineLearning/ModelInformation/index.js +6 -0
  496. package/dist/resources/MachineLearning/ModelInformation/index.js.map +1 -0
  497. package/dist/resources/MachineLearning/Models/Models.js +36 -0
  498. package/dist/resources/MachineLearning/Models/Models.js.map +1 -0
  499. package/dist/resources/MachineLearning/Models/ModelsInterfaces.js +3 -0
  500. package/dist/resources/MachineLearning/Models/ModelsInterfaces.js.map +1 -0
  501. package/dist/resources/MachineLearning/Models/index.js +6 -0
  502. package/dist/resources/MachineLearning/Models/index.js.map +1 -0
  503. package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +18 -0
  504. package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -0
  505. package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +3 -0
  506. package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js.map +1 -0
  507. package/dist/resources/MachineLearning/PQSConfiguration/index.js +6 -0
  508. package/dist/resources/MachineLearning/PQSConfiguration/index.js.map +1 -0
  509. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +40 -0
  510. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -0
  511. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +3 -0
  512. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js.map +1 -0
  513. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js +6 -0
  514. package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -0
  515. package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +24 -0
  516. package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -0
  517. package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js +5 -0
  518. package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -0
  519. package/dist/resources/MachineLearning/index.js +15 -0
  520. package/dist/resources/MachineLearning/index.js.map +1 -0
  521. package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js +27 -0
  522. package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -0
  523. package/dist/resources/ModifierTemplates/ModifierTemplates.js +20 -0
  524. package/dist/resources/ModifierTemplates/ModifierTemplates.js.map +1 -0
  525. package/dist/resources/ModifierTemplates/index.js +6 -0
  526. package/dist/resources/ModifierTemplates/index.js.map +1 -0
  527. package/dist/resources/Notification/Subscription/Subscription.js +62 -0
  528. package/dist/resources/Notification/Subscription/Subscription.js.map +1 -0
  529. package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js +3 -0
  530. package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js.map +1 -0
  531. package/dist/resources/Notification/Subscription/index.js +6 -0
  532. package/dist/resources/Notification/Subscription/index.js.map +1 -0
  533. package/dist/resources/Notification/index.js +6 -0
  534. package/dist/resources/Notification/index.js.map +1 -0
  535. package/dist/resources/Notification/notification.js +18 -0
  536. package/dist/resources/Notification/notification.js.map +1 -0
  537. package/dist/resources/OrganizationAccess/Access.js +21 -0
  538. package/dist/resources/OrganizationAccess/Access.js.map +1 -0
  539. package/dist/resources/OrganizationAccess/AccessInterfaces.js +3 -0
  540. package/dist/resources/OrganizationAccess/AccessInterfaces.js.map +1 -0
  541. package/dist/resources/OrganizationAccess/index.js +6 -0
  542. package/dist/resources/OrganizationAccess/index.js.map +1 -0
  543. package/dist/resources/Organizations/Members/Members.js +24 -0
  544. package/dist/resources/Organizations/Members/Members.js.map +1 -0
  545. package/dist/resources/Organizations/Members/MembersInterface.js +3 -0
  546. package/dist/resources/Organizations/Members/MembersInterface.js.map +1 -0
  547. package/dist/resources/Organizations/Members/index.js +6 -0
  548. package/dist/resources/Organizations/Members/index.js.map +1 -0
  549. package/dist/resources/Organizations/Organization.js +92 -0
  550. package/dist/resources/Organizations/Organization.js.map +1 -0
  551. package/dist/resources/Organizations/OrganizationInterfaces.js +58 -0
  552. package/dist/resources/Organizations/OrganizationInterfaces.js.map +1 -0
  553. package/dist/resources/Organizations/index.js +7 -0
  554. package/dist/resources/Organizations/index.js.map +1 -0
  555. package/dist/resources/Pipelines/Conditions/Condition.js +30 -0
  556. package/dist/resources/Pipelines/Conditions/Condition.js.map +1 -0
  557. package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js +3 -0
  558. package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js.map +1 -0
  559. package/dist/resources/Pipelines/Conditions/index.js +6 -0
  560. package/dist/resources/Pipelines/Conditions/index.js.map +1 -0
  561. package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js +40 -0
  562. package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -0
  563. package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +3 -0
  564. package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js.map +1 -0
  565. package/dist/resources/Pipelines/FacetStateRules/index.js +6 -0
  566. package/dist/resources/Pipelines/FacetStateRules/index.js.map +1 -0
  567. package/dist/resources/Pipelines/MLAssociations/MLAssociations.js +46 -0
  568. package/dist/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -0
  569. package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +3 -0
  570. package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js.map +1 -0
  571. package/dist/resources/Pipelines/MLAssociations/index.js +6 -0
  572. package/dist/resources/Pipelines/MLAssociations/index.js.map +1 -0
  573. package/dist/resources/Pipelines/Pipelines.js +61 -0
  574. package/dist/resources/Pipelines/Pipelines.js.map +1 -0
  575. package/dist/resources/Pipelines/PipelinesInterfaces.js +3 -0
  576. package/dist/resources/Pipelines/PipelinesInterfaces.js.map +1 -0
  577. package/dist/resources/Pipelines/ResultRankings/ResultRankings.js +60 -0
  578. package/dist/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -0
  579. package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +3 -0
  580. package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js.map +1 -0
  581. package/dist/resources/Pipelines/ResultRankings/index.js +6 -0
  582. package/dist/resources/Pipelines/ResultRankings/index.js.map +1 -0
  583. package/dist/resources/Pipelines/StatementGroups/StatementGroups.js +48 -0
  584. package/dist/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -0
  585. package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +8 -0
  586. package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -0
  587. package/dist/resources/Pipelines/StatementGroups/index.js +6 -0
  588. package/dist/resources/Pipelines/StatementGroups/index.js.map +1 -0
  589. package/dist/resources/Pipelines/Statements/Statements.js +56 -0
  590. package/dist/resources/Pipelines/Statements/Statements.js.map +1 -0
  591. package/dist/resources/Pipelines/Statements/StatementsInterfaces.js +3 -0
  592. package/dist/resources/Pipelines/Statements/StatementsInterfaces.js.map +1 -0
  593. package/dist/resources/Pipelines/Statements/index.js +6 -0
  594. package/dist/resources/Pipelines/Statements/index.js.map +1 -0
  595. package/dist/resources/Pipelines/index.js +12 -0
  596. package/dist/resources/Pipelines/index.js.map +1 -0
  597. package/dist/resources/PlatformResources.js +109 -0
  598. package/dist/resources/PlatformResources.js.map +1 -0
  599. package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +23 -0
  600. package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -0
  601. package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +15 -0
  602. package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -0
  603. package/dist/resources/PrivilegeEvaluator/index.js +6 -0
  604. package/dist/resources/PrivilegeEvaluator/index.js.map +1 -0
  605. package/dist/resources/Products/Product.js +18 -0
  606. package/dist/resources/Products/Product.js.map +1 -0
  607. package/dist/resources/Products/ProductInterfaces.js +3 -0
  608. package/dist/resources/Products/ProductInterfaces.js.map +1 -0
  609. package/dist/resources/Products/index.js +6 -0
  610. package/dist/resources/Products/index.js.map +1 -0
  611. package/dist/resources/PushApi/PushApi.js +34 -0
  612. package/dist/resources/PushApi/PushApi.js.map +1 -0
  613. package/dist/resources/PushApi/PushApiInterfaces.js +3 -0
  614. package/dist/resources/PushApi/PushApiInterfaces.js.map +1 -0
  615. package/dist/resources/PushApi/index.js +6 -0
  616. package/dist/resources/PushApi/index.js.map +1 -0
  617. package/dist/resources/Resource.js +25 -0
  618. package/dist/resources/Resource.js.map +1 -0
  619. package/dist/resources/ResourceSnapshots/ResourceSnapshots.js +145 -0
  620. package/dist/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -0
  621. package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +87 -0
  622. package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -0
  623. package/dist/resources/ResourceSnapshots/index.js +6 -0
  624. package/dist/resources/ResourceSnapshots/index.js.map +1 -0
  625. package/dist/resources/Saml/Saml.js +36 -0
  626. package/dist/resources/Saml/Saml.js.map +1 -0
  627. package/dist/resources/Saml/SamlInterfaces.js +3 -0
  628. package/dist/resources/Saml/SamlInterfaces.js.map +1 -0
  629. package/dist/resources/Saml/index.js +6 -0
  630. package/dist/resources/Saml/index.js.map +1 -0
  631. package/dist/resources/SchemaService/SchemaService.js +85 -0
  632. package/dist/resources/SchemaService/SchemaService.js.map +1 -0
  633. package/dist/resources/SchemaService/SchemaServiceInterfaces.js +3 -0
  634. package/dist/resources/SchemaService/SchemaServiceInterfaces.js.map +1 -0
  635. package/dist/resources/SchemaService/index.js +6 -0
  636. package/dist/resources/SchemaService/index.js.map +1 -0
  637. package/dist/resources/Search/Search.js +37 -0
  638. package/dist/resources/Search/Search.js.map +1 -0
  639. package/dist/resources/Search/SearchInterfaces.js +3 -0
  640. package/dist/resources/Search/SearchInterfaces.js.map +1 -0
  641. package/dist/resources/Search/index.js +6 -0
  642. package/dist/resources/Search/index.js.map +1 -0
  643. package/dist/resources/SearchInterfaces/SearchInterfaces.js +49 -0
  644. package/dist/resources/SearchInterfaces/SearchInterfaces.js.map +1 -0
  645. package/dist/resources/SearchInterfaces/SearchInterfaces.model.js +3 -0
  646. package/dist/resources/SearchInterfaces/SearchInterfaces.model.js.map +1 -0
  647. package/dist/resources/SearchInterfaces/index.js +6 -0
  648. package/dist/resources/SearchInterfaces/index.js.map +1 -0
  649. package/dist/resources/SearchPages/SearchPages.js +60 -0
  650. package/dist/resources/SearchPages/SearchPages.js.map +1 -0
  651. package/dist/resources/SearchPages/SearchPagesInterfaces.js +3 -0
  652. package/dist/resources/SearchPages/SearchPagesInterfaces.js.map +1 -0
  653. package/dist/resources/SearchPages/index.js +6 -0
  654. package/dist/resources/SearchPages/index.js.map +1 -0
  655. package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +21 -0
  656. package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -0
  657. package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +3 -0
  658. package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js.map +1 -0
  659. package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js +6 -0
  660. package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -0
  661. package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +45 -0
  662. package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -0
  663. package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +3 -0
  664. package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js.map +1 -0
  665. package/dist/resources/SearchUsageMetrics/RawMetrics/index.js +6 -0
  666. package/dist/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -0
  667. package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +39 -0
  668. package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -0
  669. package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +3 -0
  670. package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js.map +1 -0
  671. package/dist/resources/SearchUsageMetrics/SearchHubs/index.js +6 -0
  672. package/dist/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -0
  673. package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js +22 -0
  674. package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -0
  675. package/dist/resources/SearchUsageMetrics/index.js +8 -0
  676. package/dist/resources/SearchUsageMetrics/index.js.map +1 -0
  677. package/dist/resources/SecurityCache/SecurityCache.js +80 -0
  678. package/dist/resources/SecurityCache/SecurityCache.js.map +1 -0
  679. package/dist/resources/SecurityCache/SecurityCacheInterfaces.js +3 -0
  680. package/dist/resources/SecurityCache/SecurityCacheInterfaces.js.map +1 -0
  681. package/dist/resources/SecurityCache/index.js +6 -0
  682. package/dist/resources/SecurityCache/index.js.map +1 -0
  683. package/dist/resources/Sources/Sources.js +123 -0
  684. package/dist/resources/Sources/Sources.js.map +1 -0
  685. package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js +30 -0
  686. package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -0
  687. package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +35 -0
  688. package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -0
  689. package/dist/resources/Sources/SourcesDatasets/index.js +6 -0
  690. package/dist/resources/Sources/SourcesDatasets/index.js.map +1 -0
  691. package/dist/resources/Sources/SourcesFields/SourcesFields.js +28 -0
  692. package/dist/resources/Sources/SourcesFields/SourcesFields.js.map +1 -0
  693. package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +3 -0
  694. package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js.map +1 -0
  695. package/dist/resources/Sources/SourcesFields/index.js +6 -0
  696. package/dist/resources/Sources/SourcesFields/index.js.map +1 -0
  697. package/dist/resources/Sources/SourcesInterfaces.js +5 -0
  698. package/dist/resources/Sources/SourcesInterfaces.js.map +1 -0
  699. package/dist/resources/Sources/SourcesMappings/SourcesMappings.js +22 -0
  700. package/dist/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -0
  701. package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +3 -0
  702. package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js.map +1 -0
  703. package/dist/resources/Sources/SourcesMappings/index.js +6 -0
  704. package/dist/resources/Sources/SourcesMappings/index.js.map +1 -0
  705. package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js +24 -0
  706. package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -0
  707. package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +3 -0
  708. package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js.map +1 -0
  709. package/dist/resources/Sources/SourcesMetadata/index.js +6 -0
  710. package/dist/resources/Sources/SourcesMetadata/index.js.map +1 -0
  711. package/dist/resources/Sources/SourcesSubInterfaces/Address.js +3 -0
  712. package/dist/resources/Sources/SourcesSubInterfaces/Address.js.map +1 -0
  713. package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js +3 -0
  714. package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js.map +1 -0
  715. package/dist/resources/Sources/SourcesSubInterfaces/Document.js +3 -0
  716. package/dist/resources/Sources/SourcesSubInterfaces/Document.js.map +1 -0
  717. package/dist/resources/Sources/SourcesSubInterfaces/Error.js +3 -0
  718. package/dist/resources/Sources/SourcesSubInterfaces/Error.js.map +1 -0
  719. package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +3 -0
  720. package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js.map +1 -0
  721. package/dist/resources/Sources/SourcesSubInterfaces/Extension.js +3 -0
  722. package/dist/resources/Sources/SourcesSubInterfaces/Extension.js.map +1 -0
  723. package/dist/resources/Sources/SourcesSubInterfaces/Information.js +3 -0
  724. package/dist/resources/Sources/SourcesSubInterfaces/Information.js.map +1 -0
  725. package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js +3 -0
  726. package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js.map +1 -0
  727. package/dist/resources/Sources/SourcesSubInterfaces/Permission.js +3 -0
  728. package/dist/resources/Sources/SourcesSubInterfaces/Permission.js.map +1 -0
  729. package/dist/resources/Sources/SourcesSubInterfaces/Url.js +3 -0
  730. package/dist/resources/Sources/SourcesSubInterfaces/Url.js.map +1 -0
  731. package/dist/resources/Sources/SourcesSubInterfaces/User.js +3 -0
  732. package/dist/resources/Sources/SourcesSubInterfaces/User.js.map +1 -0
  733. package/dist/resources/Sources/SourcesSubInterfaces/index.js +15 -0
  734. package/dist/resources/Sources/SourcesSubInterfaces/index.js.map +1 -0
  735. package/dist/resources/Sources/index.js +10 -0
  736. package/dist/resources/Sources/index.js.map +1 -0
  737. package/dist/resources/TableauService/ContentQuery/ContentQuery.js +23 -0
  738. package/dist/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -0
  739. package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +3 -0
  740. package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js.map +1 -0
  741. package/dist/resources/TableauService/ContentQuery/index.js +6 -0
  742. package/dist/resources/TableauService/ContentQuery/index.js.map +1 -0
  743. package/dist/resources/TableauService/TableauService.js +18 -0
  744. package/dist/resources/TableauService/TableauService.js.map +1 -0
  745. package/dist/resources/TableauService/index.js +6 -0
  746. package/dist/resources/TableauService/index.js.map +1 -0
  747. package/dist/resources/UsageAnalytics/Read/Administration/Administration.js +26 -0
  748. package/dist/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -0
  749. package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +3 -0
  750. package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js.map +1 -0
  751. package/dist/resources/UsageAnalytics/Read/Administration/index.js +6 -0
  752. package/dist/resources/UsageAnalytics/Read/Administration/index.js.map +1 -0
  753. package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js +26 -0
  754. package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -0
  755. package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +3 -0
  756. package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js.map +1 -0
  757. package/dist/resources/UsageAnalytics/Read/DataShare/index.js +6 -0
  758. package/dist/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -0
  759. package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +61 -0
  760. package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -0
  761. package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +3 -0
  762. package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js.map +1 -0
  763. package/dist/resources/UsageAnalytics/Read/Dimensions/index.js +6 -0
  764. package/dist/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -0
  765. package/dist/resources/UsageAnalytics/Read/Exports/Exports.js +60 -0
  766. package/dist/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -0
  767. package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +3 -0
  768. package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js.map +1 -0
  769. package/dist/resources/UsageAnalytics/Read/Exports/index.js +6 -0
  770. package/dist/resources/UsageAnalytics/Read/Exports/index.js.map +1 -0
  771. package/dist/resources/UsageAnalytics/Read/Filters/Filters.js +112 -0
  772. package/dist/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -0
  773. package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +3 -0
  774. package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js.map +1 -0
  775. package/dist/resources/UsageAnalytics/Read/Filters/index.js +6 -0
  776. package/dist/resources/UsageAnalytics/Read/Filters/index.js.map +1 -0
  777. package/dist/resources/UsageAnalytics/Read/Reports/Reports.js +100 -0
  778. package/dist/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -0
  779. package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +9 -0
  780. package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -0
  781. package/dist/resources/UsageAnalytics/Read/Reports/index.js +6 -0
  782. package/dist/resources/UsageAnalytics/Read/Reports/index.js.map +1 -0
  783. package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +47 -0
  784. package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -0
  785. package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +3 -0
  786. package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js.map +1 -0
  787. package/dist/resources/UsageAnalytics/Read/Snowflake/index.js +6 -0
  788. package/dist/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -0
  789. package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js +53 -0
  790. package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -0
  791. package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +3 -0
  792. package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js.map +1 -0
  793. package/dist/resources/UsageAnalytics/Read/Statistics/index.js +6 -0
  794. package/dist/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -0
  795. package/dist/resources/UsageAnalytics/Read/Users/Users.js +35 -0
  796. package/dist/resources/UsageAnalytics/Read/Users/Users.js.map +1 -0
  797. package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +3 -0
  798. package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js.map +1 -0
  799. package/dist/resources/UsageAnalytics/Read/Users/index.js +6 -0
  800. package/dist/resources/UsageAnalytics/Read/Users/index.js.map +1 -0
  801. package/dist/resources/UsageAnalytics/Read/index.js +13 -0
  802. package/dist/resources/UsageAnalytics/Read/index.js.map +1 -0
  803. package/dist/resources/UsageAnalytics/UsageAnalytics.js +32 -0
  804. package/dist/resources/UsageAnalytics/UsageAnalytics.js.map +1 -0
  805. package/dist/resources/UsageAnalytics/index.js +6 -0
  806. package/dist/resources/UsageAnalytics/index.js.map +1 -0
  807. package/dist/resources/Users/User.js +26 -0
  808. package/dist/resources/Users/User.js.map +1 -0
  809. package/dist/resources/Users/UserInterfaces.js +3 -0
  810. package/dist/resources/Users/UserInterfaces.js.map +1 -0
  811. package/dist/resources/Users/index.js +6 -0
  812. package/dist/resources/Users/index.js.map +1 -0
  813. package/dist/resources/Vaults/Vaults.js +55 -0
  814. package/dist/resources/Vaults/Vaults.js.map +1 -0
  815. package/dist/resources/Vaults/VaultsInterfaces.js +3 -0
  816. package/dist/resources/Vaults/VaultsInterfaces.js.map +1 -0
  817. package/dist/resources/Vaults/index.js +6 -0
  818. package/dist/resources/Vaults/index.js.map +1 -0
  819. package/dist/resources/index.js +48 -0
  820. package/dist/resources/index.js.map +1 -0
  821. package/dist/utils/FormData.js +17 -0
  822. package/dist/utils/FormData.js.map +1 -0
  823. package/dist/utils/Retriever.js +5 -0
  824. package/dist/utils/Retriever.js.map +1 -0
  825. package/dist/utils/WithRequired.js +3 -0
  826. package/dist/utils/WithRequired.js.map +1 -0
  827. package/dist/utils/index.js +6 -0
  828. package/dist/utils/index.js.map +1 -0
  829. package/dist/utils/normalizePaginatedOptions.js +25 -0
  830. package/dist/utils/normalizePaginatedOptions.js.map +1 -0
  831. package/package.json +84 -0
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Groups"), exports);
5
+ tslib_1.__exportStar(require("./GroupsInterfaces"), exports);
6
+ tslib_1.__exportStar(require("./Realms"), exports);
7
+ tslib_1.__exportStar(require("./Members"), exports);
8
+ tslib_1.__exportStar(require("./Invites"), exports);
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Groups/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,6DAAmC;AACnC,mDAAyB;AACzB,oDAA0B;AAC1B,oDAA0B"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var SearchPages_1 = tslib_1.__importDefault(require("../SearchPages/SearchPages"));
7
+ /**
8
+ * In-Product Experiences (also known as In App Widgets) Swagger documentation can
9
+ * be found at https://platform.cloud.coveo.com/docs?urls.primaryName=Search%20Pages#/In-App,
10
+ * and shares certain functionality related to IPX interfaces with Search Pages. Swagger
11
+ * documentation for Search Pages can be found at
12
+ * https://platform.cloud.coveo.com/docs?urls.primaryName=Search%20Pages#/Search%20pages
13
+ */
14
+ var InProductExperiences = /** @class */ (function (_super) {
15
+ tslib_1.__extends(InProductExperiences, _super);
16
+ function InProductExperiences(api, serverlessApi) {
17
+ var _this = _super.call(this, api, serverlessApi) || this;
18
+ _this.searchPages = new SearchPages_1.default(api, serverlessApi);
19
+ return _this;
20
+ }
21
+ InProductExperiences.prototype.create = function (ipx) {
22
+ return this.api.post(InProductExperiences.ipxBaseUrl, ipx);
23
+ };
24
+ InProductExperiences.prototype.update = function (ipxId, ipx) {
25
+ return this.api.put("".concat(InProductExperiences.ipxBaseUrl, "/").concat(ipxId), ipx);
26
+ };
27
+ InProductExperiences.prototype.list = function (name) {
28
+ return this.api.get(this.buildPath("".concat(InProductExperiences.ipxBaseUrl, "s"), { name: name }));
29
+ };
30
+ InProductExperiences.prototype.getLoader = function (ipxId, access_token) {
31
+ return this.api.get(this.buildPath("".concat(InProductExperiences.baseUrl, "/").concat(ipxId, "/inappwidget/loader"), { access_token: access_token }));
32
+ };
33
+ /**
34
+ * `delete` is a helper method based on observed behavior of the Coveo UI where deletion logic calls out to the
35
+ * Search Pages endpoint to delete an IPX.
36
+ */
37
+ InProductExperiences.prototype.delete = function (ipxId) {
38
+ return this.searchPages.delete(ipxId);
39
+ };
40
+ InProductExperiences.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder);
41
+ InProductExperiences.ipxBaseUrl = "".concat(InProductExperiences.baseUrl, "/pages/inappwidget");
42
+ return InProductExperiences;
43
+ }(Resource_1.default));
44
+ exports.default = InProductExperiences;
45
+ //# sourceMappingURL=InProductExperiences.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InProductExperiences.js","sourceRoot":"","sources":["../../../src/resources/InProductExperiences/InProductExperiences.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAChC,iEAAmC;AACnC,mFAAqD;AASrD;;;;;;GAMG;AACH;IAAkD,gDAAQ;IAWtD,8BAAY,GAAQ,EAAE,aAAkB;QAAxC,YACI,kBAAM,GAAG,EAAE,aAAa,CAAC,SAE5B;QADG,KAAI,CAAC,WAAW,GAAG,IAAI,qBAAW,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC;;IAC3D,CAAC;IAED,qCAAM,GAAN,UAAO,GAAmC;QACtC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAoC,oBAAoB,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;IAClG,CAAC;IAED,qCAAM,GAAN,UAAO,KAAa,EAAE,GAAmC;QACrD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,UAAG,oBAAoB,CAAC,UAAU,cAAI,KAAK,CAAE,EAAE,GAAG,CAAC,CAAC;IAC5E,CAAC;IAED,mCAAI,GAAJ,UAAK,IAAa;QACd,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA6B,IAAI,CAAC,SAAS,CAAC,UAAG,oBAAoB,CAAC,UAAU,MAAG,EAAE,EAAC,IAAI,MAAA,EAAC,CAAC,CAAC,CAAC;IACnH,CAAC;IAED,wCAAS,GAAT,UAAU,KAAa,EAAE,YAAqB;QAC1C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,UAAG,oBAAoB,CAAC,OAAO,cAAI,KAAK,wBAAqB,EAAE,EAAC,YAAY,cAAA,EAAC,CAAC,CAChG,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,qCAAM,GAAN,UAAO,KAAa;QAChB,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC1C,CAAC;IAvCM,4BAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,CAAE,CAAC;IACtD,+BAAU,GAAG,UAAG,oBAAoB,CAAC,OAAO,uBAAoB,CAAC;IAuC5E,2BAAC;CAAA,AAzCD,CAAkD,kBAAQ,GAyCzD;kBAzCoB,oBAAoB"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /* eslint-disable id-blacklist */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ButtonPositionVerticalResponseModel = exports.ButtonPositionHorizontalResponseModel = exports.ButtonPositionVerticalRequestModel = exports.ButtonPositionHorizontalRequestModel = void 0;
5
+ var ButtonPositionHorizontalRequestModel;
6
+ (function (ButtonPositionHorizontalRequestModel) {
7
+ ButtonPositionHorizontalRequestModel["Left"] = "left";
8
+ ButtonPositionHorizontalRequestModel["Center"] = "center";
9
+ ButtonPositionHorizontalRequestModel["Right"] = "right";
10
+ })(ButtonPositionHorizontalRequestModel = exports.ButtonPositionHorizontalRequestModel || (exports.ButtonPositionHorizontalRequestModel = {}));
11
+ var ButtonPositionVerticalRequestModel;
12
+ (function (ButtonPositionVerticalRequestModel) {
13
+ ButtonPositionVerticalRequestModel["Top"] = "top";
14
+ ButtonPositionVerticalRequestModel["Middle"] = "middle";
15
+ ButtonPositionVerticalRequestModel["Bottom"] = "bottom";
16
+ })(ButtonPositionVerticalRequestModel = exports.ButtonPositionVerticalRequestModel || (exports.ButtonPositionVerticalRequestModel = {}));
17
+ var ButtonPositionHorizontalResponseModel;
18
+ (function (ButtonPositionHorizontalResponseModel) {
19
+ ButtonPositionHorizontalResponseModel["Undefined"] = "Undefined";
20
+ ButtonPositionHorizontalResponseModel["Left"] = "Left";
21
+ ButtonPositionHorizontalResponseModel["Center"] = "Center";
22
+ ButtonPositionHorizontalResponseModel["Right"] = "Right";
23
+ })(ButtonPositionHorizontalResponseModel = exports.ButtonPositionHorizontalResponseModel || (exports.ButtonPositionHorizontalResponseModel = {}));
24
+ var ButtonPositionVerticalResponseModel;
25
+ (function (ButtonPositionVerticalResponseModel) {
26
+ ButtonPositionVerticalResponseModel["Undefined"] = "Undefined";
27
+ ButtonPositionVerticalResponseModel["Top"] = "Top";
28
+ ButtonPositionVerticalResponseModel["Middle"] = "Middle";
29
+ ButtonPositionVerticalResponseModel["Bottom"] = "Bottom";
30
+ })(ButtonPositionVerticalResponseModel = exports.ButtonPositionVerticalResponseModel || (exports.ButtonPositionVerticalResponseModel = {}));
31
+ //# sourceMappingURL=InProductExperiencesInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InProductExperiencesInterfaces.js","sourceRoot":"","sources":["../../../src/resources/InProductExperiences/InProductExperiencesInterfaces.ts"],"names":[],"mappings":";AAAA,iCAAiC;;;AAoOjC,IAAY,oCAIX;AAJD,WAAY,oCAAoC;IAC5C,qDAAa,CAAA;IACb,yDAAiB,CAAA;IACjB,uDAAe,CAAA;AACnB,CAAC,EAJW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAI/C;AAED,IAAY,kCAIX;AAJD,WAAY,kCAAkC;IAC1C,iDAAW,CAAA;IACX,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;AACrB,CAAC,EAJW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAI7C;AAED,IAAY,qCAKX;AALD,WAAY,qCAAqC;IAC7C,gEAAuB,CAAA;IACvB,sDAAa,CAAA;IACb,0DAAiB,CAAA;IACjB,wDAAe,CAAA;AACnB,CAAC,EALW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAKhD;AAED,IAAY,mCAKX;AALD,WAAY,mCAAmC;IAC3C,8DAAuB,CAAA;IACvB,kDAAW,CAAA;IACX,wDAAiB,CAAA;IACjB,wDAAiB,CAAA;AACrB,CAAC,EALW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAK9C"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./InProductExperiences"), exports);
5
+ tslib_1.__exportStar(require("./InProductExperiencesInterfaces"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InProductExperiences/index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC;AACvC,2EAAiD"}
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var Indexes = /** @class */ (function (_super) {
7
+ tslib_1.__extends(Indexes, _super);
8
+ function Indexes() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ Indexes.prototype.list = function () {
12
+ return this.api.get(Indexes.baseUrl);
13
+ };
14
+ // Same for Copy Index but making sure to pass copyFromId and machineSpec
15
+ Indexes.prototype.create = function (indexModal) {
16
+ return this.api.post(Indexes.baseUrl, indexModal);
17
+ };
18
+ Indexes.prototype.delete = function (indexId) {
19
+ return this.api.delete("".concat(Indexes.baseUrl, "/").concat(indexId));
20
+ };
21
+ Indexes.prototype.get = function (indexId) {
22
+ return this.api.get("".concat(Indexes.baseUrl, "/").concat(indexId));
23
+ };
24
+ Indexes.prototype.backup = function (indexId) {
25
+ return this.api.post("".concat(Indexes.baseUrl, "/").concat(indexId, "/backup"), {});
26
+ };
27
+ Indexes.prototype.getBackups = function (options) {
28
+ return this.api.get(this.buildPath("".concat(Indexes.indexBackupUrl), options));
29
+ };
30
+ Indexes.prototype.forceCommit = function (indexId) {
31
+ return this.api.post("".concat(Indexes.baseUrl, "/").concat(indexId, "/commit"), {});
32
+ };
33
+ Indexes.prototype.readOnly = function (indexId, isReadOnly) {
34
+ return this.api.put(this.buildPath("".concat(Indexes.baseUrl, "/").concat(indexId, "/readonly"), { isReadOnly: isReadOnly }), {});
35
+ };
36
+ Indexes.prototype.resize = function (indexId, sizeInGibibytes) {
37
+ return this.api.post("".concat(Indexes.baseUrl, "/").concat(indexId, "/resize"), { sizeInGibibytes: sizeInGibibytes });
38
+ };
39
+ Indexes.prototype.stats = function (indexId) {
40
+ return this.api.get("".concat(Indexes.baseUrl, "/").concat(indexId, "/stats"));
41
+ };
42
+ Indexes.prototype.isOnline = function (indexId, isOnline) {
43
+ return this.api.put(this.buildPath("".concat(Indexes.baseUrl, "/").concat(indexId, "/online"), { isOnline: isOnline }), {});
44
+ };
45
+ Indexes.prototype.restore = function (indexId, backupId) {
46
+ return this.api.post(this.buildPath("".concat(Indexes.baseUrl, "/").concat(indexId, "/restore"), { backupId: backupId }), {});
47
+ };
48
+ Indexes.prototype.getJson = function (indexId) {
49
+ return this.api.get("".concat(Indexes.baseUrl, "/").concat(indexId, "/configuration"));
50
+ };
51
+ Indexes.prototype.editJson = function (indexId, indexConfig) {
52
+ return this.api.put("".concat(Indexes.baseUrl, "/").concat(indexId, "/configuration"), indexConfig);
53
+ };
54
+ Indexes.prototype.editJsonAll = function (indexConfig) {
55
+ return this.api.put("".concat(Indexes.baseUrl, "/raw"), indexConfig);
56
+ };
57
+ Indexes.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/indexes");
58
+ Indexes.indexBackupUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/indexbackups/page");
59
+ return Indexes;
60
+ }(Resource_1.default));
61
+ exports.default = Indexes;
62
+ //# sourceMappingURL=Indexes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Indexes.js","sourceRoot":"","sources":["../../../src/resources/Indexes/Indexes.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAEhC,iEAAmC;AAUnC;IAAqC,mCAAQ;IAA7C;;IAgEA,CAAC;IA5DG,sBAAI,GAAJ;QACI,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAoB,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,yEAAyE;IACzE,wBAAM,GAAN,UAAO,UAAkC;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAe,OAAO,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;IACpE,CAAC;IAED,wBAAM,GAAN,UAAO,OAAe;QAClB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,CAAE,CAAC,CAAC;IAC5D,CAAC;IAED,qBAAG,GAAH,UAAI,OAAe;QACf,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAkB,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,CAAE,CAAC,CAAC;IAC1E,CAAC;IAED,wBAAM,GAAN,UAAO,OAAe;QAClB,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAe,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,YAAS,EAAE,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,4BAAU,GAAV,UAAW,OAA6B;QACpC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA+B,IAAI,CAAC,SAAS,CAAC,UAAG,OAAO,CAAC,cAAc,CAAE,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5G,CAAC;IAED,6BAAW,GAAX,UAAY,OAAe;QACvB,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,YAAS,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,0BAAQ,GAAR,UAAS,OAAe,EAAE,UAAmB;QACzC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,cAAW,EAAE,EAAC,UAAU,YAAA,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACpG,CAAC;IAED,wBAAM,GAAN,UAAO,OAAe,EAAE,eAAuB;QAC3C,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,YAAS,EAAE,EAAC,eAAe,iBAAA,EAAC,CAAC,CAAC;IACpF,CAAC;IAED,uBAAK,GAAL,UAAM,OAAe;QACjB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAuB,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,WAAQ,CAAC,CAAC;IACrF,CAAC;IAED,0BAAQ,GAAR,UAAS,OAAe,EAAE,QAAiB;QACvC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,YAAS,EAAE,EAAC,QAAQ,UAAA,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAChG,CAAC;IAED,yBAAO,GAAP,UAAQ,OAAe,EAAE,QAAgB;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,aAAU,EAAE,EAAC,QAAQ,UAAA,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAClG,CAAC;IAED,yBAAO,GAAP,UAAQ,OAAe;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,mBAAgB,CAAC,CAAC;IACvF,CAAC;IAED,0BAAQ,GAAR,UAAS,OAAe,EAAE,WAA2B;QACjD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,OAAO,mBAAgB,EAAE,WAAW,CAAC,CAAC;IACpF,CAAC;IAED,6BAAW,GAAX,UAAY,WAA2B;QACnC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,UAAG,OAAO,CAAC,OAAO,SAAM,EAAE,WAAW,CAAC,CAAC;IAC/D,CAAC;IA9DM,eAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,aAAU,CAAC;IAC9D,sBAAc,GAAG,8BAAuB,iBAAG,CAAC,cAAc,uBAAoB,CAAC;IA8D1F,cAAC;CAAA,AAhED,CAAqC,kBAAQ,GAgE5C;kBAhEoB,OAAO"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IndexesInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndexesInterface.js","sourceRoot":"","sources":["../../../src/resources/Indexes/IndexesInterface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Indexes"), exports);
5
+ tslib_1.__exportStar(require("./IndexesInterface"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Indexes/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B;AAC1B,6DAAmC"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var InsightPanelConfig = /** @class */ (function (_super) {
7
+ tslib_1.__extends(InsightPanelConfig, _super);
8
+ function InsightPanelConfig() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ InsightPanelConfig.prototype.list = function (options) {
12
+ return this.api.get(this.buildPath(InsightPanelConfig.baseUrl, options));
13
+ };
14
+ InsightPanelConfig.prototype.create = function (insightPanelConfig) {
15
+ return this.api.post(InsightPanelConfig.baseUrl, insightPanelConfig);
16
+ };
17
+ InsightPanelConfig.prototype.delete = function (insightPanelConfigId) {
18
+ return this.api.delete("".concat(InsightPanelConfig.baseUrl, "/").concat(insightPanelConfigId));
19
+ };
20
+ InsightPanelConfig.prototype.get = function (insightPanelConfigId) {
21
+ return this.api.get("".concat(InsightPanelConfig.baseUrl, "/").concat(insightPanelConfigId));
22
+ };
23
+ InsightPanelConfig.prototype.update = function (insightPanelConfig) {
24
+ var id = insightPanelConfig.id, body = tslib_1.__rest(insightPanelConfig, ["id"]);
25
+ return this.api.put("".concat(InsightPanelConfig.baseUrl, "/").concat(id), body);
26
+ };
27
+ InsightPanelConfig.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/insightconfig/v1/configs");
28
+ return InsightPanelConfig;
29
+ }(Resource_1.default));
30
+ exports.default = InsightPanelConfig;
31
+ //# sourceMappingURL=InsightPanelConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsightPanelConfig.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/InsightPanelConfig.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAEhC,iEAAmC;AAQnC;IAAgD,8CAAQ;IAAxD;;IAwBA,CAAC;IArBG,iCAAI,GAAJ,UAAK,OAAuC;QACxC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAqC,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;IACjH,CAAC;IAED,mCAAM,GAAN,UAAO,kBAAyD;QAC5D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAA0B,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAClG,CAAC;IAED,mCAAM,GAAN,UAAO,oBAA4B;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,UAAG,kBAAkB,CAAC,OAAO,cAAI,oBAAoB,CAAE,CAAC,CAAC;IACpF,CAAC;IAED,gCAAG,GAAH,UAAI,oBAA4B;QAC5B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA0B,UAAG,kBAAkB,CAAC,OAAO,cAAI,oBAAoB,CAAE,CAAC,CAAC;IAC1G,CAAC;IAED,mCAAM,GAAN,UAAO,kBAAkD;QAC9C,IAAA,EAAE,GAAa,kBAAkB,GAA/B,EAAK,IAAI,kBAAI,kBAAkB,EAAlC,MAAa,CAAD,CAAuB;QAEzC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA0B,UAAG,kBAAkB,CAAC,OAAO,cAAI,EAAE,CAAE,EAAE,IAAI,CAAC,CAAC;IAC9F,CAAC;IAtBM,0BAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,8BAA2B,CAAC;IAuB1F,yBAAC;CAAA,AAxBD,CAAgD,kBAAQ,GAwBvD;kBAxBoB,kBAAkB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=InsightPanelConfigInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsightPanelConfigInterfaces.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./InsightPanelConfig"), exports);
5
+ tslib_1.__exportStar(require("./InsightPanelConfigInterfaces"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/index.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,yEAA+C"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var InsightPanelInterface = /** @class */ (function (_super) {
7
+ tslib_1.__extends(InsightPanelInterface, _super);
8
+ function InsightPanelInterface() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ InsightPanelInterface.prototype.list = function (options) {
12
+ return this.api.get(this.buildPath(InsightPanelInterface.baseUrl, options));
13
+ };
14
+ InsightPanelInterface.prototype.create = function (ipInterfaceConfig) {
15
+ return this.api.post(InsightPanelInterface.baseUrl, ipInterfaceConfig);
16
+ };
17
+ InsightPanelInterface.prototype.delete = function (insightPanelInterfaceId) {
18
+ return this.api.delete("".concat(InsightPanelInterface.baseUrl, "/").concat(insightPanelInterfaceId));
19
+ };
20
+ InsightPanelInterface.prototype.get = function (insightPanelInterfaceId) {
21
+ return this.api.get("".concat(InsightPanelInterface.baseUrl, "/").concat(insightPanelInterfaceId));
22
+ };
23
+ InsightPanelInterface.prototype.update = function (ipInterfaceConfig) {
24
+ var id = ipInterfaceConfig.id, body = tslib_1.__rest(ipInterfaceConfig, ["id"]);
25
+ return this.api.put("".concat(InsightPanelInterface.baseUrl, "/").concat(id), body);
26
+ };
27
+ InsightPanelInterface.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/insightinterface/v1/interfaces");
28
+ return InsightPanelInterface;
29
+ }(Resource_1.default));
30
+ exports.default = InsightPanelInterface;
31
+ //# sourceMappingURL=InsightPanelInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsightPanelInterface.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAEhC,iEAAmC;AAGnC;IAAmD,iDAAQ;IAA3D;;IA4BA,CAAC;IAzBG,oCAAI,GAAJ,UAAK,OAA+C;QAChD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC,OAAO,EAAE,OAAO,CAAC,CACzD,CAAC;IACN,CAAC;IAED,sCAAM,GAAN,UAAO,iBAA0D;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAqC,qBAAqB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;IAC/G,CAAC;IAED,sCAAM,GAAN,UAAO,uBAA+B;QAClC,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,UAAG,qBAAqB,CAAC,OAAO,cAAI,uBAAuB,CAAE,CAAC,CAAC;IAC1F,CAAC;IAED,mCAAG,GAAH,UAAI,uBAA+B;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,UAAG,qBAAqB,CAAC,OAAO,cAAI,uBAAuB,CAAE,CAChE,CAAC;IACN,CAAC;IAED,sCAAM,GAAN,UAAO,iBAAqD;QACjD,IAAA,EAAE,GAAa,iBAAiB,GAA9B,EAAK,IAAI,kBAAI,iBAAiB,EAAjC,MAAa,CAAD,CAAsB;QAExC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAqC,UAAG,qBAAqB,CAAC,OAAO,cAAI,EAAE,CAAE,EAAE,IAAI,CAAC,CAAC;IAC5G,CAAC;IA1BM,6BAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,oCAAiC,CAAC;IA2BhG,4BAAC;CAAA,AA5BD,CAAmD,kBAAQ,GA4B1D;kBA5BoB,qBAAqB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InsightPanelResultTemplateLayout = exports.InsightPanelConditionOperator = void 0;
4
+ var InsightPanelConditionOperator;
5
+ (function (InsightPanelConditionOperator) {
6
+ InsightPanelConditionOperator["isDefined"] = "isDefined";
7
+ InsightPanelConditionOperator["isNotDefined"] = "isNotDefined";
8
+ InsightPanelConditionOperator["MustMatch"] = "mustMatch";
9
+ InsightPanelConditionOperator["MustNotMatch"] = "mustNotMatch";
10
+ })(InsightPanelConditionOperator = exports.InsightPanelConditionOperator || (exports.InsightPanelConditionOperator = {}));
11
+ var InsightPanelResultTemplateLayout;
12
+ (function (InsightPanelResultTemplateLayout) {
13
+ InsightPanelResultTemplateLayout["Default"] = "default";
14
+ InsightPanelResultTemplateLayout["Thumbnail"] = "thumbnail";
15
+ })(InsightPanelResultTemplateLayout = exports.InsightPanelResultTemplateLayout || (exports.InsightPanelResultTemplateLayout = {}));
16
+ //# sourceMappingURL=InsightPanelInterface.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsightPanelInterface.model.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.model.ts"],"names":[],"mappings":";;;AAEA,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACrC,wDAAuB,CAAA;IACvB,8DAA6B,CAAA;IAC7B,wDAAuB,CAAA;IACvB,8DAA6B,CAAA;AACjC,CAAC,EALW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAKxC;AAED,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IACxC,uDAAmB,CAAA;IACnB,2DAAuB,CAAA;AAC3B,CAAC,EAHW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAG3C"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./InsightPanelInterface"), exports);
5
+ tslib_1.__exportStar(require("./InsightPanelInterface.model"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/index.ts"],"names":[],"mappings":";;;AAAA,kEAAwC;AACxC,wEAA8C"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=InternalBaseInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InternalBaseInterface.js","sourceRoot":"","sources":["../../src/resources/InternalBaseInterface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
5
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
6
+ var License = /** @class */ (function (_super) {
7
+ tslib_1.__extends(License, _super);
8
+ function License() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ License.prototype.get = function (sectionName) {
12
+ return this.api.get(sectionName ? "".concat(License.baseUrl, "/").concat(sectionName) : License.baseUrl);
13
+ };
14
+ License.prototype.full = function () {
15
+ return this.api.get(License.baseUrl);
16
+ };
17
+ License.prototype.update = function (sectionName, licenseSection) {
18
+ return this.api.put("".concat(License.baseUrl, "/").concat(sectionName), licenseSection);
19
+ };
20
+ License.prototype.updateLicense = function (license) {
21
+ return this.api.put(License.baseUrl, license);
22
+ };
23
+ License.prototype.updateExpirationDate = function (options) {
24
+ return this.api.put(this.buildPath("".concat(License.baseUrl, "/expiration"), options));
25
+ };
26
+ License.prototype.getPossibleSourceTypes = function () {
27
+ return this.api.get("".concat(License.baseUrl, "/sourcetypes"));
28
+ };
29
+ License.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/license");
30
+ return License;
31
+ }(Resource_1.default));
32
+ exports.default = License;
33
+ //# sourceMappingURL=License.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"License.js","sourceRoot":"","sources":["../../../src/resources/License/License.ts"],"names":[],"mappings":";;;AACA,iEAAmC;AAEnC,kEAAgC;AAEhC;IAAqC,mCAAQ;IAA7C;;IA0BA,CAAC;IAvBG,qBAAG,GAAH,UAAI,WAA4B;QAC5B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,WAAW,CAAC,CAAC,CAAC,UAAG,OAAO,CAAC,OAAO,cAAI,WAAW,CAAE,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAC3G,CAAC;IAED,sBAAI,GAAJ;QACI,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,OAAO,CAAC,OAAO,CAAC,CAAC;IACvD,CAAC;IAED,wBAAM,GAAN,UAAO,WAA2B,EAAE,cAAsC;QACtE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,UAAG,OAAO,CAAC,OAAO,cAAI,WAAW,CAAE,EAAE,cAAc,CAAC,CAAC;IAC3F,CAAC;IAED,+BAAa,GAAb,UAAc,OAAqB;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAED,sCAAoB,GAApB,UAAqB,OAAqC;QACtD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,IAAI,CAAC,SAAS,CAAC,UAAG,OAAO,CAAC,OAAO,gBAAa,EAAE,OAAO,CAAC,CAAC,CAAC;IAChG,CAAC;IAED,wCAAsB,GAAtB;QACI,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA2B,UAAG,OAAO,CAAC,OAAO,iBAAc,CAAC,CAAC;IACpF,CAAC;IAxBM,eAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,aAAU,CAAC;IAyBzE,cAAC;CAAA,AA1BD,CAAqC,kBAAQ,GA0B5C;kBA1BoB,OAAO"}
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LicenseDataVisualizationAccessLevel = exports.LicenseMlModelConfigurability = exports.LicenseIndexBackType = exports.LicenseMonitoringLevel = void 0;
4
+ /**
5
+ * Monitoring level determines the alerts raised when a problem is detected on an organization
6
+ */
7
+ var LicenseMonitoringLevel;
8
+ (function (LicenseMonitoringLevel) {
9
+ /**
10
+ * The organization is completely ignored, no one will be alerted or try to save it if the search is down
11
+ */
12
+ LicenseMonitoringLevel["NO_MONITORING"] = "NO_MONITORING";
13
+ /**
14
+ * The organization is monitored but problems are raised as low level alerts
15
+ * People on maintenance will try to fix the organization if they happen to look at the low-level alerting channels
16
+ */
17
+ LicenseMonitoringLevel["BASIC_MONITORING"] = "BASIC_MONITORING";
18
+ /**
19
+ * The organization is actively monitored and problems raise pagers that would wake up on-duty developers at night
20
+ */
21
+ LicenseMonitoringLevel["REGULAR_MONITORING"] = "REGULAR_MONITORING";
22
+ /**
23
+ * The organization is actively monitored with an aggressive schedule so any potential problem
24
+ * is identified under a minute
25
+ */
26
+ LicenseMonitoringLevel["STRATEGIC_MONITORING"] = "STRATEGIC_MONITORING";
27
+ })(LicenseMonitoringLevel = exports.LicenseMonitoringLevel || (exports.LicenseMonitoringLevel = {}));
28
+ /**
29
+ * Back-up type determines which index data is backed-up periodically
30
+ */
31
+ var LicenseIndexBackType;
32
+ (function (LicenseIndexBackType) {
33
+ /**
34
+ * The organization's index is not backed-up. If the organization is deleted all the data must be crawled again.
35
+ */
36
+ LicenseIndexBackType["NONE"] = "NONE";
37
+ /**
38
+ * The organization's index is backed-up periodically. If the organization is deleted all the data can be restored.
39
+ */
40
+ LicenseIndexBackType["REGULAR"] = "REGULAR";
41
+ /**
42
+ * The organization's index is backed-up periodically. If the organization is deleted all the data can be restored.
43
+ * Equivalent to REGULAR
44
+ */
45
+ LicenseIndexBackType["FULL"] = "FULL";
46
+ })(LicenseIndexBackType = exports.LicenseIndexBackType || (exports.LicenseIndexBackType = {}));
47
+ /**
48
+ * Configurability level of ML models
49
+ */
50
+ var LicenseMlModelConfigurability;
51
+ (function (LicenseMlModelConfigurability) {
52
+ /**
53
+ * No advanced configurability available
54
+ */
55
+ LicenseMlModelConfigurability["NONE"] = "NONE";
56
+ /**
57
+ * All advanced configurability options available
58
+ */
59
+ LicenseMlModelConfigurability["FULL"] = "FULL";
60
+ })(LicenseMlModelConfigurability = exports.LicenseMlModelConfigurability || (exports.LicenseMlModelConfigurability = {}));
61
+ /**
62
+ * Usage analytics visualization levels
63
+ */
64
+ var LicenseDataVisualizationAccessLevel;
65
+ (function (LicenseDataVisualizationAccessLevel) {
66
+ /**
67
+ * Basic access
68
+ */
69
+ LicenseDataVisualizationAccessLevel["BASIC"] = "BASIC";
70
+ /**
71
+ * Read access to Tableau data
72
+ */
73
+ LicenseDataVisualizationAccessLevel["TABLEAU_READ"] = "TABLEAU_READ";
74
+ /**
75
+ * Write access to Tableau data
76
+ */
77
+ LicenseDataVisualizationAccessLevel["TABLEAU_WRITE"] = "TABLEAU_WRITE";
78
+ })(LicenseDataVisualizationAccessLevel = exports.LicenseDataVisualizationAccessLevel || (exports.LicenseDataVisualizationAccessLevel = {}));
79
+ //# sourceMappingURL=LicenseInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LicenseInterfaces.js","sourceRoot":"","sources":["../../../src/resources/License/LicenseInterfaces.ts"],"names":[],"mappings":";;;AA2IA;;GAEG;AACH,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAC9B;;OAEG;IACH,yDAA+B,CAAA;IAC/B;;;OAGG;IACH,+DAAqC,CAAA;IACrC;;OAEG;IACH,mEAAyC,CAAA;IACzC;;;OAGG;IACH,uEAA6C,CAAA;AACjD,CAAC,EAnBW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBjC;AAED;;GAEG;AACH,IAAY,oBAcX;AAdD,WAAY,oBAAoB;IAC5B;;OAEG;IACH,qCAAa,CAAA;IACb;;OAEG;IACH,2CAAmB,CAAA;IACnB;;;OAGG;IACH,qCAAa,CAAA;AACjB,CAAC,EAdW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAc/B;AAED;;GAEG;AACH,IAAY,6BASX;AATD,WAAY,6BAA6B;IACrC;;OAEG;IACH,8CAAa,CAAA;IACb;;OAEG;IACH,8CAAa,CAAA;AACjB,CAAC,EATW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QASxC;AAED;;GAEG;AACH,IAAY,mCAaX;AAbD,WAAY,mCAAmC;IAC3C;;OAEG;IACH,sDAAe,CAAA;IACf;;OAEG;IACH,oEAA6B,CAAA;IAC7B;;OAEG;IACH,sEAA+B,CAAA;AACnC,CAAC,EAbW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAa9C"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./License"), exports);
5
+ tslib_1.__exportStar(require("./LicenseInterfaces"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/License/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B;AAC1B,8DAAoC"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var Limits = /** @class */ (function (_super) {
7
+ tslib_1.__extends(Limits, _super);
8
+ function Limits() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ Limits.prototype.get = function (sectionName) {
12
+ return this.api.get(Limits.getWithSection(sectionName));
13
+ };
14
+ Limits.prototype.getAll = function () {
15
+ return this.api.get(Limits.getBaseUrl());
16
+ };
17
+ Limits.prototype.getAllPerLimitType = function (limitType) {
18
+ return this.api.get(this.buildPath(Limits.getBaseUrl(), { limitType: limitType }));
19
+ };
20
+ Limits.prototype.getHistoryLimit = function (sectionName, limitKey, options) {
21
+ return this.api.get(this.buildPath(Limits.getWithSectionAndHistory(sectionName, limitKey), options));
22
+ };
23
+ Limits.getBaseUrl = function () { return "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/limits"); };
24
+ Limits.getWithSection = function (sectionName) { return "".concat(Limits.getBaseUrl(), "/").concat(sectionName); };
25
+ Limits.getWithSectionAndHistory = function (sectionName, limitKey) {
26
+ return "".concat(Limits.getWithSection(sectionName), "/").concat(limitKey, "/history");
27
+ };
28
+ return Limits;
29
+ }(Resource_1.default));
30
+ exports.default = Limits;
31
+ //# sourceMappingURL=Limits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Limits.js","sourceRoot":"","sources":["../../../src/resources/Limits/Limits.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAEhC,iEAAmC;AASnC;IAAoC,kCAAQ;IAA5C;;IAuBA,CAAC;IAjBG,oBAAG,GAAH,UAAI,WAA2B;QAC3B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAc,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IACzE,CAAC;IAED,uBAAM,GAAN;QACI,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED,mCAAkB,GAAlB,UAAmB,SAAoB;QACnC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,EAAC,SAAS,EAAE,SAAS,EAAC,CAAC,CAAC,CAAC;IACrG,CAAC;IAED,gCAAe,GAAf,UAAgB,WAA2B,EAAE,QAAgB,EAAE,OAA6B;QACxF,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,wBAAwB,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAClF,CAAC;IACN,CAAC;IArBM,iBAAU,GAAG,cAAM,OAAA,8BAAuB,iBAAG,CAAC,cAAc,YAAS,EAAlD,CAAkD,CAAC;IACtE,qBAAc,GAAG,UAAC,WAA2B,IAAK,OAAA,UAAG,MAAM,CAAC,UAAU,EAAE,cAAI,WAAW,CAAE,EAAvC,CAAuC,CAAC;IAC1F,+BAAwB,GAAG,UAAC,WAA2B,EAAE,QAAgB;QAC5E,OAAA,UAAG,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,cAAI,QAAQ,aAAU;IAA3D,CAA2D,CAAC;IAmBpE,aAAC;CAAA,AAvBD,CAAoC,kBAAQ,GAuB3C;kBAvBoB,MAAM"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LimitType = void 0;
4
+ var LimitType;
5
+ (function (LimitType) {
6
+ LimitType["USAGE"] = "USAGE";
7
+ LimitType["TECHNICAL"] = "TECHNICAL";
8
+ })(LimitType = exports.LimitType || (exports.LimitType = {}));
9
+ //# sourceMappingURL=LimitsInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":";;;AAaA,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Limits"), exports);
5
+ tslib_1.__exportStar(require("./LimitsInterfaces"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Limits/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,6DAAmC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
5
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
6
+ var Links = /** @class */ (function (_super) {
7
+ tslib_1.__extends(Links, _super);
8
+ function Links() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ Links.prototype.deleteAll = function () {
12
+ return this.api.delete(Links.baseUrl);
13
+ };
14
+ Links.baseUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/links");
15
+ return Links;
16
+ }(Resource_1.default));
17
+ exports.default = Links;
18
+ //# sourceMappingURL=Links.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Links.js","sourceRoot":"","sources":["../../../src/resources/Links/Links.ts"],"names":[],"mappings":";;;AAAA,iEAAmC;AACnC,kEAAgC;AAEhC;IAAmC,iCAAQ;IAA3C;;IAMA,CAAC;IAHG,yBAAS,GAAT;QACI,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAC1C,CAAC;IAJM,aAAO,GAAG,8BAAuB,iBAAG,CAAC,cAAc,WAAQ,CAAC;IAKvE,YAAC;CAAA,AAND,CAAmC,kBAAQ,GAM1C;kBANoB,KAAK"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Links"), exports);
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Links/index.ts"],"names":[],"mappings":";;;AAAA,kDAAwB"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var APICore_1 = tslib_1.__importDefault(require("../../APICore"));
5
+ var Resource_1 = tslib_1.__importDefault(require("../Resource"));
6
+ var Logs = /** @class */ (function (_super) {
7
+ tslib_1.__extends(Logs, _super);
8
+ function Logs() {
9
+ return _super !== null && _super.apply(this, arguments) || this;
10
+ }
11
+ Logs.prototype.get = function (params, options) {
12
+ return this.serverlessApi.post(this.buildPath(Logs.baseUrl, params), options);
13
+ };
14
+ Logs.prototype.getFacets = function (params, options) {
15
+ return this.serverlessApi.post(this.buildPath("".concat(Logs.baseUrl, "/facets"), params), options);
16
+ };
17
+ Logs.prototype.getFacetsStats = function (params, options) {
18
+ return this.serverlessApi.post(this.buildPath("".concat(Logs.baseUrl, "/facetsStats"), params), options);
19
+ };
20
+ Logs.baseUrl = "/logs/v1/organizations/".concat(APICore_1.default.orgPlaceholder);
21
+ return Logs;
22
+ }(Resource_1.default));
23
+ exports.default = Logs;
24
+ //# sourceMappingURL=Logs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Logs.js","sourceRoot":"","sources":["../../../src/resources/Logs/Logs.ts"],"names":[],"mappings":";;;AAAA,kEAAgC;AAChC,iEAAmC;AAUnC;IAAkC,gCAAQ;IAA1C;;IAiBA,CAAC;IAdG,kBAAG,GAAH,UAAI,MAAqB,EAAE,OAAwC;QAC/D,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,CAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAED,wBAAS,GAAT,UAAU,MAAuB,EAAE,OAAwC;QACvE,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,CAAc,IAAI,CAAC,SAAS,CAAC,UAAG,IAAI,CAAC,OAAO,YAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;IAC3G,CAAC;IAED,6BAAc,GAAd,UAAe,MAAuB,EAAE,OAAwC;QAC5E,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,CAC1B,IAAI,CAAC,SAAS,CAAC,UAAG,IAAI,CAAC,OAAO,iBAAc,EAAE,MAAM,CAAC,EACrD,OAAO,CACV,CAAC;IACN,CAAC;IAfM,YAAO,GAAG,iCAA0B,iBAAG,CAAC,cAAc,CAAE,CAAC;IAgBpE,WAAC;CAAA,AAjBD,CAAkC,kBAAQ,GAiBzC;kBAjBoB,IAAI"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LogsInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogsInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Logs/LogsInterfaces.ts"],"names":[],"mappings":""}