@rockcarver/frodo-lib 2.0.0-13 → 2.0.0-15

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 (403) hide show
  1. package/build.zip +0 -0
  2. package/cjs/api/AgentApi.js.map +1 -1
  3. package/cjs/api/AuthenticateApi.js.map +1 -1
  4. package/cjs/api/BaseApi.js +1 -1
  5. package/cjs/api/BaseApi.js.map +1 -1
  6. package/cjs/api/CirclesOfTrustApi.js.map +1 -1
  7. package/cjs/api/IdmConfigApi.js.map +1 -1
  8. package/cjs/api/IdmSystemApi.js.map +1 -1
  9. package/cjs/api/ManagedObjectApi.js.map +1 -1
  10. package/cjs/api/NodeApi.js.map +1 -1
  11. package/cjs/api/OAuth2ClientApi.js.map +1 -1
  12. package/cjs/api/OAuth2OIDCApi.js.map +1 -1
  13. package/cjs/api/OAuth2OIDCApi.test.js +2 -2
  14. package/cjs/api/OAuth2OIDCApi.test.js.map +1 -1
  15. package/cjs/api/OAuth2ProviderApi.js.map +1 -1
  16. package/cjs/api/PoliciesApi.js.map +1 -1
  17. package/cjs/api/PolicySetApi.js.map +1 -1
  18. package/cjs/api/RealmApi.js.map +1 -1
  19. package/cjs/api/ResourceTypesApi.js.map +1 -1
  20. package/cjs/api/Saml2Api.js.map +1 -1
  21. package/cjs/api/ScriptApi.js.map +1 -1
  22. package/cjs/api/ServerInfoApi.js.map +1 -1
  23. package/cjs/api/ServiceApi.js.map +1 -1
  24. package/cjs/api/SocialIdentityProvidersApi.js.map +1 -1
  25. package/cjs/api/TreeApi.js.map +1 -1
  26. package/cjs/api/cloud/AdminFederationProvidersApi.js.map +1 -1
  27. package/cjs/api/cloud/EnvInfoApi.js.map +1 -1
  28. package/cjs/api/cloud/FeatureApi.js.map +1 -1
  29. package/cjs/api/cloud/LogApi.js.map +1 -1
  30. package/cjs/api/cloud/SecretsApi.js.map +1 -1
  31. package/cjs/api/cloud/StartupApi.js.map +1 -1
  32. package/cjs/api/cloud/VariablesApi.js.map +1 -1
  33. package/cjs/api/utils/ApiUtils.js.map +1 -1
  34. package/cjs/api/utils/Base64.js +4 -4
  35. package/cjs/api/utils/Base64.js.map +1 -1
  36. package/cjs/index.js +12 -10
  37. package/cjs/index.js.map +1 -1
  38. package/cjs/lib/FrodoLib.js +181 -22
  39. package/cjs/lib/FrodoLib.js.map +1 -1
  40. package/cjs/lib/FrodoLib.test.js +9 -9
  41. package/cjs/lib/FrodoLib.test.js.map +1 -1
  42. package/cjs/ops/AdminOps.js.map +1 -1
  43. package/cjs/ops/AgentOps.js +35 -35
  44. package/cjs/ops/AgentOps.js.map +1 -1
  45. package/cjs/ops/AuthenticateOps.js +10 -12
  46. package/cjs/ops/AuthenticateOps.js.map +1 -1
  47. package/cjs/ops/CirclesOfTrustOps.js +14 -14
  48. package/cjs/ops/CirclesOfTrustOps.js.map +1 -1
  49. package/cjs/ops/ConnectionProfileOps.js +2 -2
  50. package/cjs/ops/ConnectionProfileOps.js.map +1 -1
  51. package/cjs/ops/ConnectionProfileOps.test.js +5 -5
  52. package/cjs/ops/ConnectionProfileOps.test.js.map +1 -1
  53. package/cjs/ops/EmailTemplateOps.js.map +1 -1
  54. package/cjs/ops/IdmOps.js.map +1 -1
  55. package/cjs/ops/IdpOps.js.map +1 -1
  56. package/cjs/ops/InfoOps.js +3 -4
  57. package/cjs/ops/InfoOps.js.map +1 -1
  58. package/cjs/ops/JoseOps.js +30 -0
  59. package/cjs/ops/JoseOps.js.map +1 -1
  60. package/cjs/ops/JourneyOps.js +41 -43
  61. package/cjs/ops/JourneyOps.js.map +1 -1
  62. package/cjs/ops/JourneyOps.test.js +3 -2
  63. package/cjs/ops/JourneyOps.test.js.map +1 -1
  64. package/cjs/ops/ManagedObjectOps.js.map +1 -1
  65. package/cjs/ops/NodeOps.js.map +1 -1
  66. package/cjs/ops/OAuth2ClientOps.js +19 -19
  67. package/cjs/ops/OAuth2ClientOps.js.map +1 -1
  68. package/cjs/ops/OAuth2OidcOps.js.map +1 -1
  69. package/cjs/ops/OAuth2ProviderOps.js.map +1 -1
  70. package/cjs/ops/OpsTypes.js.map +1 -1
  71. package/cjs/ops/OrganizationOps.js.map +1 -1
  72. package/cjs/ops/PolicyOps.js +29 -29
  73. package/cjs/ops/PolicyOps.js.map +1 -1
  74. package/cjs/ops/PolicySetOps.js +27 -27
  75. package/cjs/ops/PolicySetOps.js.map +1 -1
  76. package/cjs/ops/RealmOps.js.map +1 -1
  77. package/cjs/ops/ResourceTypeOps.js +23 -23
  78. package/cjs/ops/ResourceTypeOps.js.map +1 -1
  79. package/cjs/ops/Saml2Ops.js +11 -11
  80. package/cjs/ops/Saml2Ops.js.map +1 -1
  81. package/cjs/ops/Saml2Ops.test.js +3 -2
  82. package/cjs/ops/Saml2Ops.test.js.map +1 -1
  83. package/cjs/ops/ScriptOps.js +3 -3
  84. package/cjs/ops/ScriptOps.js.map +1 -1
  85. package/cjs/ops/ServiceOps.js.map +1 -1
  86. package/cjs/ops/ThemeOps.js.map +1 -1
  87. package/cjs/ops/cloud/AdminFederationOps.js.map +1 -1
  88. package/cjs/ops/cloud/FeatureOps.js.map +1 -1
  89. package/cjs/ops/cloud/LogOps.js.map +1 -1
  90. package/cjs/ops/cloud/SecretsOps.js.map +1 -1
  91. package/cjs/ops/cloud/ServiceAccountOps.js +1 -1
  92. package/cjs/ops/cloud/ServiceAccountOps.js.map +1 -1
  93. package/cjs/ops/cloud/StartupOps.js.map +1 -1
  94. package/cjs/ops/cloud/VariablesOps.js.map +1 -1
  95. package/cjs/ops/utils/Console.js.map +1 -1
  96. package/cjs/ops/utils/DataProtection.js +3 -3
  97. package/cjs/ops/utils/DataProtection.js.map +1 -1
  98. package/cjs/ops/utils/DataProtection.test.js +1 -1
  99. package/cjs/ops/utils/DataProtection.test.js.map +1 -1
  100. package/cjs/ops/utils/ExportImportUtils.js +2 -2
  101. package/cjs/ops/utils/ExportImportUtils.js.map +1 -1
  102. package/cjs/ops/utils/OpsUtils.js +105 -25
  103. package/cjs/ops/utils/OpsUtils.js.map +1 -1
  104. package/cjs/ops/utils/OpsUtils.test.js +6 -5
  105. package/cjs/ops/utils/OpsUtils.test.js.map +1 -1
  106. package/cjs/ops/utils/ScriptValidationUtils.js +33 -2
  107. package/cjs/ops/utils/ScriptValidationUtils.js.map +1 -1
  108. package/cjs/ops/utils/ScriptValidationUtils.test.js +1 -1
  109. package/cjs/ops/utils/ScriptValidationUtils.test.js.map +1 -1
  110. package/cjs/ops/utils/{Version.js → VersionUtils.js} +1 -1
  111. package/cjs/ops/utils/VersionUtils.js.map +1 -0
  112. package/cjs/ops/utils/{Version.test.js → VersionUtils.test.js} +3 -3
  113. package/cjs/ops/utils/VersionUtils.test.js.map +1 -0
  114. package/cjs/shared/Constants.js +34 -0
  115. package/cjs/shared/Constants.js.map +1 -0
  116. package/cjs/shared/State.js +477 -220
  117. package/cjs/shared/State.js.map +1 -1
  118. package/cjs/utils/SetupPollyForFrodoLib.js.map +1 -1
  119. package/esm/api/AgentApi.js.map +1 -1
  120. package/esm/api/AuthenticateApi.js.map +1 -1
  121. package/esm/api/BaseApi.js +2 -2
  122. package/esm/api/BaseApi.js.map +1 -1
  123. package/esm/api/CirclesOfTrustApi.js.map +1 -1
  124. package/esm/api/IdmConfigApi.js.map +1 -1
  125. package/esm/api/IdmSystemApi.js.map +1 -1
  126. package/esm/api/ManagedObjectApi.js.map +1 -1
  127. package/esm/api/NodeApi.js.map +1 -1
  128. package/esm/api/OAuth2ClientApi.js.map +1 -1
  129. package/esm/api/OAuth2OIDCApi.js.map +1 -1
  130. package/esm/api/OAuth2OIDCApi.test.js +2 -2
  131. package/esm/api/OAuth2OIDCApi.test.js.map +1 -1
  132. package/esm/api/OAuth2ProviderApi.js.map +1 -1
  133. package/esm/api/PoliciesApi.js.map +1 -1
  134. package/esm/api/PolicySetApi.js.map +1 -1
  135. package/esm/api/RealmApi.js.map +1 -1
  136. package/esm/api/ResourceTypesApi.js.map +1 -1
  137. package/esm/api/Saml2Api.js.map +1 -1
  138. package/esm/api/ScriptApi.js.map +1 -1
  139. package/esm/api/ServerInfoApi.js.map +1 -1
  140. package/esm/api/ServiceApi.js.map +1 -1
  141. package/esm/api/SocialIdentityProvidersApi.js.map +1 -1
  142. package/esm/api/TreeApi.js.map +1 -1
  143. package/esm/api/cloud/AdminFederationProvidersApi.js.map +1 -1
  144. package/esm/api/cloud/EnvInfoApi.js.map +1 -1
  145. package/esm/api/cloud/FeatureApi.js.map +1 -1
  146. package/esm/api/cloud/LogApi.js.map +1 -1
  147. package/esm/api/cloud/SecretsApi.js.map +1 -1
  148. package/esm/api/cloud/StartupApi.js.map +1 -1
  149. package/esm/api/cloud/VariablesApi.js.map +1 -1
  150. package/esm/api/utils/ApiUtils.js.map +1 -1
  151. package/esm/api/utils/Base64.js +4 -4
  152. package/esm/api/utils/Base64.js.map +1 -1
  153. package/esm/index.js +2 -1
  154. package/esm/index.js.map +1 -1
  155. package/esm/lib/FrodoLib.js +164 -19
  156. package/esm/lib/FrodoLib.js.map +1 -1
  157. package/esm/lib/FrodoLib.test.js +10 -10
  158. package/esm/lib/FrodoLib.test.js.map +1 -1
  159. package/esm/ops/AdminOps.js.map +1 -1
  160. package/esm/ops/AgentOps.js.map +1 -1
  161. package/esm/ops/AuthenticateOps.js +10 -10
  162. package/esm/ops/AuthenticateOps.js.map +1 -1
  163. package/esm/ops/CirclesOfTrustOps.js.map +1 -1
  164. package/esm/ops/ConnectionProfileOps.js +2 -2
  165. package/esm/ops/ConnectionProfileOps.js.map +1 -1
  166. package/esm/ops/ConnectionProfileOps.test.js +5 -5
  167. package/esm/ops/ConnectionProfileOps.test.js.map +1 -1
  168. package/esm/ops/EmailTemplateOps.js.map +1 -1
  169. package/esm/ops/IdmOps.js.map +1 -1
  170. package/esm/ops/IdpOps.js.map +1 -1
  171. package/esm/ops/InfoOps.js +2 -2
  172. package/esm/ops/InfoOps.js.map +1 -1
  173. package/esm/ops/JoseOps.js +20 -0
  174. package/esm/ops/JoseOps.js.map +1 -1
  175. package/esm/ops/JourneyOps.js +10 -11
  176. package/esm/ops/JourneyOps.js.map +1 -1
  177. package/esm/ops/JourneyOps.test.js +2 -2
  178. package/esm/ops/JourneyOps.test.js.map +1 -1
  179. package/esm/ops/ManagedObjectOps.js.map +1 -1
  180. package/esm/ops/NodeOps.js.map +1 -1
  181. package/esm/ops/OAuth2ClientOps.js.map +1 -1
  182. package/esm/ops/OAuth2OidcOps.js.map +1 -1
  183. package/esm/ops/OAuth2ProviderOps.js.map +1 -1
  184. package/esm/ops/OpsTypes.js.map +1 -1
  185. package/esm/ops/OrganizationOps.js.map +1 -1
  186. package/esm/ops/PolicyOps.js.map +1 -1
  187. package/esm/ops/PolicySetOps.js.map +1 -1
  188. package/esm/ops/RealmOps.js.map +1 -1
  189. package/esm/ops/ResourceTypeOps.js.map +1 -1
  190. package/esm/ops/Saml2Ops.js.map +1 -1
  191. package/esm/ops/Saml2Ops.test.js +2 -2
  192. package/esm/ops/Saml2Ops.test.js.map +1 -1
  193. package/esm/ops/ScriptOps.js.map +1 -1
  194. package/esm/ops/ServiceOps.js.map +1 -1
  195. package/esm/ops/ThemeOps.js.map +1 -1
  196. package/esm/ops/cloud/AdminFederationOps.js.map +1 -1
  197. package/esm/ops/cloud/FeatureOps.js.map +1 -1
  198. package/esm/ops/cloud/LogOps.js.map +1 -1
  199. package/esm/ops/cloud/SecretsOps.js.map +1 -1
  200. package/esm/ops/cloud/ServiceAccountOps.js +1 -1
  201. package/esm/ops/cloud/ServiceAccountOps.js.map +1 -1
  202. package/esm/ops/cloud/StartupOps.js.map +1 -1
  203. package/esm/ops/cloud/VariablesOps.js.map +1 -1
  204. package/esm/ops/utils/Console.js.map +1 -1
  205. package/esm/ops/utils/DataProtection.js +3 -3
  206. package/esm/ops/utils/DataProtection.js.map +1 -1
  207. package/esm/ops/utils/DataProtection.test.js +2 -2
  208. package/esm/ops/utils/DataProtection.test.js.map +1 -1
  209. package/esm/ops/utils/ExportImportUtils.js +2 -2
  210. package/esm/ops/utils/ExportImportUtils.js.map +1 -1
  211. package/esm/ops/utils/OpsUtils.js +96 -22
  212. package/esm/ops/utils/OpsUtils.js.map +1 -1
  213. package/esm/ops/utils/OpsUtils.test.js +5 -5
  214. package/esm/ops/utils/OpsUtils.test.js.map +1 -1
  215. package/esm/ops/utils/ScriptValidationUtils.js +28 -0
  216. package/esm/ops/utils/ScriptValidationUtils.js.map +1 -1
  217. package/esm/ops/utils/ScriptValidationUtils.test.js +2 -2
  218. package/esm/ops/utils/ScriptValidationUtils.test.js.map +1 -1
  219. package/esm/ops/utils/{Version.js → VersionUtils.js} +1 -1
  220. package/esm/ops/utils/VersionUtils.js.map +1 -0
  221. package/esm/ops/utils/{Version.test.js → VersionUtils.test.js} +2 -2
  222. package/esm/ops/utils/VersionUtils.test.js.map +1 -0
  223. package/esm/shared/Constants.js +27 -0
  224. package/esm/shared/Constants.js.map +1 -0
  225. package/esm/shared/State.js +481 -226
  226. package/esm/shared/State.js.map +1 -1
  227. package/esm/utils/SetupPollyForFrodoLib.js.map +1 -1
  228. package/package.json +5 -2
  229. package/types/api/AgentApi.d.ts +1 -1
  230. package/types/api/AgentApi.d.ts.map +1 -1
  231. package/types/api/AuthenticateApi.d.ts +1 -1
  232. package/types/api/AuthenticateApi.d.ts.map +1 -1
  233. package/types/api/BaseApi.d.ts +1 -1
  234. package/types/api/BaseApi.d.ts.map +1 -1
  235. package/types/api/CirclesOfTrustApi.d.ts +1 -1
  236. package/types/api/CirclesOfTrustApi.d.ts.map +1 -1
  237. package/types/api/IdmConfigApi.d.ts +1 -1
  238. package/types/api/IdmConfigApi.d.ts.map +1 -1
  239. package/types/api/IdmSystemApi.d.ts +1 -1
  240. package/types/api/IdmSystemApi.d.ts.map +1 -1
  241. package/types/api/ManagedObjectApi.d.ts +1 -1
  242. package/types/api/ManagedObjectApi.d.ts.map +1 -1
  243. package/types/api/NodeApi.d.ts +1 -1
  244. package/types/api/NodeApi.d.ts.map +1 -1
  245. package/types/api/OAuth2ClientApi.d.ts +1 -1
  246. package/types/api/OAuth2ClientApi.d.ts.map +1 -1
  247. package/types/api/OAuth2OIDCApi.d.ts +1 -1
  248. package/types/api/OAuth2OIDCApi.d.ts.map +1 -1
  249. package/types/api/OAuth2ProviderApi.d.ts +1 -1
  250. package/types/api/OAuth2ProviderApi.d.ts.map +1 -1
  251. package/types/api/PoliciesApi.d.ts +1 -1
  252. package/types/api/PoliciesApi.d.ts.map +1 -1
  253. package/types/api/PolicySetApi.d.ts +1 -1
  254. package/types/api/PolicySetApi.d.ts.map +1 -1
  255. package/types/api/RealmApi.d.ts +1 -1
  256. package/types/api/RealmApi.d.ts.map +1 -1
  257. package/types/api/ResourceTypesApi.d.ts +1 -1
  258. package/types/api/ResourceTypesApi.d.ts.map +1 -1
  259. package/types/api/Saml2Api.d.ts +1 -1
  260. package/types/api/Saml2Api.d.ts.map +1 -1
  261. package/types/api/ScriptApi.d.ts +1 -1
  262. package/types/api/ScriptApi.d.ts.map +1 -1
  263. package/types/api/ServerInfoApi.d.ts +1 -1
  264. package/types/api/ServerInfoApi.d.ts.map +1 -1
  265. package/types/api/ServiceApi.d.ts +1 -1
  266. package/types/api/ServiceApi.d.ts.map +1 -1
  267. package/types/api/SocialIdentityProvidersApi.d.ts +1 -1
  268. package/types/api/SocialIdentityProvidersApi.d.ts.map +1 -1
  269. package/types/api/TreeApi.d.ts +1 -1
  270. package/types/api/TreeApi.d.ts.map +1 -1
  271. package/types/api/cloud/AdminFederationProvidersApi.d.ts +1 -1
  272. package/types/api/cloud/AdminFederationProvidersApi.d.ts.map +1 -1
  273. package/types/api/cloud/EnvInfoApi.d.ts +1 -1
  274. package/types/api/cloud/EnvInfoApi.d.ts.map +1 -1
  275. package/types/api/cloud/FeatureApi.d.ts +1 -1
  276. package/types/api/cloud/FeatureApi.d.ts.map +1 -1
  277. package/types/api/cloud/LogApi.d.ts +1 -1
  278. package/types/api/cloud/LogApi.d.ts.map +1 -1
  279. package/types/api/cloud/SecretsApi.d.ts +1 -1
  280. package/types/api/cloud/SecretsApi.d.ts.map +1 -1
  281. package/types/api/cloud/StartupApi.d.ts +1 -1
  282. package/types/api/cloud/StartupApi.d.ts.map +1 -1
  283. package/types/api/cloud/VariablesApi.d.ts +1 -1
  284. package/types/api/cloud/VariablesApi.d.ts.map +1 -1
  285. package/types/api/utils/ApiUtils.d.ts +1 -1
  286. package/types/api/utils/ApiUtils.d.ts.map +1 -1
  287. package/types/api/utils/Base64.d.ts +6 -6
  288. package/types/api/utils/Base64.d.ts.map +1 -1
  289. package/types/index.d.ts +2 -1
  290. package/types/index.d.ts.map +1 -1
  291. package/types/lib/FrodoLib.d.ts +224 -370
  292. package/types/lib/FrodoLib.d.ts.map +1 -1
  293. package/types/ops/AdminOps.d.ts +3 -2
  294. package/types/ops/AdminOps.d.ts.map +1 -1
  295. package/types/ops/AgentOps.d.ts +3 -2
  296. package/types/ops/AgentOps.d.ts.map +1 -1
  297. package/types/ops/AuthenticateOps.d.ts +3 -2
  298. package/types/ops/AuthenticateOps.d.ts.map +1 -1
  299. package/types/ops/CirclesOfTrustOps.d.ts +3 -2
  300. package/types/ops/CirclesOfTrustOps.d.ts.map +1 -1
  301. package/types/ops/ConnectionProfileOps.d.ts +3 -2
  302. package/types/ops/ConnectionProfileOps.d.ts.map +1 -1
  303. package/types/ops/EmailTemplateOps.d.ts +3 -2
  304. package/types/ops/EmailTemplateOps.d.ts.map +1 -1
  305. package/types/ops/IdmOps.d.ts +3 -2
  306. package/types/ops/IdmOps.d.ts.map +1 -1
  307. package/types/ops/IdpOps.d.ts +3 -2
  308. package/types/ops/IdpOps.d.ts.map +1 -1
  309. package/types/ops/InfoOps.d.ts +3 -2
  310. package/types/ops/InfoOps.d.ts.map +1 -1
  311. package/types/ops/JoseOps.d.ts +17 -1
  312. package/types/ops/JoseOps.d.ts.map +1 -1
  313. package/types/ops/JourneyOps.d.ts +16 -10
  314. package/types/ops/JourneyOps.d.ts.map +1 -1
  315. package/types/ops/ManagedObjectOps.d.ts +3 -2
  316. package/types/ops/ManagedObjectOps.d.ts.map +1 -1
  317. package/types/ops/NodeOps.d.ts +3 -2
  318. package/types/ops/NodeOps.d.ts.map +1 -1
  319. package/types/ops/OAuth2ClientOps.d.ts +3 -2
  320. package/types/ops/OAuth2ClientOps.d.ts.map +1 -1
  321. package/types/ops/OAuth2OidcOps.d.ts +6 -5
  322. package/types/ops/OAuth2OidcOps.d.ts.map +1 -1
  323. package/types/ops/OAuth2ProviderOps.d.ts +3 -2
  324. package/types/ops/OAuth2ProviderOps.d.ts.map +1 -1
  325. package/types/ops/OpsTypes.d.ts +1 -1
  326. package/types/ops/OpsTypes.d.ts.map +1 -1
  327. package/types/ops/OrganizationOps.d.ts +3 -2
  328. package/types/ops/OrganizationOps.d.ts.map +1 -1
  329. package/types/ops/PolicyOps.d.ts +3 -2
  330. package/types/ops/PolicyOps.d.ts.map +1 -1
  331. package/types/ops/PolicySetOps.d.ts +3 -2
  332. package/types/ops/PolicySetOps.d.ts.map +1 -1
  333. package/types/ops/RealmOps.d.ts +3 -2
  334. package/types/ops/RealmOps.d.ts.map +1 -1
  335. package/types/ops/ResourceTypeOps.d.ts +3 -2
  336. package/types/ops/ResourceTypeOps.d.ts.map +1 -1
  337. package/types/ops/Saml2Ops.d.ts +3 -2
  338. package/types/ops/Saml2Ops.d.ts.map +1 -1
  339. package/types/ops/ScriptOps.d.ts +3 -2
  340. package/types/ops/ScriptOps.d.ts.map +1 -1
  341. package/types/ops/ServiceOps.d.ts +4 -3
  342. package/types/ops/ServiceOps.d.ts.map +1 -1
  343. package/types/ops/ThemeOps.d.ts +3 -2
  344. package/types/ops/ThemeOps.d.ts.map +1 -1
  345. package/types/ops/cloud/AdminFederationOps.d.ts +3 -2
  346. package/types/ops/cloud/AdminFederationOps.d.ts.map +1 -1
  347. package/types/ops/cloud/FeatureOps.d.ts +3 -2
  348. package/types/ops/cloud/FeatureOps.d.ts.map +1 -1
  349. package/types/ops/cloud/LogOps.d.ts +3 -2
  350. package/types/ops/cloud/LogOps.d.ts.map +1 -1
  351. package/types/ops/cloud/SecretsOps.d.ts +3 -2
  352. package/types/ops/cloud/SecretsOps.d.ts.map +1 -1
  353. package/types/ops/cloud/ServiceAccountOps.d.ts +7 -6
  354. package/types/ops/cloud/ServiceAccountOps.d.ts.map +1 -1
  355. package/types/ops/cloud/StartupOps.d.ts +3 -2
  356. package/types/ops/cloud/StartupOps.d.ts.map +1 -1
  357. package/types/ops/cloud/VariablesOps.d.ts +3 -2
  358. package/types/ops/cloud/VariablesOps.d.ts.map +1 -1
  359. package/types/ops/utils/Console.d.ts +1 -1
  360. package/types/ops/utils/Console.d.ts.map +1 -1
  361. package/types/ops/utils/DataProtection.d.ts +1 -1
  362. package/types/ops/utils/DataProtection.d.ts.map +1 -1
  363. package/types/ops/utils/ExportImportUtils.d.ts +3 -2
  364. package/types/ops/utils/ExportImportUtils.d.ts.map +1 -1
  365. package/types/ops/utils/OpsUtils.d.ts +73 -17
  366. package/types/ops/utils/OpsUtils.d.ts.map +1 -1
  367. package/types/ops/utils/ScriptValidationUtils.d.ts +20 -1
  368. package/types/ops/utils/ScriptValidationUtils.d.ts.map +1 -1
  369. package/types/ops/utils/{Version.d.ts → VersionUtils.d.ts} +4 -4
  370. package/types/ops/utils/VersionUtils.d.ts.map +1 -0
  371. package/types/shared/Constants.d.ts +34 -0
  372. package/types/shared/Constants.d.ts.map +1 -0
  373. package/types/shared/State.d.ts +38 -38
  374. package/types/shared/State.d.ts.map +1 -1
  375. package/types/utils/SetupPollyForFrodoLib.d.ts +1 -1
  376. package/types/utils/SetupPollyForFrodoLib.d.ts.map +1 -1
  377. package/cjs/lib/Frodo.js +0 -85
  378. package/cjs/lib/Frodo.js.map +0 -1
  379. package/cjs/ops/utils/Version.js.map +0 -1
  380. package/cjs/ops/utils/Version.test.js.map +0 -1
  381. package/cjs/ops/utils/Wordwrap.js +0 -12
  382. package/cjs/ops/utils/Wordwrap.js.map +0 -1
  383. package/cjs/ops/utils/Wordwrap.test.js +0 -22
  384. package/cjs/ops/utils/Wordwrap.test.js.map +0 -1
  385. package/cjs/storage/StaticStorage.js +0 -31
  386. package/cjs/storage/StaticStorage.js.map +0 -1
  387. package/esm/lib/Frodo.js +0 -59
  388. package/esm/lib/Frodo.js.map +0 -1
  389. package/esm/ops/utils/Version.js.map +0 -1
  390. package/esm/ops/utils/Version.test.js.map +0 -1
  391. package/esm/ops/utils/Wordwrap.js +0 -5
  392. package/esm/ops/utils/Wordwrap.js.map +0 -1
  393. package/esm/ops/utils/Wordwrap.test.js +0 -19
  394. package/esm/ops/utils/Wordwrap.test.js.map +0 -1
  395. package/esm/storage/StaticStorage.js +0 -15
  396. package/esm/storage/StaticStorage.js.map +0 -1
  397. package/types/lib/Frodo.d.ts +0 -1159
  398. package/types/lib/Frodo.d.ts.map +0 -1
  399. package/types/ops/utils/Version.d.ts.map +0 -1
  400. package/types/ops/utils/Wordwrap.d.ts +0 -2
  401. package/types/ops/utils/Wordwrap.d.ts.map +0 -1
  402. package/types/storage/StaticStorage.d.ts +0 -15
  403. package/types/storage/StaticStorage.d.ts.map +0 -1
@@ -1,385 +1,239 @@
1
- import State, { StateInterface } from '../shared/State';
2
- import * as jose from '../ops/JoseOps';
3
- import * as utils from '../ops/utils/OpsUtils';
4
- import * as base64 from '../api/utils/Base64';
5
- import * as script from '../ops/utils/ScriptValidationUtils';
6
- import * as constants from '../storage/StaticStorage';
7
- declare const _default: (config?: StateInterface) => {
1
+ import { State, StateInterface } from '../shared/State';
2
+ import { AdminFederation } from '../ops/cloud/AdminFederationOps';
3
+ import { Admin } from '../ops/AdminOps';
4
+ import { Agent } from '../ops/AgentOps';
5
+ import { Authenticate } from '../ops/AuthenticateOps';
6
+ import { CirclesOfTrust } from '../ops/CirclesOfTrustOps';
7
+ import { ConnectionProfile } from '../ops/ConnectionProfileOps';
8
+ import { EmailTemplate } from '../ops/EmailTemplateOps';
9
+ import { ExportImport } from '../ops/utils/ExportImportUtils';
10
+ import { Feature } from '../ops/cloud/FeatureOps';
11
+ import { Idm } from '../ops/IdmOps';
12
+ import { Idp } from '../ops/IdpOps';
13
+ import { Info } from '../ops/InfoOps';
14
+ import { Jose } from '../ops/JoseOps';
15
+ import { Journey } from '../ops/JourneyOps';
16
+ import { Log } from '../ops/cloud/LogOps';
17
+ import { ManagedObject } from '../ops/ManagedObjectOps';
18
+ import { Node } from '../ops/NodeOps';
19
+ import { OAuth2Client } from '../ops/OAuth2ClientOps';
20
+ import { OAuth2Oidc } from '../ops/OAuth2OidcOps';
21
+ import { OAuth2Provider } from '../ops/OAuth2ProviderOps';
22
+ import { Utils } from '../ops/utils/OpsUtils';
23
+ import { Organization } from '../ops/OrganizationOps';
24
+ import { Policy } from '../ops/PolicyOps';
25
+ import { PolicySet } from '../ops/PolicySetOps';
26
+ import { Realm } from '../ops/RealmOps';
27
+ import { ResourceType } from '../ops/ResourceTypeOps';
28
+ import { Saml2 } from '../ops/Saml2Ops';
29
+ import { Script } from '../ops/ScriptOps';
30
+ import { ScriptValidation } from '../ops/utils/ScriptValidationUtils';
31
+ import { Service } from '../ops/ServiceOps';
32
+ import { Secret } from '../ops/cloud/SecretsOps';
33
+ import { ServiceAccount } from '../ops/cloud/ServiceAccountOps';
34
+ import { Startup } from '../ops/cloud/StartupOps';
35
+ import { Theme } from '../ops/ThemeOps';
36
+ import { Variable } from '../ops/cloud/VariablesOps';
37
+ import { Version } from '../ops/utils/VersionUtils';
38
+ import { Constants } from '../shared/Constants';
39
+ /**
40
+ * Frodo Library
41
+ */
42
+ export type Frodo = {
8
43
  state: State;
9
- admin: {
10
- listOAuth2CustomClients(): Promise<any>;
11
- listOAuth2AdminClients(): Promise<any>;
12
- listNonOAuth2AdminStaticUserMappings(showProtected: boolean): Promise<any>;
13
- addAutoIdStaticUserMapping(): Promise<void>;
14
- grantOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
15
- revokeOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
16
- createOAuth2ClientWithAdminPrivileges(clientId: string, clientSecret: string): Promise<void>;
17
- createLongLivedToken(clientId: string, clientSecret: string, scope: string, secret: string | boolean, lifetime: number): Promise<any>;
18
- removeStaticUserMapping(subject: string): Promise<void>;
19
- hideGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
20
- showGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
21
- repairOrgModel(excludeCustomized: boolean, extendPermissions: boolean, dryRun: boolean): Promise<void>;
22
- };
23
- agent: {
24
- createAgentExportTemplate(): import("../ops/OpsTypes").AgentExportInterface;
25
- getAgents(): Promise<import("../api/ApiTypes").AgentSkeleton[]>;
26
- getAgent(agentId: string): Promise<any>;
27
- getAgentByTypeAndId(agentType: import("../api/ApiTypes").AgentType, agentId: string): Promise<any>;
28
- getIdentityGatewayAgents(): Promise<any>;
29
- getIdentityGatewayAgent(gatewayId: string): Promise<any>;
30
- putIdentityGatewayAgent(gatewayId: string, gatewayData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
31
- getJavaAgents(): Promise<any>;
32
- getJavaAgent(agentId: string): Promise<any>;
33
- putJavaAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
34
- getWebAgents(): Promise<any>;
35
- getWebAgent(agentId: string): Promise<any>;
36
- putWebAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
37
- exportAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
38
- exportIdentityGatewayAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
39
- exportJavaAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
40
- exportWebAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
41
- exportAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
42
- exportIdentityGatewayAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
43
- exportJavaAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
44
- exportWebAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
45
- importAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
46
- importIdentityGatewayAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
47
- importJavaAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
48
- importWebAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
49
- importAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
50
- importIdentityGatewayAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
51
- importJavaAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
52
- importWebAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
53
- deleteAgents(): Promise<void>;
54
- deleteAgent(agentId: string): Promise<void>;
55
- deleteIdentityGatewayAgents(): Promise<void>;
56
- deleteIdentityGatewayAgent(agentId: string): Promise<void>;
57
- deleteJavaAgents(): Promise<void>;
58
- deleteJavaAgent(agentId: string): Promise<void>;
59
- deleteWebAgents(): Promise<void>;
60
- deleteWebAgent(agentId: string): Promise<void>;
61
- };
44
+ admin: Admin;
45
+ agent: Agent;
62
46
  authn: {
63
- journey: {
64
- createSingleTreeExportTemplate(): import("../ops/OpsTypes").SingleTreeExportInterface;
65
- createMultiTreeExportTemplate(): import("../ops/OpsTypes").MultiTreeExportInterface;
66
- exportJourney(treeId: string, options?: import("../ops/OpsTypes").TreeExportOptions): Promise<import("../ops/OpsTypes").SingleTreeExportInterface>;
67
- getJourneys(): Promise<import("../api/ApiTypes").TreeSkeleton[]>;
68
- getJourney(journeyId: string): Promise<import("../api/ApiTypes").TreeSkeleton>;
69
- importJourney(treeObject: import("../ops/OpsTypes").SingleTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<boolean>;
70
- resolveDependencies(installedJorneys: any, journeyMap: any, unresolvedJourneys: any, resolvedJourneys: any, index?: number): Promise<void>;
71
- importAllJourneys(treesMap: import("../ops/OpsTypes").MultiTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<void>;
72
- getNodeRef(nodeObj: import("../api/ApiTypes").NodeSkeleton, singleTreeExport: import("../ops/OpsTypes").SingleTreeExportInterface): import("../api/ApiTypes").NodeRefSkeletonInterface | import("../api/ApiTypes").InnerNodeRefSkeletonInterface;
73
- onlineTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
74
- fileByIdTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
75
- createFileParamTreeExportResolver(file: string): import("../ops/OpsTypes").TreeExportResolverInterface;
76
- getTreeDescendents(treeExport: import("../ops/OpsTypes").SingleTreeExportInterface, resolveTreeExport: import("../ops/OpsTypes").TreeExportResolverInterface, resolvedTreeIds?: string[]): Promise<import("../ops/OpsTypes").TreeDependencyMapInterface>;
77
- findOrphanedNodes(): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
78
- removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<unknown[]>;
79
- isCustomJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
80
- isPremiumJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
81
- isCloudOnlyJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
82
- getJourneyClassification(journey: import("../ops/OpsTypes").SingleTreeExportInterface): import("../ops/OpsTypes").JourneyClassificationType[];
83
- deleteJourney(journeyId: string, options: {
84
- deep: boolean;
85
- verbose: boolean;
86
- progress?: boolean;
87
- }): Promise<{
88
- nodes: {};
89
- }>;
90
- deleteJourneys(options: {
91
- deep: boolean;
92
- verbose: boolean;
93
- }): Promise<{}>;
94
- enableJourney(journeyId: string): Promise<boolean>;
95
- disableJourney(journeyId: string): Promise<boolean>;
96
- };
97
- node: {
98
- findOrphanedNodes(): Promise<unknown[]>;
99
- removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
100
- isPremiumNode(nodeType: string): boolean;
101
- isCloudOnlyNode(nodeType: string): boolean;
102
- isCustomNode(nodeType: string): boolean;
103
- getNodeClassification(nodeType: string): import("../ops/OpsTypes").NodeClassificationType[];
104
- };
47
+ journey: Journey;
48
+ node: Node;
105
49
  };
106
50
  authz: {
107
- policy: {
108
- getPolicies(): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
109
- getPoliciesByPolicySet(policySetId: string): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
110
- getPolicy(policyId: string): Promise<import("../api/ApiTypes").PolicySkeleton>;
111
- putPolicy(policyId: string, policyData: import("../api/ApiTypes").PolicySkeleton): Promise<any>;
112
- deletePolicy(policyId: string): Promise<any>;
113
- exportPolicy(policyId: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
114
- exportPolicies(options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
115
- exportPoliciesByPolicySet(policySetName: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
116
- importPolicy(policyId: string, importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
117
- importFirstPolicy(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
118
- importPolicies(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
119
- };
120
- policySet: {
121
- getPolicySets(): Promise<import("../api/ApiTypes").PolicySetSkeleton[]>;
122
- getPolicySet(policySetName: string): Promise<import("../api/ApiTypes").PolicySetSkeleton>;
123
- createPolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
124
- updatePolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
125
- deletePolicySet(policySetName: string): Promise<any>;
126
- exportPolicySet(policySetName: string, options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
127
- exportPolicySets(options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
128
- importPolicySet(policySetName: string, importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
129
- importFirstPolicySet(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
130
- importPolicySets(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
131
- };
132
- resourceType: {
133
- getResourceType(resourceTypeUuid: string): Promise<any>;
134
- getResourceTypes(): Promise<import("../api/ApiTypes").ResourceTypeSkeleton[]>;
135
- getResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
136
- updateResourceType(resourceTypeUuid: string, resourceTypeData: import("../api/ApiTypes").ResourceTypeSkeleton): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
137
- deleteResourceType(resourceTypeUuid: string): Promise<any>;
138
- deleteResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
139
- exportResourceType(resourceTypeUuid: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
140
- exportResourceTypeByName(resourceTypeName: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
141
- exportResourceTypes(): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
142
- importResourceType(resourceTypeUuid: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
143
- importResourceTypeByName(resourceTypeName: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
144
- importFirstResourceType(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
145
- importResourceTypes(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any[]>;
146
- };
51
+ policy: Policy;
52
+ policySet: PolicySet;
53
+ resourceType: ResourceType;
147
54
  };
148
55
  cloud: {
149
- adminFed: {
150
- createAdminFederationExportTemplate(): import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface;
151
- getAdminFederationProviders(): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
152
- getAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
153
- putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
154
- deleteAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
155
- exportAdminFederationProvider(providerId: string): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
156
- exportAdminFederationProviders(): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
157
- importAdminFederationProvider(providerId: string, importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
158
- importFirstAdminFederationProvider(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
159
- importAdminFederationProviders(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
160
- };
161
- feature: {
162
- getFeatures(): Promise<import("../api/cloud/FeatureApi").FeatureInterface[]>;
163
- hasFeature(featureId: string): Promise<boolean>;
164
- };
165
- log: {
166
- getDefaultNoiseFilter(): string[];
167
- resolveLevel(level: string | number): string[];
168
- resolvePayloadLevel(log: import("../api/ApiTypes").LogEventSkeleton): string;
169
- getLogSources(): Promise<string[]>;
170
- getLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
171
- getLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
172
- createLogApiKey(keyName: string): Promise<import("../api/ApiTypes").LogApiKey>;
173
- deleteLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
174
- deleteLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
175
- tail(source: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
176
- fetch(source: string, startTs: string, endTs: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
177
- };
178
- secret: {
179
- getSecrets(): Promise<any>;
180
- getSecret(secretId: string): Promise<any>;
181
- putSecret(secretId: string, value: string, description: string, encoding?: string, useInPlaceholders?: boolean): Promise<any>;
182
- setSecretDescription(secretId: string, description: string): Promise<any>;
183
- deleteSecret(secretId: string): Promise<any>;
184
- getSecretVersions(secretId: string): Promise<any>;
185
- createNewVersionOfSecret(secretId: string, value: string): Promise<any>;
186
- getVersionOfSecret(secretId: string, version: string): Promise<any>;
187
- setStatusOfVersionOfSecret(secretId: string, version: string, status: import("../api/ApiTypes").VersionOfSecretStatus): Promise<any>;
188
- deleteVersionOfSecret(secretId: string, version: string): Promise<any>;
189
- };
190
- serviceAccount: {
191
- isServiceAccountsFeatureAvailable(): Promise<boolean>;
192
- createServiceAccount(name: string, description: string, accountStatus: "Active" | "Inactive", scopes: string[], jwks: jose.JwksInterface): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
193
- getServiceAccount(serviceAccountId: string): Promise<import("../ops/cloud/ServiceAccountOps").ServiceAccount>;
194
- };
195
- startup: {
196
- checkForUpdates(): Promise<import("../ops/cloud/StartupOps").Updates>;
197
- applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
198
- };
199
- variable: {
200
- deleteVariable(variableId: string): Promise<any>;
201
- getVariable(variableId: string): Promise<any>;
202
- getVariables(): Promise<any>;
203
- putVariable(variableId: string, value: string, description: string): Promise<any>;
204
- setVariableDescription(variableId: string, description: string): Promise<any>;
205
- };
206
- };
207
- conn: {
208
- getConnectionProfilesPath(): string;
209
- findConnectionProfiles(connectionProfiles: import("../ops/ConnectionProfileOps").ConnectionsFileInterface, host: string): import("../ops/ConnectionProfileOps").SecureConnectionProfileInterface[];
210
- initConnectionProfiles(): Promise<void>;
211
- getConnectionProfileByHost(host: string): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
212
- getConnectionProfile(): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
213
- saveConnectionProfile(host: string): Promise<boolean>;
214
- deleteConnectionProfile(host: string): void;
215
- addNewServiceAccount(): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
216
- };
56
+ adminFed: AdminFederation;
57
+ feature: Feature;
58
+ log: Log;
59
+ secret: Secret;
60
+ serviceAccount: ServiceAccount;
61
+ startup: Startup;
62
+ variable: Variable;
63
+ };
64
+ conn: ConnectionProfile;
217
65
  email: {
218
- template: {
219
- EMAIL_TEMPLATE_TYPE: string;
220
- getEmailTemplates(): Promise<any>;
221
- getEmailTemplate(templateId: string): Promise<any>;
222
- putEmailTemplate(templateId: string, templateData: import("../api/ApiTypes").EmailTemplateSkeleton): Promise<any>;
223
- };
224
- };
225
- helper: {
226
- base64: typeof base64;
227
- constants: typeof constants;
228
- jose: typeof jose;
229
- script: typeof script;
230
- utils: typeof utils;
66
+ template: EmailTemplate;
231
67
  };
232
68
  idm: {
233
- config: {
234
- getAllConfigEntities(): Promise<any>;
235
- getConfigEntitiesByType(type: string): Promise<any>;
236
- getConfigEntity(entityId: string): Promise<any>;
237
- putConfigEntity(entityId: string, entityData: string | import("../api/ApiTypes").NoIdObjectSkeletonInterface): Promise<any>;
238
- queryAllManagedObjectsByType(type: string, fields: string[], pageCookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").IdObjectSkeletonInterface>>;
239
- testConnectorServers(): Promise<import("../api/IdmSystemApi").ConnectorServerStatusInterface[]>;
240
- };
241
- managed: {
242
- resolveUserName(type: string, id: string): Promise<string | number | boolean | object>;
243
- resolveFullName(type: string, id: string): Promise<string>;
244
- };
245
- organization: {
246
- getRealmManagedOrganization(): string;
247
- getOrganizations(): Promise<any[]>;
248
- };
249
- };
250
- info: {
251
- getInfo(): Promise<import("../ops/InfoOps").PlatformInfo>;
252
- };
253
- login: {
254
- getAccessTokenForServiceAccount(saId?: string, saJwk?: jose.JwkRsa): Promise<string>;
255
- getTokens(forceLoginAsUser?: boolean): Promise<boolean>;
69
+ config: Idm;
70
+ managed: ManagedObject;
71
+ organization: Organization;
256
72
  };
73
+ info: Info;
74
+ login: Authenticate;
257
75
  oauth2oidc: {
258
- client: {
259
- getOAuth2Clients(): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton[]>;
260
- getOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
261
- putOAuth2Client(clientId: string, clientData: import("../api/ApiTypes").OAuth2ClientSkeleton): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
262
- deleteOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
263
- exportOAuth2Clients(options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
264
- exportOAuth2Client(clientId: string, options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
265
- importOAuth2Client(clientId: string, importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
266
- importFirstOAuth2Client(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
267
- importOAuth2Clients(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<unknown[]>;
268
- };
269
- endpoint: {
270
- authorize(amBaseUrl: string, data: string, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
271
- accessToken(amBaseUrl: string, data: any, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
272
- getTokenInfo(amBaseUrl: string, config: import("axios").AxiosRequestConfig<any>): Promise<any>;
273
- clientCredentialsGrant(amBaseUrl: string, clientId: string, clientSecret: string, scope: string): Promise<any>;
274
- };
275
- external: {
276
- getSocialIdentityProviders(): Promise<any>;
277
- getSocialProvider(providerId: string): Promise<any>;
278
- putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<any>;
279
- deleteSocialProvider(providerId: string): Promise<unknown>;
280
- exportSocialProvider(providerId: string): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
281
- exportSocialProviders(): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
282
- importSocialProvider(providerId: string, importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
283
- importFirstSocialProvider(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
284
- importSocialProviders(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
285
- };
286
- provider: {
287
- getOAuth2Provider(): Promise<any>;
288
- };
289
- };
290
- realm: {
291
- getRealms(): Promise<any>;
292
- getRealmByName(realmName: string): Promise<any>;
293
- putRealm(realmId: string, realmData: object): Promise<any>;
294
- addCustomDomain(realmName: string, domain: string): Promise<any>;
295
- removeCustomDomain(realmName: string, domain: string): Promise<any>;
76
+ client: OAuth2Client;
77
+ endpoint: OAuth2Oidc;
78
+ external: Idp;
79
+ provider: OAuth2Provider;
296
80
  };
81
+ realm: Realm;
297
82
  saml2: {
298
- circlesOfTrust: {
299
- createCirclesOfTrustExportTemplate(): import("../ops/OpsTypes").CirclesOfTrustExportInterface;
300
- getCircleOfTrust(cotId: string): Promise<any>;
301
- getCirclesOfTrust(): Promise<any>;
302
- createCircleOfTrust(cotData: import("../api/ApiTypes").CircleOfTrustSkeleton): Promise<any>;
303
- exportCircleOfTrust(cotId: string): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
304
- exportCirclesOfTrust(): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
305
- importCircleOfTrust(cotId: string, importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
306
- importFirstCircleOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
307
- importCirclesOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any[]>;
308
- };
309
- entityProvider: {
310
- getSaml2ProviderStubs(): Promise<import("../api/ApiTypes").Saml2ProviderStub[]>;
311
- getProviderByLocationAndId(location: string, entityId64: string): Promise<any>;
312
- getProviderMetadataUrl(entityId: string): string;
313
- getProviderMetadata(entityId: string): Promise<any>;
314
- getSaml2ProviderStub(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderStub>;
315
- getSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
316
- deleteSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
317
- deleteSaml2Providers(): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton[]>;
318
- exportSaml2Provider(entityId: string): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
319
- exportSaml2Providers(): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
320
- importSaml2Provider(entityId: string, importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<boolean>;
321
- importSaml2Providers(importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<import("../ops/OpsTypes").MultiOpStatusInterface>;
322
- };
323
- };
324
- script: {
325
- getScripts(): Promise<import("../api/ApiTypes").ScriptSkeleton[]>;
326
- getScriptByName(scriptName: string): Promise<import("../api/ApiTypes").ScriptSkeleton>;
327
- putScript(scriptId: string, scriptData: import("../api/ApiTypes").ScriptSkeleton): Promise<boolean>;
328
- exportScript(scriptId: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
329
- exportScriptByName(scriptName: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
330
- exportScripts(): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
331
- importScripts(scriptName: string, importData: import("../ops/ScriptOps").ScriptExportInterface, reUuid?: boolean, validate?: boolean): Promise<boolean>;
332
- getScript(scriptId: string): Promise<any>;
333
- deleteScript(scriptId: string): Promise<any>;
334
- };
335
- service: {
336
- createServiceExportTemplate(): import("../ops/OpsTypes").ServiceExportInterface;
337
- getListOfServices(globalConfig?: boolean): Promise<import("../api/ServiceApi").ServiceListItem[]>;
338
- getFullServices(globalConfig?: boolean): Promise<import("../api/ApiTypes").FullService[]>;
339
- deleteFullService(serviceId: string, globalConfig?: boolean): Promise<void>;
340
- deleteFullServices(globalConfig?: boolean): Promise<void>;
341
- exportService(serviceId: string, globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
342
- exportServices(globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
343
- importService(serviceId: string, importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton>;
344
- importServices(importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton[]>;
345
- };
346
- theme: {
347
- getThemes(): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
348
- getTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
349
- getThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
350
- putTheme(themeId: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
351
- putThemeByName(themeName: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
352
- putThemes(themeMap: Map<string, import("../api/ApiTypes").ThemeSkeleton>): Promise<Map<string, import("../api/ApiTypes").ThemeSkeleton>>;
353
- deleteTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
354
- deleteThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
355
- deleteThemes(realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
356
- };
357
- utils: {
358
- impex: {
359
- getMetadata(): import("../ops/OpsTypes").ExportMetaData;
360
- titleCase(input: string): string;
361
- getRealmString(): string;
362
- convertBase64TextToArray(b64text: string): any[];
363
- convertBase64UrlTextToArray(b64UTF8Text: string): any[];
364
- convertTextArrayToBase64(textArray: string[]): string;
365
- convertTextArrayToBase64Url(textArray: string[]): any;
366
- validateImport(metadata: any): boolean;
367
- getTypedFilename(name: string, type: string, suffix?: string): string;
368
- getWorkingDirectory(): string;
369
- saveToFile(type: string, data: object, identifier: string, filename: string): void;
370
- saveJsonToFile(data: object, filename: string, includeMeta?: boolean): boolean;
371
- appendTextToFile(data: string, filename: string): void;
372
- findFilesByName(fileName: string, fast?: boolean, path?: string): string[];
373
- readFilesRecursive(directory: string): Promise<string[]>;
374
- };
375
- version: {
376
- getVersion(): string;
377
- getAllVersions(endpoints: {
378
- base: string;
379
- path: string;
380
- }[]): Promise<PromiseSettledResult<any>[]>;
381
- };
382
- };
83
+ circlesOfTrust: CirclesOfTrust;
84
+ entityProvider: Saml2;
85
+ };
86
+ script: Script;
87
+ service: Service;
88
+ theme: Theme;
89
+ utils: Utils & {
90
+ constants: Constants;
91
+ impex: ExportImport;
92
+ jose: Jose;
93
+ script: ScriptValidation;
94
+ version: Version;
95
+ };
96
+ /**
97
+ * Create a new frodo instance
98
+ * @param {StateInterface} config Initial state configuration to use with the new instance
99
+ * @returns {Frodo} frodo instance
100
+ */
101
+ createInstance(config: StateInterface): Frodo;
102
+ /**
103
+ * Factory helper to create a frodo instance ready for logging in with an admin user account
104
+ * @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
105
+ * @param {string} username admin account username
106
+ * @param {string} password admin account password
107
+ * @param {string} realm (optional) override default realm
108
+ * @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
109
+ * @param {boolean} allowInsecureConnection (optional) allow insecure connection
110
+ * @param {boolean} debug (optional) enable debug output
111
+ * @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
112
+ * @returns {Frodo} frodo instance
113
+ */
114
+ createInstanceWithAdminAccount(host: string, serviceAccountId: string, serviceAccountJwkStr: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): Frodo;
115
+ /**
116
+ * Factory helper to create a frodo instance ready for logging in with a service account
117
+ * @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
118
+ * @param {string} serviceAccountId service account uuid
119
+ * @param {string} serviceAccountJwkStr service account JWK as stringified JSON
120
+ * @param {string} realm (optional) override default realm
121
+ * @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
122
+ * @param {boolean} allowInsecureConnection (optional) allow insecure connection
123
+ * @param {boolean} debug (optional) enable debug output
124
+ * @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
125
+ * @returns {Frodo} frodo instance
126
+ */
127
+ createInstanceWithServiceAccount(host: string, serviceAccountId: string, serviceAccountJwkStr: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): Frodo;
383
128
  };
384
- export default _default;
129
+ /**
130
+ * Create a new frodo instance
131
+ * @param {StateInterface} config Initial state configuration to use with the new instance
132
+ * @returns {Frodo} frodo instance
133
+ */
134
+ declare const FrodoLib: (config?: StateInterface) => Frodo;
135
+ /**
136
+ * Default frodo instance
137
+ *
138
+ * @remarks
139
+ *
140
+ * If your application requires a single connection to a ForgeRock Identity Platform
141
+ * instance at a time, then this default instance is all you need:
142
+ *
143
+ * In order to use the default {@link Frodo | frodo} instance, you must populate its {@link State | state} with the
144
+ * minimum required information to login to your ForgeRock Identity Platform instance:
145
+ *
146
+ * ```javascript
147
+ * // configure the state before invoking any library functions that require credentials
148
+ * state.setHost('https://instance0/am');
149
+ * state.setUsername('admin');
150
+ * state.setPassword('p@ssw0rd!');
151
+ *
152
+ * // now the library can login
153
+ * frodo.login.getTokens();
154
+ *
155
+ * // and perform operations
156
+ * frodo.authn.journey.exportJourney('Login');
157
+ * ```
158
+ *
159
+ * If your application needs to connect to multiple ForgeRock Identity Platform instances
160
+ * simultaneously, then you will want to create additional frodo instances using any of
161
+ * the available factory methods accessible from the default instance:
162
+ *
163
+ * {@link frodo.createInstance}
164
+ * ```javascript
165
+ * // use factory method to create a new Frodo instance
166
+ * const instance1 = frodo.createInstance({
167
+ * host: 'https://instance1/am',
168
+ * });
169
+ *
170
+ * // now the instance can login
171
+ * instance1.login.getTokens();
172
+ *
173
+ * // and perform operations
174
+ * instance1.authn.journey.exportJourney('Login');
175
+ * ```
176
+ *
177
+ * {@link frodo.createInstanceWithAdminAccount}
178
+ * ```javascript
179
+ * // use factory method to create a new Frodo instance ready to login with an admin user account
180
+ * const instance2 = frodo.createInstanceWithAdminAccount(
181
+ * 'https://instance2/am',
182
+ * 'admin',
183
+ * 'p@ssw0rd!'
184
+ * );
185
+ *
186
+ * // now the instance can login
187
+ * instance2.login.getTokens();
188
+ *
189
+ * // and perform operations
190
+ * instance2.authn.journey.exportJourney('Login');
191
+ * ```
192
+ *
193
+ * {@link frodo.createInstanceWithServiceAccount}
194
+ * ```javascript
195
+ * // use factory method to create a new Frodo instance ready to login with a service account
196
+ * const instance3 = frodo.createInstanceWithServiceAccount(
197
+ * 'https://instance3/am',
198
+ * 'serviceAccount',
199
+ * '{"k":"jwk"}'
200
+ * );
201
+ *
202
+ * // now the instance can login
203
+ * instance3.login.getTokens();
204
+ *
205
+ * // and perform operations
206
+ * instance3.authn.journey.exportJourney('Login');
207
+ * ```
208
+ */
209
+ declare const frodo: Frodo;
210
+ /**
211
+ * Default state instance
212
+ *
213
+ * @remarks
214
+ *
215
+ * {@link Frodo} maintains a {@link State | state} for each instance. The state is where Frodo gets configuration
216
+ * information from like host to connecto to, username and password to use, whether to
217
+ * allow insecure connections or not, etc. As the library operates, it updates its state.
218
+ *
219
+ * The default frodo instance contains an empty state instance by default. In order to
220
+ * use the default frodo instance, you must populate its state with the minimum required
221
+ * information to login to your ForgeRock Identity Platform instance:
222
+ *
223
+ * ```javascript
224
+ * // configure the state before invoking any library functions that require credentials
225
+ * state.setHost('https://instance0/am');
226
+ * state.setUsername('admin');
227
+ * state.setPassword('p@ssw0rd!');
228
+ *
229
+ * // now the library can login
230
+ * frodo.login.getTokens();
231
+ *
232
+ * // and perform operations
233
+ * frodo.authn.journey.exportJourney('Login');
234
+ * ```
235
+ */
236
+ declare const state: State;
237
+ export { frodo, state, FrodoLib };
238
+ export default FrodoLib;
385
239
  //# sourceMappingURL=FrodoLib.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FrodoLib.d.ts","sourceRoot":"","sources":["../../src/lib/FrodoLib.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAoCxD,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,KAAK,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,qBAAqB,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,oCAAoC,CAAC;AAC7D,OAAO,KAAK,SAAS,MAAM,0BAA0B,CAAC;kCAE9B,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAtC,wBA2EE"}
1
+ {"version":3,"file":"FrodoLib.d.ts","sourceRoot":"","sources":["../../src/lib/FrodoLib.ts"],"names":[],"mappings":"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"}