@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,209 @@
1
+ import { ProductsFacetRequestSortType, ProductsSortByType, SortingOrder } from '../Enums';
2
+ export interface AdvancedFiltersModel {
3
+ queryFilter: string;
4
+ }
5
+ export interface AdvancedParametersModel {
6
+ /**
7
+ * Used to retrieve debug information. Will have an impact on query performance.
8
+ */
9
+ debug?: boolean;
10
+ /**
11
+ * Used to retrieve all documents regardless of their security model.
12
+ */
13
+ viewAllContent?: boolean;
14
+ }
15
+ export interface FacetRequestOptions {
16
+ /**
17
+ * Whether to take into account the scores generated by the index when reordering facets.
18
+ */
19
+ enableIndexFacetOrdering?: boolean;
20
+ /**
21
+ * Whether facets should be returned in the same order in which they were requested.
22
+ */
23
+ freezeFacetOrder?: boolean;
24
+ }
25
+ export interface FacetRequestItem {
26
+ /**
27
+ * The values displayed by the facet in the search interface at the moment of the request.
28
+ */
29
+ currentValues?: any[];
30
+ /**
31
+ * A custom sort order for the facet values.
32
+ */
33
+ customOrder?: string[];
34
+ /**
35
+ * The unique identifier of the facet in the search interface.
36
+ */
37
+ facetId?: string;
38
+ /**
39
+ * The name of the field on which to base the facet request.
40
+ */
41
+ field: string;
42
+ /**
43
+ * Whether the facet is expanded in the search interface at the moment of the request.
44
+ */
45
+ isFieldExpanded?: boolean;
46
+ /**
47
+ * The maximum number of facet values to fetch.
48
+ */
49
+ numberOfValues?: number;
50
+ /**
51
+ * Whether to prevent Coveo ML from automatically selecting facet values.
52
+ */
53
+ preventAutoSelect?: boolean;
54
+ /**
55
+ * The criterion to use for sorting returned facet values.
56
+ */
57
+ sortCriteria?: ProductsFacetRequestSortType;
58
+ }
59
+ export interface FacetsRequestModel {
60
+ /**
61
+ * The facet options to add to the request.
62
+ */
63
+ options?: FacetRequestOptions;
64
+ /**
65
+ * The facet operations to perform on the products listings.
66
+ */
67
+ requests: FacetRequestItem[];
68
+ }
69
+ export interface PaginatedModel {
70
+ /**
71
+ * The number of elements to list per page.
72
+ */
73
+ numberOfValues?: number;
74
+ /**
75
+ * The 0-based index number of the page of elements to retrieve.
76
+ */
77
+ page?: number;
78
+ }
79
+ export interface SortByFields {
80
+ /**
81
+ * The name of the field.
82
+ */
83
+ name: string;
84
+ /**
85
+ * The sorting direction.
86
+ */
87
+ direction: SortingOrder;
88
+ }
89
+ export interface SortModel {
90
+ /**
91
+ * The name of the field to sort by.
92
+ */
93
+ by: ProductsSortByType;
94
+ /**
95
+ * The fields to take into consideration when sorting.
96
+ */
97
+ fields?: SortByFields[];
98
+ }
99
+ export interface ProductsRequestModel {
100
+ /**
101
+ * Additional fields allow you to collect additional information, besides the standard data.
102
+ */
103
+ additionalFields?: string[];
104
+ /**
105
+ *
106
+ */
107
+ advancedFiltersModel?: AdvancedFiltersModel;
108
+ /**
109
+ * Advanced parameters to retrieve more information from the search queries.
110
+ */
111
+ advancedParameters?: AdvancedParametersModel;
112
+ /**
113
+ * An anonymous identifier used to determine from which identity the query comes from.
114
+ */
115
+ clientId?: string;
116
+ /**
117
+ * Parameters related to the facet request.
118
+ */
119
+ facets?: FacetsRequestModel;
120
+ /**
121
+ * Pagination parameters for the returned products.
122
+ */
123
+ pagination?: PaginatedModel;
124
+ /**
125
+ * Determines the order in which to retrieve the results.
126
+ */
127
+ sort?: SortModel;
128
+ /**
129
+ * The URL used to retrieve the products listings.
130
+ */
131
+ url: string;
132
+ }
133
+ export interface FacetResultModel {
134
+ facetId: string;
135
+ field: string;
136
+ fromAutoSelect: boolean;
137
+ indexScore: number;
138
+ mlScore: number;
139
+ moreValuesAvailable: boolean;
140
+ values: any[];
141
+ }
142
+ export interface FacetResponseModel {
143
+ /**
144
+ * A list of facet results.
145
+ */
146
+ results: FacetResultModel[];
147
+ }
148
+ export interface PaginationResultModel {
149
+ /**
150
+ * The number of elements.
151
+ */
152
+ totalCount: number;
153
+ }
154
+ export interface ProductListingIdentityModel {
155
+ /**
156
+ * Associated catalog id.
157
+ */
158
+ catalogId: string;
159
+ /**
160
+ * The product listing unique id.
161
+ */
162
+ id: string;
163
+ }
164
+ export interface ProductModel {
165
+ additionalFields: Map<string, any>;
166
+ childResults: ProductModel[];
167
+ clickUri: string;
168
+ ec_brand: string;
169
+ ec_category: string[];
170
+ ec_cogs: number;
171
+ ec_description: string;
172
+ ec_images: string[];
173
+ ec_in_stock: boolean;
174
+ ec_item_group_id: string;
175
+ ec_name: string;
176
+ ec_price: number;
177
+ ec_promo_price: number;
178
+ ec_rating: number;
179
+ ec_shortdesc: string;
180
+ ec_thumbnails: string[];
181
+ permanentid: string;
182
+ totalNumberOfChildResults: number;
183
+ }
184
+ export interface ProductsResultModel {
185
+ /**
186
+ * The execution report.
187
+ */
188
+ executionReport: Map<string, any>;
189
+ /**
190
+ * The list of facet results.
191
+ */
192
+ facets: FacetResponseModel;
193
+ /**
194
+ * The number of total elements returned.
195
+ */
196
+ pagination: PaginationResultModel;
197
+ /**
198
+ * The product listing identity model.
199
+ */
200
+ productListing: ProductListingIdentityModel;
201
+ /**
202
+ * A list of products.
203
+ */
204
+ products: ProductModel[];
205
+ /**
206
+ * The response unique id.
207
+ */
208
+ responseId: string;
209
+ }
@@ -0,0 +1,2 @@
1
+ export * from './Product';
2
+ export * from './ProductInterfaces';
@@ -0,0 +1,10 @@
1
+ import Resource from '../Resource';
2
+ import { SecurityIdentityAliasModel, SecurityIdentityBatchConfig, SecurityIdentityDelete, SecurityIdentityDeleteOptions, SecurityIdentityModel, SecurityIdentityOptions } from './PushApiInterfaces';
3
+ export default class PushApi extends Resource {
4
+ static baseUrl: string;
5
+ createOrUpdateSecurityIdentityAlias(securityProviderId: string, alias: SecurityIdentityAliasModel, options?: SecurityIdentityOptions): Promise<void>;
6
+ deleteSecurityIdentity(securityProviderId: string, securityIdentity: SecurityIdentityDelete, options?: SecurityIdentityOptions): Promise<void>;
7
+ createOrUpdateSecurityIdentity(securityProviderId: string, securityIdentity: SecurityIdentityModel, options?: SecurityIdentityOptions): Promise<void>;
8
+ manageSecurityIdentities(securityProviderId: string, batchConfig: SecurityIdentityBatchConfig): Promise<void>;
9
+ deleteOldSecurityIdentities(securityProviderId: string, batchDelete: SecurityIdentityDeleteOptions): Promise<void>;
10
+ }
@@ -0,0 +1,37 @@
1
+ import { SinglePermissionResult, SinglePermissionIdentityType } from '../Enums';
2
+ export interface SecurityIdentityAliasModel extends SecurityIdentityBase {
3
+ mappings: AliasMappings;
4
+ }
5
+ export interface SecurityIdentityModel extends SecurityIdentityBase {
6
+ members?: Identity[];
7
+ }
8
+ export interface SecurityIdentityDelete {
9
+ identity: Identity;
10
+ }
11
+ export interface SecurityIdentityDeleteOptions extends Required<SecurityIdentityOptions> {
12
+ queueDelay?: number;
13
+ }
14
+ export interface SecurityIdentityOptions {
15
+ orderingId?: number;
16
+ }
17
+ export interface SecurityIdentityBatchConfig {
18
+ fileId: string;
19
+ orderingId?: string;
20
+ }
21
+ interface SecurityIdentityBase {
22
+ Result?: {
23
+ errorDetails: string;
24
+ result: SinglePermissionResult;
25
+ };
26
+ identity?: Identity;
27
+ wellKnowns?: Identity[];
28
+ }
29
+ interface AliasMappings extends Identity {
30
+ provider: string;
31
+ }
32
+ interface Identity {
33
+ additionalInfo: Record<string, string>;
34
+ name: string;
35
+ type: SinglePermissionIdentityType;
36
+ }
37
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from './PushApi';
2
+ export * from './PushApiInterfaces';
@@ -0,0 +1,10 @@
1
+ import API from '../APICore';
2
+ declare class Resource {
3
+ protected api: API;
4
+ protected serverlessApi: API;
5
+ static baseUrl: string;
6
+ constructor(api: API, serverlessApi: API);
7
+ protected buildPath(route: string, parameters: any): string;
8
+ private convertObjectToQueryString;
9
+ }
10
+ export default Resource;
@@ -0,0 +1,61 @@
1
+ /// <reference types="node" />
2
+ import Resource from '../Resource';
3
+ import { ApplyOptions, CreateFromFileOptions, CreateFromOrganizationOptions, DryRunOptions, ExportSnapshotContentOptions, GenerateUrlOptions, GetSnapshotOptions, PushSnapshotOptions, ResourceSnapshotExportConfigurationModel, ResourceSnapshotsModel, ResourceSnapshotsReportModel, ResourceSnapshotsSynchronizationPlanModel, ResourceSnapshotsSynchronizationReportModel, ResourceSnapshotSupportedFileTypes, ResourceSnapshotType, ResourceSnapshotUrlModel, SnapshotAccessModel, SnapshotDiffModel, SnapshotListParams, UpdateChildrenOptions, ValidateAccessOptions } from './ResourceSnapshotsInterfaces';
4
+ export default class ResourceSnapshots extends Resource {
5
+ static baseUrl: string;
6
+ list(params?: SnapshotListParams): Promise<ResourceSnapshotsModel[]>;
7
+ get(snapshotId: string, options?: GetSnapshotOptions): Promise<ResourceSnapshotsModel>;
8
+ /**
9
+ * Lists the resources that the authenticated user can leverage in snapshots in the target organization.
10
+ */
11
+ listResourceAccess(): Promise<ResourceSnapshotType[]>;
12
+ /**
13
+ * Shows whether the authenticated user has the specified access level (i.e., read or write) to the content of the target snapshot.
14
+ */
15
+ validateAccess(snapshotId: string, options: ValidateAccessOptions): Promise<SnapshotAccessModel>;
16
+ /**
17
+ * Retrieves a ZIP file holding the content of the target snapshot, in the target format.
18
+ *
19
+ * @param {string} snapshotId The unique identifier of the target snapshot.
20
+ * @param {ExportSnapshotContentOptions} [options]
21
+ * @returns {Promise<Blob>} A newly created Blob object which contains the zipped snapshot
22
+ */
23
+ export(snapshotId: string, options?: ExportSnapshotContentOptions): Promise<Blob>;
24
+ getContent(snapshotId: string, options: GenerateUrlOptions): Promise<Response>;
25
+ /**
26
+ * Creates a snapshot from a file containing the configuration.
27
+ *
28
+ * @param {File} file The file containing the configuration.
29
+ * @param {CreateFromFileOptions} options
30
+ */
31
+ createFromFile(file: File, options?: CreateFromFileOptions): Promise<ResourceSnapshotsModel>;
32
+ /**
33
+ * Creates a snapshot from a buffer containing the configuration.
34
+ *
35
+ * @param {Buffer} file The buffer containing the configuration.
36
+ * @param {ResourceSnapshotSupportedFileTypes} fileType The type of the file containing the configuration.
37
+ * @param {CreateFromFileOptions} options
38
+ */
39
+ createFromBuffer(file: Buffer, fileType: ResourceSnapshotSupportedFileTypes, options: CreateFromFileOptions): Promise<ResourceSnapshotsModel>;
40
+ createFromOrganization(exportConfigurationModel: ResourceSnapshotExportConfigurationModel, options: CreateFromOrganizationOptions): Promise<ResourceSnapshotsModel>;
41
+ generateUrl(snapshotId: string, options: GenerateUrlOptions): Promise<ResourceSnapshotUrlModel>;
42
+ dryRun(snapshotId: string, options: DryRunOptions): Promise<ResourceSnapshotsReportModel>;
43
+ apply(snapshotId: string, options: ApplyOptions): Promise<ResourceSnapshotsReportModel>;
44
+ push(snapshotId: string, options: PushSnapshotOptions): Promise<Record<string, unknown>>;
45
+ delete(snapshotId: string): Promise<Record<string, unknown>>;
46
+ createSynchronizationPlan(snapshotId: string): Promise<ResourceSnapshotsSynchronizationPlanModel>;
47
+ getSynchronizationPlan(snapshotId: string, synchronizationPlanId: string): Promise<ResourceSnapshotsSynchronizationPlanModel>;
48
+ updateSynchronizationPlan(snapshotId: string, synchronizationPlanId: string, synchronizationPlanModel: ResourceSnapshotsSynchronizationPlanModel): Promise<ResourceSnapshotsSynchronizationPlanModel>;
49
+ applySynchronizationPlan(snapshotId: string, synchronizationPlanId: string): Promise<ResourceSnapshotsSynchronizationReportModel>;
50
+ updateSynchronizationPlanForChildren(snapshotId: string, synchronizationPlanId: string, options: UpdateChildrenOptions): Promise<ResourceSnapshotsSynchronizationPlanModel>;
51
+ private getSnapshotFileType;
52
+ /**
53
+ * @description Shows the diff report for the target snapshot and dry-run report
54
+ * @experimental
55
+ *
56
+ * @param {string} snapshotId - The unique identifier of the target snapshot.
57
+ * @param {string} relativeReportId - The unique identifier of the dry-run operation report associated with the target diff report.
58
+ * @param {(number|undefined)} [numberOfLinesMax=undefined] - Maximum number of lines before the diff is downloaded to a file.
59
+ */
60
+ diff(snapshotId: string, relativeReportId: string, numberOfLinesMax?: number): Promise<SnapshotDiffModel>;
61
+ }
@@ -0,0 +1,309 @@
1
+ import { SortingOrder, SnapshotSortingType } from '../Enums';
2
+ export interface ResourceSnapshotsModel {
3
+ /**
4
+ * The username of the snapshot creator.
5
+ */
6
+ createdBy: string;
7
+ /**
8
+ * The date of creation of the snapshot in number of milliseconds since UNIX epoch.
9
+ */
10
+ createdDate: number;
11
+ /**
12
+ * A note you can attach to your snapshot.
13
+ */
14
+ developerNote?: string;
15
+ /**
16
+ * The unique identifier of the target snapshot.
17
+ */
18
+ id: string;
19
+ /**
20
+ * The unique identifier of the organization from which the snapshot originates if it differs from the current organization.
21
+ */
22
+ originId?: string;
23
+ /**
24
+ * The unique identifier of the organization in which the snapshot applies.
25
+ */
26
+ targetId: string;
27
+ /**
28
+ * The list of reports of events on the snapshot.
29
+ */
30
+ reports?: ResourceSnapshotsReportModel[];
31
+ /**
32
+ * The list of synchronization reports on the snapshot.
33
+ */
34
+ synchronizationReports?: ResourceSnapshotsSynchronizationReportModel[];
35
+ /**
36
+ * The list of diff generation reports on the snapshot.
37
+ */
38
+ diffGenerationReports?: SnapshotDiffModel[];
39
+ /**
40
+ * A summary of the contents of the snapshot.
41
+ */
42
+ contentSummary?: Record<string, number>;
43
+ }
44
+ export declare enum ResourceSnapshotType {
45
+ extension = "EXTENSION",
46
+ featuredResult = "FEATURED_RESULT",
47
+ field = "FIELD",
48
+ filter = "FILTER",
49
+ mapping = "MAPPING",
50
+ mlModel = "ML_MODEL",
51
+ mlModelAssociation = "ML_MODEL_ASSOCIATION",
52
+ queryParameter = "QUERY_PARAMETER",
53
+ queryPipeline = "QUERY_PIPELINE",
54
+ queryPipelineCondition = "QUERY_PIPELINE_CONDITION",
55
+ rankingExpression = "RANKING_EXPRESSION",
56
+ rankingWeight = "RANKING_WEIGHT",
57
+ searchPage = "SEARCH_PAGE",
58
+ securityProvider = "SECURITY_PROVIDER",
59
+ source = "SOURCE",
60
+ stopWord = "STOP_WORD",
61
+ subscription = "SUBSCRIPTION",
62
+ thesaurus = "THESAURUS",
63
+ trigger = "TRIGGER"
64
+ }
65
+ export declare enum SnapshotAccessType {
66
+ Read = "READ",
67
+ Write = "WRITE"
68
+ }
69
+ export declare enum SnapshotExportContentFormat {
70
+ Flat = "FLAT",
71
+ SplitPerType = "SPLIT_PER_TYPE"
72
+ }
73
+ export declare enum ResourceSnapshotsReportResultCode {
74
+ AccessDenied = "ACCESS_DENIED",
75
+ ResourcesInError = "RESOURCES_IN_ERROR",
76
+ Success = "SUCCESS",
77
+ UnexpectedError = "UNEXPECTED_ERROR",
78
+ UnableToPushToOrganization = "UNABLE_TO_PUSH_TO_ORGANIZATION",
79
+ NoResourceRetrieved = "NO_RESOURCE_RETRIEVED",
80
+ UnableToRetrieveResources = "UNABLE_TO_RETRIEVE_RESOURCES",
81
+ ResourceDependencyCyle = "RESOURCE_DEPENDENCY_CYCLE",
82
+ ExternalServiceCommunicationError = "EXTERNAL_SERVICE_COMMUNICATION_ERROR"
83
+ }
84
+ export declare enum ResourceSnapshotsReportStatus {
85
+ Pending = "PENDING",
86
+ InProgress = "IN_PROGRESS",
87
+ Completed = "COMPLETED",
88
+ Aborted = "ABORTED"
89
+ }
90
+ export declare enum ResourceSnapshotsSynchronizationPlanStatus {
91
+ Creating = "CREATING",
92
+ Created = "CREATED",
93
+ InError = "IN_ERROR"
94
+ }
95
+ export declare enum ResourceSnapshotsReportType {
96
+ CreateSnapshot = "CREATE_SNAPSHOT",
97
+ DryRun = "DRY_RUN",
98
+ Apply = "APPLY",
99
+ CreateSynchronizationPlan = "CREATE_SYNCHRONIZATION_PLAN",
100
+ ApplySynchronizationPlan = "APPLY_SYNCHRONIZATION_PLAN"
101
+ }
102
+ export declare enum ResourceSnapshotSupportedFileTypes {
103
+ ZIP = "ZIP",
104
+ JSON = "JSON"
105
+ }
106
+ export declare enum ResourceSnapshotContentType {
107
+ PRIMARY = "PRIMARY",
108
+ CURRENT_STATE = "CURRENT_STATE"
109
+ }
110
+ export interface ResourceSnapshotsReportOperationModel {
111
+ /**
112
+ * The number of resources created by the operation.
113
+ */
114
+ resourcesCreated: number;
115
+ /**
116
+ * The number of resources deleted by the operation.
117
+ */
118
+ resourcesDeleted: number;
119
+ /**
120
+ * The number of resources for which an error occurred during the operation.
121
+ */
122
+ resourcesInError: number;
123
+ /**
124
+ * The number of pre-existing resources recreated by the operation. This happens when a resource cannot be updated. For example, it is not possible to rename a query pipeline, so in such a case the pipeline would be deleted and created again with the desired name. This operation counts as one recreation.
125
+ */
126
+ resourcesRecreated: number;
127
+ /**
128
+ * The number of resources unchanged by the operation.
129
+ */
130
+ resourcesUnchanged: number;
131
+ /**
132
+ * The number of resources updated by the operation.
133
+ */
134
+ resourcesUpdated: number;
135
+ }
136
+ export interface ResourceSnapshotsReportOperationResult {
137
+ /**
138
+ * The code of the error that occured.
139
+ */
140
+ resultCode: string;
141
+ /**
142
+ * A human-friendly message about the error.
143
+ */
144
+ message: string;
145
+ }
146
+ export declare type ResourceSnapshotsReportOperationResults = Record<string, ResourceSnapshotsReportOperationResult[]>;
147
+ export interface ResourceSnapshotsReportModel {
148
+ /**
149
+ * The unique identifier of the report.
150
+ */
151
+ id: string;
152
+ /**
153
+ * For each type of resource, an object containing failure details, if applicable.
154
+ */
155
+ resourceOperationResults: Record<string, ResourceSnapshotsReportOperationResults>;
156
+ /**
157
+ * For each type of resource, a breakdown of the number of resources per operation.
158
+ */
159
+ resourceOperations: Record<string, ResourceSnapshotsReportOperationModel>;
160
+ /**
161
+ * The number of resources processed by the event.
162
+ */
163
+ resourcesProcessed: number;
164
+ /**
165
+ * The result code of the snapshot event, if applicable.
166
+ */
167
+ resultCode: ResourceSnapshotsReportResultCode;
168
+ /**
169
+ * The status of the snapshot.
170
+ */
171
+ status: ResourceSnapshotsReportStatus;
172
+ /**
173
+ * The type of snapshot event.
174
+ */
175
+ type: ResourceSnapshotsReportType;
176
+ /**
177
+ * The report creation date in number of milliseconds since UNIX epoch.
178
+ */
179
+ updatedDate: number;
180
+ }
181
+ export interface ResourceSnapshotsSynchronizationReportModel {
182
+ id: string;
183
+ synchronizationPlanId: string;
184
+ linkOperations?: Record<string, unknown>;
185
+ linkOperationDetails?: Record<string, unknown>;
186
+ resourcesProcessed?: number;
187
+ resultCode: ResourceSnapshotsReportResultCode;
188
+ status: ResourceSnapshotsReportStatus;
189
+ type: ResourceSnapshotsReportType;
190
+ updatedDate: number;
191
+ }
192
+ export interface ResourceSnapshotsSynchronizationPlanModel {
193
+ id: string;
194
+ snapshotId: string;
195
+ status: ResourceSnapshotsSynchronizationPlanStatus;
196
+ alreadyLinkedResources?: Record<string, ResourceSnapshotsAlreadyLinkedResourcesModel[]>;
197
+ resourceSynchronizationOperations?: Record<string, ResourceSnapshotsSynchronizationOperationsModel[]>;
198
+ }
199
+ export interface ResourceSnapshotsSynchronizationOperationsModel {
200
+ resourceName: string;
201
+ displayName: string;
202
+ matches: ResourceSnapshotsSynchronizationMatchModel[];
203
+ }
204
+ export interface ResourceSnapshotsAlreadyLinkedResourcesModel {
205
+ resourceName: string;
206
+ linkModel: ResourceSnapshotsLinkModel;
207
+ }
208
+ export interface ResourceSnapshotsSynchronizationMatchModel {
209
+ associationScore?: number;
210
+ displayName?: string;
211
+ linkModel: ResourceSnapshotsLinkModel;
212
+ }
213
+ export interface ResourceSnapshotsLinkModel {
214
+ id?: string;
215
+ organizationId: string;
216
+ resourceId: string;
217
+ resourceName: string;
218
+ resourceType: string;
219
+ }
220
+ export interface ResourceSnapshotExportConfigurationModel {
221
+ resourcesToExport: Partial<Record<ResourceSnapshotType, string[] | null>>;
222
+ }
223
+ export interface ResourceSnapshotUrlModel {
224
+ url: string;
225
+ urlExpiration: number;
226
+ }
227
+ export interface SnapshotAccessModel {
228
+ allowed: boolean;
229
+ }
230
+ export interface SnapshotListParams {
231
+ filter?: string;
232
+ sortingOrder?: SortingOrder;
233
+ sortingType?: SnapshotSortingType;
234
+ }
235
+ export interface PushSnapshotOptions {
236
+ targetOrganizationId: string;
237
+ developerNotes?: string;
238
+ }
239
+ export interface CreateFromFileOptions {
240
+ developerNotes?: string;
241
+ }
242
+ export interface GetSnapshotOptions {
243
+ /**
244
+ * Whether to include reports with the snapshot.
245
+ *
246
+ * @default false
247
+ */
248
+ includeReports?: boolean;
249
+ }
250
+ export interface ExportSnapshotContentOptions {
251
+ /**
252
+ * The format of the snapshot content.
253
+ * - FLAT: Content unified into a single file
254
+ * - SPLIT_PER_TYPE: Content split into one file per resource type
255
+ *
256
+ * @default SnapshotExportContentFormat.Flat
257
+ */
258
+ contentFormat?: SnapshotExportContentFormat;
259
+ }
260
+ export interface ValidateAccessOptions {
261
+ snapshotAccessType: SnapshotAccessType;
262
+ }
263
+ export interface CreateFromOrganizationOptions {
264
+ developerNotes?: string;
265
+ targetOrganizationId?: string;
266
+ includeChildrenResources?: boolean;
267
+ }
268
+ export interface DryRunOptions {
269
+ deleteMissingResources: boolean;
270
+ }
271
+ export declare enum ApplyOptionsDeletionScope {
272
+ AllManagedResources = "ALL_MANAGED_RESOURCES",
273
+ OnlyTypesFromSnapshot = "ONLY_TYPES_FROM_SNAPSHOT"
274
+ }
275
+ export interface ApplyOptions {
276
+ /**
277
+ * Whether to delete organization resources not present in the snapshot.
278
+ *
279
+ * @default false
280
+ */
281
+ deleteMissingResources?: boolean;
282
+ /**
283
+ * The scope of the resources on which to calculate deletions.
284
+ * **Note:** only applies when `deleteMissingResources` is set to `true`.
285
+ *
286
+ * @default ApplyOptionsDeletionScope.AllManagedResources
287
+ *
288
+ */
289
+ deletionScope?: ApplyOptionsDeletionScope;
290
+ }
291
+ export interface GenerateUrlOptions {
292
+ contentType: ResourceSnapshotContentType;
293
+ }
294
+ export interface UpdateChildrenOptions {
295
+ snapshotParentResourceName: string;
296
+ parentResourceType: string;
297
+ targetParentId: string;
298
+ }
299
+ export interface SnapshotDiffFileModel extends ResourceSnapshotUrlModel {
300
+ numberOfLines: number;
301
+ }
302
+ export interface SnapshotDiffModel {
303
+ id: string;
304
+ snapshotId: string;
305
+ relativeReportId: string;
306
+ updatedDate: number;
307
+ status: ResourceSnapshotsReportStatus;
308
+ files: Partial<Record<ResourceSnapshotType, SnapshotDiffFileModel>>;
309
+ }
@@ -0,0 +1,2 @@
1
+ export * from './ResourceSnapshots';
2
+ export * from './ResourceSnapshotsInterfaces';
@@ -0,0 +1,14 @@
1
+ import { New } from '../BaseInterfaces';
2
+ import { RealmModel } from '../Groups';
3
+ import Resource from '../Resource';
4
+ import { SamlIdentityProviderEnabledModel, SamlIdentityProviderModel } from './SamlInterfaces';
5
+ export default class Saml extends Resource {
6
+ static baseUrl: string;
7
+ isEnabled(): Promise<SamlIdentityProviderEnabledModel>;
8
+ listAvailableProviders(): Promise<SamlIdentityProviderModel[]>;
9
+ deleteProvider(): Promise<Record<string, unknown>>;
10
+ getProvider(): Promise<SamlIdentityProviderModel>;
11
+ create(identityProvider: New<SamlIdentityProviderModel>): Promise<SamlIdentityProviderModel>;
12
+ update(identityProvider: SamlIdentityProviderModel): Promise<SamlIdentityProviderModel>;
13
+ listRealms(): Promise<RealmModel[]>;
14
+ }
@@ -0,0 +1,13 @@
1
+ import { IdAndDisplayNameModel } from '../BaseInterfaces';
2
+ export interface SamlIdentityProviderEnabledModel {
3
+ organizationId: string;
4
+ samlEnabled: boolean;
5
+ }
6
+ export interface SamlIdentityProviderModel {
7
+ displayName: string;
8
+ entityId: string;
9
+ id: string;
10
+ organizationIds: IdAndDisplayNameModel[];
11
+ postBindingEndpoint: string;
12
+ x509Certificate: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ export * from './Saml';
2
+ export * from './SamlInterfaces';