@dropins/storefront-company-management 1.0.0-beta2 → 1.0.0-beta21

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 (298) hide show
  1. package/api/allowCompanyRegistration/allowCompanyRegistration.d.ts +18 -0
  2. package/api/allowCompanyRegistration/graphql/allowCompanyRegistration.graphql.d.ts +18 -0
  3. package/api/allowCompanyRegistration/index.d.ts +18 -0
  4. package/api/checkCompanyCreditEnabled/checkCompanyCreditEnabled.d.ts +4 -0
  5. package/api/checkCompanyCreditEnabled/graphql/checkCompanyCreditEnabled.graphql.d.ts +18 -0
  6. package/api/checkCompanyCreditEnabled/index.d.ts +18 -0
  7. package/api/companyEnabled/companyEnabled.d.ts +18 -0
  8. package/api/companyEnabled/graphql/companyEnabled.graphql.d.ts +18 -0
  9. package/api/{checkIsCompanyEnabled → companyEnabled}/index.d.ts +1 -1
  10. package/api/companyRoles/createCompanyRole.d.ts +7 -0
  11. package/api/companyRoles/deleteCompanyRole.d.ts +7 -0
  12. package/api/companyRoles/getCompanyAclResources.d.ts +7 -0
  13. package/api/companyRoles/getCompanyRole.d.ts +8 -0
  14. package/api/companyRoles/getCompanyRoles.d.ts +8 -0
  15. package/api/companyRoles/graphql/fragments.d.ts +18 -0
  16. package/api/companyRoles/graphql/index.d.ts +20 -0
  17. package/api/companyRoles/graphql/mutations.d.ts +20 -0
  18. package/api/companyRoles/graphql/queries.d.ts +21 -0
  19. package/api/companyRoles/index.d.ts +27 -0
  20. package/api/companyRoles/isCompanyRoleNameAvailable.d.ts +7 -0
  21. package/api/companyRoles/updateCompanyRole.d.ts +7 -0
  22. package/api/companyRoles/utils.d.ts +11 -0
  23. package/api/createCompany/createCompany.d.ts +39 -0
  24. package/api/createCompany/graphql/createCompany.graphql.d.ts +18 -0
  25. package/api/createCompany/index.d.ts +18 -0
  26. package/api/createCompanyTeam/createCompanyTeam.d.ts +11 -0
  27. package/api/createCompanyTeam/graphql/createCompanyTeam.graphql.d.ts +18 -0
  28. package/api/createCompanyTeam/index.d.ts +18 -0
  29. package/api/createCompanyUser/createCompanyUser.d.ts +9 -0
  30. package/api/createCompanyUser/graphql/createCompanyUser.graphql.d.ts +18 -0
  31. package/api/createCompanyUser/index.d.ts +18 -0
  32. package/api/deleteCompanyTeam/deleteCompanyTeam.d.ts +9 -0
  33. package/api/deleteCompanyTeam/graphql/deleteCompanyTeam.graphql.d.ts +18 -0
  34. package/api/deleteCompanyTeam/index.d.ts +18 -0
  35. package/api/deleteCompanyUser/deleteCompanyUser.d.ts +10 -0
  36. package/api/deleteCompanyUser/graphql/deleteCompanyUser.graphql.d.ts +18 -0
  37. package/api/deleteCompanyUser/index.d.ts +18 -0
  38. package/api/fetchUserPermissions/fetchUserPermissions.d.ts +11 -0
  39. package/api/{getCompany → fetchUserPermissions}/graphql/getCustomerRole.graphql.d.ts +1 -1
  40. package/api/fetchUserPermissions/index.d.ts +18 -0
  41. package/api/getCompany/getCompany.d.ts +9 -3
  42. package/api/getCompanyCredit/getCompanyCredit.d.ts +4 -0
  43. package/api/getCompanyCredit/graphql/getCompanyCredit.graphql.d.ts +18 -0
  44. package/api/getCompanyCredit/index.d.ts +18 -0
  45. package/api/getCompanyCreditHistory/getCompanyCreditHistory.d.ts +5 -0
  46. package/api/getCompanyCreditHistory/graphql/getCompanyCreditHistory.graphql.d.ts +18 -0
  47. package/api/getCompanyCreditHistory/index.d.ts +19 -0
  48. package/api/getCompanyStructure/getCompanyStructure.d.ts +10 -0
  49. package/api/getCompanyStructure/graphql/getCompanyStructure.graphql.d.ts +18 -0
  50. package/api/getCompanyStructure/index.d.ts +18 -0
  51. package/api/getCompanyTeam/getCompanyTeam.d.ts +11 -0
  52. package/api/getCompanyTeam/graphql/getCompanyTeam.graphql.d.ts +18 -0
  53. package/api/getCompanyTeam/index.d.ts +18 -0
  54. package/api/getCompanyUser/getCompanyUser.d.ts +9 -0
  55. package/api/getCompanyUser/graphql/getCompanyUser.graphql.d.ts +18 -0
  56. package/api/getCompanyUser/index.d.ts +18 -0
  57. package/api/getCompanyUsers/getCompanyUsers.d.ts +12 -0
  58. package/api/getCompanyUsers/graphql/companyUsers.graphql.d.ts +18 -0
  59. package/api/getCompanyUsers/index.d.ts +18 -0
  60. package/api/getCustomerCompany/getCustomerCompany.d.ts +12 -0
  61. package/api/getCustomerCompany/graphql/getCustomerCompanyInfo.graphql.d.ts +18 -0
  62. package/api/getCustomerCompany/index.d.ts +18 -0
  63. package/api/getStoreConfig/getStoreConfig.d.ts +6 -0
  64. package/api/getStoreConfig/graphql/getStoreConfig.graphql.d.ts +18 -0
  65. package/api/getStoreConfig/index.d.ts +18 -0
  66. package/api/graphql/buildCompanyQueries.d.ts +9 -0
  67. package/api/index.d.ts +26 -2
  68. package/api/initialize/initialize.d.ts +2 -20
  69. package/api/isCompanyAdmin/graphql/isCompanyAdmin.graphql.d.ts +18 -0
  70. package/api/isCompanyAdmin/index.d.ts +18 -0
  71. package/api/isCompanyAdmin/isCompanyAdmin.d.ts +22 -0
  72. package/api/isCompanyUser/graphql/isCompanyUser.graphql.d.ts +18 -0
  73. package/api/isCompanyUser/index.d.ts +18 -0
  74. package/api/isCompanyUser/isCompanyUser.d.ts +22 -0
  75. package/api/isCompanyUserEmailAvailable/graphql/isCompanyUserEmailAvailable.graphql.d.ts +18 -0
  76. package/api/isCompanyUserEmailAvailable/index.d.ts +18 -0
  77. package/api/isCompanyUserEmailAvailable/isCompanyUserEmailAvailable.d.ts +7 -0
  78. package/api/updateCompanyStructure/graphql/updateCompanyStructure.graphql.d.ts +18 -0
  79. package/api/updateCompanyStructure/index.d.ts +18 -0
  80. package/api/updateCompanyStructure/updateCompanyStructure.d.ts +11 -0
  81. package/api/updateCompanyTeam/graphql/updateCompanyTeam.graphql.d.ts +18 -0
  82. package/api/updateCompanyTeam/index.d.ts +18 -0
  83. package/api/updateCompanyTeam/updateCompanyTeam.d.ts +11 -0
  84. package/api/updateCompanyUser/graphql/updateCompanyUser.graphql.d.ts +18 -0
  85. package/api/updateCompanyUser/index.d.ts +18 -0
  86. package/api/updateCompanyUser/updateCompanyUser.d.ts +9 -0
  87. package/api/updateCompanyUserStatus/graphql/updateCompanyUserStatus.graphql.d.ts +18 -0
  88. package/api/updateCompanyUserStatus/index.d.ts +18 -0
  89. package/api/updateCompanyUserStatus/updateCompanyUserStatus.d.ts +11 -0
  90. package/api.js +22 -1
  91. package/api.js.map +1 -1
  92. package/chunks/CompanyLoaders.js +4 -0
  93. package/chunks/CompanyLoaders.js.map +1 -0
  94. package/chunks/CompanyUserForm.js +4 -0
  95. package/chunks/CompanyUserForm.js.map +1 -0
  96. package/chunks/Tree.js +4 -0
  97. package/chunks/Tree.js.map +1 -0
  98. package/chunks/acdl.js +4 -0
  99. package/chunks/acdl.js.map +1 -0
  100. package/chunks/company-permissions.js +4 -0
  101. package/chunks/company-permissions.js.map +1 -0
  102. package/chunks/fetch-error.js +4 -0
  103. package/chunks/fetch-error.js.map +1 -0
  104. package/chunks/fetchUserPermissions.js +34 -0
  105. package/chunks/fetchUserPermissions.js.map +1 -0
  106. package/chunks/getCompanyCreditHistory.js +68 -0
  107. package/chunks/getCompanyCreditHistory.js.map +1 -0
  108. package/chunks/getCustomerCompany.js +26 -0
  109. package/chunks/getCustomerCompany.js.map +1 -0
  110. package/chunks/isCompanyRoleNameAvailable.js +121 -0
  111. package/chunks/isCompanyRoleNameAvailable.js.map +1 -0
  112. package/chunks/isCompanyUser.js +21 -0
  113. package/chunks/isCompanyUser.js.map +1 -0
  114. package/chunks/network-error.js +4 -0
  115. package/chunks/network-error.js.map +1 -0
  116. package/chunks/transform-store-config.js +44 -0
  117. package/chunks/transform-store-config.js.map +1 -0
  118. package/chunks/updateCompany.js +70 -0
  119. package/chunks/updateCompany.js.map +1 -0
  120. package/chunks/updateCompanyTeam.js +42 -0
  121. package/chunks/updateCompanyTeam.js.map +1 -0
  122. package/chunks/updateCompanyUser.js +37 -0
  123. package/chunks/updateCompanyUser.js.map +1 -0
  124. package/chunks/updateCompanyUserStatus.js +39 -0
  125. package/chunks/updateCompanyUserStatus.js.map +1 -0
  126. package/chunks/useCompanyContextListener.js +4 -0
  127. package/chunks/useCompanyContextListener.js.map +1 -0
  128. package/chunks/useCompanyRoles.js +4 -0
  129. package/chunks/useCompanyRoles.js.map +1 -0
  130. package/chunks/useCustomerCompanyInfo.js +4 -0
  131. package/chunks/useCustomerCompanyInfo.js.map +1 -0
  132. package/chunks/useInLineAlert.js +4 -0
  133. package/chunks/useInLineAlert.js.map +1 -0
  134. package/chunks/useUserPermissions.js +4 -0
  135. package/chunks/useUserPermissions.js.map +1 -0
  136. package/chunks/validateCompanyEmail.js +29 -0
  137. package/chunks/validateCompanyEmail.js.map +1 -0
  138. package/components/CompanyCreditDisplay/CompanyCreditDisplay.d.ts +7 -0
  139. package/components/CompanyCreditDisplay/index.d.ts +19 -0
  140. package/components/CompanyCreditHistoryDisplay/CompanyCreditHistoryDisplay.d.ts +15 -0
  141. package/components/CompanyCreditHistoryDisplay/index.d.ts +19 -0
  142. package/components/CompanyLoaders/CompanyLoaders.d.ts +14 -0
  143. package/components/CompanyRegistrationForm/CompanyRegistrationForm.d.ts +13 -0
  144. package/components/CompanyRegistrationForm/Form/Form.d.ts +5 -0
  145. package/components/CompanyRegistrationForm/Form/FormInputs/FormInputs.d.ts +5 -0
  146. package/components/CompanyRegistrationForm/Form/FormInputs/index.d.ts +18 -0
  147. package/components/CompanyRegistrationForm/Form/fieldHandlers.d.ts +26 -0
  148. package/components/CompanyRegistrationForm/Form/fieldValidationRules.d.ts +63 -0
  149. package/components/CompanyRegistrationForm/Form/formValidation.d.ts +17 -0
  150. package/components/CompanyRegistrationForm/Form/getCompanyFieldsConfig.d.ts +13 -0
  151. package/components/CompanyRegistrationForm/Form/index.d.ts +18 -0
  152. package/components/CompanyRegistrationForm/index.d.ts +20 -0
  153. package/components/CompanyRegistrationSuccess/CompanyRegistrationSuccess.d.ts +8 -0
  154. package/components/CompanyRegistrationSuccess/index.d.ts +18 -0
  155. package/components/CompanyStructureCard/CompanyStructureCard.d.ts +12 -0
  156. package/components/CompanyStructureCard/index.d.ts +18 -0
  157. package/components/CompanyStructureEmpty/CompanyStructureEmpty.d.ts +9 -0
  158. package/components/CompanyStructureEmpty/index.d.ts +19 -0
  159. package/components/CompanyTeamForm/CompanyTeamForm.d.ts +17 -0
  160. package/components/CompanyTeamForm/index.d.ts +18 -0
  161. package/components/CompanyUserForm/CompanyUserForm.d.ts +10 -0
  162. package/components/CompanyUserForm/index.d.ts +18 -0
  163. package/components/CompanyUsersFilters/CompanyUsersFilters.d.ts +29 -0
  164. package/components/CompanyUsersFilters/index.d.ts +18 -0
  165. package/components/CompanyUsersManagementModal/CompanyUsersManagementModal.d.ts +18 -0
  166. package/components/CompanyUsersManagementModal/index.d.ts +19 -0
  167. package/components/CustomerCompanyInfoCard/CustomerCompanyInfoCard.d.ts +9 -0
  168. package/components/CustomerCompanyInfoCard/index.d.ts +18 -0
  169. package/components/DeleteRoleModal/DeleteRoleModal.d.ts +9 -0
  170. package/components/DeleteRoleModal/index.d.ts +19 -0
  171. package/components/EditCompanyProfile/CompanyAccountFields.d.ts +1 -2
  172. package/components/EditCompanyProfile/LegalAddressFields.d.ts +1 -1
  173. package/components/EditRoleAndPermission/EditRoleAndPermission.d.ts +24 -0
  174. package/components/EditRoleAndPermission/index.d.ts +19 -0
  175. package/components/RoleAndPermissionTable/RoleAndPermissionTable.d.ts +23 -0
  176. package/components/RoleAndPermissionTable/index.d.ts +19 -0
  177. package/components/Tree/Tree.d.ts +62 -0
  178. package/components/Tree/index.d.ts +18 -0
  179. package/components/index.d.ts +15 -0
  180. package/containers/CompanyCredit/CompanyCredit.d.ts +16 -0
  181. package/containers/CompanyCredit/index.d.ts +19 -0
  182. package/containers/CompanyCredit.d.ts +3 -0
  183. package/containers/CompanyCredit.js +4 -0
  184. package/containers/CompanyCredit.js.map +1 -0
  185. package/containers/CompanyProfile.js +1 -1
  186. package/containers/CompanyProfile.js.map +1 -1
  187. package/containers/CompanyRegistration/CompanyRegistration.d.ts +15 -0
  188. package/containers/CompanyRegistration/index.d.ts +19 -0
  189. package/containers/CompanyRegistration.d.ts +3 -0
  190. package/containers/CompanyRegistration.js +4 -0
  191. package/containers/CompanyRegistration.js.map +1 -0
  192. package/containers/CompanyStructure/CompanyStructure.d.ts +5 -0
  193. package/containers/CompanyStructure/index.d.ts +19 -0
  194. package/containers/CompanyStructure.d.ts +3 -0
  195. package/containers/CompanyStructure.js +4 -0
  196. package/containers/CompanyStructure.js.map +1 -0
  197. package/containers/CompanyUsers/CompanyUsers.d.ts +7 -0
  198. package/containers/CompanyUsers/index.d.ts +19 -0
  199. package/containers/CompanyUsers.d.ts +3 -0
  200. package/containers/CompanyUsers.js +4 -0
  201. package/containers/CompanyUsers.js.map +1 -0
  202. package/containers/CustomerCompanyInfo/CustomerCompanyInfo.d.ts +9 -0
  203. package/containers/CustomerCompanyInfo/index.d.ts +19 -0
  204. package/containers/CustomerCompanyInfo.d.ts +1 -0
  205. package/containers/CustomerCompanyInfo.js +4 -0
  206. package/containers/CustomerCompanyInfo.js.map +1 -0
  207. package/containers/RolesAndPermissions/RolesAndPermissions.d.ts +8 -0
  208. package/containers/RolesAndPermissions/index.d.ts +19 -0
  209. package/containers/RolesAndPermissions.d.ts +3 -0
  210. package/containers/RolesAndPermissions.js +4 -0
  211. package/containers/RolesAndPermissions.js.map +1 -0
  212. package/containers/index.d.ts +7 -0
  213. package/data/models/company-credit-history.d.ts +54 -0
  214. package/data/models/company-credit-info.d.ts +33 -0
  215. package/data/models/company-role.d.ts +48 -0
  216. package/data/models/company-structure.d.ts +26 -0
  217. package/data/models/company-team.d.ts +24 -0
  218. package/data/models/company-user.d.ts +33 -0
  219. package/data/models/company.d.ts +58 -17
  220. package/data/models/customer-company-info.d.ts +23 -0
  221. package/data/models/index.d.ts +7 -0
  222. package/data/transforms/company.d.ts +5 -0
  223. package/data/transforms/index.d.ts +8 -0
  224. package/data/transforms/transform-company-credit-history.d.ts +5 -0
  225. package/data/transforms/transform-company-credit.d.ts +5 -0
  226. package/data/transforms/transform-company-roles.d.ts +15 -0
  227. package/data/transforms/transform-company-structure.d.ts +22 -0
  228. package/data/transforms/transform-company-team.d.ts +10 -0
  229. package/data/transforms/transform-company-user.d.ts +18 -0
  230. package/data/transforms/transform-company.d.ts +5 -1
  231. package/data/transforms/transform-customer-company-info.d.ts +10 -0
  232. package/data/transforms/transform-store-config.d.ts +4 -0
  233. package/hooks/containers/index.d.ts +3 -0
  234. package/hooks/containers/useCompanyCreditHistory.d.ts +32 -0
  235. package/hooks/containers/useCompanyProfile.d.ts +2 -8
  236. package/hooks/containers/useCompanyUsers.d.ts +34 -0
  237. package/hooks/containers/useCustomerCompanyInfo.d.ts +12 -0
  238. package/hooks/index.d.ts +9 -0
  239. package/hooks/useCompanyContextListener.d.ts +62 -0
  240. package/hooks/useCompanyRegistrationForm.d.ts +37 -0
  241. package/hooks/useCompanyRoles.d.ts +28 -0
  242. package/hooks/useCompanyStructureCard.d.ts +36 -0
  243. package/hooks/useCompanyTeamForm.d.ts +30 -0
  244. package/hooks/useCompanyUserForm.d.ts +37 -0
  245. package/hooks/useCountryAndRegionFields.d.ts +20 -0
  246. package/hooks/useModal.d.ts +24 -0
  247. package/hooks/usePermissions.d.ts +31 -0
  248. package/hooks/useUserPermissions.d.ts +26 -0
  249. package/i18n/en_US.json.d.ts +345 -4
  250. package/lib/acdl.d.ts +2 -1
  251. package/lib/company-permissions.d.ts +25 -0
  252. package/lib/encoding.d.ts +43 -0
  253. package/lib/fetch-error.d.ts +6 -1
  254. package/lib/index.d.ts +3 -0
  255. package/lib/network-error.d.ts +4 -0
  256. package/lib/userHelpers.d.ts +47 -0
  257. package/lib/validationFields.d.ts +16 -0
  258. package/package.json +1 -1
  259. package/render.js +12 -2
  260. package/render.js.map +1 -1
  261. package/types/api/{checkIsCompanyEnabled.types.d.ts → checkCompanyCreditEnabled.types.d.ts} +3 -3
  262. package/types/api/companyRoles.types.d.ts +137 -0
  263. package/types/api/companyUsers.types.d.ts +70 -0
  264. package/types/api/createCompanyTeam.types.d.ts +27 -0
  265. package/types/api/createCompanyUser.types.d.ts +31 -0
  266. package/types/api/deleteCompanyTeam.types.d.ts +20 -0
  267. package/types/api/deleteCompanyUser.types.d.ts +28 -0
  268. package/types/api/fetchUserPermissions.types.d.ts +43 -0
  269. package/types/api/getCompany.types.d.ts +1 -1
  270. package/types/api/getCompanyCredit.types.d.ts +40 -0
  271. package/types/api/getCompanyCreditHistory.types.d.ts +61 -0
  272. package/types/api/getCompanyCreditHistoryParams.types.d.ts +53 -0
  273. package/types/api/getCompanyStructure.types.d.ts +33 -0
  274. package/types/api/getCompanyTeam.types.d.ts +20 -0
  275. package/types/api/getCompanyUser.types.d.ts +20 -0
  276. package/types/api/getCustomerCompanyInfo.types.d.ts +40 -0
  277. package/types/api/getStoreConfig.types.d.ts +33 -0
  278. package/types/api/index.d.ts +29 -0
  279. package/types/api/initialize.types.d.ts +21 -0
  280. package/types/api/isCompanyUserEmailAvailable.types.d.ts +20 -0
  281. package/types/api/updateCompany.types.d.ts +1 -1
  282. package/types/api/updateCompanyStructure.types.d.ts +21 -0
  283. package/types/api/updateCompanyTeam.types.d.ts +22 -0
  284. package/types/api/updateCompanyUser.types.d.ts +27 -0
  285. package/types/api/updateCompanyUserStatus.types.d.ts +22 -0
  286. package/types/companyForm.types.d.ts +33 -0
  287. package/types/companyPermission.types.d.ts +33 -0
  288. package/types/companyProfile.types.d.ts +43 -0
  289. package/types/companyStructure.types.d.ts +28 -0
  290. package/types/customerCompanyInfo.types.d.ts +11 -0
  291. package/types/events.d.ts +21 -0
  292. package/types/form.types.d.ts +93 -0
  293. package/types/hook.types.d.ts +18 -0
  294. package/types/index.d.ts +25 -2
  295. package/api/checkIsCompanyEnabled/checkIsCompanyEnabled.d.ts +0 -4
  296. package/api/updateCompany/graphql/updateCompany.graphql.d.ts +0 -2
  297. package/chunks/getCountries.js +0 -135
  298. package/chunks/getCountries.js.map +0 -1
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const allowCompanyRegistration: () => Promise<boolean>;
18
+ //# sourceMappingURL=allowCompanyRegistration.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const GET_ALLOW_COMPANY_REGISTRATION = "\n query GET_ALLOW_COMPANY_REGISTRATION {\n storeConfig {\n allow_company_registration\n }\n }\n";
18
+ //# sourceMappingURL=allowCompanyRegistration.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './allowCompanyRegistration';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { CheckCompanyCreditEnabledResponse } from '../../types/api/checkCompanyCreditEnabled.types';
2
+
3
+ export declare const checkCompanyCreditEnabled: () => Promise<CheckCompanyCreditEnabledResponse>;
4
+ //# sourceMappingURL=checkCompanyCreditEnabled.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const CHECK_COMPANY_CREDIT_ENABLED = "\n query CHECK_COMPANY_CREDIT_ENABLED {\n storeConfig{\n company_credit_enabled\n }\n }\n";
18
+ //# sourceMappingURL=checkCompanyCreditEnabled.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './checkCompanyCreditEnabled';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const companyEnabled: () => Promise<boolean>;
18
+ //# sourceMappingURL=companyEnabled.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const GET_COMPANY_ENABLED = "\n query GET_COMPANY_ENABLED {\n storeConfig {\n company_enabled\n }\n }\n";
18
+ //# sourceMappingURL=companyEnabled.graphql.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * is strictly forbidden unless prior written permission is obtained
15
15
  * from Adobe.
16
16
  *******************************************************************/
17
- export * from './checkIsCompanyEnabled';
17
+ export * from './companyEnabled';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,7 @@
1
+ import { CompanyRoleModel, CompanyRoleCreateInputModel } from '../../data/models/company-role';
2
+
3
+ /**
4
+ * Create a new company role
5
+ */
6
+ export declare const createCompanyRole: (input: CompanyRoleCreateInputModel) => Promise<CompanyRoleModel>;
7
+ //# sourceMappingURL=createCompanyRole.d.ts.map
@@ -0,0 +1,7 @@
1
+ import { DeleteCompanyRoleVariables } from '../../types/api/companyRoles.types';
2
+
3
+ /**
4
+ * Delete a company role
5
+ */
6
+ export declare const deleteCompanyRole: (variables: DeleteCompanyRoleVariables) => Promise<boolean>;
7
+ //# sourceMappingURL=deleteCompanyRole.d.ts.map
@@ -0,0 +1,7 @@
1
+ import { CompanyAclResourceModel } from '../../data/models/company-role';
2
+
3
+ /**
4
+ * Fetch all available ACL resources (permissions)
5
+ */
6
+ export declare const getCompanyAclResources: () => Promise<CompanyAclResourceModel[]>;
7
+ //# sourceMappingURL=getCompanyAclResources.d.ts.map
@@ -0,0 +1,8 @@
1
+ import { GetCompanyRoleVariables } from '../../types/api/companyRoles.types';
2
+ import { CompanyRoleModel } from '../../data/models/company-role';
3
+
4
+ /**
5
+ * Fetch a single company role by ID
6
+ */
7
+ export declare const getCompanyRole: (variables: GetCompanyRoleVariables) => Promise<CompanyRoleModel>;
8
+ //# sourceMappingURL=getCompanyRole.d.ts.map
@@ -0,0 +1,8 @@
1
+ import { GetCompanyRolesVariables } from '../../types/api/companyRoles.types';
2
+ import { CompanyRolesResponseModel } from '../../data/models/company-role';
3
+
4
+ /**
5
+ * Fetch all company roles with pagination
6
+ */
7
+ export declare const getCompanyRoles: (variables?: GetCompanyRolesVariables) => Promise<CompanyRolesResponseModel>;
8
+ //# sourceMappingURL=getCompanyRoles.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const COMPANY_ROLE_FRAGMENT = "\n fragment CompanyRoleFragment on CompanyRole {\n id\n name\n users_count\n permissions {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n }\n }\n }\n }\n }\n }\n";
18
+ //# sourceMappingURL=fragments.d.ts.map
@@ -0,0 +1,20 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './fragments';
18
+ export * from './queries';
19
+ export * from './mutations';
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,20 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const CREATE_COMPANY_ROLE: string;
18
+ export declare const UPDATE_COMPANY_ROLE: string;
19
+ export declare const DELETE_COMPANY_ROLE = "\n mutation DeleteCompanyRole($id: ID!) {\n deleteCompanyRole(id: $id) {\n success\n }\n }\n";
20
+ //# sourceMappingURL=mutations.d.ts.map
@@ -0,0 +1,21 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const GET_COMPANY_ROLES: string;
18
+ export declare const GET_COMPANY_ROLE: string;
19
+ export declare const GET_COMPANY_ACL_RESOURCES = "\n query GetCompanyAclResources {\n company {\n acl_resources {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n children {\n id\n text\n sort_order\n }\n }\n }\n }\n }\n }\n }\n";
20
+ export declare const IS_COMPANY_ROLE_NAME_AVAILABLE = "\n query IsCompanyRoleNameAvailable($name: String!) {\n isCompanyRoleNameAvailable(name: $name) {\n is_role_name_available\n }\n }\n";
21
+ //# sourceMappingURL=queries.d.ts.map
@@ -0,0 +1,27 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export { getCompanyRoles } from './getCompanyRoles';
18
+ export { getCompanyRole } from './getCompanyRole';
19
+ export { getCompanyAclResources } from './getCompanyAclResources';
20
+ export { createCompanyRole } from './createCompanyRole';
21
+ export { updateCompanyRole } from './updateCompanyRole';
22
+ export { deleteCompanyRole } from './deleteCompanyRole';
23
+ export { isCompanyRoleNameAvailable } from './isCompanyRoleNameAvailable';
24
+ export { flattenPermissionIds, buildPermissionTree } from './utils';
25
+ export type { CompanyAclResourceModel, CompanyRoleModel, PageInfoModel, CompanyRolesResponseModel, CompanyRoleCreateInputModel, CompanyRoleUpdateInputModel, } from '../../data/models/company-role';
26
+ export type { GetCompanyRolesVariables, GetCompanyRoleVariables, DeleteCompanyRoleVariables, IsCompanyRoleNameAvailableVariables, } from '../../types/api/companyRoles.types';
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,7 @@
1
+ import { IsCompanyRoleNameAvailableVariables } from '../../types/api/companyRoles.types';
2
+
3
+ /**
4
+ * Check if a role name is available
5
+ */
6
+ export declare const isCompanyRoleNameAvailable: (variables: IsCompanyRoleNameAvailableVariables) => Promise<boolean>;
7
+ //# sourceMappingURL=isCompanyRoleNameAvailable.d.ts.map
@@ -0,0 +1,7 @@
1
+ import { CompanyRoleModel, CompanyRoleUpdateInputModel } from '../../data/models/company-role';
2
+
3
+ /**
4
+ * Update an existing company role
5
+ */
6
+ export declare const updateCompanyRole: (input: CompanyRoleUpdateInputModel) => Promise<CompanyRoleModel>;
7
+ //# sourceMappingURL=updateCompanyRole.d.ts.map
@@ -0,0 +1,11 @@
1
+ import { CompanyAclResourceModel } from '../../data/models/company-role';
2
+
3
+ /**
4
+ * Helper function to flatten ACL resources into a list of permission IDs
5
+ */
6
+ export declare const flattenPermissionIds: (resources: CompanyAclResourceModel[]) => string[];
7
+ /**
8
+ * Helper function to build a permission tree from flat permission IDs
9
+ */
10
+ export declare const buildPermissionTree: (allResources: CompanyAclResourceModel[], selectedIds: string[]) => CompanyAclResourceModel[];
11
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1,39 @@
1
+ import { CompanyRegistrationModel } from '../../data/models/company';
2
+
3
+ export interface CompanyCreateInput {
4
+ company_name: string;
5
+ company_email: string;
6
+ legal_name?: string;
7
+ vat_tax_id?: string;
8
+ reseller_id?: string;
9
+ legal_address: {
10
+ street: string[];
11
+ city: string;
12
+ region: {
13
+ region_code: string;
14
+ region?: string;
15
+ region_id?: number;
16
+ };
17
+ postcode: string;
18
+ country_id: string;
19
+ telephone?: string;
20
+ };
21
+ company_admin: {
22
+ email: string;
23
+ firstname: string;
24
+ lastname: string;
25
+ job_title?: string;
26
+ telephone?: string;
27
+ gender?: number;
28
+ custom_attributes?: Array<{
29
+ attribute_code: string;
30
+ value: string;
31
+ }>;
32
+ };
33
+ }
34
+ export declare const createCompany: (formData: any) => Promise<{
35
+ success: boolean;
36
+ company?: CompanyRegistrationModel;
37
+ errors?: string[];
38
+ }>;
39
+ //# sourceMappingURL=createCompany.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const CREATE_COMPANY_MUTATION = "\n mutation CreateCompany($input: CompanyCreateInput!) {\n createCompany(input: $input) {\n company {\n id\n name\n email\n legal_name\n vat_tax_id\n reseller_id\n legal_address {\n street\n city\n region {\n region_code\n region\n region_id\n }\n postcode\n country_code\n telephone\n }\n company_admin {\n id\n firstname\n lastname\n email\n job_title\n telephone\n }\n }\n }\n }\n";
18
+ //# sourceMappingURL=createCompany.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './createCompany';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import { CreateCompanyTeamInput, CreateCompanyTeamResult } from '../../types/api/createCompanyTeam.types';
2
+
3
+ /**
4
+ * Creates a new company team with the provided information
5
+ *
6
+ * @param input - Team information including name, description, and target location
7
+ * @returns Promise resolving to created team result or null if creation failed
8
+ * @throws {Error} When network errors or GraphQL errors occur
9
+ */
10
+ export declare function createCompanyTeam(input: CreateCompanyTeamInput): Promise<CreateCompanyTeamResult | null>;
11
+ //# sourceMappingURL=createCompanyTeam.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const CREATE_COMPANY_TEAM = "\n mutation createCompanyTeam($input: CompanyTeamCreateInput!) {\n createCompanyTeam(input: $input) { __typename team { id structure_id name } }\n }\n";
18
+ //# sourceMappingURL=createCompanyTeam.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './createCompanyTeam';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ import { CreateCompanyUserInput, CreateCompanyUserResult } from '../../types';
2
+
3
+ /**
4
+ * Creates a new company user with the provided information
5
+ * @param input - User information including email, name, job title, and role
6
+ * @returns Promise resolving to created user result or null if creation failed
7
+ */
8
+ export declare function createCompanyUser(input: CreateCompanyUserInput): Promise<CreateCompanyUserResult | null>;
9
+ //# sourceMappingURL=createCompanyUser.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const CREATE_COMPANY_USER = "\n mutation createCompanyUser($input: CompanyUserCreateInput!) {\n createCompanyUser(input: $input) { __typename user { id structure_id email firstname lastname } }\n }\n";
18
+ //# sourceMappingURL=createCompanyUser.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './createCompanyUser';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Deletes a company team by their ID
3
+ *
4
+ * @param id - The ID of the company team to delete (base64 encoded UID from GraphQL)
5
+ * @returns Promise resolving to boolean indicating success
6
+ * @throws {Error} When network errors or GraphQL errors occur
7
+ */
8
+ export declare function deleteCompanyTeam(id: string): Promise<boolean>;
9
+ //# sourceMappingURL=deleteCompanyTeam.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const DELETE_COMPANY_TEAM = "\n mutation deleteCompanyTeam($id: ID!) {\n deleteCompanyTeam(id: $id) { __typename }\n }\n";
18
+ //# sourceMappingURL=deleteCompanyTeam.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './deleteCompanyTeam';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import { DeleteCompanyUserParams, DeleteCompanyUserResponse } from '../../types';
2
+
3
+ /**
4
+ * Deletes a company user by their ID
5
+ * @param params - The parameters containing user ID
6
+ * @param params.id - The ID of the user to delete (base64 encoded UID from GraphQL)
7
+ * @returns Promise<DeleteCompanyUserResponse> - Object containing success status
8
+ */
9
+ export declare const deleteCompanyUser: (params: DeleteCompanyUserParams) => Promise<DeleteCompanyUserResponse>;
10
+ //# sourceMappingURL=deleteCompanyUser.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const DELETE_COMPANY_USER_MUTATION = "\n mutation DELETE_COMPANY_USER($id: ID!) {\n deleteCompanyUserV2(id: $id) {\n success\n }\n }\n";
18
+ //# sourceMappingURL=deleteCompanyUser.graphql.d.ts.map
@@ -0,0 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2025 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export * from './deleteCompanyUser';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import { FetchUserPermissionsResult } from '../../types/api/fetchUserPermissions.types';
2
+
3
+ /**
4
+ * Fetches user permissions and returns both the allowed permission IDs and the role response
5
+ * This is a general-purpose API function that can be used across the application
6
+ *
7
+ * @returns Promise resolving to object containing allowed permission IDs and role response
8
+ * @throws {Error} When network errors or GraphQL errors occur
9
+ */
10
+ export declare function fetchUserPermissions(): Promise<FetchUserPermissionsResult>;
11
+ //# sourceMappingURL=fetchUserPermissions.d.ts.map