catocli 2.1.1__py3-none-any.whl → 2.1.2__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (563) hide show
  1. catocli/Utils/clidriver.py +214 -209
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +1 -1
  4. catocli/parsers/custom/export_sites/export_sites.py +118 -130
  5. catocli/parsers/customParserApiClient.py +1195 -0
  6. catocli/parsers/custom_private/__init__.py +1 -1
  7. catocli/parsers/mutation_accountManagement/__init__.py +45 -58
  8. catocli/parsers/mutation_accountManagement_addAccount/README.md +7 -5
  9. catocli/parsers/mutation_accountManagement_removeAccount/README.md +4 -5
  10. catocli/parsers/mutation_accountManagement_updateAccount/README.md +7 -5
  11. catocli/parsers/mutation_admin/__init__.py +84 -45
  12. catocli/parsers/mutation_admin_addAdmin/README.md +7 -5
  13. catocli/parsers/mutation_admin_addServicePrincipalAdmin/README.md +19 -0
  14. catocli/parsers/mutation_admin_removeAdmin/README.md +7 -5
  15. catocli/parsers/mutation_admin_removeServicePrincipalAdmin/README.md +19 -0
  16. catocli/parsers/mutation_admin_updateAdmin/README.md +8 -6
  17. catocli/parsers/mutation_admin_updateServicePrincipalAdmin/README.md +20 -0
  18. catocli/parsers/mutation_container/__init__.py +135 -135
  19. catocli/parsers/mutation_container_delete/README.md +7 -5
  20. catocli/parsers/mutation_container_fqdn_addValues/README.md +7 -5
  21. catocli/parsers/mutation_container_fqdn_createFromFile/README.md +7 -5
  22. catocli/parsers/mutation_container_fqdn_removeValues/README.md +7 -5
  23. catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +7 -5
  24. catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +7 -5
  25. catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +7 -5
  26. catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +7 -5
  27. catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +7 -5
  28. catocli/parsers/mutation_enterpriseDirectory/README.md +7 -0
  29. catocli/parsers/mutation_enterpriseDirectory/__init__.py +61 -0
  30. catocli/parsers/mutation_enterpriseDirectory_archiveLocation/README.md +19 -0
  31. catocli/parsers/mutation_enterpriseDirectory_createLocation/README.md +19 -0
  32. catocli/parsers/mutation_enterpriseDirectory_restoreLocation/README.md +19 -0
  33. catocli/parsers/mutation_enterpriseDirectory_updateLocation/README.md +19 -0
  34. catocli/parsers/mutation_groups/__init__.py +45 -45
  35. catocli/parsers/mutation_groups_createGroup/README.md +8 -6
  36. catocli/parsers/mutation_groups_deleteGroup/README.md +8 -6
  37. catocli/parsers/mutation_groups_updateGroup/README.md +8 -6
  38. catocli/parsers/mutation_hardware/__init__.py +16 -16
  39. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +7 -5
  40. catocli/parsers/mutation_policy/__init__.py +1302 -1302
  41. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +8 -6
  42. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +8 -6
  43. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +8 -6
  44. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +8 -6
  45. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +8 -6
  46. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +8 -6
  47. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +8 -6
  48. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +8 -6
  49. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +8 -6
  50. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +8 -6
  51. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +8 -6
  52. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +8 -6
  53. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +8 -6
  54. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +8 -6
  55. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +8 -6
  56. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +8 -6
  57. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +8 -6
  58. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +8 -6
  59. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +8 -6
  60. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +8 -6
  61. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +8 -6
  62. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +8 -6
  63. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +8 -6
  64. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +8 -6
  65. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +8 -6
  66. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +8 -6
  67. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +8 -6
  68. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +8 -6
  69. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +8 -6
  70. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +8 -6
  71. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +8 -6
  72. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +8 -6
  73. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +8 -6
  74. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +8 -6
  75. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +8 -6
  76. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +8 -6
  77. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +8 -6
  78. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +8 -6
  79. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +8 -6
  80. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +8 -6
  81. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +8 -6
  82. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +8 -6
  83. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +8 -6
  84. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +8 -6
  85. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +8 -6
  86. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +8 -6
  87. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +8 -6
  88. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +8 -6
  89. catocli/parsers/mutation_policy_socketLan_addRule/README.md +8 -6
  90. catocli/parsers/mutation_policy_socketLan_addSection/README.md +8 -6
  91. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +8 -6
  92. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +8 -6
  93. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +8 -6
  94. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +8 -6
  95. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +8 -6
  96. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +8 -6
  97. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +8 -6
  98. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +8 -6
  99. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +8 -6
  100. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +8 -6
  101. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +8 -6
  102. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +8 -6
  103. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +8 -6
  104. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +8 -6
  105. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +8 -6
  106. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +8 -6
  107. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +8 -6
  108. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +8 -6
  109. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +8 -6
  110. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +8 -6
  111. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +8 -6
  112. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +8 -6
  113. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +8 -6
  114. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +8 -6
  115. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +8 -6
  116. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +8 -6
  117. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +8 -6
  118. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +8 -6
  119. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +8 -6
  120. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +8 -6
  121. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +8 -6
  122. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +8 -6
  123. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +8 -6
  124. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +8 -6
  125. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +8 -6
  126. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +8 -6
  127. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +8 -6
  128. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +8 -6
  129. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +8 -6
  130. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +8 -6
  131. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +8 -6
  132. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +8 -6
  133. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +8 -6
  134. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +8 -6
  135. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +8 -6
  136. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +8 -6
  137. catocli/parsers/mutation_sandbox/__init__.py +27 -27
  138. catocli/parsers/mutation_sandbox_deleteReport/README.md +7 -5
  139. catocli/parsers/mutation_sandbox_uploadFile/README.md +7 -5
  140. catocli/parsers/mutation_site/__init__.py +474 -474
  141. catocli/parsers/mutation_site_addBgpPeer/README.md +7 -5
  142. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +7 -5
  143. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +7 -5
  144. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +7 -5
  145. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +8 -6
  146. catocli/parsers/mutation_site_addNetworkRange/README.md +8 -6
  147. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +7 -5
  148. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +7 -5
  149. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +7 -5
  150. catocli/parsers/mutation_site_addSocketSite/README.md +7 -5
  151. catocli/parsers/mutation_site_addStaticHost/README.md +8 -6
  152. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +7 -5
  153. catocli/parsers/mutation_site_removeBgpPeer/README.md +7 -5
  154. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  155. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  156. catocli/parsers/mutation_site_removeNetworkRange/README.md +7 -5
  157. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +7 -5
  158. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +7 -5
  159. catocli/parsers/mutation_site_removeSite/README.md +7 -5
  160. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +7 -5
  161. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +7 -5
  162. catocli/parsers/mutation_site_removeStaticHost/README.md +7 -5
  163. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +7 -5
  164. catocli/parsers/mutation_site_startSiteUpgrade/README.md +7 -5
  165. catocli/parsers/mutation_site_updateBgpPeer/README.md +7 -5
  166. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  167. catocli/parsers/mutation_site_updateHa/README.md +8 -6
  168. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  169. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  170. catocli/parsers/mutation_site_updateNetworkRange/README.md +8 -6
  171. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +7 -5
  172. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +7 -5
  173. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +7 -5
  174. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +8 -6
  175. catocli/parsers/mutation_site_updateSocketInterface/README.md +9 -7
  176. catocli/parsers/mutation_site_updateStaticHost/README.md +8 -6
  177. catocli/parsers/mutation_sites/__init__.py +474 -474
  178. catocli/parsers/mutation_sites_addBgpPeer/README.md +7 -5
  179. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +7 -5
  180. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +7 -5
  181. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +7 -5
  182. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +8 -6
  183. catocli/parsers/mutation_sites_addNetworkRange/README.md +8 -6
  184. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +7 -5
  185. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +7 -5
  186. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +7 -5
  187. catocli/parsers/mutation_sites_addSocketSite/README.md +7 -5
  188. catocli/parsers/mutation_sites_addStaticHost/README.md +8 -6
  189. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +7 -5
  190. catocli/parsers/mutation_sites_removeBgpPeer/README.md +7 -5
  191. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  192. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  193. catocli/parsers/mutation_sites_removeNetworkRange/README.md +7 -5
  194. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +7 -5
  195. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +7 -5
  196. catocli/parsers/mutation_sites_removeSite/README.md +7 -5
  197. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +7 -5
  198. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +7 -5
  199. catocli/parsers/mutation_sites_removeStaticHost/README.md +7 -5
  200. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +7 -5
  201. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +7 -5
  202. catocli/parsers/mutation_sites_updateBgpPeer/README.md +7 -5
  203. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  204. catocli/parsers/mutation_sites_updateHa/README.md +8 -6
  205. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  206. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  207. catocli/parsers/mutation_sites_updateNetworkRange/README.md +8 -6
  208. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +7 -5
  209. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +7 -5
  210. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +7 -5
  211. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +8 -6
  212. catocli/parsers/mutation_sites_updateSocketInterface/README.md +9 -7
  213. catocli/parsers/mutation_sites_updateStaticHost/README.md +8 -6
  214. catocli/parsers/mutation_xdr/__init__.py +45 -45
  215. catocli/parsers/mutation_xdr_addStoryComment/README.md +7 -5
  216. catocli/parsers/mutation_xdr_analystFeedback/README.md +7 -6
  217. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +7 -5
  218. catocli/parsers/query_accountBySubdomain/README.md +7 -5
  219. catocli/parsers/query_accountBySubdomain/__init__.py +12 -12
  220. catocli/parsers/query_accountManagement/README.md +4 -5
  221. catocli/parsers/query_accountManagement/__init__.py +12 -12
  222. catocli/parsers/query_accountMetrics/README.md +20 -18
  223. catocli/parsers/query_accountMetrics/__init__.py +12 -12
  224. catocli/parsers/query_accountRoles/README.md +7 -5
  225. catocli/parsers/query_accountRoles/__init__.py +12 -12
  226. catocli/parsers/query_accountSnapshot/README.md +8 -6
  227. catocli/parsers/query_accountSnapshot/__init__.py +12 -12
  228. catocli/parsers/query_admin/README.md +7 -5
  229. catocli/parsers/query_admin/__init__.py +12 -12
  230. catocli/parsers/query_admins/README.md +11 -9
  231. catocli/parsers/query_admins/__init__.py +12 -12
  232. catocli/parsers/query_appStats/README.md +20 -11
  233. catocli/parsers/query_appStats/__init__.py +12 -12
  234. catocli/parsers/query_appStatsTimeSeries/README.md +21 -12
  235. catocli/parsers/query_appStatsTimeSeries/__init__.py +12 -12
  236. catocli/parsers/query_auditFeed/README.md +10 -8
  237. catocli/parsers/query_auditFeed/__init__.py +12 -12
  238. catocli/parsers/query_catalogs/README.md +9 -7
  239. catocli/parsers/query_catalogs/__init__.py +12 -12
  240. catocli/parsers/query_container/README.md +13 -11
  241. catocli/parsers/query_container/__init__.py +12 -12
  242. catocli/parsers/query_devices/README.md +10 -8
  243. catocli/parsers/query_devices/__init__.py +12 -12
  244. catocli/parsers/query_enterpriseDirectory/README.md +19 -0
  245. catocli/parsers/query_enterpriseDirectory/__init__.py +16 -0
  246. catocli/parsers/query_entityLookup/README.md +19 -17
  247. catocli/parsers/query_entityLookup/__init__.py +12 -12
  248. catocli/parsers/query_events/README.md +13 -11
  249. catocli/parsers/query_events/__init__.py +12 -12
  250. catocli/parsers/query_eventsFeed/README.md +9 -7
  251. catocli/parsers/query_eventsFeed/__init__.py +12 -12
  252. catocli/parsers/query_eventsTimeSeries/README.md +14 -12
  253. catocli/parsers/query_eventsTimeSeries/__init__.py +12 -12
  254. catocli/parsers/query_groups/__init__.py +51 -51
  255. catocli/parsers/query_groups_groupList/README.md +8 -6
  256. catocli/parsers/query_groups_group_members/README.md +8 -6
  257. catocli/parsers/query_groups_whereUsed/README.md +7 -5
  258. catocli/parsers/query_hardware/README.md +7 -5
  259. catocli/parsers/query_hardware/__init__.py +12 -12
  260. catocli/parsers/query_hardwareManagement/README.md +7 -5
  261. catocli/parsers/query_hardwareManagement/__init__.py +12 -12
  262. catocli/parsers/query_licensing/README.md +4 -5
  263. catocli/parsers/query_licensing/__init__.py +12 -12
  264. catocli/parsers/query_policy/__init__.py +158 -158
  265. catocli/parsers/query_policy_appTenantRestriction_policy/README.md +7 -5
  266. catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +7 -5
  267. catocli/parsers/query_policy_internetFirewall_policy/README.md +7 -5
  268. catocli/parsers/query_policy_remotePortFwd_policy/README.md +7 -5
  269. catocli/parsers/query_policy_socketLan_policy/README.md +7 -5
  270. catocli/parsers/query_policy_terminalServer_policy/README.md +7 -5
  271. catocli/parsers/query_policy_wanFirewall_policy/README.md +7 -5
  272. catocli/parsers/query_policy_wanNetwork_policy/README.md +7 -5
  273. catocli/parsers/query_popLocations/README.md +7 -5
  274. catocli/parsers/query_popLocations/__init__.py +12 -12
  275. catocli/parsers/query_sandbox/README.md +7 -5
  276. catocli/parsers/query_sandbox/__init__.py +12 -12
  277. catocli/parsers/query_servicePrincipalAdmin/README.md +19 -0
  278. catocli/parsers/query_servicePrincipalAdmin/__init__.py +16 -0
  279. catocli/parsers/query_site/__init__.py +123 -123
  280. catocli/parsers/query_siteLocation/__init__.py +10 -10
  281. catocli/parsers/query_site_availableVersionList/README.md +7 -5
  282. catocli/parsers/query_site_bgpPeer/README.md +7 -5
  283. catocli/parsers/query_site_bgpPeerList/README.md +7 -5
  284. catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +7 -5
  285. catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +7 -5
  286. catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +7 -5
  287. catocli/parsers/query_site_secondaryAwsVSocket/README.md +7 -5
  288. catocli/parsers/query_site_secondaryAzureVSocket/README.md +7 -5
  289. catocli/parsers/query_site_siteBgpStatus/README.md +7 -5
  290. catocli/parsers/query_socketPortMetrics/README.md +13 -11
  291. catocli/parsers/query_socketPortMetrics/__init__.py +12 -12
  292. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +14 -12
  293. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +12 -12
  294. catocli/parsers/query_subDomains/README.md +7 -5
  295. catocli/parsers/query_subDomains/__init__.py +12 -12
  296. catocli/parsers/query_xdr/__init__.py +27 -27
  297. catocli/parsers/query_xdr_stories/README.md +7 -6
  298. catocli/parsers/query_xdr_story/README.md +9 -8
  299. catocli/parsers/raw/__init__.py +9 -9
  300. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/METADATA +1 -1
  301. catocli-2.1.2.dist-info/RECORD +659 -0
  302. models/mutation.accountManagement.addAccount.json +5 -15
  303. models/mutation.accountManagement.updateAccount.json +1 -3
  304. models/mutation.admin.addAdmin.json +14 -35
  305. models/mutation.admin.addServicePrincipalAdmin.json +2554 -0
  306. models/mutation.admin.removeAdmin.json +1 -1
  307. models/mutation.admin.removeServicePrincipalAdmin.json +201 -0
  308. models/mutation.admin.updateAdmin.json +13 -30
  309. models/mutation.admin.updateServicePrincipalAdmin.json +2554 -0
  310. models/mutation.container.delete.json +9 -435
  311. models/mutation.container.fqdn.addValues.json +6 -11
  312. models/mutation.container.fqdn.createFromFile.json +4 -12
  313. models/mutation.container.fqdn.removeValues.json +6 -11
  314. models/mutation.container.fqdn.updateFromFile.json +5 -15
  315. models/mutation.container.ipAddressRange.addValues.json +4 -12
  316. models/mutation.container.ipAddressRange.createFromFile.json +4 -12
  317. models/mutation.container.ipAddressRange.removeValues.json +4 -12
  318. models/mutation.container.ipAddressRange.updateFromFile.json +5 -15
  319. models/mutation.enterpriseDirectory.archiveLocation.json +1046 -0
  320. models/mutation.enterpriseDirectory.createLocation.json +2521 -0
  321. models/mutation.enterpriseDirectory.restoreLocation.json +1046 -0
  322. models/mutation.enterpriseDirectory.updateLocation.json +2567 -0
  323. models/mutation.groups.createGroup.json +39 -171
  324. models/mutation.groups.deleteGroup.json +36 -162
  325. models/mutation.groups.updateGroup.json +41 -177
  326. models/mutation.hardware.updateHardwareShipping.json +18 -47
  327. models/mutation.policy.appTenantRestriction.addRule.json +50 -136
  328. models/mutation.policy.appTenantRestriction.addSection.json +4 -12
  329. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3 -9
  330. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +2 -6
  331. models/mutation.policy.appTenantRestriction.moveRule.json +4 -12
  332. models/mutation.policy.appTenantRestriction.moveSection.json +4 -12
  333. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3 -9
  334. models/mutation.policy.appTenantRestriction.removeRule.json +2 -6
  335. models/mutation.policy.appTenantRestriction.removeSection.json +2 -6
  336. models/mutation.policy.appTenantRestriction.updatePolicy.json +2 -6
  337. models/mutation.policy.appTenantRestriction.updateRule.json +49 -133
  338. models/mutation.policy.appTenantRestriction.updateSection.json +3 -9
  339. models/mutation.policy.dynamicIpAllocation.addRule.json +15 -45
  340. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -12
  341. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +3 -9
  342. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2 -6
  343. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -12
  344. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -12
  345. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +3 -9
  346. models/mutation.policy.dynamicIpAllocation.removeRule.json +2 -6
  347. models/mutation.policy.dynamicIpAllocation.removeSection.json +2 -6
  348. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2 -6
  349. models/mutation.policy.dynamicIpAllocation.updateRule.json +14 -42
  350. models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -9
  351. models/mutation.policy.internetFirewall.addRule.json +248 -542
  352. models/mutation.policy.internetFirewall.addSection.json +4 -12
  353. models/mutation.policy.internetFirewall.createPolicyRevision.json +3 -9
  354. models/mutation.policy.internetFirewall.discardPolicyRevision.json +2 -6
  355. models/mutation.policy.internetFirewall.moveRule.json +4 -12
  356. models/mutation.policy.internetFirewall.moveSection.json +4 -12
  357. models/mutation.policy.internetFirewall.publishPolicyRevision.json +3 -9
  358. models/mutation.policy.internetFirewall.removeRule.json +2 -6
  359. models/mutation.policy.internetFirewall.removeSection.json +2 -6
  360. models/mutation.policy.internetFirewall.updatePolicy.json +2 -6
  361. models/mutation.policy.internetFirewall.updateRule.json +247 -539
  362. models/mutation.policy.internetFirewall.updateSection.json +3 -9
  363. models/mutation.policy.remotePortFwd.addRule.json +35 -91
  364. models/mutation.policy.remotePortFwd.addSection.json +4 -12
  365. models/mutation.policy.remotePortFwd.createPolicyRevision.json +3 -9
  366. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2 -6
  367. models/mutation.policy.remotePortFwd.moveRule.json +4 -12
  368. models/mutation.policy.remotePortFwd.moveSection.json +4 -12
  369. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +3 -9
  370. models/mutation.policy.remotePortFwd.removeRule.json +2 -6
  371. models/mutation.policy.remotePortFwd.removeSection.json +2 -6
  372. models/mutation.policy.remotePortFwd.updatePolicy.json +2 -6
  373. models/mutation.policy.remotePortFwd.updateRule.json +34 -88
  374. models/mutation.policy.remotePortFwd.updateSection.json +3 -9
  375. models/mutation.policy.socketLan.addRule.json +78 -185
  376. models/mutation.policy.socketLan.addSection.json +4 -12
  377. models/mutation.policy.socketLan.createPolicyRevision.json +3 -9
  378. models/mutation.policy.socketLan.discardPolicyRevision.json +2 -6
  379. models/mutation.policy.socketLan.moveRule.json +4 -12
  380. models/mutation.policy.socketLan.moveSection.json +4 -12
  381. models/mutation.policy.socketLan.publishPolicyRevision.json +3 -9
  382. models/mutation.policy.socketLan.removeRule.json +2 -6
  383. models/mutation.policy.socketLan.removeSection.json +2 -6
  384. models/mutation.policy.socketLan.updatePolicy.json +2 -6
  385. models/mutation.policy.socketLan.updateRule.json +77 -182
  386. models/mutation.policy.socketLan.updateSection.json +3 -9
  387. models/mutation.policy.terminalServer.addRule.json +10 -30
  388. models/mutation.policy.terminalServer.addSection.json +4 -12
  389. models/mutation.policy.terminalServer.createPolicyRevision.json +3 -9
  390. models/mutation.policy.terminalServer.discardPolicyRevision.json +2 -6
  391. models/mutation.policy.terminalServer.moveRule.json +4 -12
  392. models/mutation.policy.terminalServer.moveSection.json +4 -12
  393. models/mutation.policy.terminalServer.publishPolicyRevision.json +3 -9
  394. models/mutation.policy.terminalServer.removeRule.json +2 -6
  395. models/mutation.policy.terminalServer.removeSection.json +2 -6
  396. models/mutation.policy.terminalServer.updatePolicy.json +2 -6
  397. models/mutation.policy.terminalServer.updateRule.json +9 -27
  398. models/mutation.policy.terminalServer.updateSection.json +3 -9
  399. models/mutation.policy.wanFirewall.addRule.json +290 -654
  400. models/mutation.policy.wanFirewall.addSection.json +4 -12
  401. models/mutation.policy.wanFirewall.createPolicyRevision.json +3 -9
  402. models/mutation.policy.wanFirewall.discardPolicyRevision.json +2 -6
  403. models/mutation.policy.wanFirewall.moveRule.json +4 -12
  404. models/mutation.policy.wanFirewall.moveSection.json +4 -12
  405. models/mutation.policy.wanFirewall.publishPolicyRevision.json +3 -9
  406. models/mutation.policy.wanFirewall.removeRule.json +2 -6
  407. models/mutation.policy.wanFirewall.removeSection.json +2 -6
  408. models/mutation.policy.wanFirewall.updatePolicy.json +2 -6
  409. models/mutation.policy.wanFirewall.updateRule.json +289 -651
  410. models/mutation.policy.wanFirewall.updateSection.json +3 -9
  411. models/mutation.policy.wanNetwork.addRule.json +204 -514
  412. models/mutation.policy.wanNetwork.addSection.json +4 -12
  413. models/mutation.policy.wanNetwork.createPolicyRevision.json +3 -9
  414. models/mutation.policy.wanNetwork.discardPolicyRevision.json +2 -6
  415. models/mutation.policy.wanNetwork.moveRule.json +4 -12
  416. models/mutation.policy.wanNetwork.moveSection.json +4 -12
  417. models/mutation.policy.wanNetwork.publishPolicyRevision.json +3 -9
  418. models/mutation.policy.wanNetwork.removeRule.json +2 -6
  419. models/mutation.policy.wanNetwork.removeSection.json +2 -6
  420. models/mutation.policy.wanNetwork.updatePolicy.json +2 -6
  421. models/mutation.policy.wanNetwork.updateRule.json +203 -511
  422. models/mutation.policy.wanNetwork.updateSection.json +3 -9
  423. models/mutation.sandbox.deleteReport.json +1 -3
  424. models/mutation.sandbox.uploadFile.json +1 -3
  425. models/mutation.site.addBgpPeer.json +48 -123
  426. models/mutation.site.addCloudInterconnectPhysicalConnection.json +12 -36
  427. models/mutation.site.addCloudInterconnectSite.json +8 -24
  428. models/mutation.site.addIpsecIkeV2Site.json +10 -30
  429. models/mutation.site.addIpsecIkeV2SiteTunnels.json +14 -40
  430. models/mutation.site.addNetworkRange.json +15 -43
  431. models/mutation.site.addSecondaryAwsVSocket.json +5 -15
  432. models/mutation.site.addSecondaryAzureVSocket.json +4 -12
  433. models/mutation.site.addSocketAddOnCard.json +4 -12
  434. models/mutation.site.addSocketSite.json +12 -36
  435. models/mutation.site.addStaticHost.json +4 -10
  436. models/mutation.site.assignSiteBwLicense.json +120 -11782
  437. models/mutation.site.removeBgpPeer.json +1 -3
  438. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +1 -3
  439. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -4
  440. models/mutation.site.removeNetworkRange.json +1 -1
  441. models/mutation.site.removeSecondaryAwsVSocket.json +1 -1
  442. models/mutation.site.removeSecondaryAzureVSocket.json +1 -1
  443. models/mutation.site.removeSite.json +1 -1
  444. models/mutation.site.removeSiteBwLicense.json +119 -11779
  445. models/mutation.site.removeSocketAddOnCard.json +3 -9
  446. models/mutation.site.removeStaticHost.json +1 -1
  447. models/mutation.site.replaceSiteBwLicense.json +121 -11785
  448. models/mutation.site.startSiteUpgrade.json +3 -9
  449. models/mutation.site.updateBgpPeer.json +47 -120
  450. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +10 -30
  451. models/mutation.site.updateHa.json +4 -10
  452. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  453. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +15 -43
  454. models/mutation.site.updateNetworkRange.json +15 -43
  455. models/mutation.site.updateSecondaryAwsVSocket.json +4 -12
  456. models/mutation.site.updateSecondaryAzureVSocket.json +3 -9
  457. models/mutation.site.updateSiteBwLicense.json +120 -11782
  458. models/mutation.site.updateSiteGeneralDetails.json +14 -40
  459. models/mutation.site.updateSocketInterface.json +26 -74
  460. models/mutation.site.updateStaticHost.json +4 -10
  461. models/mutation.sites.addBgpPeer.json +48 -123
  462. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +12 -36
  463. models/mutation.sites.addCloudInterconnectSite.json +8 -24
  464. models/mutation.sites.addIpsecIkeV2Site.json +10 -30
  465. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +14 -40
  466. models/mutation.sites.addNetworkRange.json +15 -43
  467. models/mutation.sites.addSecondaryAwsVSocket.json +5 -15
  468. models/mutation.sites.addSecondaryAzureVSocket.json +4 -12
  469. models/mutation.sites.addSocketAddOnCard.json +4 -12
  470. models/mutation.sites.addSocketSite.json +12 -36
  471. models/mutation.sites.addStaticHost.json +4 -10
  472. models/mutation.sites.assignSiteBwLicense.json +120 -11782
  473. models/mutation.sites.removeBgpPeer.json +1 -3
  474. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +1 -3
  475. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -4
  476. models/mutation.sites.removeNetworkRange.json +1 -1
  477. models/mutation.sites.removeSecondaryAwsVSocket.json +1 -1
  478. models/mutation.sites.removeSecondaryAzureVSocket.json +1 -1
  479. models/mutation.sites.removeSite.json +1 -1
  480. models/mutation.sites.removeSiteBwLicense.json +119 -11779
  481. models/mutation.sites.removeSocketAddOnCard.json +3 -9
  482. models/mutation.sites.removeStaticHost.json +1 -1
  483. models/mutation.sites.replaceSiteBwLicense.json +121 -11785
  484. models/mutation.sites.startSiteUpgrade.json +3 -9
  485. models/mutation.sites.updateBgpPeer.json +47 -120
  486. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +10 -30
  487. models/mutation.sites.updateHa.json +4 -10
  488. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  489. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +15 -43
  490. models/mutation.sites.updateNetworkRange.json +15 -43
  491. models/mutation.sites.updateSecondaryAwsVSocket.json +4 -12
  492. models/mutation.sites.updateSecondaryAzureVSocket.json +3 -9
  493. models/mutation.sites.updateSiteBwLicense.json +120 -11782
  494. models/mutation.sites.updateSiteGeneralDetails.json +14 -40
  495. models/mutation.sites.updateSocketInterface.json +26 -74
  496. models/mutation.sites.updateStaticHost.json +4 -10
  497. models/mutation.xdr.addStoryComment.json +15 -113
  498. models/mutation.xdr.analystFeedback.json +229 -26307
  499. models/mutation.xdr.deleteStoryComment.json +15 -113
  500. models/query.accountBySubdomain.json +2 -1
  501. models/query.accountMetrics.json +15 -12
  502. models/query.accountRoles.json +1 -1
  503. models/query.accountSnapshot.json +4 -2
  504. models/query.admin.json +1 -1
  505. models/query.admins.json +7 -10
  506. models/query.appStats.json +633 -33
  507. models/query.appStatsTimeSeries.json +15 -28
  508. models/query.auditFeed.json +225 -16
  509. models/query.catalogs.json +106 -215
  510. models/query.container.json +21 -471
  511. models/query.devices.json +333 -620
  512. models/query.enterpriseDirectory.json +3596 -0
  513. models/query.entityLookup.json +15 -27
  514. models/query.events.json +1875 -33
  515. models/query.eventsFeed.json +30 -14
  516. models/query.eventsTimeSeries.json +15 -28
  517. models/query.groups.group.members.json +23 -55
  518. models/query.groups.groupList.json +87 -266
  519. models/query.groups.whereUsed.json +2 -6
  520. models/query.hardware.json +92 -192
  521. models/query.hardwareManagement.json +21 -63
  522. models/query.licensing.json +76 -11721
  523. models/query.policy.appTenantRestriction.policy.json +2 -6
  524. models/query.policy.dynamicIpAllocation.policy.json +2 -6
  525. models/query.policy.internetFirewall.policy.json +2 -6
  526. models/query.policy.remotePortFwd.policy.json +2 -6
  527. models/query.policy.socketLan.policy.json +2 -6
  528. models/query.policy.terminalServer.policy.json +2 -6
  529. models/query.policy.wanFirewall.policy.json +2 -6
  530. models/query.policy.wanNetwork.policy.json +2 -6
  531. models/query.popLocations.json +34 -74
  532. models/query.sandbox.json +44 -83
  533. models/query.servicePrincipalAdmin.json +1098 -0
  534. models/query.site.availableVersionList.json +4 -5
  535. models/query.site.bgpPeer.json +2 -6
  536. models/query.site.bgpPeerList.json +2 -6
  537. models/query.site.cloudInterconnectConnectionConnectivity.json +1 -3
  538. models/query.site.cloudInterconnectPhysicalConnection.json +1 -3
  539. models/query.site.cloudInterconnectPhysicalConnectionId.json +3 -9
  540. models/query.site.secondaryAwsVSocket.json +1 -1
  541. models/query.site.secondaryAzureVSocket.json +1 -1
  542. models/query.site.siteBgpStatus.json +2 -6
  543. models/query.socketPortMetrics.json +465 -33
  544. models/query.socketPortMetricsTimeSeries.json +15 -28
  545. models/query.subDomains.json +1 -1
  546. models/query.xdr.stories.json +306 -26440
  547. models/query.xdr.story.json +40 -26100
  548. schema/catolib.py +1262 -970
  549. schema/importSchema.py +53 -48
  550. catocli/parsers/mutation/README.md +0 -4
  551. catocli/parsers/mutation_accountManagement_disableAccount/README.md +0 -16
  552. catocli/parsers/parserApiClient.py +0 -948
  553. catocli/parsers/query/README.md +0 -3
  554. catocli-2.1.1.dist-info/RECORD +0 -645
  555. models/mutation.accountManagement.disableAccount.json +0 -545
  556. models/query.policy.json +0 -40899
  557. models/query.site.json +0 -5688
  558. schema/remove_policyid.py +0 -89
  559. schema/remove_policyid_mutations.py +0 -89
  560. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/WHEEL +0 -0
  561. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/entry_points.txt +0 -0
  562. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/licenses/LICENSE +0 -0
  563. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2567 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "updateLocation": {
25
+ "args": {
26
+ "updateLocation___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateLocation___input",
30
+ "name": "input",
31
+ "path": "updateLocation.input",
32
+ "requestStr": "$enterpriseDirectoryUpdateLocationInput:EnterpriseDirectoryUpdateLocationInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$enterpriseDirectoryUpdateLocationInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "businessUnit": {
42
+ "defaultValue": null,
43
+ "description": "Business unit",
44
+ "id_str": "updateLocation___input___businessUnit",
45
+ "name": "businessUnit",
46
+ "path": "updateLocation.input.businessUnit",
47
+ "requestStr": "$businessUnit:String ",
48
+ "required": false,
49
+ "responseStr": "businessUnit:$businessUnit ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "String",
55
+ "non_null": false
56
+ },
57
+ "varName": "businessUnit"
58
+ },
59
+ "description": {
60
+ "defaultValue": null,
61
+ "description": "Description",
62
+ "id_str": "updateLocation___input___description",
63
+ "name": "description",
64
+ "path": "updateLocation.input.description",
65
+ "requestStr": "$description:String ",
66
+ "required": false,
67
+ "responseStr": "description:$description ",
68
+ "type": {
69
+ "kind": [
70
+ "SCALAR"
71
+ ],
72
+ "name": "String",
73
+ "non_null": false
74
+ },
75
+ "varName": "description"
76
+ },
77
+ "details": {
78
+ "defaultValue": null,
79
+ "description": "Location details",
80
+ "id_str": "updateLocation___input___details",
81
+ "name": "details",
82
+ "path": "updateLocation.input.details",
83
+ "requestStr": "$updateLocationDetailsInput:UpdateLocationDetailsInput ",
84
+ "required": false,
85
+ "responseStr": "details:$updateLocationDetailsInput ",
86
+ "type": {
87
+ "definition": {
88
+ "description": null,
89
+ "enumValues": null,
90
+ "fields": null,
91
+ "inputFields": {
92
+ "companyName": {
93
+ "defaultValue": null,
94
+ "description": "Company name (recipient)",
95
+ "id_str": "updateLocation___input___details___companyName",
96
+ "name": "companyName",
97
+ "path": "updateLocation.input.details.companyName",
98
+ "requestStr": "$companyName:String ",
99
+ "required": false,
100
+ "responseStr": "companyName:$companyName ",
101
+ "type": {
102
+ "kind": [
103
+ "SCALAR"
104
+ ],
105
+ "name": "String",
106
+ "non_null": false
107
+ },
108
+ "varName": "companyName"
109
+ },
110
+ "contact": {
111
+ "defaultValue": null,
112
+ "description": "Delivery contact detail",
113
+ "id_str": "updateLocation___input___details___contact",
114
+ "name": "contact",
115
+ "path": "updateLocation.input.details.contact",
116
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
117
+ "required": false,
118
+ "responseStr": "contact:$contactDetailsInput ",
119
+ "type": {
120
+ "definition": {
121
+ "description": null,
122
+ "enumValues": null,
123
+ "fields": null,
124
+ "inputFields": {
125
+ "email": {
126
+ "defaultValue": null,
127
+ "description": "Contact email address",
128
+ "id_str": "updateLocation___input___details___contact___email",
129
+ "name": "email",
130
+ "path": "updateLocation.input.details.contact.email",
131
+ "requestStr": "$email:Email ",
132
+ "required": false,
133
+ "responseStr": "email:$email ",
134
+ "type": {
135
+ "kind": [
136
+ "SCALAR"
137
+ ],
138
+ "name": "Email",
139
+ "non_null": false
140
+ },
141
+ "varName": "email"
142
+ },
143
+ "name": {
144
+ "defaultValue": null,
145
+ "description": "Contact name",
146
+ "id_str": "updateLocation___input___details___contact___name",
147
+ "name": "name",
148
+ "path": "updateLocation.input.details.contact.name",
149
+ "requestStr": "$name:String ",
150
+ "required": false,
151
+ "responseStr": "name:$name ",
152
+ "type": {
153
+ "kind": [
154
+ "SCALAR"
155
+ ],
156
+ "name": "String",
157
+ "non_null": false
158
+ },
159
+ "varName": "name"
160
+ },
161
+ "phone": {
162
+ "defaultValue": null,
163
+ "description": "Contact phone number",
164
+ "id_str": "updateLocation___input___details___contact___phone",
165
+ "name": "phone",
166
+ "path": "updateLocation.input.details.contact.phone",
167
+ "requestStr": "$phone:Phone ",
168
+ "required": false,
169
+ "responseStr": "phone:$phone ",
170
+ "type": {
171
+ "kind": [
172
+ "SCALAR"
173
+ ],
174
+ "name": "Phone",
175
+ "non_null": false
176
+ },
177
+ "varName": "phone"
178
+ }
179
+ },
180
+ "interfaces": null,
181
+ "kind": "INPUT_OBJECT",
182
+ "name": "ContactDetailsInput",
183
+ "possibleTypes": null
184
+ },
185
+ "indexType": "input_object",
186
+ "kind": [
187
+ "INPUT_OBJECT"
188
+ ],
189
+ "name": "ContactDetailsInput",
190
+ "non_null": false
191
+ },
192
+ "varName": "contactDetailsInput"
193
+ },
194
+ "postalAddress": {
195
+ "defaultValue": null,
196
+ "description": "Postal location",
197
+ "id_str": "updateLocation___input___details___postalAddress",
198
+ "name": "postalAddress",
199
+ "path": "updateLocation.input.details.postalAddress",
200
+ "requestStr": "$postalAddressInput:PostalAddressInput ",
201
+ "required": false,
202
+ "responseStr": "postalAddress:$postalAddressInput ",
203
+ "type": {
204
+ "definition": {
205
+ "description": null,
206
+ "enumValues": null,
207
+ "fields": null,
208
+ "inputFields": {
209
+ "cityName": {
210
+ "defaultValue": null,
211
+ "description": "City",
212
+ "id_str": "updateLocation___input___details___postalAddress___cityName",
213
+ "name": "cityName",
214
+ "path": "updateLocation.input.details.postalAddress.cityName",
215
+ "requestStr": "$cityName:String ",
216
+ "required": false,
217
+ "responseStr": "cityName:$cityName ",
218
+ "type": {
219
+ "kind": [
220
+ "SCALAR"
221
+ ],
222
+ "name": "String",
223
+ "non_null": false
224
+ },
225
+ "varName": "cityName"
226
+ },
227
+ "country": {
228
+ "defaultValue": null,
229
+ "description": "Country",
230
+ "id_str": "updateLocation___input___details___postalAddress___country",
231
+ "name": "country",
232
+ "path": "updateLocation.input.details.postalAddress.country",
233
+ "requestStr": "$countryRefInput:CountryRefInput! ",
234
+ "required": true,
235
+ "responseStr": "country:$countryRefInput ",
236
+ "type": {
237
+ "definition": {
238
+ "description": null,
239
+ "enumValues": null,
240
+ "fields": null,
241
+ "inputFields": {
242
+ "by": {
243
+ "defaultValue": "ID",
244
+ "description": null,
245
+ "id_str": "updateLocation___input___details___postalAddress___country___by",
246
+ "name": "by",
247
+ "path": "updateLocation.input.details.postalAddress.country.by",
248
+ "requestStr": "$by:ObjectRefBy! ",
249
+ "required": true,
250
+ "responseStr": "by:$by ",
251
+ "type": {
252
+ "definition": {
253
+ "description": null,
254
+ "enumValues": [
255
+ {
256
+ "deprecationReason": null,
257
+ "description": null,
258
+ "isDeprecated": false,
259
+ "name": "ID"
260
+ },
261
+ {
262
+ "deprecationReason": null,
263
+ "description": null,
264
+ "isDeprecated": false,
265
+ "name": "NAME"
266
+ }
267
+ ],
268
+ "fields": null,
269
+ "inputFields": null,
270
+ "interfaces": null,
271
+ "kind": "ENUM",
272
+ "name": "ObjectRefBy",
273
+ "possibleTypes": null
274
+ },
275
+ "indexType": "enum",
276
+ "kind": [
277
+ "NON_NULL",
278
+ "ENUM"
279
+ ],
280
+ "name": "ObjectRefBy",
281
+ "non_null": false
282
+ },
283
+ "varName": "by"
284
+ },
285
+ "input": {
286
+ "defaultValue": null,
287
+ "description": null,
288
+ "id_str": "updateLocation___input___details___postalAddress___country___input",
289
+ "name": "input",
290
+ "path": "updateLocation.input.details.postalAddress.country.input",
291
+ "requestStr": "$input:String! ",
292
+ "required": true,
293
+ "responseStr": "input:$input ",
294
+ "type": {
295
+ "kind": [
296
+ "NON_NULL",
297
+ "SCALAR"
298
+ ],
299
+ "name": "String",
300
+ "non_null": false
301
+ },
302
+ "varName": "input"
303
+ }
304
+ },
305
+ "interfaces": null,
306
+ "kind": "INPUT_OBJECT",
307
+ "name": "CountryRefInput",
308
+ "possibleTypes": null
309
+ },
310
+ "indexType": "input_object",
311
+ "kind": [
312
+ "NON_NULL",
313
+ "INPUT_OBJECT"
314
+ ],
315
+ "name": "CountryRefInput",
316
+ "non_null": false
317
+ },
318
+ "varName": "countryRefInput"
319
+ },
320
+ "stateName": {
321
+ "defaultValue": null,
322
+ "description": "State (only for USA)",
323
+ "id_str": "updateLocation___input___details___postalAddress___stateName",
324
+ "name": "stateName",
325
+ "path": "updateLocation.input.details.postalAddress.stateName",
326
+ "requestStr": "$stateName:String ",
327
+ "required": false,
328
+ "responseStr": "stateName:$stateName ",
329
+ "type": {
330
+ "kind": [
331
+ "SCALAR"
332
+ ],
333
+ "name": "String",
334
+ "non_null": false
335
+ },
336
+ "varName": "stateName"
337
+ },
338
+ "street": {
339
+ "defaultValue": null,
340
+ "description": "Street name and number",
341
+ "id_str": "updateLocation___input___details___postalAddress___street",
342
+ "name": "street",
343
+ "path": "updateLocation.input.details.postalAddress.street",
344
+ "requestStr": "$street:String ",
345
+ "required": false,
346
+ "responseStr": "street:$street ",
347
+ "type": {
348
+ "kind": [
349
+ "SCALAR"
350
+ ],
351
+ "name": "String",
352
+ "non_null": false
353
+ },
354
+ "varName": "street"
355
+ },
356
+ "zipCode": {
357
+ "defaultValue": null,
358
+ "description": "Zip Code",
359
+ "id_str": "updateLocation___input___details___postalAddress___zipCode",
360
+ "name": "zipCode",
361
+ "path": "updateLocation.input.details.postalAddress.zipCode",
362
+ "requestStr": "$zipCode:String ",
363
+ "required": false,
364
+ "responseStr": "zipCode:$zipCode ",
365
+ "type": {
366
+ "kind": [
367
+ "SCALAR"
368
+ ],
369
+ "name": "String",
370
+ "non_null": false
371
+ },
372
+ "varName": "zipCode"
373
+ }
374
+ },
375
+ "interfaces": null,
376
+ "kind": "INPUT_OBJECT",
377
+ "name": "PostalAddressInput",
378
+ "possibleTypes": null
379
+ },
380
+ "indexType": "input_object",
381
+ "kind": [
382
+ "INPUT_OBJECT"
383
+ ],
384
+ "name": "PostalAddressInput",
385
+ "non_null": false
386
+ },
387
+ "varName": "postalAddressInput"
388
+ },
389
+ "vatId": {
390
+ "defaultValue": null,
391
+ "description": "Vat id (required for Brazil)",
392
+ "id_str": "updateLocation___input___details___vatId",
393
+ "name": "vatId",
394
+ "path": "updateLocation.input.details.vatId",
395
+ "requestStr": "$vatId:String ",
396
+ "required": false,
397
+ "responseStr": "vatId:$vatId ",
398
+ "type": {
399
+ "kind": [
400
+ "SCALAR"
401
+ ],
402
+ "name": "String",
403
+ "non_null": false
404
+ },
405
+ "varName": "vatId"
406
+ }
407
+ },
408
+ "interfaces": null,
409
+ "kind": "INPUT_OBJECT",
410
+ "name": "UpdateLocationDetailsInput",
411
+ "possibleTypes": null
412
+ },
413
+ "indexType": "input_object",
414
+ "kind": [
415
+ "INPUT_OBJECT"
416
+ ],
417
+ "name": "UpdateLocationDetailsInput",
418
+ "non_null": false
419
+ },
420
+ "varName": "updateLocationDetailsInput"
421
+ },
422
+ "id": {
423
+ "defaultValue": null,
424
+ "description": "Location id",
425
+ "id_str": "updateLocation___input___id",
426
+ "name": "id",
427
+ "path": "updateLocation.input.id",
428
+ "requestStr": "$id:ID! ",
429
+ "required": true,
430
+ "responseStr": "id:$id ",
431
+ "type": {
432
+ "kind": [
433
+ "NON_NULL",
434
+ "SCALAR"
435
+ ],
436
+ "name": "ID",
437
+ "non_null": false
438
+ },
439
+ "varName": "id"
440
+ },
441
+ "name": {
442
+ "defaultValue": null,
443
+ "description": "Location name",
444
+ "id_str": "updateLocation___input___name",
445
+ "name": "name",
446
+ "path": "updateLocation.input.name",
447
+ "requestStr": "$name:String ",
448
+ "required": false,
449
+ "responseStr": "name:$name ",
450
+ "type": {
451
+ "kind": [
452
+ "SCALAR"
453
+ ],
454
+ "name": "String",
455
+ "non_null": false
456
+ },
457
+ "varName": "name"
458
+ },
459
+ "type": {
460
+ "defaultValue": null,
461
+ "description": "Location type",
462
+ "id_str": "updateLocation___input___type",
463
+ "name": "type",
464
+ "path": "updateLocation.input.type",
465
+ "requestStr": "$type:LocationType ",
466
+ "required": false,
467
+ "responseStr": "type:$type ",
468
+ "type": {
469
+ "definition": {
470
+ "description": null,
471
+ "enumValues": [
472
+ {
473
+ "deprecationReason": null,
474
+ "description": null,
475
+ "isDeprecated": false,
476
+ "name": "BRANCH"
477
+ },
478
+ {
479
+ "deprecationReason": null,
480
+ "description": null,
481
+ "isDeprecated": false,
482
+ "name": "HEADQUARTERS"
483
+ },
484
+ {
485
+ "deprecationReason": null,
486
+ "description": null,
487
+ "isDeprecated": false,
488
+ "name": "DATA_CENTER"
489
+ },
490
+ {
491
+ "deprecationReason": null,
492
+ "description": null,
493
+ "isDeprecated": false,
494
+ "name": "CLOUD_DATA_CENTER"
495
+ },
496
+ {
497
+ "deprecationReason": null,
498
+ "description": null,
499
+ "isDeprecated": false,
500
+ "name": "WAREHOUSE"
501
+ },
502
+ {
503
+ "deprecationReason": null,
504
+ "description": null,
505
+ "isDeprecated": false,
506
+ "name": "OTHER"
507
+ }
508
+ ],
509
+ "fields": null,
510
+ "inputFields": null,
511
+ "interfaces": null,
512
+ "kind": "ENUM",
513
+ "name": "LocationType",
514
+ "possibleTypes": null
515
+ },
516
+ "indexType": "enum",
517
+ "kind": [
518
+ "ENUM"
519
+ ],
520
+ "name": "LocationType",
521
+ "non_null": false
522
+ },
523
+ "varName": "type"
524
+ }
525
+ },
526
+ "interfaces": null,
527
+ "kind": "INPUT_OBJECT",
528
+ "name": "EnterpriseDirectoryUpdateLocationInput",
529
+ "possibleTypes": null
530
+ },
531
+ "indexType": "input_object",
532
+ "kind": [
533
+ "NON_NULL",
534
+ "INPUT_OBJECT"
535
+ ],
536
+ "name": "EnterpriseDirectoryUpdateLocationInput",
537
+ "non_null": false
538
+ },
539
+ "varName": "enterpriseDirectoryUpdateLocationInput"
540
+ }
541
+ },
542
+ "deprecationReason": null,
543
+ "description": null,
544
+ "isDeprecated": false,
545
+ "name": "updateLocation",
546
+ "type": {
547
+ "kind": "OBJECT",
548
+ "name": "EnterpriseDirectoryUpdateLocationPayload",
549
+ "ofType": null
550
+ }
551
+ }
552
+ },
553
+ "deprecationReason": null,
554
+ "description": null,
555
+ "fieldTypes": {
556
+ "AccountRef": true,
557
+ "ActorRef": true,
558
+ "AddressValidationStatus": true,
559
+ "AuditingMetadata": true,
560
+ "ContactDetails": true,
561
+ "ContactDetailsInput": true,
562
+ "CountryRef": true,
563
+ "CountryRefInput": true,
564
+ "EnterpriseDirectoryUpdateLocationPayload": true,
565
+ "Location": true,
566
+ "LocationDetails": true,
567
+ "LocationType": true,
568
+ "ObjectRefBy": true,
569
+ "PostalAddress": true,
570
+ "PostalAddressInput": true,
571
+ "UpdateLocationDetailsInput": true
572
+ },
573
+ "isDeprecated": false,
574
+ "name": "enterpriseDirectory",
575
+ "operationArgs": {
576
+ "accountId": {
577
+ "defaultValue": null,
578
+ "description": null,
579
+ "id_str": "accountId",
580
+ "name": "accountId",
581
+ "path": "accountId",
582
+ "requestStr": "$accountId:ID! ",
583
+ "required": true,
584
+ "responseStr": "accountId:$accountId ",
585
+ "type": {
586
+ "kind": [
587
+ "NON_NULL",
588
+ "SCALAR"
589
+ ],
590
+ "name": "ID",
591
+ "non_null": false
592
+ },
593
+ "varName": "accountId"
594
+ },
595
+ "enterpriseDirectoryUpdateLocationInput": {
596
+ "defaultValue": null,
597
+ "description": null,
598
+ "id_str": "updateLocation___input",
599
+ "name": "input",
600
+ "path": "updateLocation.input",
601
+ "requestStr": "$enterpriseDirectoryUpdateLocationInput:EnterpriseDirectoryUpdateLocationInput! ",
602
+ "required": true,
603
+ "responseStr": "input:$enterpriseDirectoryUpdateLocationInput ",
604
+ "type": {
605
+ "definition": {
606
+ "description": null,
607
+ "enumValues": null,
608
+ "fields": null,
609
+ "inputFields": {
610
+ "businessUnit": {
611
+ "defaultValue": null,
612
+ "description": "Business unit",
613
+ "id_str": "updateLocation___input___businessUnit",
614
+ "name": "businessUnit",
615
+ "path": "updateLocation.input.businessUnit",
616
+ "requestStr": "$businessUnit:String ",
617
+ "required": false,
618
+ "responseStr": "businessUnit:$businessUnit ",
619
+ "type": {
620
+ "kind": [
621
+ "SCALAR"
622
+ ],
623
+ "name": "String",
624
+ "non_null": false
625
+ },
626
+ "varName": "businessUnit"
627
+ },
628
+ "description": {
629
+ "defaultValue": null,
630
+ "description": "Description",
631
+ "id_str": "updateLocation___input___description",
632
+ "name": "description",
633
+ "path": "updateLocation.input.description",
634
+ "requestStr": "$description:String ",
635
+ "required": false,
636
+ "responseStr": "description:$description ",
637
+ "type": {
638
+ "kind": [
639
+ "SCALAR"
640
+ ],
641
+ "name": "String",
642
+ "non_null": false
643
+ },
644
+ "varName": "description"
645
+ },
646
+ "details": {
647
+ "defaultValue": null,
648
+ "description": "Location details",
649
+ "id_str": "updateLocation___input___details",
650
+ "name": "details",
651
+ "path": "updateLocation.input.details",
652
+ "requestStr": "$updateLocationDetailsInput:UpdateLocationDetailsInput ",
653
+ "required": false,
654
+ "responseStr": "details:$updateLocationDetailsInput ",
655
+ "type": {
656
+ "definition": {
657
+ "description": null,
658
+ "enumValues": null,
659
+ "fields": null,
660
+ "inputFields": {
661
+ "companyName": {
662
+ "defaultValue": null,
663
+ "description": "Company name (recipient)",
664
+ "id_str": "updateLocation___input___details___companyName",
665
+ "name": "companyName",
666
+ "path": "updateLocation.input.details.companyName",
667
+ "requestStr": "$companyName:String ",
668
+ "required": false,
669
+ "responseStr": "companyName:$companyName ",
670
+ "type": {
671
+ "kind": [
672
+ "SCALAR"
673
+ ],
674
+ "name": "String",
675
+ "non_null": false
676
+ },
677
+ "varName": "companyName"
678
+ },
679
+ "contact": {
680
+ "defaultValue": null,
681
+ "description": "Delivery contact detail",
682
+ "id_str": "updateLocation___input___details___contact",
683
+ "name": "contact",
684
+ "path": "updateLocation.input.details.contact",
685
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
686
+ "required": false,
687
+ "responseStr": "contact:$contactDetailsInput ",
688
+ "type": {
689
+ "definition": {
690
+ "description": null,
691
+ "enumValues": null,
692
+ "fields": null,
693
+ "inputFields": {
694
+ "email": {
695
+ "defaultValue": null,
696
+ "description": "Contact email address",
697
+ "id_str": "updateLocation___input___details___contact___email",
698
+ "name": "email",
699
+ "path": "updateLocation.input.details.contact.email",
700
+ "requestStr": "$email:Email ",
701
+ "required": false,
702
+ "responseStr": "email:$email ",
703
+ "type": {
704
+ "kind": [
705
+ "SCALAR"
706
+ ],
707
+ "name": "Email",
708
+ "non_null": false
709
+ },
710
+ "varName": "email"
711
+ },
712
+ "name": {
713
+ "defaultValue": null,
714
+ "description": "Contact name",
715
+ "id_str": "updateLocation___input___details___contact___name",
716
+ "name": "name",
717
+ "path": "updateLocation.input.details.contact.name",
718
+ "requestStr": "$name:String ",
719
+ "required": false,
720
+ "responseStr": "name:$name ",
721
+ "type": {
722
+ "kind": [
723
+ "SCALAR"
724
+ ],
725
+ "name": "String",
726
+ "non_null": false
727
+ },
728
+ "varName": "name"
729
+ },
730
+ "phone": {
731
+ "defaultValue": null,
732
+ "description": "Contact phone number",
733
+ "id_str": "updateLocation___input___details___contact___phone",
734
+ "name": "phone",
735
+ "path": "updateLocation.input.details.contact.phone",
736
+ "requestStr": "$phone:Phone ",
737
+ "required": false,
738
+ "responseStr": "phone:$phone ",
739
+ "type": {
740
+ "kind": [
741
+ "SCALAR"
742
+ ],
743
+ "name": "Phone",
744
+ "non_null": false
745
+ },
746
+ "varName": "phone"
747
+ }
748
+ },
749
+ "interfaces": null,
750
+ "kind": "INPUT_OBJECT",
751
+ "name": "ContactDetailsInput",
752
+ "possibleTypes": null
753
+ },
754
+ "indexType": "input_object",
755
+ "kind": [
756
+ "INPUT_OBJECT"
757
+ ],
758
+ "name": "ContactDetailsInput",
759
+ "non_null": false
760
+ },
761
+ "varName": "contactDetailsInput"
762
+ },
763
+ "postalAddress": {
764
+ "defaultValue": null,
765
+ "description": "Postal location",
766
+ "id_str": "updateLocation___input___details___postalAddress",
767
+ "name": "postalAddress",
768
+ "path": "updateLocation.input.details.postalAddress",
769
+ "requestStr": "$postalAddressInput:PostalAddressInput ",
770
+ "required": false,
771
+ "responseStr": "postalAddress:$postalAddressInput ",
772
+ "type": {
773
+ "definition": {
774
+ "description": null,
775
+ "enumValues": null,
776
+ "fields": null,
777
+ "inputFields": {
778
+ "cityName": {
779
+ "defaultValue": null,
780
+ "description": "City",
781
+ "id_str": "updateLocation___input___details___postalAddress___cityName",
782
+ "name": "cityName",
783
+ "path": "updateLocation.input.details.postalAddress.cityName",
784
+ "requestStr": "$cityName:String ",
785
+ "required": false,
786
+ "responseStr": "cityName:$cityName ",
787
+ "type": {
788
+ "kind": [
789
+ "SCALAR"
790
+ ],
791
+ "name": "String",
792
+ "non_null": false
793
+ },
794
+ "varName": "cityName"
795
+ },
796
+ "country": {
797
+ "defaultValue": null,
798
+ "description": "Country",
799
+ "id_str": "updateLocation___input___details___postalAddress___country",
800
+ "name": "country",
801
+ "path": "updateLocation.input.details.postalAddress.country",
802
+ "requestStr": "$countryRefInput:CountryRefInput! ",
803
+ "required": true,
804
+ "responseStr": "country:$countryRefInput ",
805
+ "type": {
806
+ "definition": {
807
+ "description": null,
808
+ "enumValues": null,
809
+ "fields": null,
810
+ "inputFields": {
811
+ "by": {
812
+ "defaultValue": "ID",
813
+ "description": null,
814
+ "id_str": "updateLocation___input___details___postalAddress___country___by",
815
+ "name": "by",
816
+ "path": "updateLocation.input.details.postalAddress.country.by",
817
+ "requestStr": "$by:ObjectRefBy! ",
818
+ "required": true,
819
+ "responseStr": "by:$by ",
820
+ "type": {
821
+ "definition": {
822
+ "description": null,
823
+ "enumValues": [
824
+ {
825
+ "deprecationReason": null,
826
+ "description": null,
827
+ "isDeprecated": false,
828
+ "name": "ID"
829
+ },
830
+ {
831
+ "deprecationReason": null,
832
+ "description": null,
833
+ "isDeprecated": false,
834
+ "name": "NAME"
835
+ }
836
+ ],
837
+ "fields": null,
838
+ "inputFields": null,
839
+ "interfaces": null,
840
+ "kind": "ENUM",
841
+ "name": "ObjectRefBy",
842
+ "possibleTypes": null
843
+ },
844
+ "indexType": "enum",
845
+ "kind": [
846
+ "NON_NULL",
847
+ "ENUM"
848
+ ],
849
+ "name": "ObjectRefBy",
850
+ "non_null": false
851
+ },
852
+ "varName": "by"
853
+ },
854
+ "input": {
855
+ "defaultValue": null,
856
+ "description": null,
857
+ "id_str": "updateLocation___input___details___postalAddress___country___input",
858
+ "name": "input",
859
+ "path": "updateLocation.input.details.postalAddress.country.input",
860
+ "requestStr": "$input:String! ",
861
+ "required": true,
862
+ "responseStr": "input:$input ",
863
+ "type": {
864
+ "kind": [
865
+ "NON_NULL",
866
+ "SCALAR"
867
+ ],
868
+ "name": "String",
869
+ "non_null": false
870
+ },
871
+ "varName": "input"
872
+ }
873
+ },
874
+ "interfaces": null,
875
+ "kind": "INPUT_OBJECT",
876
+ "name": "CountryRefInput",
877
+ "possibleTypes": null
878
+ },
879
+ "indexType": "input_object",
880
+ "kind": [
881
+ "NON_NULL",
882
+ "INPUT_OBJECT"
883
+ ],
884
+ "name": "CountryRefInput",
885
+ "non_null": false
886
+ },
887
+ "varName": "countryRefInput"
888
+ },
889
+ "stateName": {
890
+ "defaultValue": null,
891
+ "description": "State (only for USA)",
892
+ "id_str": "updateLocation___input___details___postalAddress___stateName",
893
+ "name": "stateName",
894
+ "path": "updateLocation.input.details.postalAddress.stateName",
895
+ "requestStr": "$stateName:String ",
896
+ "required": false,
897
+ "responseStr": "stateName:$stateName ",
898
+ "type": {
899
+ "kind": [
900
+ "SCALAR"
901
+ ],
902
+ "name": "String",
903
+ "non_null": false
904
+ },
905
+ "varName": "stateName"
906
+ },
907
+ "street": {
908
+ "defaultValue": null,
909
+ "description": "Street name and number",
910
+ "id_str": "updateLocation___input___details___postalAddress___street",
911
+ "name": "street",
912
+ "path": "updateLocation.input.details.postalAddress.street",
913
+ "requestStr": "$street:String ",
914
+ "required": false,
915
+ "responseStr": "street:$street ",
916
+ "type": {
917
+ "kind": [
918
+ "SCALAR"
919
+ ],
920
+ "name": "String",
921
+ "non_null": false
922
+ },
923
+ "varName": "street"
924
+ },
925
+ "zipCode": {
926
+ "defaultValue": null,
927
+ "description": "Zip Code",
928
+ "id_str": "updateLocation___input___details___postalAddress___zipCode",
929
+ "name": "zipCode",
930
+ "path": "updateLocation.input.details.postalAddress.zipCode",
931
+ "requestStr": "$zipCode:String ",
932
+ "required": false,
933
+ "responseStr": "zipCode:$zipCode ",
934
+ "type": {
935
+ "kind": [
936
+ "SCALAR"
937
+ ],
938
+ "name": "String",
939
+ "non_null": false
940
+ },
941
+ "varName": "zipCode"
942
+ }
943
+ },
944
+ "interfaces": null,
945
+ "kind": "INPUT_OBJECT",
946
+ "name": "PostalAddressInput",
947
+ "possibleTypes": null
948
+ },
949
+ "indexType": "input_object",
950
+ "kind": [
951
+ "INPUT_OBJECT"
952
+ ],
953
+ "name": "PostalAddressInput",
954
+ "non_null": false
955
+ },
956
+ "varName": "postalAddressInput"
957
+ },
958
+ "vatId": {
959
+ "defaultValue": null,
960
+ "description": "Vat id (required for Brazil)",
961
+ "id_str": "updateLocation___input___details___vatId",
962
+ "name": "vatId",
963
+ "path": "updateLocation.input.details.vatId",
964
+ "requestStr": "$vatId:String ",
965
+ "required": false,
966
+ "responseStr": "vatId:$vatId ",
967
+ "type": {
968
+ "kind": [
969
+ "SCALAR"
970
+ ],
971
+ "name": "String",
972
+ "non_null": false
973
+ },
974
+ "varName": "vatId"
975
+ }
976
+ },
977
+ "interfaces": null,
978
+ "kind": "INPUT_OBJECT",
979
+ "name": "UpdateLocationDetailsInput",
980
+ "possibleTypes": null
981
+ },
982
+ "indexType": "input_object",
983
+ "kind": [
984
+ "INPUT_OBJECT"
985
+ ],
986
+ "name": "UpdateLocationDetailsInput",
987
+ "non_null": false
988
+ },
989
+ "varName": "updateLocationDetailsInput"
990
+ },
991
+ "id": {
992
+ "defaultValue": null,
993
+ "description": "Location id",
994
+ "id_str": "updateLocation___input___id",
995
+ "name": "id",
996
+ "path": "updateLocation.input.id",
997
+ "requestStr": "$id:ID! ",
998
+ "required": true,
999
+ "responseStr": "id:$id ",
1000
+ "type": {
1001
+ "kind": [
1002
+ "NON_NULL",
1003
+ "SCALAR"
1004
+ ],
1005
+ "name": "ID",
1006
+ "non_null": false
1007
+ },
1008
+ "varName": "id"
1009
+ },
1010
+ "name": {
1011
+ "defaultValue": null,
1012
+ "description": "Location name",
1013
+ "id_str": "updateLocation___input___name",
1014
+ "name": "name",
1015
+ "path": "updateLocation.input.name",
1016
+ "requestStr": "$name:String ",
1017
+ "required": false,
1018
+ "responseStr": "name:$name ",
1019
+ "type": {
1020
+ "kind": [
1021
+ "SCALAR"
1022
+ ],
1023
+ "name": "String",
1024
+ "non_null": false
1025
+ },
1026
+ "varName": "name"
1027
+ },
1028
+ "type": {
1029
+ "defaultValue": null,
1030
+ "description": "Location type",
1031
+ "id_str": "updateLocation___input___type",
1032
+ "name": "type",
1033
+ "path": "updateLocation.input.type",
1034
+ "requestStr": "$type:LocationType ",
1035
+ "required": false,
1036
+ "responseStr": "type:$type ",
1037
+ "type": {
1038
+ "definition": {
1039
+ "description": null,
1040
+ "enumValues": [
1041
+ {
1042
+ "deprecationReason": null,
1043
+ "description": null,
1044
+ "isDeprecated": false,
1045
+ "name": "BRANCH"
1046
+ },
1047
+ {
1048
+ "deprecationReason": null,
1049
+ "description": null,
1050
+ "isDeprecated": false,
1051
+ "name": "HEADQUARTERS"
1052
+ },
1053
+ {
1054
+ "deprecationReason": null,
1055
+ "description": null,
1056
+ "isDeprecated": false,
1057
+ "name": "DATA_CENTER"
1058
+ },
1059
+ {
1060
+ "deprecationReason": null,
1061
+ "description": null,
1062
+ "isDeprecated": false,
1063
+ "name": "CLOUD_DATA_CENTER"
1064
+ },
1065
+ {
1066
+ "deprecationReason": null,
1067
+ "description": null,
1068
+ "isDeprecated": false,
1069
+ "name": "WAREHOUSE"
1070
+ },
1071
+ {
1072
+ "deprecationReason": null,
1073
+ "description": null,
1074
+ "isDeprecated": false,
1075
+ "name": "OTHER"
1076
+ }
1077
+ ],
1078
+ "fields": null,
1079
+ "inputFields": null,
1080
+ "interfaces": null,
1081
+ "kind": "ENUM",
1082
+ "name": "LocationType",
1083
+ "possibleTypes": null
1084
+ },
1085
+ "indexType": "enum",
1086
+ "kind": [
1087
+ "ENUM"
1088
+ ],
1089
+ "name": "LocationType",
1090
+ "non_null": false
1091
+ },
1092
+ "varName": "type"
1093
+ }
1094
+ },
1095
+ "interfaces": null,
1096
+ "kind": "INPUT_OBJECT",
1097
+ "name": "EnterpriseDirectoryUpdateLocationInput",
1098
+ "possibleTypes": null
1099
+ },
1100
+ "indexType": "input_object",
1101
+ "kind": [
1102
+ "NON_NULL",
1103
+ "INPUT_OBJECT"
1104
+ ],
1105
+ "name": "EnterpriseDirectoryUpdateLocationInput",
1106
+ "non_null": false
1107
+ },
1108
+ "varName": "enterpriseDirectoryUpdateLocationInput"
1109
+ }
1110
+ },
1111
+ "path": "mutation.enterpriseDirectory.updateLocation",
1112
+ "type": {
1113
+ "definition": {
1114
+ "description": null,
1115
+ "enumValues": null,
1116
+ "fields": {
1117
+ "updateLocation": {
1118
+ "args": {
1119
+ "updateLocation___input": {
1120
+ "defaultValue": null,
1121
+ "description": null,
1122
+ "id_str": "updateLocation___input",
1123
+ "name": "input",
1124
+ "path": "updateLocation.input",
1125
+ "requestStr": "$enterpriseDirectoryUpdateLocationInput:EnterpriseDirectoryUpdateLocationInput! ",
1126
+ "required": true,
1127
+ "responseStr": "input:$enterpriseDirectoryUpdateLocationInput ",
1128
+ "type": {
1129
+ "definition": {
1130
+ "description": null,
1131
+ "enumValues": null,
1132
+ "fields": null,
1133
+ "inputFields": {
1134
+ "businessUnit": {
1135
+ "defaultValue": null,
1136
+ "description": "Business unit",
1137
+ "id_str": "updateLocation___input___businessUnit",
1138
+ "name": "businessUnit",
1139
+ "path": "updateLocation.input.businessUnit",
1140
+ "requestStr": "$businessUnit:String ",
1141
+ "required": false,
1142
+ "responseStr": "businessUnit:$businessUnit ",
1143
+ "type": {
1144
+ "kind": [
1145
+ "SCALAR"
1146
+ ],
1147
+ "name": "String",
1148
+ "non_null": false
1149
+ },
1150
+ "varName": "businessUnit"
1151
+ },
1152
+ "description": {
1153
+ "defaultValue": null,
1154
+ "description": "Description",
1155
+ "id_str": "updateLocation___input___description",
1156
+ "name": "description",
1157
+ "path": "updateLocation.input.description",
1158
+ "requestStr": "$description:String ",
1159
+ "required": false,
1160
+ "responseStr": "description:$description ",
1161
+ "type": {
1162
+ "kind": [
1163
+ "SCALAR"
1164
+ ],
1165
+ "name": "String",
1166
+ "non_null": false
1167
+ },
1168
+ "varName": "description"
1169
+ },
1170
+ "details": {
1171
+ "defaultValue": null,
1172
+ "description": "Location details",
1173
+ "id_str": "updateLocation___input___details",
1174
+ "name": "details",
1175
+ "path": "updateLocation.input.details",
1176
+ "requestStr": "$updateLocationDetailsInput:UpdateLocationDetailsInput ",
1177
+ "required": false,
1178
+ "responseStr": "details:$updateLocationDetailsInput ",
1179
+ "type": {
1180
+ "definition": {
1181
+ "description": null,
1182
+ "enumValues": null,
1183
+ "fields": null,
1184
+ "inputFields": {
1185
+ "companyName": {
1186
+ "defaultValue": null,
1187
+ "description": "Company name (recipient)",
1188
+ "id_str": "updateLocation___input___details___companyName",
1189
+ "name": "companyName",
1190
+ "path": "updateLocation.input.details.companyName",
1191
+ "requestStr": "$companyName:String ",
1192
+ "required": false,
1193
+ "responseStr": "companyName:$companyName ",
1194
+ "type": {
1195
+ "kind": [
1196
+ "SCALAR"
1197
+ ],
1198
+ "name": "String",
1199
+ "non_null": false
1200
+ },
1201
+ "varName": "companyName"
1202
+ },
1203
+ "contact": {
1204
+ "defaultValue": null,
1205
+ "description": "Delivery contact detail",
1206
+ "id_str": "updateLocation___input___details___contact",
1207
+ "name": "contact",
1208
+ "path": "updateLocation.input.details.contact",
1209
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
1210
+ "required": false,
1211
+ "responseStr": "contact:$contactDetailsInput ",
1212
+ "type": {
1213
+ "definition": {
1214
+ "description": null,
1215
+ "enumValues": null,
1216
+ "fields": null,
1217
+ "inputFields": {
1218
+ "email": {
1219
+ "defaultValue": null,
1220
+ "description": "Contact email address",
1221
+ "id_str": "updateLocation___input___details___contact___email",
1222
+ "name": "email",
1223
+ "path": "updateLocation.input.details.contact.email",
1224
+ "requestStr": "$email:Email ",
1225
+ "required": false,
1226
+ "responseStr": "email:$email ",
1227
+ "type": {
1228
+ "kind": [
1229
+ "SCALAR"
1230
+ ],
1231
+ "name": "Email",
1232
+ "non_null": false
1233
+ },
1234
+ "varName": "email"
1235
+ },
1236
+ "name": {
1237
+ "defaultValue": null,
1238
+ "description": "Contact name",
1239
+ "id_str": "updateLocation___input___details___contact___name",
1240
+ "name": "name",
1241
+ "path": "updateLocation.input.details.contact.name",
1242
+ "requestStr": "$name:String ",
1243
+ "required": false,
1244
+ "responseStr": "name:$name ",
1245
+ "type": {
1246
+ "kind": [
1247
+ "SCALAR"
1248
+ ],
1249
+ "name": "String",
1250
+ "non_null": false
1251
+ },
1252
+ "varName": "name"
1253
+ },
1254
+ "phone": {
1255
+ "defaultValue": null,
1256
+ "description": "Contact phone number",
1257
+ "id_str": "updateLocation___input___details___contact___phone",
1258
+ "name": "phone",
1259
+ "path": "updateLocation.input.details.contact.phone",
1260
+ "requestStr": "$phone:Phone ",
1261
+ "required": false,
1262
+ "responseStr": "phone:$phone ",
1263
+ "type": {
1264
+ "kind": [
1265
+ "SCALAR"
1266
+ ],
1267
+ "name": "Phone",
1268
+ "non_null": false
1269
+ },
1270
+ "varName": "phone"
1271
+ }
1272
+ },
1273
+ "interfaces": null,
1274
+ "kind": "INPUT_OBJECT",
1275
+ "name": "ContactDetailsInput",
1276
+ "possibleTypes": null
1277
+ },
1278
+ "indexType": "input_object",
1279
+ "kind": [
1280
+ "INPUT_OBJECT"
1281
+ ],
1282
+ "name": "ContactDetailsInput",
1283
+ "non_null": false
1284
+ },
1285
+ "varName": "contactDetailsInput"
1286
+ },
1287
+ "postalAddress": {
1288
+ "defaultValue": null,
1289
+ "description": "Postal location",
1290
+ "id_str": "updateLocation___input___details___postalAddress",
1291
+ "name": "postalAddress",
1292
+ "path": "updateLocation.input.details.postalAddress",
1293
+ "requestStr": "$postalAddressInput:PostalAddressInput ",
1294
+ "required": false,
1295
+ "responseStr": "postalAddress:$postalAddressInput ",
1296
+ "type": {
1297
+ "definition": {
1298
+ "description": null,
1299
+ "enumValues": null,
1300
+ "fields": null,
1301
+ "inputFields": {
1302
+ "cityName": {
1303
+ "defaultValue": null,
1304
+ "description": "City",
1305
+ "id_str": "updateLocation___input___details___postalAddress___cityName",
1306
+ "name": "cityName",
1307
+ "path": "updateLocation.input.details.postalAddress.cityName",
1308
+ "requestStr": "$cityName:String ",
1309
+ "required": false,
1310
+ "responseStr": "cityName:$cityName ",
1311
+ "type": {
1312
+ "kind": [
1313
+ "SCALAR"
1314
+ ],
1315
+ "name": "String",
1316
+ "non_null": false
1317
+ },
1318
+ "varName": "cityName"
1319
+ },
1320
+ "country": {
1321
+ "defaultValue": null,
1322
+ "description": "Country",
1323
+ "id_str": "updateLocation___input___details___postalAddress___country",
1324
+ "name": "country",
1325
+ "path": "updateLocation.input.details.postalAddress.country",
1326
+ "requestStr": "$countryRefInput:CountryRefInput! ",
1327
+ "required": true,
1328
+ "responseStr": "country:$countryRefInput ",
1329
+ "type": {
1330
+ "definition": {
1331
+ "description": null,
1332
+ "enumValues": null,
1333
+ "fields": null,
1334
+ "inputFields": {
1335
+ "by": {
1336
+ "defaultValue": "ID",
1337
+ "description": null,
1338
+ "id_str": "updateLocation___input___details___postalAddress___country___by",
1339
+ "name": "by",
1340
+ "path": "updateLocation.input.details.postalAddress.country.by",
1341
+ "requestStr": "$by:ObjectRefBy! ",
1342
+ "required": true,
1343
+ "responseStr": "by:$by ",
1344
+ "type": {
1345
+ "definition": {
1346
+ "description": null,
1347
+ "enumValues": [
1348
+ {
1349
+ "deprecationReason": null,
1350
+ "description": null,
1351
+ "isDeprecated": false,
1352
+ "name": "ID"
1353
+ },
1354
+ {
1355
+ "deprecationReason": null,
1356
+ "description": null,
1357
+ "isDeprecated": false,
1358
+ "name": "NAME"
1359
+ }
1360
+ ],
1361
+ "fields": null,
1362
+ "inputFields": null,
1363
+ "interfaces": null,
1364
+ "kind": "ENUM",
1365
+ "name": "ObjectRefBy",
1366
+ "possibleTypes": null
1367
+ },
1368
+ "indexType": "enum",
1369
+ "kind": [
1370
+ "NON_NULL",
1371
+ "ENUM"
1372
+ ],
1373
+ "name": "ObjectRefBy",
1374
+ "non_null": false
1375
+ },
1376
+ "varName": "by"
1377
+ },
1378
+ "input": {
1379
+ "defaultValue": null,
1380
+ "description": null,
1381
+ "id_str": "updateLocation___input___details___postalAddress___country___input",
1382
+ "name": "input",
1383
+ "path": "updateLocation.input.details.postalAddress.country.input",
1384
+ "requestStr": "$input:String! ",
1385
+ "required": true,
1386
+ "responseStr": "input:$input ",
1387
+ "type": {
1388
+ "kind": [
1389
+ "NON_NULL",
1390
+ "SCALAR"
1391
+ ],
1392
+ "name": "String",
1393
+ "non_null": false
1394
+ },
1395
+ "varName": "input"
1396
+ }
1397
+ },
1398
+ "interfaces": null,
1399
+ "kind": "INPUT_OBJECT",
1400
+ "name": "CountryRefInput",
1401
+ "possibleTypes": null
1402
+ },
1403
+ "indexType": "input_object",
1404
+ "kind": [
1405
+ "NON_NULL",
1406
+ "INPUT_OBJECT"
1407
+ ],
1408
+ "name": "CountryRefInput",
1409
+ "non_null": false
1410
+ },
1411
+ "varName": "countryRefInput"
1412
+ },
1413
+ "stateName": {
1414
+ "defaultValue": null,
1415
+ "description": "State (only for USA)",
1416
+ "id_str": "updateLocation___input___details___postalAddress___stateName",
1417
+ "name": "stateName",
1418
+ "path": "updateLocation.input.details.postalAddress.stateName",
1419
+ "requestStr": "$stateName:String ",
1420
+ "required": false,
1421
+ "responseStr": "stateName:$stateName ",
1422
+ "type": {
1423
+ "kind": [
1424
+ "SCALAR"
1425
+ ],
1426
+ "name": "String",
1427
+ "non_null": false
1428
+ },
1429
+ "varName": "stateName"
1430
+ },
1431
+ "street": {
1432
+ "defaultValue": null,
1433
+ "description": "Street name and number",
1434
+ "id_str": "updateLocation___input___details___postalAddress___street",
1435
+ "name": "street",
1436
+ "path": "updateLocation.input.details.postalAddress.street",
1437
+ "requestStr": "$street:String ",
1438
+ "required": false,
1439
+ "responseStr": "street:$street ",
1440
+ "type": {
1441
+ "kind": [
1442
+ "SCALAR"
1443
+ ],
1444
+ "name": "String",
1445
+ "non_null": false
1446
+ },
1447
+ "varName": "street"
1448
+ },
1449
+ "zipCode": {
1450
+ "defaultValue": null,
1451
+ "description": "Zip Code",
1452
+ "id_str": "updateLocation___input___details___postalAddress___zipCode",
1453
+ "name": "zipCode",
1454
+ "path": "updateLocation.input.details.postalAddress.zipCode",
1455
+ "requestStr": "$zipCode:String ",
1456
+ "required": false,
1457
+ "responseStr": "zipCode:$zipCode ",
1458
+ "type": {
1459
+ "kind": [
1460
+ "SCALAR"
1461
+ ],
1462
+ "name": "String",
1463
+ "non_null": false
1464
+ },
1465
+ "varName": "zipCode"
1466
+ }
1467
+ },
1468
+ "interfaces": null,
1469
+ "kind": "INPUT_OBJECT",
1470
+ "name": "PostalAddressInput",
1471
+ "possibleTypes": null
1472
+ },
1473
+ "indexType": "input_object",
1474
+ "kind": [
1475
+ "INPUT_OBJECT"
1476
+ ],
1477
+ "name": "PostalAddressInput",
1478
+ "non_null": false
1479
+ },
1480
+ "varName": "postalAddressInput"
1481
+ },
1482
+ "vatId": {
1483
+ "defaultValue": null,
1484
+ "description": "Vat id (required for Brazil)",
1485
+ "id_str": "updateLocation___input___details___vatId",
1486
+ "name": "vatId",
1487
+ "path": "updateLocation.input.details.vatId",
1488
+ "requestStr": "$vatId:String ",
1489
+ "required": false,
1490
+ "responseStr": "vatId:$vatId ",
1491
+ "type": {
1492
+ "kind": [
1493
+ "SCALAR"
1494
+ ],
1495
+ "name": "String",
1496
+ "non_null": false
1497
+ },
1498
+ "varName": "vatId"
1499
+ }
1500
+ },
1501
+ "interfaces": null,
1502
+ "kind": "INPUT_OBJECT",
1503
+ "name": "UpdateLocationDetailsInput",
1504
+ "possibleTypes": null
1505
+ },
1506
+ "indexType": "input_object",
1507
+ "kind": [
1508
+ "INPUT_OBJECT"
1509
+ ],
1510
+ "name": "UpdateLocationDetailsInput",
1511
+ "non_null": false
1512
+ },
1513
+ "varName": "updateLocationDetailsInput"
1514
+ },
1515
+ "id": {
1516
+ "defaultValue": null,
1517
+ "description": "Location id",
1518
+ "id_str": "updateLocation___input___id",
1519
+ "name": "id",
1520
+ "path": "updateLocation.input.id",
1521
+ "requestStr": "$id:ID! ",
1522
+ "required": true,
1523
+ "responseStr": "id:$id ",
1524
+ "type": {
1525
+ "kind": [
1526
+ "NON_NULL",
1527
+ "SCALAR"
1528
+ ],
1529
+ "name": "ID",
1530
+ "non_null": false
1531
+ },
1532
+ "varName": "id"
1533
+ },
1534
+ "name": {
1535
+ "defaultValue": null,
1536
+ "description": "Location name",
1537
+ "id_str": "updateLocation___input___name",
1538
+ "name": "name",
1539
+ "path": "updateLocation.input.name",
1540
+ "requestStr": "$name:String ",
1541
+ "required": false,
1542
+ "responseStr": "name:$name ",
1543
+ "type": {
1544
+ "kind": [
1545
+ "SCALAR"
1546
+ ],
1547
+ "name": "String",
1548
+ "non_null": false
1549
+ },
1550
+ "varName": "name"
1551
+ },
1552
+ "type": {
1553
+ "defaultValue": null,
1554
+ "description": "Location type",
1555
+ "id_str": "updateLocation___input___type",
1556
+ "name": "type",
1557
+ "path": "updateLocation.input.type",
1558
+ "requestStr": "$type:LocationType ",
1559
+ "required": false,
1560
+ "responseStr": "type:$type ",
1561
+ "type": {
1562
+ "definition": {
1563
+ "description": null,
1564
+ "enumValues": [
1565
+ {
1566
+ "deprecationReason": null,
1567
+ "description": null,
1568
+ "isDeprecated": false,
1569
+ "name": "BRANCH"
1570
+ },
1571
+ {
1572
+ "deprecationReason": null,
1573
+ "description": null,
1574
+ "isDeprecated": false,
1575
+ "name": "HEADQUARTERS"
1576
+ },
1577
+ {
1578
+ "deprecationReason": null,
1579
+ "description": null,
1580
+ "isDeprecated": false,
1581
+ "name": "DATA_CENTER"
1582
+ },
1583
+ {
1584
+ "deprecationReason": null,
1585
+ "description": null,
1586
+ "isDeprecated": false,
1587
+ "name": "CLOUD_DATA_CENTER"
1588
+ },
1589
+ {
1590
+ "deprecationReason": null,
1591
+ "description": null,
1592
+ "isDeprecated": false,
1593
+ "name": "WAREHOUSE"
1594
+ },
1595
+ {
1596
+ "deprecationReason": null,
1597
+ "description": null,
1598
+ "isDeprecated": false,
1599
+ "name": "OTHER"
1600
+ }
1601
+ ],
1602
+ "fields": null,
1603
+ "inputFields": null,
1604
+ "interfaces": null,
1605
+ "kind": "ENUM",
1606
+ "name": "LocationType",
1607
+ "possibleTypes": null
1608
+ },
1609
+ "indexType": "enum",
1610
+ "kind": [
1611
+ "ENUM"
1612
+ ],
1613
+ "name": "LocationType",
1614
+ "non_null": false
1615
+ },
1616
+ "varName": "type"
1617
+ }
1618
+ },
1619
+ "interfaces": null,
1620
+ "kind": "INPUT_OBJECT",
1621
+ "name": "EnterpriseDirectoryUpdateLocationInput",
1622
+ "possibleTypes": null
1623
+ },
1624
+ "indexType": "input_object",
1625
+ "kind": [
1626
+ "NON_NULL",
1627
+ "INPUT_OBJECT"
1628
+ ],
1629
+ "name": "EnterpriseDirectoryUpdateLocationInput",
1630
+ "non_null": false
1631
+ },
1632
+ "varName": "enterpriseDirectoryUpdateLocationInput"
1633
+ }
1634
+ },
1635
+ "deprecationReason": null,
1636
+ "description": null,
1637
+ "id_str": "updateLocation",
1638
+ "isDeprecated": false,
1639
+ "name": "updateLocation",
1640
+ "path": "updateLocation",
1641
+ "requestStr": "$enterpriseDirectoryUpdateLocationPayload:EnterpriseDirectoryUpdateLocationPayload ",
1642
+ "required": false,
1643
+ "responseStr": "updateLocation:$enterpriseDirectoryUpdateLocationPayload ",
1644
+ "type": {
1645
+ "definition": {
1646
+ "description": null,
1647
+ "enumValues": null,
1648
+ "fields": {
1649
+ "location": {
1650
+ "args": {},
1651
+ "deprecationReason": null,
1652
+ "description": "The updated location",
1653
+ "id_str": "updateLocation___location",
1654
+ "isDeprecated": false,
1655
+ "name": "location",
1656
+ "path": "updateLocation.location",
1657
+ "requestStr": "$location:Location! ",
1658
+ "required": true,
1659
+ "responseStr": "location:$location ",
1660
+ "type": {
1661
+ "definition": {
1662
+ "description": null,
1663
+ "enumValues": null,
1664
+ "fields": {
1665
+ "account": {
1666
+ "alias": "accountLocation: account",
1667
+ "args": {},
1668
+ "deprecationReason": null,
1669
+ "description": "Cma account",
1670
+ "id_str": "updateLocation___location___account",
1671
+ "isDeprecated": false,
1672
+ "name": "account",
1673
+ "path": "updateLocation.location.account",
1674
+ "requestStr": "$accountRef:AccountRef! ",
1675
+ "required": true,
1676
+ "responseStr": "account:$accountRef ",
1677
+ "type": {
1678
+ "definition": {
1679
+ "description": "A reference identifying the Account object. ID: Unique Account Identifier, Name: The Account Name",
1680
+ "enumValues": null,
1681
+ "fields": {
1682
+ "id": {
1683
+ "args": {},
1684
+ "deprecationReason": null,
1685
+ "description": null,
1686
+ "id_str": "updateLocation___location___account___id",
1687
+ "isDeprecated": false,
1688
+ "name": "id",
1689
+ "path": "updateLocation.location.account.id",
1690
+ "requestStr": "$id:ID! ",
1691
+ "required": true,
1692
+ "responseStr": "id:$id ",
1693
+ "type": {
1694
+ "kind": [
1695
+ "NON_NULL",
1696
+ "SCALAR"
1697
+ ],
1698
+ "name": "ID",
1699
+ "non_null": false
1700
+ },
1701
+ "varName": "id"
1702
+ },
1703
+ "name": {
1704
+ "args": {},
1705
+ "deprecationReason": null,
1706
+ "description": null,
1707
+ "id_str": "updateLocation___location___account___name",
1708
+ "isDeprecated": false,
1709
+ "name": "name",
1710
+ "path": "updateLocation.location.account.name",
1711
+ "requestStr": "$name:String! ",
1712
+ "required": true,
1713
+ "responseStr": "name:$name ",
1714
+ "type": {
1715
+ "kind": [
1716
+ "NON_NULL",
1717
+ "SCALAR"
1718
+ ],
1719
+ "name": "String",
1720
+ "non_null": false
1721
+ },
1722
+ "varName": "name"
1723
+ }
1724
+ },
1725
+ "inputFields": null,
1726
+ "interfaces": {},
1727
+ "kind": "OBJECT",
1728
+ "name": "AccountRef",
1729
+ "possibleTypes": null
1730
+ },
1731
+ "indexType": "object",
1732
+ "kind": [
1733
+ "NON_NULL",
1734
+ "OBJECT"
1735
+ ],
1736
+ "name": "AccountRef",
1737
+ "non_null": false
1738
+ },
1739
+ "varName": "accountRef"
1740
+ },
1741
+ "archived": {
1742
+ "args": {},
1743
+ "deprecationReason": null,
1744
+ "description": "Is archived",
1745
+ "id_str": "updateLocation___location___archived",
1746
+ "isDeprecated": false,
1747
+ "name": "archived",
1748
+ "path": "updateLocation.location.archived",
1749
+ "requestStr": "$archived:Boolean! ",
1750
+ "required": true,
1751
+ "responseStr": "archived:$archived ",
1752
+ "type": {
1753
+ "kind": [
1754
+ "NON_NULL",
1755
+ "SCALAR"
1756
+ ],
1757
+ "name": "Boolean",
1758
+ "non_null": false
1759
+ },
1760
+ "varName": "archived"
1761
+ },
1762
+ "audit": {
1763
+ "alias": "auditLocation: audit",
1764
+ "args": {},
1765
+ "deprecationReason": null,
1766
+ "description": "Audit data",
1767
+ "id_str": "updateLocation___location___audit",
1768
+ "isDeprecated": false,
1769
+ "name": "audit",
1770
+ "path": "updateLocation.location.audit",
1771
+ "requestStr": "$auditingMetadata:AuditingMetadata! ",
1772
+ "required": true,
1773
+ "responseStr": "audit:$auditingMetadata ",
1774
+ "type": {
1775
+ "definition": {
1776
+ "description": null,
1777
+ "enumValues": null,
1778
+ "fields": {
1779
+ "updatedBy": {
1780
+ "alias": "updatedByAuditingMetadata: updatedBy",
1781
+ "args": {},
1782
+ "deprecationReason": null,
1783
+ "description": null,
1784
+ "id_str": "updateLocation___location___audit___updatedBy",
1785
+ "isDeprecated": false,
1786
+ "name": "updatedBy",
1787
+ "path": "updateLocation.location.audit.updatedBy",
1788
+ "requestStr": "$actorRef:ActorRef! ",
1789
+ "required": true,
1790
+ "responseStr": "updatedBy:$actorRef ",
1791
+ "type": {
1792
+ "definition": {
1793
+ "description": null,
1794
+ "enumValues": null,
1795
+ "fields": {
1796
+ "id": {
1797
+ "args": {},
1798
+ "deprecationReason": null,
1799
+ "description": null,
1800
+ "id_str": "updateLocation___location___audit___updatedBy___id",
1801
+ "isDeprecated": false,
1802
+ "name": "id",
1803
+ "path": "updateLocation.location.audit.updatedBy.id",
1804
+ "requestStr": "$id:ID! ",
1805
+ "required": true,
1806
+ "responseStr": "id:$id ",
1807
+ "type": {
1808
+ "kind": [
1809
+ "NON_NULL",
1810
+ "SCALAR"
1811
+ ],
1812
+ "name": "ID",
1813
+ "non_null": false
1814
+ },
1815
+ "varName": "id"
1816
+ },
1817
+ "name": {
1818
+ "args": {},
1819
+ "deprecationReason": null,
1820
+ "description": null,
1821
+ "id_str": "updateLocation___location___audit___updatedBy___name",
1822
+ "isDeprecated": false,
1823
+ "name": "name",
1824
+ "path": "updateLocation.location.audit.updatedBy.name",
1825
+ "requestStr": "$name:String! ",
1826
+ "required": true,
1827
+ "responseStr": "name:$name ",
1828
+ "type": {
1829
+ "kind": [
1830
+ "NON_NULL",
1831
+ "SCALAR"
1832
+ ],
1833
+ "name": "String",
1834
+ "non_null": false
1835
+ },
1836
+ "varName": "name"
1837
+ }
1838
+ },
1839
+ "inputFields": null,
1840
+ "interfaces": [
1841
+ {
1842
+ "kind": "INTERFACE",
1843
+ "name": "ObjectRef",
1844
+ "ofType": null
1845
+ }
1846
+ ],
1847
+ "kind": "INTERFACE",
1848
+ "name": "ActorRef",
1849
+ "possibleTypes": [
1850
+ {
1851
+ "kind": "OBJECT",
1852
+ "name": "AdminRef",
1853
+ "ofType": null
1854
+ },
1855
+ {
1856
+ "kind": "OBJECT",
1857
+ "name": "ApiKeyRef",
1858
+ "ofType": null
1859
+ }
1860
+ ]
1861
+ },
1862
+ "indexType": "interface",
1863
+ "kind": [
1864
+ "NON_NULL",
1865
+ "INTERFACE"
1866
+ ],
1867
+ "name": "ActorRef",
1868
+ "non_null": false
1869
+ },
1870
+ "varName": "actorRef"
1871
+ },
1872
+ "updatedTime": {
1873
+ "args": {},
1874
+ "deprecationReason": null,
1875
+ "description": null,
1876
+ "id_str": "updateLocation___location___audit___updatedTime",
1877
+ "isDeprecated": false,
1878
+ "name": "updatedTime",
1879
+ "path": "updateLocation.location.audit.updatedTime",
1880
+ "requestStr": "$updatedTime:DateTime! ",
1881
+ "required": true,
1882
+ "responseStr": "updatedTime:$updatedTime ",
1883
+ "type": {
1884
+ "kind": [
1885
+ "NON_NULL",
1886
+ "SCALAR"
1887
+ ],
1888
+ "name": "DateTime",
1889
+ "non_null": false
1890
+ },
1891
+ "varName": "updatedTime"
1892
+ }
1893
+ },
1894
+ "inputFields": null,
1895
+ "interfaces": {},
1896
+ "kind": "OBJECT",
1897
+ "name": "AuditingMetadata",
1898
+ "possibleTypes": null
1899
+ },
1900
+ "indexType": "object",
1901
+ "kind": [
1902
+ "NON_NULL",
1903
+ "OBJECT"
1904
+ ],
1905
+ "name": "AuditingMetadata",
1906
+ "non_null": false
1907
+ },
1908
+ "varName": "auditingMetadata"
1909
+ },
1910
+ "businessUnit": {
1911
+ "args": {},
1912
+ "deprecationReason": null,
1913
+ "description": "Business unit",
1914
+ "id_str": "updateLocation___location___businessUnit",
1915
+ "isDeprecated": false,
1916
+ "name": "businessUnit",
1917
+ "path": "updateLocation.location.businessUnit",
1918
+ "requestStr": "$businessUnit:String ",
1919
+ "required": false,
1920
+ "responseStr": "businessUnit:$businessUnit ",
1921
+ "type": {
1922
+ "kind": [
1923
+ "SCALAR"
1924
+ ],
1925
+ "name": "String",
1926
+ "non_null": false
1927
+ },
1928
+ "varName": "businessUnit"
1929
+ },
1930
+ "description": {
1931
+ "args": {},
1932
+ "deprecationReason": null,
1933
+ "description": "Location description",
1934
+ "id_str": "updateLocation___location___description",
1935
+ "isDeprecated": false,
1936
+ "name": "description",
1937
+ "path": "updateLocation.location.description",
1938
+ "requestStr": "$description:String ",
1939
+ "required": false,
1940
+ "responseStr": "description:$description ",
1941
+ "type": {
1942
+ "kind": [
1943
+ "SCALAR"
1944
+ ],
1945
+ "name": "String",
1946
+ "non_null": false
1947
+ },
1948
+ "varName": "description"
1949
+ },
1950
+ "details": {
1951
+ "alias": "detailsLocation: details",
1952
+ "args": {},
1953
+ "deprecationReason": null,
1954
+ "description": "Location details",
1955
+ "id_str": "updateLocation___location___details",
1956
+ "isDeprecated": false,
1957
+ "name": "details",
1958
+ "path": "updateLocation.location.details",
1959
+ "requestStr": "$locationDetails:LocationDetails! ",
1960
+ "required": true,
1961
+ "responseStr": "details:$locationDetails ",
1962
+ "type": {
1963
+ "definition": {
1964
+ "description": null,
1965
+ "enumValues": null,
1966
+ "fields": {
1967
+ "companyName": {
1968
+ "args": {},
1969
+ "deprecationReason": null,
1970
+ "description": "Company name (recipient)",
1971
+ "id_str": "updateLocation___location___details___companyName",
1972
+ "isDeprecated": false,
1973
+ "name": "companyName",
1974
+ "path": "updateLocation.location.details.companyName",
1975
+ "requestStr": "$companyName:String ",
1976
+ "required": false,
1977
+ "responseStr": "companyName:$companyName ",
1978
+ "type": {
1979
+ "kind": [
1980
+ "SCALAR"
1981
+ ],
1982
+ "name": "String",
1983
+ "non_null": false
1984
+ },
1985
+ "varName": "companyName"
1986
+ },
1987
+ "contact": {
1988
+ "alias": "contactLocationDetails: contact",
1989
+ "args": {},
1990
+ "deprecationReason": null,
1991
+ "description": "Delivery contact detail",
1992
+ "id_str": "updateLocation___location___details___contact",
1993
+ "isDeprecated": false,
1994
+ "name": "contact",
1995
+ "path": "updateLocation.location.details.contact",
1996
+ "requestStr": "$contactDetails:ContactDetails ",
1997
+ "required": false,
1998
+ "responseStr": "contact:$contactDetails ",
1999
+ "type": {
2000
+ "definition": {
2001
+ "description": null,
2002
+ "enumValues": null,
2003
+ "fields": {
2004
+ "email": {
2005
+ "args": {},
2006
+ "deprecationReason": null,
2007
+ "description": "Contact email address",
2008
+ "id_str": "updateLocation___location___details___contact___email",
2009
+ "isDeprecated": false,
2010
+ "name": "email",
2011
+ "path": "updateLocation.location.details.contact.email",
2012
+ "requestStr": "$email:Email ",
2013
+ "required": false,
2014
+ "responseStr": "email:$email ",
2015
+ "type": {
2016
+ "kind": [
2017
+ "SCALAR"
2018
+ ],
2019
+ "name": "Email",
2020
+ "non_null": false
2021
+ },
2022
+ "varName": "email"
2023
+ },
2024
+ "name": {
2025
+ "args": {},
2026
+ "deprecationReason": null,
2027
+ "description": "Contact name",
2028
+ "id_str": "updateLocation___location___details___contact___name",
2029
+ "isDeprecated": false,
2030
+ "name": "name",
2031
+ "path": "updateLocation.location.details.contact.name",
2032
+ "requestStr": "$name:String ",
2033
+ "required": false,
2034
+ "responseStr": "name:$name ",
2035
+ "type": {
2036
+ "kind": [
2037
+ "SCALAR"
2038
+ ],
2039
+ "name": "String",
2040
+ "non_null": false
2041
+ },
2042
+ "varName": "name"
2043
+ },
2044
+ "phone": {
2045
+ "args": {},
2046
+ "deprecationReason": null,
2047
+ "description": "Contact phone number",
2048
+ "id_str": "updateLocation___location___details___contact___phone",
2049
+ "isDeprecated": false,
2050
+ "name": "phone",
2051
+ "path": "updateLocation.location.details.contact.phone",
2052
+ "requestStr": "$phone:Phone ",
2053
+ "required": false,
2054
+ "responseStr": "phone:$phone ",
2055
+ "type": {
2056
+ "kind": [
2057
+ "SCALAR"
2058
+ ],
2059
+ "name": "Phone",
2060
+ "non_null": false
2061
+ },
2062
+ "varName": "phone"
2063
+ }
2064
+ },
2065
+ "inputFields": null,
2066
+ "interfaces": {},
2067
+ "kind": "OBJECT",
2068
+ "name": "ContactDetails",
2069
+ "possibleTypes": null
2070
+ },
2071
+ "indexType": "object",
2072
+ "kind": [
2073
+ "OBJECT"
2074
+ ],
2075
+ "name": "ContactDetails",
2076
+ "non_null": false
2077
+ },
2078
+ "varName": "contactDetails"
2079
+ },
2080
+ "postalAddress": {
2081
+ "alias": "postalAddressLocationDetails: postalAddress",
2082
+ "args": {},
2083
+ "deprecationReason": null,
2084
+ "description": "Postal location",
2085
+ "id_str": "updateLocation___location___details___postalAddress",
2086
+ "isDeprecated": false,
2087
+ "name": "postalAddress",
2088
+ "path": "updateLocation.location.details.postalAddress",
2089
+ "requestStr": "$postalAddress:PostalAddress! ",
2090
+ "required": true,
2091
+ "responseStr": "postalAddress:$postalAddress ",
2092
+ "type": {
2093
+ "definition": {
2094
+ "description": null,
2095
+ "enumValues": null,
2096
+ "fields": {
2097
+ "addressValidated": {
2098
+ "alias": "addressValidatedPostalAddress: addressValidated",
2099
+ "args": {},
2100
+ "deprecationReason": null,
2101
+ "description": "Address validation status",
2102
+ "id_str": "updateLocation___location___details___postalAddress___addressValidated",
2103
+ "isDeprecated": false,
2104
+ "name": "addressValidated",
2105
+ "path": "updateLocation.location.details.postalAddress.addressValidated",
2106
+ "requestStr": "$addressValidated:AddressValidationStatus! ",
2107
+ "required": true,
2108
+ "responseStr": "addressValidated:$addressValidated ",
2109
+ "type": {
2110
+ "definition": {
2111
+ "description": null,
2112
+ "enumValues": [
2113
+ {
2114
+ "deprecationReason": null,
2115
+ "description": null,
2116
+ "isDeprecated": false,
2117
+ "name": "VALID"
2118
+ },
2119
+ {
2120
+ "deprecationReason": null,
2121
+ "description": null,
2122
+ "isDeprecated": false,
2123
+ "name": "INVALID"
2124
+ },
2125
+ {
2126
+ "deprecationReason": null,
2127
+ "description": null,
2128
+ "isDeprecated": false,
2129
+ "name": "NA"
2130
+ }
2131
+ ],
2132
+ "fields": null,
2133
+ "inputFields": null,
2134
+ "interfaces": null,
2135
+ "kind": "ENUM",
2136
+ "name": "AddressValidationStatus",
2137
+ "possibleTypes": null
2138
+ },
2139
+ "indexType": "enum",
2140
+ "kind": [
2141
+ "NON_NULL",
2142
+ "ENUM"
2143
+ ],
2144
+ "name": "AddressValidationStatus",
2145
+ "non_null": false
2146
+ },
2147
+ "varName": "addressValidated"
2148
+ },
2149
+ "cityName": {
2150
+ "args": {},
2151
+ "deprecationReason": null,
2152
+ "description": "City",
2153
+ "id_str": "updateLocation___location___details___postalAddress___cityName",
2154
+ "isDeprecated": false,
2155
+ "name": "cityName",
2156
+ "path": "updateLocation.location.details.postalAddress.cityName",
2157
+ "requestStr": "$cityName:String ",
2158
+ "required": false,
2159
+ "responseStr": "cityName:$cityName ",
2160
+ "type": {
2161
+ "kind": [
2162
+ "SCALAR"
2163
+ ],
2164
+ "name": "String",
2165
+ "non_null": false
2166
+ },
2167
+ "varName": "cityName"
2168
+ },
2169
+ "country": {
2170
+ "alias": "countryPostalAddress: country",
2171
+ "args": {},
2172
+ "deprecationReason": null,
2173
+ "description": "Country",
2174
+ "id_str": "updateLocation___location___details___postalAddress___country",
2175
+ "isDeprecated": false,
2176
+ "name": "country",
2177
+ "path": "updateLocation.location.details.postalAddress.country",
2178
+ "requestStr": "$countryRef:CountryRef! ",
2179
+ "required": true,
2180
+ "responseStr": "country:$countryRef ",
2181
+ "type": {
2182
+ "definition": {
2183
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
2184
+ "enumValues": null,
2185
+ "fields": {
2186
+ "id": {
2187
+ "args": {},
2188
+ "deprecationReason": null,
2189
+ "description": null,
2190
+ "id_str": "updateLocation___location___details___postalAddress___country___id",
2191
+ "isDeprecated": false,
2192
+ "name": "id",
2193
+ "path": "updateLocation.location.details.postalAddress.country.id",
2194
+ "requestStr": "$id:ID! ",
2195
+ "required": true,
2196
+ "responseStr": "id:$id ",
2197
+ "type": {
2198
+ "kind": [
2199
+ "NON_NULL",
2200
+ "SCALAR"
2201
+ ],
2202
+ "name": "ID",
2203
+ "non_null": false
2204
+ },
2205
+ "varName": "id"
2206
+ },
2207
+ "name": {
2208
+ "args": {},
2209
+ "deprecationReason": null,
2210
+ "description": null,
2211
+ "id_str": "updateLocation___location___details___postalAddress___country___name",
2212
+ "isDeprecated": false,
2213
+ "name": "name",
2214
+ "path": "updateLocation.location.details.postalAddress.country.name",
2215
+ "requestStr": "$name:String! ",
2216
+ "required": true,
2217
+ "responseStr": "name:$name ",
2218
+ "type": {
2219
+ "kind": [
2220
+ "NON_NULL",
2221
+ "SCALAR"
2222
+ ],
2223
+ "name": "String",
2224
+ "non_null": false
2225
+ },
2226
+ "varName": "name"
2227
+ }
2228
+ },
2229
+ "inputFields": null,
2230
+ "interfaces": {},
2231
+ "kind": "OBJECT",
2232
+ "name": "CountryRef",
2233
+ "possibleTypes": null
2234
+ },
2235
+ "indexType": "object",
2236
+ "kind": [
2237
+ "NON_NULL",
2238
+ "OBJECT"
2239
+ ],
2240
+ "name": "CountryRef",
2241
+ "non_null": false
2242
+ },
2243
+ "varName": "countryRef"
2244
+ },
2245
+ "stateName": {
2246
+ "args": {},
2247
+ "deprecationReason": null,
2248
+ "description": "State (only for USA)",
2249
+ "id_str": "updateLocation___location___details___postalAddress___stateName",
2250
+ "isDeprecated": false,
2251
+ "name": "stateName",
2252
+ "path": "updateLocation.location.details.postalAddress.stateName",
2253
+ "requestStr": "$stateName:String ",
2254
+ "required": false,
2255
+ "responseStr": "stateName:$stateName ",
2256
+ "type": {
2257
+ "kind": [
2258
+ "SCALAR"
2259
+ ],
2260
+ "name": "String",
2261
+ "non_null": false
2262
+ },
2263
+ "varName": "stateName"
2264
+ },
2265
+ "street": {
2266
+ "args": {},
2267
+ "deprecationReason": null,
2268
+ "description": "Street name and number",
2269
+ "id_str": "updateLocation___location___details___postalAddress___street",
2270
+ "isDeprecated": false,
2271
+ "name": "street",
2272
+ "path": "updateLocation.location.details.postalAddress.street",
2273
+ "requestStr": "$street:String ",
2274
+ "required": false,
2275
+ "responseStr": "street:$street ",
2276
+ "type": {
2277
+ "kind": [
2278
+ "SCALAR"
2279
+ ],
2280
+ "name": "String",
2281
+ "non_null": false
2282
+ },
2283
+ "varName": "street"
2284
+ },
2285
+ "zipCode": {
2286
+ "args": {},
2287
+ "deprecationReason": null,
2288
+ "description": "Zip Code",
2289
+ "id_str": "updateLocation___location___details___postalAddress___zipCode",
2290
+ "isDeprecated": false,
2291
+ "name": "zipCode",
2292
+ "path": "updateLocation.location.details.postalAddress.zipCode",
2293
+ "requestStr": "$zipCode:String ",
2294
+ "required": false,
2295
+ "responseStr": "zipCode:$zipCode ",
2296
+ "type": {
2297
+ "kind": [
2298
+ "SCALAR"
2299
+ ],
2300
+ "name": "String",
2301
+ "non_null": false
2302
+ },
2303
+ "varName": "zipCode"
2304
+ }
2305
+ },
2306
+ "inputFields": null,
2307
+ "interfaces": {},
2308
+ "kind": "OBJECT",
2309
+ "name": "PostalAddress",
2310
+ "possibleTypes": null
2311
+ },
2312
+ "indexType": "object",
2313
+ "kind": [
2314
+ "NON_NULL",
2315
+ "OBJECT"
2316
+ ],
2317
+ "name": "PostalAddress",
2318
+ "non_null": false
2319
+ },
2320
+ "varName": "postalAddress"
2321
+ },
2322
+ "shippingLocation": {
2323
+ "args": {},
2324
+ "deprecationReason": null,
2325
+ "description": "Is shipping location",
2326
+ "id_str": "updateLocation___location___details___shippingLocation",
2327
+ "isDeprecated": false,
2328
+ "name": "shippingLocation",
2329
+ "path": "updateLocation.location.details.shippingLocation",
2330
+ "requestStr": "$shippingLocation:Boolean! ",
2331
+ "required": true,
2332
+ "responseStr": "shippingLocation:$shippingLocation ",
2333
+ "type": {
2334
+ "kind": [
2335
+ "NON_NULL",
2336
+ "SCALAR"
2337
+ ],
2338
+ "name": "Boolean",
2339
+ "non_null": false
2340
+ },
2341
+ "varName": "shippingLocation"
2342
+ },
2343
+ "vatId": {
2344
+ "args": {},
2345
+ "deprecationReason": null,
2346
+ "description": "Vat id (required for Brazil)",
2347
+ "id_str": "updateLocation___location___details___vatId",
2348
+ "isDeprecated": false,
2349
+ "name": "vatId",
2350
+ "path": "updateLocation.location.details.vatId",
2351
+ "requestStr": "$vatId:String ",
2352
+ "required": false,
2353
+ "responseStr": "vatId:$vatId ",
2354
+ "type": {
2355
+ "kind": [
2356
+ "SCALAR"
2357
+ ],
2358
+ "name": "String",
2359
+ "non_null": false
2360
+ },
2361
+ "varName": "vatId"
2362
+ }
2363
+ },
2364
+ "inputFields": null,
2365
+ "interfaces": {},
2366
+ "kind": "OBJECT",
2367
+ "name": "LocationDetails",
2368
+ "possibleTypes": null
2369
+ },
2370
+ "indexType": "object",
2371
+ "kind": [
2372
+ "NON_NULL",
2373
+ "OBJECT"
2374
+ ],
2375
+ "name": "LocationDetails",
2376
+ "non_null": false
2377
+ },
2378
+ "varName": "locationDetails"
2379
+ },
2380
+ "id": {
2381
+ "args": {},
2382
+ "deprecationReason": null,
2383
+ "description": "Location id",
2384
+ "id_str": "updateLocation___location___id",
2385
+ "isDeprecated": false,
2386
+ "name": "id",
2387
+ "path": "updateLocation.location.id",
2388
+ "requestStr": "$id:ID! ",
2389
+ "required": true,
2390
+ "responseStr": "id:$id ",
2391
+ "type": {
2392
+ "kind": [
2393
+ "NON_NULL",
2394
+ "SCALAR"
2395
+ ],
2396
+ "name": "ID",
2397
+ "non_null": false
2398
+ },
2399
+ "varName": "id"
2400
+ },
2401
+ "name": {
2402
+ "args": {},
2403
+ "deprecationReason": null,
2404
+ "description": "Location name",
2405
+ "id_str": "updateLocation___location___name",
2406
+ "isDeprecated": false,
2407
+ "name": "name",
2408
+ "path": "updateLocation.location.name",
2409
+ "requestStr": "$name:String! ",
2410
+ "required": true,
2411
+ "responseStr": "name:$name ",
2412
+ "type": {
2413
+ "kind": [
2414
+ "NON_NULL",
2415
+ "SCALAR"
2416
+ ],
2417
+ "name": "String",
2418
+ "non_null": false
2419
+ },
2420
+ "varName": "name"
2421
+ },
2422
+ "type": {
2423
+ "alias": "typeLocation: type",
2424
+ "args": {},
2425
+ "deprecationReason": null,
2426
+ "description": "Location type",
2427
+ "id_str": "updateLocation___location___type",
2428
+ "isDeprecated": false,
2429
+ "name": "type",
2430
+ "path": "updateLocation.location.type",
2431
+ "requestStr": "$type:LocationType! ",
2432
+ "required": true,
2433
+ "responseStr": "type:$type ",
2434
+ "type": {
2435
+ "definition": {
2436
+ "description": null,
2437
+ "enumValues": [
2438
+ {
2439
+ "deprecationReason": null,
2440
+ "description": null,
2441
+ "isDeprecated": false,
2442
+ "name": "BRANCH"
2443
+ },
2444
+ {
2445
+ "deprecationReason": null,
2446
+ "description": null,
2447
+ "isDeprecated": false,
2448
+ "name": "HEADQUARTERS"
2449
+ },
2450
+ {
2451
+ "deprecationReason": null,
2452
+ "description": null,
2453
+ "isDeprecated": false,
2454
+ "name": "DATA_CENTER"
2455
+ },
2456
+ {
2457
+ "deprecationReason": null,
2458
+ "description": null,
2459
+ "isDeprecated": false,
2460
+ "name": "CLOUD_DATA_CENTER"
2461
+ },
2462
+ {
2463
+ "deprecationReason": null,
2464
+ "description": null,
2465
+ "isDeprecated": false,
2466
+ "name": "WAREHOUSE"
2467
+ },
2468
+ {
2469
+ "deprecationReason": null,
2470
+ "description": null,
2471
+ "isDeprecated": false,
2472
+ "name": "OTHER"
2473
+ }
2474
+ ],
2475
+ "fields": null,
2476
+ "inputFields": null,
2477
+ "interfaces": null,
2478
+ "kind": "ENUM",
2479
+ "name": "LocationType",
2480
+ "possibleTypes": null
2481
+ },
2482
+ "indexType": "enum",
2483
+ "kind": [
2484
+ "NON_NULL",
2485
+ "ENUM"
2486
+ ],
2487
+ "name": "LocationType",
2488
+ "non_null": false
2489
+ },
2490
+ "varName": "type"
2491
+ }
2492
+ },
2493
+ "inputFields": null,
2494
+ "interfaces": {},
2495
+ "kind": "OBJECT",
2496
+ "name": "Location",
2497
+ "possibleTypes": null
2498
+ },
2499
+ "indexType": "object",
2500
+ "kind": [
2501
+ "NON_NULL",
2502
+ "OBJECT"
2503
+ ],
2504
+ "name": "Location",
2505
+ "non_null": false
2506
+ },
2507
+ "varName": "location"
2508
+ }
2509
+ },
2510
+ "inputFields": null,
2511
+ "interfaces": {},
2512
+ "kind": "OBJECT",
2513
+ "name": "EnterpriseDirectoryUpdateLocationPayload",
2514
+ "possibleTypes": null
2515
+ },
2516
+ "indexType": "object",
2517
+ "kind": [
2518
+ "OBJECT"
2519
+ ],
2520
+ "name": "EnterpriseDirectoryUpdateLocationPayload",
2521
+ "non_null": false
2522
+ },
2523
+ "varName": "enterpriseDirectoryUpdateLocationPayload"
2524
+ }
2525
+ },
2526
+ "inputFields": null,
2527
+ "interfaces": [],
2528
+ "kind": "OBJECT",
2529
+ "name": "EnterpriseDirectoryMutations",
2530
+ "possibleTypes": null
2531
+ },
2532
+ "indexType": "object",
2533
+ "kind": [
2534
+ "OBJECT"
2535
+ ],
2536
+ "name": "EnterpriseDirectoryMutations",
2537
+ "non_null": false
2538
+ },
2539
+ "variablesPayload": {
2540
+ "enterpriseDirectoryUpdateLocationInput": {
2541
+ "businessUnit": "string",
2542
+ "description": "string",
2543
+ "id": "id",
2544
+ "name": "string",
2545
+ "type": "BRANCH",
2546
+ "updateLocationDetailsInput": {
2547
+ "companyName": "string",
2548
+ "contact": {
2549
+ "email": "example_value",
2550
+ "name": "string",
2551
+ "phone": "example_value"
2552
+ },
2553
+ "postalAddress": {
2554
+ "cityName": "string",
2555
+ "country": {
2556
+ "by": "ID",
2557
+ "input": "string"
2558
+ },
2559
+ "stateName": "string",
2560
+ "street": "string",
2561
+ "zipCode": "string"
2562
+ },
2563
+ "vatId": "string"
2564
+ }
2565
+ }
2566
+ }
2567
+ }