@volcengine/organization 1.0.1

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 (350) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +525 -0
  4. package/dist/esm/api.d.ts +540 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +350 -0
  9. package/dist/esm/types/accept-invitation-request.d.ts +30 -0
  10. package/dist/esm/types/accept-invitation-request.d.ts.map +1 -0
  11. package/dist/esm/types/accept-invitation-response.d.ts +20 -0
  12. package/dist/esm/types/accept-invitation-response.d.ts.map +1 -0
  13. package/dist/esm/types/accept-quit-application-request.d.ts +35 -0
  14. package/dist/esm/types/accept-quit-application-request.d.ts.map +1 -0
  15. package/dist/esm/types/accept-quit-application-response.d.ts +20 -0
  16. package/dist/esm/types/accept-quit-application-response.d.ts.map +1 -0
  17. package/dist/esm/types/account-for-describe-account-output.d.ts +115 -0
  18. package/dist/esm/types/account-for-describe-account-output.d.ts.map +1 -0
  19. package/dist/esm/types/account-list-for-list-accounts-output.d.ts +126 -0
  20. package/dist/esm/types/account-list-for-list-accounts-output.d.ts.map +1 -0
  21. package/dist/esm/types/attach-service-control-policy-request.d.ts +35 -0
  22. package/dist/esm/types/attach-service-control-policy-request.d.ts.map +1 -0
  23. package/dist/esm/types/attach-service-control-policy-response.d.ts +20 -0
  24. package/dist/esm/types/attach-service-control-policy-response.d.ts.map +1 -0
  25. package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts +30 -0
  26. package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts.map +1 -0
  27. package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts +20 -0
  28. package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts.map +1 -0
  29. package/dist/esm/types/cancel-invitation-request.d.ts +25 -0
  30. package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
  31. package/dist/esm/types/cancel-invitation-response.d.ts +20 -0
  32. package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
  33. package/dist/esm/types/change-account-secure-contact-info-request.d.ts +35 -0
  34. package/dist/esm/types/change-account-secure-contact-info-request.d.ts.map +1 -0
  35. package/dist/esm/types/change-account-secure-contact-info-response.d.ts +20 -0
  36. package/dist/esm/types/change-account-secure-contact-info-response.d.ts.map +1 -0
  37. package/dist/esm/types/create-account-request.d.ts +50 -0
  38. package/dist/esm/types/create-account-request.d.ts.map +1 -0
  39. package/dist/esm/types/create-account-response.d.ts +25 -0
  40. package/dist/esm/types/create-account-response.d.ts.map +1 -0
  41. package/dist/esm/types/create-organization-request.d.ts +20 -0
  42. package/dist/esm/types/create-organization-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-organization-response.d.ts +25 -0
  44. package/dist/esm/types/create-organization-response.d.ts.map +1 -0
  45. package/dist/esm/types/create-organizational-unit-request.d.ts +35 -0
  46. package/dist/esm/types/create-organizational-unit-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-organizational-unit-response.d.ts +25 -0
  48. package/dist/esm/types/create-organizational-unit-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-service-control-policy-request.d.ts +35 -0
  50. package/dist/esm/types/create-service-control-policy-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-service-control-policy-response.d.ts +50 -0
  52. package/dist/esm/types/create-service-control-policy-response.d.ts.map +1 -0
  53. package/dist/esm/types/delete-organization-request.d.ts +20 -0
  54. package/dist/esm/types/delete-organization-request.d.ts.map +1 -0
  55. package/dist/esm/types/delete-organization-response.d.ts +20 -0
  56. package/dist/esm/types/delete-organization-response.d.ts.map +1 -0
  57. package/dist/esm/types/delete-organizational-unit-request.d.ts +25 -0
  58. package/dist/esm/types/delete-organizational-unit-request.d.ts.map +1 -0
  59. package/dist/esm/types/delete-organizational-unit-response.d.ts +20 -0
  60. package/dist/esm/types/delete-organizational-unit-response.d.ts.map +1 -0
  61. package/dist/esm/types/delete-service-control-policy-request.d.ts +25 -0
  62. package/dist/esm/types/delete-service-control-policy-request.d.ts.map +1 -0
  63. package/dist/esm/types/delete-service-control-policy-response.d.ts +20 -0
  64. package/dist/esm/types/delete-service-control-policy-response.d.ts.map +1 -0
  65. package/dist/esm/types/describe-account-invitation-request.d.ts +25 -0
  66. package/dist/esm/types/describe-account-invitation-request.d.ts.map +1 -0
  67. package/dist/esm/types/describe-account-invitation-response.d.ts +26 -0
  68. package/dist/esm/types/describe-account-invitation-response.d.ts.map +1 -0
  69. package/dist/esm/types/describe-account-request.d.ts +25 -0
  70. package/dist/esm/types/describe-account-request.d.ts.map +1 -0
  71. package/dist/esm/types/describe-account-response.d.ts +26 -0
  72. package/dist/esm/types/describe-account-response.d.ts.map +1 -0
  73. package/dist/esm/types/describe-organization-request.d.ts +20 -0
  74. package/dist/esm/types/describe-organization-request.d.ts.map +1 -0
  75. package/dist/esm/types/describe-organization-response.d.ts +32 -0
  76. package/dist/esm/types/describe-organization-response.d.ts.map +1 -0
  77. package/dist/esm/types/describe-organizational-unit-request.d.ts +25 -0
  78. package/dist/esm/types/describe-organizational-unit-request.d.ts.map +1 -0
  79. package/dist/esm/types/describe-organizational-unit-response.d.ts +26 -0
  80. package/dist/esm/types/describe-organizational-unit-response.d.ts.map +1 -0
  81. package/dist/esm/types/describe-quit-application-request.d.ts +25 -0
  82. package/dist/esm/types/describe-quit-application-request.d.ts.map +1 -0
  83. package/dist/esm/types/describe-quit-application-response.d.ts +26 -0
  84. package/dist/esm/types/describe-quit-application-response.d.ts.map +1 -0
  85. package/dist/esm/types/detach-service-control-policy-request.d.ts +30 -0
  86. package/dist/esm/types/detach-service-control-policy-request.d.ts.map +1 -0
  87. package/dist/esm/types/detach-service-control-policy-response.d.ts +20 -0
  88. package/dist/esm/types/detach-service-control-policy-response.d.ts.map +1 -0
  89. package/dist/esm/types/disable-console-login-request.d.ts +25 -0
  90. package/dist/esm/types/disable-console-login-request.d.ts.map +1 -0
  91. package/dist/esm/types/disable-console-login-response.d.ts +20 -0
  92. package/dist/esm/types/disable-console-login-response.d.ts.map +1 -0
  93. package/dist/esm/types/disable-service-control-policy-request.d.ts +20 -0
  94. package/dist/esm/types/disable-service-control-policy-request.d.ts.map +1 -0
  95. package/dist/esm/types/disable-service-control-policy-response.d.ts +25 -0
  96. package/dist/esm/types/disable-service-control-policy-response.d.ts.map +1 -0
  97. package/dist/esm/types/enable-console-login-request.d.ts +30 -0
  98. package/dist/esm/types/enable-console-login-request.d.ts.map +1 -0
  99. package/dist/esm/types/enable-console-login-response.d.ts +20 -0
  100. package/dist/esm/types/enable-console-login-response.d.ts.map +1 -0
  101. package/dist/esm/types/enable-service-control-policy-request.d.ts +20 -0
  102. package/dist/esm/types/enable-service-control-policy-request.d.ts.map +1 -0
  103. package/dist/esm/types/enable-service-control-policy-response.d.ts +25 -0
  104. package/dist/esm/types/enable-service-control-policy-response.d.ts.map +1 -0
  105. package/dist/esm/types/get-account-secure-contact-info-request.d.ts +25 -0
  106. package/dist/esm/types/get-account-secure-contact-info-request.d.ts.map +1 -0
  107. package/dist/esm/types/get-account-secure-contact-info-response.d.ts +50 -0
  108. package/dist/esm/types/get-account-secure-contact-info-response.d.ts.map +1 -0
  109. package/dist/esm/types/get-service-control-policy-enablement-request.d.ts +20 -0
  110. package/dist/esm/types/get-service-control-policy-enablement-request.d.ts.map +1 -0
  111. package/dist/esm/types/get-service-control-policy-enablement-response.d.ts +30 -0
  112. package/dist/esm/types/get-service-control-policy-enablement-response.d.ts.map +1 -0
  113. package/dist/esm/types/get-service-control-policy-request.d.ts +25 -0
  114. package/dist/esm/types/get-service-control-policy-request.d.ts.map +1 -0
  115. package/dist/esm/types/get-service-control-policy-response.d.ts +55 -0
  116. package/dist/esm/types/get-service-control-policy-response.d.ts.map +1 -0
  117. package/dist/esm/types/index.d.ts +112 -0
  118. package/dist/esm/types/index.d.ts.map +1 -0
  119. package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts +110 -0
  120. package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts.map +1 -0
  121. package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts +110 -0
  122. package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts.map +1 -0
  123. package/dist/esm/types/invite-account-request.d.ts +45 -0
  124. package/dist/esm/types/invite-account-request.d.ts.map +1 -0
  125. package/dist/esm/types/invite-account-response.d.ts +25 -0
  126. package/dist/esm/types/invite-account-response.d.ts.map +1 -0
  127. package/dist/esm/types/list-accounts-request.d.ts +55 -0
  128. package/dist/esm/types/list-accounts-request.d.ts.map +1 -0
  129. package/dist/esm/types/list-accounts-response.d.ts +41 -0
  130. package/dist/esm/types/list-accounts-response.d.ts.map +1 -0
  131. package/dist/esm/types/list-invitations-request.d.ts +50 -0
  132. package/dist/esm/types/list-invitations-request.d.ts.map +1 -0
  133. package/dist/esm/types/list-invitations-response.d.ts +41 -0
  134. package/dist/esm/types/list-invitations-response.d.ts.map +1 -0
  135. package/dist/esm/types/list-organizational-units-for-parent-request.d.ts +35 -0
  136. package/dist/esm/types/list-organizational-units-for-parent-request.d.ts.map +1 -0
  137. package/dist/esm/types/list-organizational-units-for-parent-response.d.ts +41 -0
  138. package/dist/esm/types/list-organizational-units-for-parent-response.d.ts.map +1 -0
  139. package/dist/esm/types/list-organizational-units-request.d.ts +20 -0
  140. package/dist/esm/types/list-organizational-units-request.d.ts.map +1 -0
  141. package/dist/esm/types/list-organizational-units-response.d.ts +26 -0
  142. package/dist/esm/types/list-organizational-units-response.d.ts.map +1 -0
  143. package/dist/esm/types/list-policies-for-target-request.d.ts +35 -0
  144. package/dist/esm/types/list-policies-for-target-request.d.ts.map +1 -0
  145. package/dist/esm/types/list-policies-for-target-response.d.ts +41 -0
  146. package/dist/esm/types/list-policies-for-target-response.d.ts.map +1 -0
  147. package/dist/esm/types/list-service-control-policies-request.d.ts +50 -0
  148. package/dist/esm/types/list-service-control-policies-request.d.ts.map +1 -0
  149. package/dist/esm/types/list-service-control-policies-response.d.ts +41 -0
  150. package/dist/esm/types/list-service-control-policies-response.d.ts.map +1 -0
  151. package/dist/esm/types/list-tag-resources-request.d.ts +54 -0
  152. package/dist/esm/types/list-tag-resources-request.d.ts.map +1 -0
  153. package/dist/esm/types/list-tag-resources-response.d.ts +41 -0
  154. package/dist/esm/types/list-tag-resources-response.d.ts.map +1 -0
  155. package/dist/esm/types/list-targets-for-policy-request.d.ts +45 -0
  156. package/dist/esm/types/list-targets-for-policy-request.d.ts.map +1 -0
  157. package/dist/esm/types/list-targets-for-policy-response.d.ts +41 -0
  158. package/dist/esm/types/list-targets-for-policy-response.d.ts.map +1 -0
  159. package/dist/esm/types/move-account-request.d.ts +30 -0
  160. package/dist/esm/types/move-account-request.d.ts.map +1 -0
  161. package/dist/esm/types/move-account-response.d.ts +20 -0
  162. package/dist/esm/types/move-account-response.d.ts.map +1 -0
  163. package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts +80 -0
  164. package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts.map +1 -0
  165. package/dist/esm/types/organization-for-describe-organization-output.d.ts +70 -0
  166. package/dist/esm/types/organization-for-describe-organization-output.d.ts.map +1 -0
  167. package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts +80 -0
  168. package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts.map +1 -0
  169. package/dist/esm/types/owner-for-describe-organization-output.d.ts +35 -0
  170. package/dist/esm/types/owner-for-describe-organization-output.d.ts.map +1 -0
  171. package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts +45 -0
  172. package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts.map +1 -0
  173. package/dist/esm/types/quit-organization-request.d.ts +25 -0
  174. package/dist/esm/types/quit-organization-request.d.ts.map +1 -0
  175. package/dist/esm/types/quit-organization-response.d.ts +25 -0
  176. package/dist/esm/types/quit-organization-response.d.ts.map +1 -0
  177. package/dist/esm/types/re-invite-account-request.d.ts +25 -0
  178. package/dist/esm/types/re-invite-account-request.d.ts.map +1 -0
  179. package/dist/esm/types/re-invite-account-response.d.ts +20 -0
  180. package/dist/esm/types/re-invite-account-response.d.ts.map +1 -0
  181. package/dist/esm/types/reject-invitation-request.d.ts +35 -0
  182. package/dist/esm/types/reject-invitation-request.d.ts.map +1 -0
  183. package/dist/esm/types/reject-invitation-response.d.ts +20 -0
  184. package/dist/esm/types/reject-invitation-response.d.ts.map +1 -0
  185. package/dist/esm/types/reject-quit-application-request.d.ts +35 -0
  186. package/dist/esm/types/reject-quit-application-request.d.ts.map +1 -0
  187. package/dist/esm/types/reject-quit-application-response.d.ts +20 -0
  188. package/dist/esm/types/reject-quit-application-response.d.ts.map +1 -0
  189. package/dist/esm/types/remove-account-request.d.ts +25 -0
  190. package/dist/esm/types/remove-account-request.d.ts.map +1 -0
  191. package/dist/esm/types/remove-account-response.d.ts +20 -0
  192. package/dist/esm/types/remove-account-response.d.ts.map +1 -0
  193. package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts +48 -0
  194. package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts.map +1 -0
  195. package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts +30 -0
  196. package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts.map +1 -0
  197. package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts +20 -0
  198. package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts.map +1 -0
  199. package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts +50 -0
  200. package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts.map +1 -0
  201. package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts +80 -0
  202. package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts.map +1 -0
  203. package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts +80 -0
  204. package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts.map +1 -0
  205. package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts +30 -0
  206. package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts.map +1 -0
  207. package/dist/esm/types/tag-for-list-accounts-output.d.ts +30 -0
  208. package/dist/esm/types/tag-for-list-accounts-output.d.ts.map +1 -0
  209. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  210. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  211. package/dist/esm/types/tag-resources-request.d.ts +44 -0
  212. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  213. package/dist/esm/types/tag-resources-response.d.ts +20 -0
  214. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  215. package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts +48 -0
  216. package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts.map +1 -0
  217. package/dist/esm/types/untag-resources-request.d.ts +43 -0
  218. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  219. package/dist/esm/types/untag-resources-response.d.ts +20 -0
  220. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  221. package/dist/esm/types/update-account-request.d.ts +40 -0
  222. package/dist/esm/types/update-account-request.d.ts.map +1 -0
  223. package/dist/esm/types/update-account-response.d.ts +20 -0
  224. package/dist/esm/types/update-account-response.d.ts.map +1 -0
  225. package/dist/esm/types/update-organizational-unit-request.d.ts +35 -0
  226. package/dist/esm/types/update-organizational-unit-request.d.ts.map +1 -0
  227. package/dist/esm/types/update-organizational-unit-response.d.ts +20 -0
  228. package/dist/esm/types/update-organizational-unit-response.d.ts.map +1 -0
  229. package/dist/esm/types/update-service-control-policy-request.d.ts +40 -0
  230. package/dist/esm/types/update-service-control-policy-request.d.ts.map +1 -0
  231. package/dist/esm/types/update-service-control-policy-response.d.ts +55 -0
  232. package/dist/esm/types/update-service-control-policy-response.d.ts.map +1 -0
  233. package/dist/tsconfig.tsbuildinfo +1 -0
  234. package/package.json +37 -0
  235. package/rslib.config.ts +26 -0
  236. package/src/api.ts +932 -0
  237. package/src/index.ts +14 -0
  238. package/src/types/accept-invitation-request.ts +34 -0
  239. package/src/types/accept-invitation-response.ts +22 -0
  240. package/src/types/accept-quit-application-request.ts +40 -0
  241. package/src/types/accept-quit-application-response.ts +22 -0
  242. package/src/types/account-for-describe-account-output.ts +136 -0
  243. package/src/types/account-list-for-list-accounts-output.ts +149 -0
  244. package/src/types/attach-service-control-policy-request.ts +40 -0
  245. package/src/types/attach-service-control-policy-response.ts +22 -0
  246. package/src/types/cancel-change-account-secure-contact-info-request.ts +34 -0
  247. package/src/types/cancel-change-account-secure-contact-info-response.ts +22 -0
  248. package/src/types/cancel-invitation-request.ts +28 -0
  249. package/src/types/cancel-invitation-response.ts +22 -0
  250. package/src/types/change-account-secure-contact-info-request.ts +40 -0
  251. package/src/types/change-account-secure-contact-info-response.ts +22 -0
  252. package/src/types/create-account-request.ts +58 -0
  253. package/src/types/create-account-response.ts +28 -0
  254. package/src/types/create-organization-request.ts +22 -0
  255. package/src/types/create-organization-response.ts +28 -0
  256. package/src/types/create-organizational-unit-request.ts +40 -0
  257. package/src/types/create-organizational-unit-response.ts +28 -0
  258. package/src/types/create-service-control-policy-request.ts +40 -0
  259. package/src/types/create-service-control-policy-response.ts +58 -0
  260. package/src/types/delete-organization-request.ts +22 -0
  261. package/src/types/delete-organization-response.ts +22 -0
  262. package/src/types/delete-organizational-unit-request.ts +28 -0
  263. package/src/types/delete-organizational-unit-response.ts +22 -0
  264. package/src/types/delete-service-control-policy-request.ts +28 -0
  265. package/src/types/delete-service-control-policy-response.ts +22 -0
  266. package/src/types/describe-account-invitation-request.ts +28 -0
  267. package/src/types/describe-account-invitation-response.ts +29 -0
  268. package/src/types/describe-account-request.ts +28 -0
  269. package/src/types/describe-account-response.ts +29 -0
  270. package/src/types/describe-organization-request.ts +22 -0
  271. package/src/types/describe-organization-response.ts +36 -0
  272. package/src/types/describe-organizational-unit-request.ts +28 -0
  273. package/src/types/describe-organizational-unit-response.ts +29 -0
  274. package/src/types/describe-quit-application-request.ts +28 -0
  275. package/src/types/describe-quit-application-response.ts +29 -0
  276. package/src/types/detach-service-control-policy-request.ts +34 -0
  277. package/src/types/detach-service-control-policy-response.ts +22 -0
  278. package/src/types/disable-console-login-request.ts +28 -0
  279. package/src/types/disable-console-login-response.ts +22 -0
  280. package/src/types/disable-service-control-policy-request.ts +22 -0
  281. package/src/types/disable-service-control-policy-response.ts +28 -0
  282. package/src/types/enable-console-login-request.ts +34 -0
  283. package/src/types/enable-console-login-response.ts +22 -0
  284. package/src/types/enable-service-control-policy-request.ts +22 -0
  285. package/src/types/enable-service-control-policy-response.ts +28 -0
  286. package/src/types/get-account-secure-contact-info-request.ts +28 -0
  287. package/src/types/get-account-secure-contact-info-response.ts +58 -0
  288. package/src/types/get-service-control-policy-enablement-request.ts +22 -0
  289. package/src/types/get-service-control-policy-enablement-response.ts +34 -0
  290. package/src/types/get-service-control-policy-request.ts +28 -0
  291. package/src/types/get-service-control-policy-response.ts +64 -0
  292. package/src/types/index.ts +111 -0
  293. package/src/types/invation-info-for-describe-account-invitation-output.ts +130 -0
  294. package/src/types/invitation-list-for-list-invitations-output.ts +130 -0
  295. package/src/types/invite-account-request.ts +52 -0
  296. package/src/types/invite-account-response.ts +28 -0
  297. package/src/types/list-accounts-request.ts +64 -0
  298. package/src/types/list-accounts-response.ts +47 -0
  299. package/src/types/list-invitations-request.ts +58 -0
  300. package/src/types/list-invitations-response.ts +47 -0
  301. package/src/types/list-organizational-units-for-parent-request.ts +40 -0
  302. package/src/types/list-organizational-units-for-parent-response.ts +47 -0
  303. package/src/types/list-organizational-units-request.ts +22 -0
  304. package/src/types/list-organizational-units-response.ts +29 -0
  305. package/src/types/list-policies-for-target-request.ts +40 -0
  306. package/src/types/list-policies-for-target-response.ts +47 -0
  307. package/src/types/list-service-control-policies-request.ts +58 -0
  308. package/src/types/list-service-control-policies-response.ts +47 -0
  309. package/src/types/list-tag-resources-request.ts +63 -0
  310. package/src/types/list-tag-resources-response.ts +47 -0
  311. package/src/types/list-targets-for-policy-request.ts +52 -0
  312. package/src/types/list-targets-for-policy-response.ts +47 -0
  313. package/src/types/move-account-request.ts +34 -0
  314. package/src/types/move-account-response.ts +22 -0
  315. package/src/types/org-quit-application-for-describe-quit-application-output.ts +94 -0
  316. package/src/types/organization-for-describe-organization-output.ts +82 -0
  317. package/src/types/organization-unit-for-describe-organizational-unit-output.ts +94 -0
  318. package/src/types/owner-for-describe-organization-output.ts +40 -0
  319. package/src/types/policy-for-list-policies-for-target-output.ts +52 -0
  320. package/src/types/quit-organization-request.ts +28 -0
  321. package/src/types/quit-organization-response.ts +28 -0
  322. package/src/types/re-invite-account-request.ts +28 -0
  323. package/src/types/re-invite-account-response.ts +22 -0
  324. package/src/types/reject-invitation-request.ts +40 -0
  325. package/src/types/reject-invitation-response.ts +22 -0
  326. package/src/types/reject-quit-application-request.ts +40 -0
  327. package/src/types/reject-quit-application-response.ts +22 -0
  328. package/src/types/remove-account-request.ts +28 -0
  329. package/src/types/remove-account-response.ts +22 -0
  330. package/src/types/resource-tag-for-list-tag-resources-output.ts +56 -0
  331. package/src/types/retry-change-account-secure-contact-info-request.ts +34 -0
  332. package/src/types/retry-change-account-secure-contact-info-response.ts +22 -0
  333. package/src/types/service-control-policy-for-list-service-control-policies-output.ts +58 -0
  334. package/src/types/sub-unit-list-for-list-organizational-units-for-parent-output.ts +94 -0
  335. package/src/types/sub-unit-list-for-list-organizational-units-output.ts +94 -0
  336. package/src/types/tag-filter-for-list-tag-resources-input.ts +34 -0
  337. package/src/types/tag-for-list-accounts-output.ts +34 -0
  338. package/src/types/tag-for-tag-resources-input.ts +34 -0
  339. package/src/types/tag-resources-request.ts +51 -0
  340. package/src/types/tag-resources-response.ts +22 -0
  341. package/src/types/target-for-list-targets-for-policy-output.ts +56 -0
  342. package/src/types/untag-resources-request.ts +50 -0
  343. package/src/types/untag-resources-response.ts +22 -0
  344. package/src/types/update-account-request.ts +46 -0
  345. package/src/types/update-account-response.ts +22 -0
  346. package/src/types/update-organizational-unit-request.ts +40 -0
  347. package/src/types/update-organizational-unit-response.ts +22 -0
  348. package/src/types/update-service-control-policy-request.ts +46 -0
  349. package/src/types/update-service-control-policy-response.ts +64 -0
  350. package/tsconfig.json +12 -0
@@ -0,0 +1,350 @@
1
+ import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ else obj[key] = value;
10
+ return obj;
11
+ }
12
+ class ORGANIZATIONClient extends Client {
13
+ constructor(config = {}){
14
+ super({
15
+ protocol: 'https',
16
+ region: 'cn-beijing',
17
+ ...config
18
+ });
19
+ }
20
+ }
21
+ class AcceptInvitationCommand extends Command {
22
+ constructor(input){
23
+ super(input);
24
+ this.requestConfig = buildRequestConfigFromMetaPath(AcceptInvitationCommand.metaPath);
25
+ }
26
+ }
27
+ _define_property(AcceptInvitationCommand, "metaPath", '/AcceptInvitation/2022-01-01/organization/post/application_json/');
28
+ class AcceptQuitApplicationCommand extends Command {
29
+ constructor(input){
30
+ super(input);
31
+ this.requestConfig = buildRequestConfigFromMetaPath(AcceptQuitApplicationCommand.metaPath);
32
+ }
33
+ }
34
+ _define_property(AcceptQuitApplicationCommand, "metaPath", '/AcceptQuitApplication/2022-01-01/organization/post/application_json/');
35
+ class AttachServiceControlPolicyCommand extends Command {
36
+ constructor(input){
37
+ super(input);
38
+ this.requestConfig = buildRequestConfigFromMetaPath(AttachServiceControlPolicyCommand.metaPath);
39
+ }
40
+ }
41
+ _define_property(AttachServiceControlPolicyCommand, "metaPath", '/AttachServiceControlPolicy/2022-01-01/organization/post/application_json/');
42
+ class CancelChangeAccountSecureContactInfoCommand extends Command {
43
+ constructor(input){
44
+ super(input);
45
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelChangeAccountSecureContactInfoCommand.metaPath);
46
+ }
47
+ }
48
+ _define_property(CancelChangeAccountSecureContactInfoCommand, "metaPath", '/CancelChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
49
+ class CancelInvitationCommand extends Command {
50
+ constructor(input){
51
+ super(input);
52
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelInvitationCommand.metaPath);
53
+ }
54
+ }
55
+ _define_property(CancelInvitationCommand, "metaPath", '/CancelInvitation/2022-01-01/organization/post/application_json/');
56
+ class ChangeAccountSecureContactInfoCommand extends Command {
57
+ constructor(input){
58
+ super(input);
59
+ this.requestConfig = buildRequestConfigFromMetaPath(ChangeAccountSecureContactInfoCommand.metaPath);
60
+ }
61
+ }
62
+ _define_property(ChangeAccountSecureContactInfoCommand, "metaPath", '/ChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
63
+ class CreateAccountCommand extends Command {
64
+ constructor(input){
65
+ super(input);
66
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAccountCommand.metaPath);
67
+ }
68
+ }
69
+ _define_property(CreateAccountCommand, "metaPath", '/CreateAccount/2022-01-01/organization/post/application_json/');
70
+ class CreateOrganizationCommand extends Command {
71
+ constructor(input){
72
+ super(input);
73
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateOrganizationCommand.metaPath);
74
+ }
75
+ }
76
+ _define_property(CreateOrganizationCommand, "metaPath", '/CreateOrganization/2022-01-01/organization/post/application_json/');
77
+ class CreateOrganizationalUnitCommand extends Command {
78
+ constructor(input){
79
+ super(input);
80
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateOrganizationalUnitCommand.metaPath);
81
+ }
82
+ }
83
+ _define_property(CreateOrganizationalUnitCommand, "metaPath", '/CreateOrganizationalUnit/2022-01-01/organization/post/application_json/');
84
+ class CreateServiceControlPolicyCommand extends Command {
85
+ constructor(input){
86
+ super(input);
87
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateServiceControlPolicyCommand.metaPath);
88
+ }
89
+ }
90
+ _define_property(CreateServiceControlPolicyCommand, "metaPath", '/CreateServiceControlPolicy/2022-01-01/organization/post/application_json/');
91
+ class DeleteOrganizationCommand extends Command {
92
+ constructor(input){
93
+ super(input);
94
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteOrganizationCommand.metaPath);
95
+ }
96
+ }
97
+ _define_property(DeleteOrganizationCommand, "metaPath", '/DeleteOrganization/2022-01-01/organization/post/application_json/');
98
+ class DeleteOrganizationalUnitCommand extends Command {
99
+ constructor(input){
100
+ super(input);
101
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteOrganizationalUnitCommand.metaPath);
102
+ }
103
+ }
104
+ _define_property(DeleteOrganizationalUnitCommand, "metaPath", '/DeleteOrganizationalUnit/2022-01-01/organization/post/application_json/');
105
+ class DeleteServiceControlPolicyCommand extends Command {
106
+ constructor(input){
107
+ super(input);
108
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteServiceControlPolicyCommand.metaPath);
109
+ }
110
+ }
111
+ _define_property(DeleteServiceControlPolicyCommand, "metaPath", '/DeleteServiceControlPolicy/2022-01-01/organization/post/application_json/');
112
+ class DescribeAccountCommand extends Command {
113
+ constructor(input){
114
+ super(input);
115
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccountCommand.metaPath);
116
+ }
117
+ }
118
+ _define_property(DescribeAccountCommand, "metaPath", '/DescribeAccount/2022-01-01/organization/post/application_json/');
119
+ class DescribeAccountInvitationCommand extends Command {
120
+ constructor(input){
121
+ super(input);
122
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccountInvitationCommand.metaPath);
123
+ }
124
+ }
125
+ _define_property(DescribeAccountInvitationCommand, "metaPath", '/DescribeAccountInvitation/2022-01-01/organization/post/application_json/');
126
+ class DescribeOrganizationCommand extends Command {
127
+ constructor(input){
128
+ super(input);
129
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeOrganizationCommand.metaPath);
130
+ }
131
+ }
132
+ _define_property(DescribeOrganizationCommand, "metaPath", '/DescribeOrganization/2022-01-01/organization/post/application_json/');
133
+ class DescribeOrganizationalUnitCommand extends Command {
134
+ constructor(input){
135
+ super(input);
136
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeOrganizationalUnitCommand.metaPath);
137
+ }
138
+ }
139
+ _define_property(DescribeOrganizationalUnitCommand, "metaPath", '/DescribeOrganizationalUnit/2022-01-01/organization/post/application_json/');
140
+ class DescribeQuitApplicationCommand extends Command {
141
+ constructor(input){
142
+ super(input);
143
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeQuitApplicationCommand.metaPath);
144
+ }
145
+ }
146
+ _define_property(DescribeQuitApplicationCommand, "metaPath", '/DescribeQuitApplication/2022-01-01/organization/post/application_json/');
147
+ class DetachServiceControlPolicyCommand extends Command {
148
+ constructor(input){
149
+ super(input);
150
+ this.requestConfig = buildRequestConfigFromMetaPath(DetachServiceControlPolicyCommand.metaPath);
151
+ }
152
+ }
153
+ _define_property(DetachServiceControlPolicyCommand, "metaPath", '/DetachServiceControlPolicy/2022-01-01/organization/post/application_json/');
154
+ class DisableConsoleLoginCommand extends Command {
155
+ constructor(input){
156
+ super(input);
157
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableConsoleLoginCommand.metaPath);
158
+ }
159
+ }
160
+ _define_property(DisableConsoleLoginCommand, "metaPath", '/DisableConsoleLogin/2022-01-01/organization/post/application_json/');
161
+ class DisableServiceControlPolicyCommand extends Command {
162
+ constructor(input){
163
+ super(input);
164
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableServiceControlPolicyCommand.metaPath);
165
+ }
166
+ }
167
+ _define_property(DisableServiceControlPolicyCommand, "metaPath", '/DisableServiceControlPolicy/2022-01-01/organization/post/application_json/');
168
+ class EnableConsoleLoginCommand extends Command {
169
+ constructor(input){
170
+ super(input);
171
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableConsoleLoginCommand.metaPath);
172
+ }
173
+ }
174
+ _define_property(EnableConsoleLoginCommand, "metaPath", '/EnableConsoleLogin/2022-01-01/organization/post/application_json/');
175
+ class EnableServiceControlPolicyCommand extends Command {
176
+ constructor(input){
177
+ super(input);
178
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableServiceControlPolicyCommand.metaPath);
179
+ }
180
+ }
181
+ _define_property(EnableServiceControlPolicyCommand, "metaPath", '/EnableServiceControlPolicy/2022-01-01/organization/post/application_json/');
182
+ class GetAccountSecureContactInfoCommand extends Command {
183
+ constructor(input){
184
+ super(input);
185
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAccountSecureContactInfoCommand.metaPath);
186
+ }
187
+ }
188
+ _define_property(GetAccountSecureContactInfoCommand, "metaPath", '/GetAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
189
+ class GetServiceControlPolicyCommand extends Command {
190
+ constructor(input){
191
+ super(input);
192
+ this.requestConfig = buildRequestConfigFromMetaPath(GetServiceControlPolicyCommand.metaPath);
193
+ }
194
+ }
195
+ _define_property(GetServiceControlPolicyCommand, "metaPath", '/GetServiceControlPolicy/2022-01-01/organization/post/application_json/');
196
+ class GetServiceControlPolicyEnablementCommand extends Command {
197
+ constructor(input){
198
+ super(input);
199
+ this.requestConfig = buildRequestConfigFromMetaPath(GetServiceControlPolicyEnablementCommand.metaPath);
200
+ }
201
+ }
202
+ _define_property(GetServiceControlPolicyEnablementCommand, "metaPath", '/GetServiceControlPolicyEnablement/2022-01-01/organization/post/application_json/');
203
+ class InviteAccountCommand extends Command {
204
+ constructor(input){
205
+ super(input);
206
+ this.requestConfig = buildRequestConfigFromMetaPath(InviteAccountCommand.metaPath);
207
+ }
208
+ }
209
+ _define_property(InviteAccountCommand, "metaPath", '/InviteAccount/2022-01-01/organization/post/application_json/');
210
+ class ListAccountsCommand extends Command {
211
+ constructor(input){
212
+ super(input);
213
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAccountsCommand.metaPath);
214
+ }
215
+ }
216
+ _define_property(ListAccountsCommand, "metaPath", '/ListAccounts/2022-01-01/organization/post/application_json/');
217
+ class ListInvitationsCommand extends Command {
218
+ constructor(input){
219
+ super(input);
220
+ this.requestConfig = buildRequestConfigFromMetaPath(ListInvitationsCommand.metaPath);
221
+ }
222
+ }
223
+ _define_property(ListInvitationsCommand, "metaPath", '/ListInvitations/2022-01-01/organization/post/application_json/');
224
+ class ListOrganizationalUnitsCommand extends Command {
225
+ constructor(input){
226
+ super(input);
227
+ this.requestConfig = buildRequestConfigFromMetaPath(ListOrganizationalUnitsCommand.metaPath);
228
+ }
229
+ }
230
+ _define_property(ListOrganizationalUnitsCommand, "metaPath", '/ListOrganizationalUnits/2022-01-01/organization/post/application_json/');
231
+ class ListOrganizationalUnitsForParentCommand extends Command {
232
+ constructor(input){
233
+ super(input);
234
+ this.requestConfig = buildRequestConfigFromMetaPath(ListOrganizationalUnitsForParentCommand.metaPath);
235
+ }
236
+ }
237
+ _define_property(ListOrganizationalUnitsForParentCommand, "metaPath", '/ListOrganizationalUnitsForParent/2022-01-01/organization/post/application_json/');
238
+ class ListPoliciesForTargetCommand extends Command {
239
+ constructor(input){
240
+ super(input);
241
+ this.requestConfig = buildRequestConfigFromMetaPath(ListPoliciesForTargetCommand.metaPath);
242
+ }
243
+ }
244
+ _define_property(ListPoliciesForTargetCommand, "metaPath", '/ListPoliciesForTarget/2022-01-01/organization/post/application_json/');
245
+ class ListServiceControlPoliciesCommand extends Command {
246
+ constructor(input){
247
+ super(input);
248
+ this.requestConfig = buildRequestConfigFromMetaPath(ListServiceControlPoliciesCommand.metaPath);
249
+ }
250
+ }
251
+ _define_property(ListServiceControlPoliciesCommand, "metaPath", '/ListServiceControlPolicies/2022-01-01/organization/post/application_json/');
252
+ class ListTagResourcesCommand extends Command {
253
+ constructor(input){
254
+ super(input);
255
+ this.requestConfig = buildRequestConfigFromMetaPath(ListTagResourcesCommand.metaPath);
256
+ }
257
+ }
258
+ _define_property(ListTagResourcesCommand, "metaPath", '/ListTagResources/2022-01-01/organization/get/text_plain/');
259
+ class ListTargetsForPolicyCommand extends Command {
260
+ constructor(input){
261
+ super(input);
262
+ this.requestConfig = buildRequestConfigFromMetaPath(ListTargetsForPolicyCommand.metaPath);
263
+ }
264
+ }
265
+ _define_property(ListTargetsForPolicyCommand, "metaPath", '/ListTargetsForPolicy/2022-01-01/organization/post/application_json/');
266
+ class MoveAccountCommand extends Command {
267
+ constructor(input){
268
+ super(input);
269
+ this.requestConfig = buildRequestConfigFromMetaPath(MoveAccountCommand.metaPath);
270
+ }
271
+ }
272
+ _define_property(MoveAccountCommand, "metaPath", '/MoveAccount/2022-01-01/organization/post/application_json/');
273
+ class QuitOrganizationCommand extends Command {
274
+ constructor(input){
275
+ super(input);
276
+ this.requestConfig = buildRequestConfigFromMetaPath(QuitOrganizationCommand.metaPath);
277
+ }
278
+ }
279
+ _define_property(QuitOrganizationCommand, "metaPath", '/QuitOrganization/2022-01-01/organization/post/application_json/');
280
+ class ReInviteAccountCommand extends Command {
281
+ constructor(input){
282
+ super(input);
283
+ this.requestConfig = buildRequestConfigFromMetaPath(ReInviteAccountCommand.metaPath);
284
+ }
285
+ }
286
+ _define_property(ReInviteAccountCommand, "metaPath", '/ReInviteAccount/2022-01-01/organization/post/application_json/');
287
+ class RejectInvitationCommand extends Command {
288
+ constructor(input){
289
+ super(input);
290
+ this.requestConfig = buildRequestConfigFromMetaPath(RejectInvitationCommand.metaPath);
291
+ }
292
+ }
293
+ _define_property(RejectInvitationCommand, "metaPath", '/RejectInvitation/2022-01-01/organization/post/application_json/');
294
+ class RejectQuitApplicationCommand extends Command {
295
+ constructor(input){
296
+ super(input);
297
+ this.requestConfig = buildRequestConfigFromMetaPath(RejectQuitApplicationCommand.metaPath);
298
+ }
299
+ }
300
+ _define_property(RejectQuitApplicationCommand, "metaPath", '/RejectQuitApplication/2022-01-01/organization/post/application_json/');
301
+ class RemoveAccountCommand extends Command {
302
+ constructor(input){
303
+ super(input);
304
+ this.requestConfig = buildRequestConfigFromMetaPath(RemoveAccountCommand.metaPath);
305
+ }
306
+ }
307
+ _define_property(RemoveAccountCommand, "metaPath", '/RemoveAccount/2022-01-01/organization/post/application_json/');
308
+ class RetryChangeAccountSecureContactInfoCommand extends Command {
309
+ constructor(input){
310
+ super(input);
311
+ this.requestConfig = buildRequestConfigFromMetaPath(RetryChangeAccountSecureContactInfoCommand.metaPath);
312
+ }
313
+ }
314
+ _define_property(RetryChangeAccountSecureContactInfoCommand, "metaPath", '/RetryChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
315
+ class TagResourcesCommand extends Command {
316
+ constructor(input){
317
+ super(input);
318
+ this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
319
+ }
320
+ }
321
+ _define_property(TagResourcesCommand, "metaPath", '/TagResources/2022-01-01/organization/get/text_plain/');
322
+ class UntagResourcesCommand extends Command {
323
+ constructor(input){
324
+ super(input);
325
+ this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
326
+ }
327
+ }
328
+ _define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/organization/get/text_plain/');
329
+ class UpdateAccountCommand extends Command {
330
+ constructor(input){
331
+ super(input);
332
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAccountCommand.metaPath);
333
+ }
334
+ }
335
+ _define_property(UpdateAccountCommand, "metaPath", '/UpdateAccount/2022-01-01/organization/post/application_json/');
336
+ class UpdateOrganizationalUnitCommand extends Command {
337
+ constructor(input){
338
+ super(input);
339
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateOrganizationalUnitCommand.metaPath);
340
+ }
341
+ }
342
+ _define_property(UpdateOrganizationalUnitCommand, "metaPath", '/UpdateOrganizationalUnit/2022-01-01/organization/post/application_json/');
343
+ class UpdateServiceControlPolicyCommand extends Command {
344
+ constructor(input){
345
+ super(input);
346
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateServiceControlPolicyCommand.metaPath);
347
+ }
348
+ }
349
+ _define_property(UpdateServiceControlPolicyCommand, "metaPath", '/UpdateServiceControlPolicy/2022-01-01/organization/post/application_json/');
350
+ export { AcceptInvitationCommand, AcceptQuitApplicationCommand, AttachServiceControlPolicyCommand, CancelChangeAccountSecureContactInfoCommand, CancelInvitationCommand, ChangeAccountSecureContactInfoCommand, CreateAccountCommand, CreateOrganizationCommand, CreateOrganizationalUnitCommand, CreateServiceControlPolicyCommand, DeleteOrganizationCommand, DeleteOrganizationalUnitCommand, DeleteServiceControlPolicyCommand, DescribeAccountCommand, DescribeAccountInvitationCommand, DescribeOrganizationCommand, DescribeOrganizationalUnitCommand, DescribeQuitApplicationCommand, DetachServiceControlPolicyCommand, DisableConsoleLoginCommand, DisableServiceControlPolicyCommand, EnableConsoleLoginCommand, EnableServiceControlPolicyCommand, GetAccountSecureContactInfoCommand, GetServiceControlPolicyCommand, GetServiceControlPolicyEnablementCommand, InviteAccountCommand, ListAccountsCommand, ListInvitationsCommand, ListOrganizationalUnitsCommand, ListOrganizationalUnitsForParentCommand, ListPoliciesForTargetCommand, ListServiceControlPoliciesCommand, ListTagResourcesCommand, ListTargetsForPolicyCommand, MoveAccountCommand, ORGANIZATIONClient, QuitOrganizationCommand, ReInviteAccountCommand, RejectInvitationCommand, RejectQuitApplicationCommand, RemoveAccountCommand, RetryChangeAccountSecureContactInfoCommand, TagResourcesCommand, UntagResourcesCommand, UpdateAccountCommand, UpdateOrganizationalUnitCommand, UpdateServiceControlPolicyCommand };
@@ -0,0 +1,30 @@
1
+ /**
2
+ * organization
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AcceptInvitationRequest
17
+ */
18
+ export interface AcceptInvitationRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AcceptInvitationRequest
22
+ */
23
+ InviteId: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof AcceptInvitationRequest
27
+ */
28
+ LinkId: string;
29
+ }
30
+ //# sourceMappingURL=accept-invitation-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accept-invitation-request.d.ts","sourceRoot":"","sources":["../../../src/types/accept-invitation-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * organization
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AcceptInvitationResponse
17
+ */
18
+ export interface AcceptInvitationResponse {
19
+ }
20
+ //# sourceMappingURL=accept-invitation-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accept-invitation-response.d.ts","sourceRoot":"","sources":["../../../src/types/accept-invitation-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;CACxC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * organization
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AcceptQuitApplicationRequest
17
+ */
18
+ export interface AcceptQuitApplicationRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AcceptQuitApplicationRequest
22
+ */
23
+ AccountId: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof AcceptQuitApplicationRequest
27
+ */
28
+ ApplicationId: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof AcceptQuitApplicationRequest
32
+ */
33
+ Reason?: string;
34
+ }
35
+ //# sourceMappingURL=accept-quit-application-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accept-quit-application-request.d.ts","sourceRoot":"","sources":["../../../src/types/accept-quit-application-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * organization
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AcceptQuitApplicationResponse
17
+ */
18
+ export interface AcceptQuitApplicationResponse {
19
+ }
20
+ //# sourceMappingURL=accept-quit-application-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accept-quit-application-response.d.ts","sourceRoot":"","sources":["../../../src/types/accept-quit-application-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;CAC7C"}
@@ -0,0 +1,115 @@
1
+ /**
2
+ * organization
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface AccountForDescribeAccountOutput
17
+ */
18
+ export interface AccountForDescribeAccountOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof AccountForDescribeAccountOutput
22
+ */
23
+ AccountID?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof AccountForDescribeAccountOutput
27
+ */
28
+ AccountName?: string;
29
+ /**
30
+ * @type {number}
31
+ * @memberof AccountForDescribeAccountOutput
32
+ */
33
+ AllowConsole?: number;
34
+ /**
35
+ * @type {number}
36
+ * @memberof AccountForDescribeAccountOutput
37
+ */
38
+ AllowExit?: number;
39
+ /**
40
+ * @type {string}
41
+ * @memberof AccountForDescribeAccountOutput
42
+ */
43
+ CreatedTime?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof AccountForDescribeAccountOutput
47
+ */
48
+ DeleteUk?: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof AccountForDescribeAccountOutput
52
+ */
53
+ DeletedTime?: string;
54
+ /**
55
+ * @type {string}
56
+ * @memberof AccountForDescribeAccountOutput
57
+ */
58
+ Description?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof AccountForDescribeAccountOutput
62
+ */
63
+ ID?: string;
64
+ /**
65
+ * @type {string}
66
+ * @memberof AccountForDescribeAccountOutput
67
+ */
68
+ IamRole?: string;
69
+ /**
70
+ * @type {number}
71
+ * @memberof AccountForDescribeAccountOutput
72
+ */
73
+ JoinType?: number;
74
+ /**
75
+ * @type {string}
76
+ * @memberof AccountForDescribeAccountOutput
77
+ */
78
+ MainName?: string;
79
+ /**
80
+ * @type {string}
81
+ * @memberof AccountForDescribeAccountOutput
82
+ */
83
+ OrgID?: string;
84
+ /**
85
+ * @type {number}
86
+ * @memberof AccountForDescribeAccountOutput
87
+ */
88
+ OrgType?: number;
89
+ /**
90
+ * @type {string}
91
+ * @memberof AccountForDescribeAccountOutput
92
+ */
93
+ OrgUnitID?: string;
94
+ /**
95
+ * @type {string}
96
+ * @memberof AccountForDescribeAccountOutput
97
+ */
98
+ OrgVerificationID?: string;
99
+ /**
100
+ * @type {string}
101
+ * @memberof AccountForDescribeAccountOutput
102
+ */
103
+ Owner?: string;
104
+ /**
105
+ * @type {string}
106
+ * @memberof AccountForDescribeAccountOutput
107
+ */
108
+ ShowName?: string;
109
+ /**
110
+ * @type {string}
111
+ * @memberof AccountForDescribeAccountOutput
112
+ */
113
+ UpdatedTime?: string;
114
+ }
115
+ //# sourceMappingURL=account-for-describe-account-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-for-describe-account-output.d.ts","sourceRoot":"","sources":["../../../src/types/account-for-describe-account-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}