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,2521 @@
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
+ "createLocation": {
25
+ "args": {
26
+ "createLocation___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "createLocation___input",
30
+ "name": "input",
31
+ "path": "createLocation.input",
32
+ "requestStr": "$enterpriseDirectoryCreateLocationInput:EnterpriseDirectoryCreateLocationInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$enterpriseDirectoryCreateLocationInput ",
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": "createLocation___input___businessUnit",
45
+ "name": "businessUnit",
46
+ "path": "createLocation.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": "createLocation___input___description",
63
+ "name": "description",
64
+ "path": "createLocation.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": "createLocation___input___details",
81
+ "name": "details",
82
+ "path": "createLocation.input.details",
83
+ "requestStr": "$createLocationDetailsInput:CreateLocationDetailsInput! ",
84
+ "required": true,
85
+ "responseStr": "details:$createLocationDetailsInput ",
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": "createLocation___input___details___companyName",
96
+ "name": "companyName",
97
+ "path": "createLocation.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": "createLocation___input___details___contact",
114
+ "name": "contact",
115
+ "path": "createLocation.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": "createLocation___input___details___contact___email",
129
+ "name": "email",
130
+ "path": "createLocation.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": "createLocation___input___details___contact___name",
147
+ "name": "name",
148
+ "path": "createLocation.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": "createLocation___input___details___contact___phone",
165
+ "name": "phone",
166
+ "path": "createLocation.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": "createLocation___input___details___postalAddress",
198
+ "name": "postalAddress",
199
+ "path": "createLocation.input.details.postalAddress",
200
+ "requestStr": "$postalAddressInput:PostalAddressInput! ",
201
+ "required": true,
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": "createLocation___input___details___postalAddress___cityName",
213
+ "name": "cityName",
214
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___country",
231
+ "name": "country",
232
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___country___by",
246
+ "name": "by",
247
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___country___input",
289
+ "name": "input",
290
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___stateName",
324
+ "name": "stateName",
325
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___street",
342
+ "name": "street",
343
+ "path": "createLocation.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": "createLocation___input___details___postalAddress___zipCode",
360
+ "name": "zipCode",
361
+ "path": "createLocation.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
+ "NON_NULL",
383
+ "INPUT_OBJECT"
384
+ ],
385
+ "name": "PostalAddressInput",
386
+ "non_null": false
387
+ },
388
+ "varName": "postalAddressInput"
389
+ },
390
+ "vatId": {
391
+ "defaultValue": null,
392
+ "description": "Vat id (required for Brazil)",
393
+ "id_str": "createLocation___input___details___vatId",
394
+ "name": "vatId",
395
+ "path": "createLocation.input.details.vatId",
396
+ "requestStr": "$vatId:String ",
397
+ "required": false,
398
+ "responseStr": "vatId:$vatId ",
399
+ "type": {
400
+ "kind": [
401
+ "SCALAR"
402
+ ],
403
+ "name": "String",
404
+ "non_null": false
405
+ },
406
+ "varName": "vatId"
407
+ }
408
+ },
409
+ "interfaces": null,
410
+ "kind": "INPUT_OBJECT",
411
+ "name": "CreateLocationDetailsInput",
412
+ "possibleTypes": null
413
+ },
414
+ "indexType": "input_object",
415
+ "kind": [
416
+ "NON_NULL",
417
+ "INPUT_OBJECT"
418
+ ],
419
+ "name": "CreateLocationDetailsInput",
420
+ "non_null": false
421
+ },
422
+ "varName": "createLocationDetailsInput"
423
+ },
424
+ "name": {
425
+ "defaultValue": null,
426
+ "description": "Location name",
427
+ "id_str": "createLocation___input___name",
428
+ "name": "name",
429
+ "path": "createLocation.input.name",
430
+ "requestStr": "$name:String! ",
431
+ "required": true,
432
+ "responseStr": "name:$name ",
433
+ "type": {
434
+ "kind": [
435
+ "NON_NULL",
436
+ "SCALAR"
437
+ ],
438
+ "name": "String",
439
+ "non_null": false
440
+ },
441
+ "varName": "name"
442
+ },
443
+ "type": {
444
+ "defaultValue": null,
445
+ "description": "Location type",
446
+ "id_str": "createLocation___input___type",
447
+ "name": "type",
448
+ "path": "createLocation.input.type",
449
+ "requestStr": "$type:LocationType! ",
450
+ "required": true,
451
+ "responseStr": "type:$type ",
452
+ "type": {
453
+ "definition": {
454
+ "description": null,
455
+ "enumValues": [
456
+ {
457
+ "deprecationReason": null,
458
+ "description": null,
459
+ "isDeprecated": false,
460
+ "name": "BRANCH"
461
+ },
462
+ {
463
+ "deprecationReason": null,
464
+ "description": null,
465
+ "isDeprecated": false,
466
+ "name": "HEADQUARTERS"
467
+ },
468
+ {
469
+ "deprecationReason": null,
470
+ "description": null,
471
+ "isDeprecated": false,
472
+ "name": "DATA_CENTER"
473
+ },
474
+ {
475
+ "deprecationReason": null,
476
+ "description": null,
477
+ "isDeprecated": false,
478
+ "name": "CLOUD_DATA_CENTER"
479
+ },
480
+ {
481
+ "deprecationReason": null,
482
+ "description": null,
483
+ "isDeprecated": false,
484
+ "name": "WAREHOUSE"
485
+ },
486
+ {
487
+ "deprecationReason": null,
488
+ "description": null,
489
+ "isDeprecated": false,
490
+ "name": "OTHER"
491
+ }
492
+ ],
493
+ "fields": null,
494
+ "inputFields": null,
495
+ "interfaces": null,
496
+ "kind": "ENUM",
497
+ "name": "LocationType",
498
+ "possibleTypes": null
499
+ },
500
+ "indexType": "enum",
501
+ "kind": [
502
+ "NON_NULL",
503
+ "ENUM"
504
+ ],
505
+ "name": "LocationType",
506
+ "non_null": false
507
+ },
508
+ "varName": "type"
509
+ }
510
+ },
511
+ "interfaces": null,
512
+ "kind": "INPUT_OBJECT",
513
+ "name": "EnterpriseDirectoryCreateLocationInput",
514
+ "possibleTypes": null
515
+ },
516
+ "indexType": "input_object",
517
+ "kind": [
518
+ "NON_NULL",
519
+ "INPUT_OBJECT"
520
+ ],
521
+ "name": "EnterpriseDirectoryCreateLocationInput",
522
+ "non_null": false
523
+ },
524
+ "varName": "enterpriseDirectoryCreateLocationInput"
525
+ }
526
+ },
527
+ "deprecationReason": null,
528
+ "description": null,
529
+ "isDeprecated": false,
530
+ "name": "createLocation",
531
+ "type": {
532
+ "kind": "OBJECT",
533
+ "name": "EnterpriseDirectoryCreateLocationPayload",
534
+ "ofType": null
535
+ }
536
+ }
537
+ },
538
+ "deprecationReason": null,
539
+ "description": null,
540
+ "fieldTypes": {
541
+ "AccountRef": true,
542
+ "ActorRef": true,
543
+ "AddressValidationStatus": true,
544
+ "AuditingMetadata": true,
545
+ "ContactDetails": true,
546
+ "ContactDetailsInput": true,
547
+ "CountryRef": true,
548
+ "CountryRefInput": true,
549
+ "CreateLocationDetailsInput": true,
550
+ "EnterpriseDirectoryCreateLocationPayload": true,
551
+ "Location": true,
552
+ "LocationDetails": true,
553
+ "LocationType": true,
554
+ "ObjectRefBy": true,
555
+ "PostalAddress": true,
556
+ "PostalAddressInput": true
557
+ },
558
+ "isDeprecated": false,
559
+ "name": "enterpriseDirectory",
560
+ "operationArgs": {
561
+ "accountId": {
562
+ "defaultValue": null,
563
+ "description": null,
564
+ "id_str": "accountId",
565
+ "name": "accountId",
566
+ "path": "accountId",
567
+ "requestStr": "$accountId:ID! ",
568
+ "required": true,
569
+ "responseStr": "accountId:$accountId ",
570
+ "type": {
571
+ "kind": [
572
+ "NON_NULL",
573
+ "SCALAR"
574
+ ],
575
+ "name": "ID",
576
+ "non_null": false
577
+ },
578
+ "varName": "accountId"
579
+ },
580
+ "enterpriseDirectoryCreateLocationInput": {
581
+ "defaultValue": null,
582
+ "description": null,
583
+ "id_str": "createLocation___input",
584
+ "name": "input",
585
+ "path": "createLocation.input",
586
+ "requestStr": "$enterpriseDirectoryCreateLocationInput:EnterpriseDirectoryCreateLocationInput! ",
587
+ "required": true,
588
+ "responseStr": "input:$enterpriseDirectoryCreateLocationInput ",
589
+ "type": {
590
+ "definition": {
591
+ "description": null,
592
+ "enumValues": null,
593
+ "fields": null,
594
+ "inputFields": {
595
+ "businessUnit": {
596
+ "defaultValue": null,
597
+ "description": "Business unit",
598
+ "id_str": "createLocation___input___businessUnit",
599
+ "name": "businessUnit",
600
+ "path": "createLocation.input.businessUnit",
601
+ "requestStr": "$businessUnit:String ",
602
+ "required": false,
603
+ "responseStr": "businessUnit:$businessUnit ",
604
+ "type": {
605
+ "kind": [
606
+ "SCALAR"
607
+ ],
608
+ "name": "String",
609
+ "non_null": false
610
+ },
611
+ "varName": "businessUnit"
612
+ },
613
+ "description": {
614
+ "defaultValue": null,
615
+ "description": "Description",
616
+ "id_str": "createLocation___input___description",
617
+ "name": "description",
618
+ "path": "createLocation.input.description",
619
+ "requestStr": "$description:String ",
620
+ "required": false,
621
+ "responseStr": "description:$description ",
622
+ "type": {
623
+ "kind": [
624
+ "SCALAR"
625
+ ],
626
+ "name": "String",
627
+ "non_null": false
628
+ },
629
+ "varName": "description"
630
+ },
631
+ "details": {
632
+ "defaultValue": null,
633
+ "description": "Location details",
634
+ "id_str": "createLocation___input___details",
635
+ "name": "details",
636
+ "path": "createLocation.input.details",
637
+ "requestStr": "$createLocationDetailsInput:CreateLocationDetailsInput! ",
638
+ "required": true,
639
+ "responseStr": "details:$createLocationDetailsInput ",
640
+ "type": {
641
+ "definition": {
642
+ "description": null,
643
+ "enumValues": null,
644
+ "fields": null,
645
+ "inputFields": {
646
+ "companyName": {
647
+ "defaultValue": null,
648
+ "description": "Company name (recipient)",
649
+ "id_str": "createLocation___input___details___companyName",
650
+ "name": "companyName",
651
+ "path": "createLocation.input.details.companyName",
652
+ "requestStr": "$companyName:String ",
653
+ "required": false,
654
+ "responseStr": "companyName:$companyName ",
655
+ "type": {
656
+ "kind": [
657
+ "SCALAR"
658
+ ],
659
+ "name": "String",
660
+ "non_null": false
661
+ },
662
+ "varName": "companyName"
663
+ },
664
+ "contact": {
665
+ "defaultValue": null,
666
+ "description": "Delivery contact detail",
667
+ "id_str": "createLocation___input___details___contact",
668
+ "name": "contact",
669
+ "path": "createLocation.input.details.contact",
670
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
671
+ "required": false,
672
+ "responseStr": "contact:$contactDetailsInput ",
673
+ "type": {
674
+ "definition": {
675
+ "description": null,
676
+ "enumValues": null,
677
+ "fields": null,
678
+ "inputFields": {
679
+ "email": {
680
+ "defaultValue": null,
681
+ "description": "Contact email address",
682
+ "id_str": "createLocation___input___details___contact___email",
683
+ "name": "email",
684
+ "path": "createLocation.input.details.contact.email",
685
+ "requestStr": "$email:Email ",
686
+ "required": false,
687
+ "responseStr": "email:$email ",
688
+ "type": {
689
+ "kind": [
690
+ "SCALAR"
691
+ ],
692
+ "name": "Email",
693
+ "non_null": false
694
+ },
695
+ "varName": "email"
696
+ },
697
+ "name": {
698
+ "defaultValue": null,
699
+ "description": "Contact name",
700
+ "id_str": "createLocation___input___details___contact___name",
701
+ "name": "name",
702
+ "path": "createLocation.input.details.contact.name",
703
+ "requestStr": "$name:String ",
704
+ "required": false,
705
+ "responseStr": "name:$name ",
706
+ "type": {
707
+ "kind": [
708
+ "SCALAR"
709
+ ],
710
+ "name": "String",
711
+ "non_null": false
712
+ },
713
+ "varName": "name"
714
+ },
715
+ "phone": {
716
+ "defaultValue": null,
717
+ "description": "Contact phone number",
718
+ "id_str": "createLocation___input___details___contact___phone",
719
+ "name": "phone",
720
+ "path": "createLocation.input.details.contact.phone",
721
+ "requestStr": "$phone:Phone ",
722
+ "required": false,
723
+ "responseStr": "phone:$phone ",
724
+ "type": {
725
+ "kind": [
726
+ "SCALAR"
727
+ ],
728
+ "name": "Phone",
729
+ "non_null": false
730
+ },
731
+ "varName": "phone"
732
+ }
733
+ },
734
+ "interfaces": null,
735
+ "kind": "INPUT_OBJECT",
736
+ "name": "ContactDetailsInput",
737
+ "possibleTypes": null
738
+ },
739
+ "indexType": "input_object",
740
+ "kind": [
741
+ "INPUT_OBJECT"
742
+ ],
743
+ "name": "ContactDetailsInput",
744
+ "non_null": false
745
+ },
746
+ "varName": "contactDetailsInput"
747
+ },
748
+ "postalAddress": {
749
+ "defaultValue": null,
750
+ "description": "Postal location",
751
+ "id_str": "createLocation___input___details___postalAddress",
752
+ "name": "postalAddress",
753
+ "path": "createLocation.input.details.postalAddress",
754
+ "requestStr": "$postalAddressInput:PostalAddressInput! ",
755
+ "required": true,
756
+ "responseStr": "postalAddress:$postalAddressInput ",
757
+ "type": {
758
+ "definition": {
759
+ "description": null,
760
+ "enumValues": null,
761
+ "fields": null,
762
+ "inputFields": {
763
+ "cityName": {
764
+ "defaultValue": null,
765
+ "description": "City",
766
+ "id_str": "createLocation___input___details___postalAddress___cityName",
767
+ "name": "cityName",
768
+ "path": "createLocation.input.details.postalAddress.cityName",
769
+ "requestStr": "$cityName:String ",
770
+ "required": false,
771
+ "responseStr": "cityName:$cityName ",
772
+ "type": {
773
+ "kind": [
774
+ "SCALAR"
775
+ ],
776
+ "name": "String",
777
+ "non_null": false
778
+ },
779
+ "varName": "cityName"
780
+ },
781
+ "country": {
782
+ "defaultValue": null,
783
+ "description": "Country",
784
+ "id_str": "createLocation___input___details___postalAddress___country",
785
+ "name": "country",
786
+ "path": "createLocation.input.details.postalAddress.country",
787
+ "requestStr": "$countryRefInput:CountryRefInput! ",
788
+ "required": true,
789
+ "responseStr": "country:$countryRefInput ",
790
+ "type": {
791
+ "definition": {
792
+ "description": null,
793
+ "enumValues": null,
794
+ "fields": null,
795
+ "inputFields": {
796
+ "by": {
797
+ "defaultValue": "ID",
798
+ "description": null,
799
+ "id_str": "createLocation___input___details___postalAddress___country___by",
800
+ "name": "by",
801
+ "path": "createLocation.input.details.postalAddress.country.by",
802
+ "requestStr": "$by:ObjectRefBy! ",
803
+ "required": true,
804
+ "responseStr": "by:$by ",
805
+ "type": {
806
+ "definition": {
807
+ "description": null,
808
+ "enumValues": [
809
+ {
810
+ "deprecationReason": null,
811
+ "description": null,
812
+ "isDeprecated": false,
813
+ "name": "ID"
814
+ },
815
+ {
816
+ "deprecationReason": null,
817
+ "description": null,
818
+ "isDeprecated": false,
819
+ "name": "NAME"
820
+ }
821
+ ],
822
+ "fields": null,
823
+ "inputFields": null,
824
+ "interfaces": null,
825
+ "kind": "ENUM",
826
+ "name": "ObjectRefBy",
827
+ "possibleTypes": null
828
+ },
829
+ "indexType": "enum",
830
+ "kind": [
831
+ "NON_NULL",
832
+ "ENUM"
833
+ ],
834
+ "name": "ObjectRefBy",
835
+ "non_null": false
836
+ },
837
+ "varName": "by"
838
+ },
839
+ "input": {
840
+ "defaultValue": null,
841
+ "description": null,
842
+ "id_str": "createLocation___input___details___postalAddress___country___input",
843
+ "name": "input",
844
+ "path": "createLocation.input.details.postalAddress.country.input",
845
+ "requestStr": "$input:String! ",
846
+ "required": true,
847
+ "responseStr": "input:$input ",
848
+ "type": {
849
+ "kind": [
850
+ "NON_NULL",
851
+ "SCALAR"
852
+ ],
853
+ "name": "String",
854
+ "non_null": false
855
+ },
856
+ "varName": "input"
857
+ }
858
+ },
859
+ "interfaces": null,
860
+ "kind": "INPUT_OBJECT",
861
+ "name": "CountryRefInput",
862
+ "possibleTypes": null
863
+ },
864
+ "indexType": "input_object",
865
+ "kind": [
866
+ "NON_NULL",
867
+ "INPUT_OBJECT"
868
+ ],
869
+ "name": "CountryRefInput",
870
+ "non_null": false
871
+ },
872
+ "varName": "countryRefInput"
873
+ },
874
+ "stateName": {
875
+ "defaultValue": null,
876
+ "description": "State (only for USA)",
877
+ "id_str": "createLocation___input___details___postalAddress___stateName",
878
+ "name": "stateName",
879
+ "path": "createLocation.input.details.postalAddress.stateName",
880
+ "requestStr": "$stateName:String ",
881
+ "required": false,
882
+ "responseStr": "stateName:$stateName ",
883
+ "type": {
884
+ "kind": [
885
+ "SCALAR"
886
+ ],
887
+ "name": "String",
888
+ "non_null": false
889
+ },
890
+ "varName": "stateName"
891
+ },
892
+ "street": {
893
+ "defaultValue": null,
894
+ "description": "Street name and number",
895
+ "id_str": "createLocation___input___details___postalAddress___street",
896
+ "name": "street",
897
+ "path": "createLocation.input.details.postalAddress.street",
898
+ "requestStr": "$street:String ",
899
+ "required": false,
900
+ "responseStr": "street:$street ",
901
+ "type": {
902
+ "kind": [
903
+ "SCALAR"
904
+ ],
905
+ "name": "String",
906
+ "non_null": false
907
+ },
908
+ "varName": "street"
909
+ },
910
+ "zipCode": {
911
+ "defaultValue": null,
912
+ "description": "Zip Code",
913
+ "id_str": "createLocation___input___details___postalAddress___zipCode",
914
+ "name": "zipCode",
915
+ "path": "createLocation.input.details.postalAddress.zipCode",
916
+ "requestStr": "$zipCode:String ",
917
+ "required": false,
918
+ "responseStr": "zipCode:$zipCode ",
919
+ "type": {
920
+ "kind": [
921
+ "SCALAR"
922
+ ],
923
+ "name": "String",
924
+ "non_null": false
925
+ },
926
+ "varName": "zipCode"
927
+ }
928
+ },
929
+ "interfaces": null,
930
+ "kind": "INPUT_OBJECT",
931
+ "name": "PostalAddressInput",
932
+ "possibleTypes": null
933
+ },
934
+ "indexType": "input_object",
935
+ "kind": [
936
+ "NON_NULL",
937
+ "INPUT_OBJECT"
938
+ ],
939
+ "name": "PostalAddressInput",
940
+ "non_null": false
941
+ },
942
+ "varName": "postalAddressInput"
943
+ },
944
+ "vatId": {
945
+ "defaultValue": null,
946
+ "description": "Vat id (required for Brazil)",
947
+ "id_str": "createLocation___input___details___vatId",
948
+ "name": "vatId",
949
+ "path": "createLocation.input.details.vatId",
950
+ "requestStr": "$vatId:String ",
951
+ "required": false,
952
+ "responseStr": "vatId:$vatId ",
953
+ "type": {
954
+ "kind": [
955
+ "SCALAR"
956
+ ],
957
+ "name": "String",
958
+ "non_null": false
959
+ },
960
+ "varName": "vatId"
961
+ }
962
+ },
963
+ "interfaces": null,
964
+ "kind": "INPUT_OBJECT",
965
+ "name": "CreateLocationDetailsInput",
966
+ "possibleTypes": null
967
+ },
968
+ "indexType": "input_object",
969
+ "kind": [
970
+ "NON_NULL",
971
+ "INPUT_OBJECT"
972
+ ],
973
+ "name": "CreateLocationDetailsInput",
974
+ "non_null": false
975
+ },
976
+ "varName": "createLocationDetailsInput"
977
+ },
978
+ "name": {
979
+ "defaultValue": null,
980
+ "description": "Location name",
981
+ "id_str": "createLocation___input___name",
982
+ "name": "name",
983
+ "path": "createLocation.input.name",
984
+ "requestStr": "$name:String! ",
985
+ "required": true,
986
+ "responseStr": "name:$name ",
987
+ "type": {
988
+ "kind": [
989
+ "NON_NULL",
990
+ "SCALAR"
991
+ ],
992
+ "name": "String",
993
+ "non_null": false
994
+ },
995
+ "varName": "name"
996
+ },
997
+ "type": {
998
+ "defaultValue": null,
999
+ "description": "Location type",
1000
+ "id_str": "createLocation___input___type",
1001
+ "name": "type",
1002
+ "path": "createLocation.input.type",
1003
+ "requestStr": "$type:LocationType! ",
1004
+ "required": true,
1005
+ "responseStr": "type:$type ",
1006
+ "type": {
1007
+ "definition": {
1008
+ "description": null,
1009
+ "enumValues": [
1010
+ {
1011
+ "deprecationReason": null,
1012
+ "description": null,
1013
+ "isDeprecated": false,
1014
+ "name": "BRANCH"
1015
+ },
1016
+ {
1017
+ "deprecationReason": null,
1018
+ "description": null,
1019
+ "isDeprecated": false,
1020
+ "name": "HEADQUARTERS"
1021
+ },
1022
+ {
1023
+ "deprecationReason": null,
1024
+ "description": null,
1025
+ "isDeprecated": false,
1026
+ "name": "DATA_CENTER"
1027
+ },
1028
+ {
1029
+ "deprecationReason": null,
1030
+ "description": null,
1031
+ "isDeprecated": false,
1032
+ "name": "CLOUD_DATA_CENTER"
1033
+ },
1034
+ {
1035
+ "deprecationReason": null,
1036
+ "description": null,
1037
+ "isDeprecated": false,
1038
+ "name": "WAREHOUSE"
1039
+ },
1040
+ {
1041
+ "deprecationReason": null,
1042
+ "description": null,
1043
+ "isDeprecated": false,
1044
+ "name": "OTHER"
1045
+ }
1046
+ ],
1047
+ "fields": null,
1048
+ "inputFields": null,
1049
+ "interfaces": null,
1050
+ "kind": "ENUM",
1051
+ "name": "LocationType",
1052
+ "possibleTypes": null
1053
+ },
1054
+ "indexType": "enum",
1055
+ "kind": [
1056
+ "NON_NULL",
1057
+ "ENUM"
1058
+ ],
1059
+ "name": "LocationType",
1060
+ "non_null": false
1061
+ },
1062
+ "varName": "type"
1063
+ }
1064
+ },
1065
+ "interfaces": null,
1066
+ "kind": "INPUT_OBJECT",
1067
+ "name": "EnterpriseDirectoryCreateLocationInput",
1068
+ "possibleTypes": null
1069
+ },
1070
+ "indexType": "input_object",
1071
+ "kind": [
1072
+ "NON_NULL",
1073
+ "INPUT_OBJECT"
1074
+ ],
1075
+ "name": "EnterpriseDirectoryCreateLocationInput",
1076
+ "non_null": false
1077
+ },
1078
+ "varName": "enterpriseDirectoryCreateLocationInput"
1079
+ }
1080
+ },
1081
+ "path": "mutation.enterpriseDirectory.createLocation",
1082
+ "type": {
1083
+ "definition": {
1084
+ "description": null,
1085
+ "enumValues": null,
1086
+ "fields": {
1087
+ "createLocation": {
1088
+ "args": {
1089
+ "createLocation___input": {
1090
+ "defaultValue": null,
1091
+ "description": null,
1092
+ "id_str": "createLocation___input",
1093
+ "name": "input",
1094
+ "path": "createLocation.input",
1095
+ "requestStr": "$enterpriseDirectoryCreateLocationInput:EnterpriseDirectoryCreateLocationInput! ",
1096
+ "required": true,
1097
+ "responseStr": "input:$enterpriseDirectoryCreateLocationInput ",
1098
+ "type": {
1099
+ "definition": {
1100
+ "description": null,
1101
+ "enumValues": null,
1102
+ "fields": null,
1103
+ "inputFields": {
1104
+ "businessUnit": {
1105
+ "defaultValue": null,
1106
+ "description": "Business unit",
1107
+ "id_str": "createLocation___input___businessUnit",
1108
+ "name": "businessUnit",
1109
+ "path": "createLocation.input.businessUnit",
1110
+ "requestStr": "$businessUnit:String ",
1111
+ "required": false,
1112
+ "responseStr": "businessUnit:$businessUnit ",
1113
+ "type": {
1114
+ "kind": [
1115
+ "SCALAR"
1116
+ ],
1117
+ "name": "String",
1118
+ "non_null": false
1119
+ },
1120
+ "varName": "businessUnit"
1121
+ },
1122
+ "description": {
1123
+ "defaultValue": null,
1124
+ "description": "Description",
1125
+ "id_str": "createLocation___input___description",
1126
+ "name": "description",
1127
+ "path": "createLocation.input.description",
1128
+ "requestStr": "$description:String ",
1129
+ "required": false,
1130
+ "responseStr": "description:$description ",
1131
+ "type": {
1132
+ "kind": [
1133
+ "SCALAR"
1134
+ ],
1135
+ "name": "String",
1136
+ "non_null": false
1137
+ },
1138
+ "varName": "description"
1139
+ },
1140
+ "details": {
1141
+ "defaultValue": null,
1142
+ "description": "Location details",
1143
+ "id_str": "createLocation___input___details",
1144
+ "name": "details",
1145
+ "path": "createLocation.input.details",
1146
+ "requestStr": "$createLocationDetailsInput:CreateLocationDetailsInput! ",
1147
+ "required": true,
1148
+ "responseStr": "details:$createLocationDetailsInput ",
1149
+ "type": {
1150
+ "definition": {
1151
+ "description": null,
1152
+ "enumValues": null,
1153
+ "fields": null,
1154
+ "inputFields": {
1155
+ "companyName": {
1156
+ "defaultValue": null,
1157
+ "description": "Company name (recipient)",
1158
+ "id_str": "createLocation___input___details___companyName",
1159
+ "name": "companyName",
1160
+ "path": "createLocation.input.details.companyName",
1161
+ "requestStr": "$companyName:String ",
1162
+ "required": false,
1163
+ "responseStr": "companyName:$companyName ",
1164
+ "type": {
1165
+ "kind": [
1166
+ "SCALAR"
1167
+ ],
1168
+ "name": "String",
1169
+ "non_null": false
1170
+ },
1171
+ "varName": "companyName"
1172
+ },
1173
+ "contact": {
1174
+ "defaultValue": null,
1175
+ "description": "Delivery contact detail",
1176
+ "id_str": "createLocation___input___details___contact",
1177
+ "name": "contact",
1178
+ "path": "createLocation.input.details.contact",
1179
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
1180
+ "required": false,
1181
+ "responseStr": "contact:$contactDetailsInput ",
1182
+ "type": {
1183
+ "definition": {
1184
+ "description": null,
1185
+ "enumValues": null,
1186
+ "fields": null,
1187
+ "inputFields": {
1188
+ "email": {
1189
+ "defaultValue": null,
1190
+ "description": "Contact email address",
1191
+ "id_str": "createLocation___input___details___contact___email",
1192
+ "name": "email",
1193
+ "path": "createLocation.input.details.contact.email",
1194
+ "requestStr": "$email:Email ",
1195
+ "required": false,
1196
+ "responseStr": "email:$email ",
1197
+ "type": {
1198
+ "kind": [
1199
+ "SCALAR"
1200
+ ],
1201
+ "name": "Email",
1202
+ "non_null": false
1203
+ },
1204
+ "varName": "email"
1205
+ },
1206
+ "name": {
1207
+ "defaultValue": null,
1208
+ "description": "Contact name",
1209
+ "id_str": "createLocation___input___details___contact___name",
1210
+ "name": "name",
1211
+ "path": "createLocation.input.details.contact.name",
1212
+ "requestStr": "$name:String ",
1213
+ "required": false,
1214
+ "responseStr": "name:$name ",
1215
+ "type": {
1216
+ "kind": [
1217
+ "SCALAR"
1218
+ ],
1219
+ "name": "String",
1220
+ "non_null": false
1221
+ },
1222
+ "varName": "name"
1223
+ },
1224
+ "phone": {
1225
+ "defaultValue": null,
1226
+ "description": "Contact phone number",
1227
+ "id_str": "createLocation___input___details___contact___phone",
1228
+ "name": "phone",
1229
+ "path": "createLocation.input.details.contact.phone",
1230
+ "requestStr": "$phone:Phone ",
1231
+ "required": false,
1232
+ "responseStr": "phone:$phone ",
1233
+ "type": {
1234
+ "kind": [
1235
+ "SCALAR"
1236
+ ],
1237
+ "name": "Phone",
1238
+ "non_null": false
1239
+ },
1240
+ "varName": "phone"
1241
+ }
1242
+ },
1243
+ "interfaces": null,
1244
+ "kind": "INPUT_OBJECT",
1245
+ "name": "ContactDetailsInput",
1246
+ "possibleTypes": null
1247
+ },
1248
+ "indexType": "input_object",
1249
+ "kind": [
1250
+ "INPUT_OBJECT"
1251
+ ],
1252
+ "name": "ContactDetailsInput",
1253
+ "non_null": false
1254
+ },
1255
+ "varName": "contactDetailsInput"
1256
+ },
1257
+ "postalAddress": {
1258
+ "defaultValue": null,
1259
+ "description": "Postal location",
1260
+ "id_str": "createLocation___input___details___postalAddress",
1261
+ "name": "postalAddress",
1262
+ "path": "createLocation.input.details.postalAddress",
1263
+ "requestStr": "$postalAddressInput:PostalAddressInput! ",
1264
+ "required": true,
1265
+ "responseStr": "postalAddress:$postalAddressInput ",
1266
+ "type": {
1267
+ "definition": {
1268
+ "description": null,
1269
+ "enumValues": null,
1270
+ "fields": null,
1271
+ "inputFields": {
1272
+ "cityName": {
1273
+ "defaultValue": null,
1274
+ "description": "City",
1275
+ "id_str": "createLocation___input___details___postalAddress___cityName",
1276
+ "name": "cityName",
1277
+ "path": "createLocation.input.details.postalAddress.cityName",
1278
+ "requestStr": "$cityName:String ",
1279
+ "required": false,
1280
+ "responseStr": "cityName:$cityName ",
1281
+ "type": {
1282
+ "kind": [
1283
+ "SCALAR"
1284
+ ],
1285
+ "name": "String",
1286
+ "non_null": false
1287
+ },
1288
+ "varName": "cityName"
1289
+ },
1290
+ "country": {
1291
+ "defaultValue": null,
1292
+ "description": "Country",
1293
+ "id_str": "createLocation___input___details___postalAddress___country",
1294
+ "name": "country",
1295
+ "path": "createLocation.input.details.postalAddress.country",
1296
+ "requestStr": "$countryRefInput:CountryRefInput! ",
1297
+ "required": true,
1298
+ "responseStr": "country:$countryRefInput ",
1299
+ "type": {
1300
+ "definition": {
1301
+ "description": null,
1302
+ "enumValues": null,
1303
+ "fields": null,
1304
+ "inputFields": {
1305
+ "by": {
1306
+ "defaultValue": "ID",
1307
+ "description": null,
1308
+ "id_str": "createLocation___input___details___postalAddress___country___by",
1309
+ "name": "by",
1310
+ "path": "createLocation.input.details.postalAddress.country.by",
1311
+ "requestStr": "$by:ObjectRefBy! ",
1312
+ "required": true,
1313
+ "responseStr": "by:$by ",
1314
+ "type": {
1315
+ "definition": {
1316
+ "description": null,
1317
+ "enumValues": [
1318
+ {
1319
+ "deprecationReason": null,
1320
+ "description": null,
1321
+ "isDeprecated": false,
1322
+ "name": "ID"
1323
+ },
1324
+ {
1325
+ "deprecationReason": null,
1326
+ "description": null,
1327
+ "isDeprecated": false,
1328
+ "name": "NAME"
1329
+ }
1330
+ ],
1331
+ "fields": null,
1332
+ "inputFields": null,
1333
+ "interfaces": null,
1334
+ "kind": "ENUM",
1335
+ "name": "ObjectRefBy",
1336
+ "possibleTypes": null
1337
+ },
1338
+ "indexType": "enum",
1339
+ "kind": [
1340
+ "NON_NULL",
1341
+ "ENUM"
1342
+ ],
1343
+ "name": "ObjectRefBy",
1344
+ "non_null": false
1345
+ },
1346
+ "varName": "by"
1347
+ },
1348
+ "input": {
1349
+ "defaultValue": null,
1350
+ "description": null,
1351
+ "id_str": "createLocation___input___details___postalAddress___country___input",
1352
+ "name": "input",
1353
+ "path": "createLocation.input.details.postalAddress.country.input",
1354
+ "requestStr": "$input:String! ",
1355
+ "required": true,
1356
+ "responseStr": "input:$input ",
1357
+ "type": {
1358
+ "kind": [
1359
+ "NON_NULL",
1360
+ "SCALAR"
1361
+ ],
1362
+ "name": "String",
1363
+ "non_null": false
1364
+ },
1365
+ "varName": "input"
1366
+ }
1367
+ },
1368
+ "interfaces": null,
1369
+ "kind": "INPUT_OBJECT",
1370
+ "name": "CountryRefInput",
1371
+ "possibleTypes": null
1372
+ },
1373
+ "indexType": "input_object",
1374
+ "kind": [
1375
+ "NON_NULL",
1376
+ "INPUT_OBJECT"
1377
+ ],
1378
+ "name": "CountryRefInput",
1379
+ "non_null": false
1380
+ },
1381
+ "varName": "countryRefInput"
1382
+ },
1383
+ "stateName": {
1384
+ "defaultValue": null,
1385
+ "description": "State (only for USA)",
1386
+ "id_str": "createLocation___input___details___postalAddress___stateName",
1387
+ "name": "stateName",
1388
+ "path": "createLocation.input.details.postalAddress.stateName",
1389
+ "requestStr": "$stateName:String ",
1390
+ "required": false,
1391
+ "responseStr": "stateName:$stateName ",
1392
+ "type": {
1393
+ "kind": [
1394
+ "SCALAR"
1395
+ ],
1396
+ "name": "String",
1397
+ "non_null": false
1398
+ },
1399
+ "varName": "stateName"
1400
+ },
1401
+ "street": {
1402
+ "defaultValue": null,
1403
+ "description": "Street name and number",
1404
+ "id_str": "createLocation___input___details___postalAddress___street",
1405
+ "name": "street",
1406
+ "path": "createLocation.input.details.postalAddress.street",
1407
+ "requestStr": "$street:String ",
1408
+ "required": false,
1409
+ "responseStr": "street:$street ",
1410
+ "type": {
1411
+ "kind": [
1412
+ "SCALAR"
1413
+ ],
1414
+ "name": "String",
1415
+ "non_null": false
1416
+ },
1417
+ "varName": "street"
1418
+ },
1419
+ "zipCode": {
1420
+ "defaultValue": null,
1421
+ "description": "Zip Code",
1422
+ "id_str": "createLocation___input___details___postalAddress___zipCode",
1423
+ "name": "zipCode",
1424
+ "path": "createLocation.input.details.postalAddress.zipCode",
1425
+ "requestStr": "$zipCode:String ",
1426
+ "required": false,
1427
+ "responseStr": "zipCode:$zipCode ",
1428
+ "type": {
1429
+ "kind": [
1430
+ "SCALAR"
1431
+ ],
1432
+ "name": "String",
1433
+ "non_null": false
1434
+ },
1435
+ "varName": "zipCode"
1436
+ }
1437
+ },
1438
+ "interfaces": null,
1439
+ "kind": "INPUT_OBJECT",
1440
+ "name": "PostalAddressInput",
1441
+ "possibleTypes": null
1442
+ },
1443
+ "indexType": "input_object",
1444
+ "kind": [
1445
+ "NON_NULL",
1446
+ "INPUT_OBJECT"
1447
+ ],
1448
+ "name": "PostalAddressInput",
1449
+ "non_null": false
1450
+ },
1451
+ "varName": "postalAddressInput"
1452
+ },
1453
+ "vatId": {
1454
+ "defaultValue": null,
1455
+ "description": "Vat id (required for Brazil)",
1456
+ "id_str": "createLocation___input___details___vatId",
1457
+ "name": "vatId",
1458
+ "path": "createLocation.input.details.vatId",
1459
+ "requestStr": "$vatId:String ",
1460
+ "required": false,
1461
+ "responseStr": "vatId:$vatId ",
1462
+ "type": {
1463
+ "kind": [
1464
+ "SCALAR"
1465
+ ],
1466
+ "name": "String",
1467
+ "non_null": false
1468
+ },
1469
+ "varName": "vatId"
1470
+ }
1471
+ },
1472
+ "interfaces": null,
1473
+ "kind": "INPUT_OBJECT",
1474
+ "name": "CreateLocationDetailsInput",
1475
+ "possibleTypes": null
1476
+ },
1477
+ "indexType": "input_object",
1478
+ "kind": [
1479
+ "NON_NULL",
1480
+ "INPUT_OBJECT"
1481
+ ],
1482
+ "name": "CreateLocationDetailsInput",
1483
+ "non_null": false
1484
+ },
1485
+ "varName": "createLocationDetailsInput"
1486
+ },
1487
+ "name": {
1488
+ "defaultValue": null,
1489
+ "description": "Location name",
1490
+ "id_str": "createLocation___input___name",
1491
+ "name": "name",
1492
+ "path": "createLocation.input.name",
1493
+ "requestStr": "$name:String! ",
1494
+ "required": true,
1495
+ "responseStr": "name:$name ",
1496
+ "type": {
1497
+ "kind": [
1498
+ "NON_NULL",
1499
+ "SCALAR"
1500
+ ],
1501
+ "name": "String",
1502
+ "non_null": false
1503
+ },
1504
+ "varName": "name"
1505
+ },
1506
+ "type": {
1507
+ "defaultValue": null,
1508
+ "description": "Location type",
1509
+ "id_str": "createLocation___input___type",
1510
+ "name": "type",
1511
+ "path": "createLocation.input.type",
1512
+ "requestStr": "$type:LocationType! ",
1513
+ "required": true,
1514
+ "responseStr": "type:$type ",
1515
+ "type": {
1516
+ "definition": {
1517
+ "description": null,
1518
+ "enumValues": [
1519
+ {
1520
+ "deprecationReason": null,
1521
+ "description": null,
1522
+ "isDeprecated": false,
1523
+ "name": "BRANCH"
1524
+ },
1525
+ {
1526
+ "deprecationReason": null,
1527
+ "description": null,
1528
+ "isDeprecated": false,
1529
+ "name": "HEADQUARTERS"
1530
+ },
1531
+ {
1532
+ "deprecationReason": null,
1533
+ "description": null,
1534
+ "isDeprecated": false,
1535
+ "name": "DATA_CENTER"
1536
+ },
1537
+ {
1538
+ "deprecationReason": null,
1539
+ "description": null,
1540
+ "isDeprecated": false,
1541
+ "name": "CLOUD_DATA_CENTER"
1542
+ },
1543
+ {
1544
+ "deprecationReason": null,
1545
+ "description": null,
1546
+ "isDeprecated": false,
1547
+ "name": "WAREHOUSE"
1548
+ },
1549
+ {
1550
+ "deprecationReason": null,
1551
+ "description": null,
1552
+ "isDeprecated": false,
1553
+ "name": "OTHER"
1554
+ }
1555
+ ],
1556
+ "fields": null,
1557
+ "inputFields": null,
1558
+ "interfaces": null,
1559
+ "kind": "ENUM",
1560
+ "name": "LocationType",
1561
+ "possibleTypes": null
1562
+ },
1563
+ "indexType": "enum",
1564
+ "kind": [
1565
+ "NON_NULL",
1566
+ "ENUM"
1567
+ ],
1568
+ "name": "LocationType",
1569
+ "non_null": false
1570
+ },
1571
+ "varName": "type"
1572
+ }
1573
+ },
1574
+ "interfaces": null,
1575
+ "kind": "INPUT_OBJECT",
1576
+ "name": "EnterpriseDirectoryCreateLocationInput",
1577
+ "possibleTypes": null
1578
+ },
1579
+ "indexType": "input_object",
1580
+ "kind": [
1581
+ "NON_NULL",
1582
+ "INPUT_OBJECT"
1583
+ ],
1584
+ "name": "EnterpriseDirectoryCreateLocationInput",
1585
+ "non_null": false
1586
+ },
1587
+ "varName": "enterpriseDirectoryCreateLocationInput"
1588
+ }
1589
+ },
1590
+ "deprecationReason": null,
1591
+ "description": null,
1592
+ "id_str": "createLocation",
1593
+ "isDeprecated": false,
1594
+ "name": "createLocation",
1595
+ "path": "createLocation",
1596
+ "requestStr": "$enterpriseDirectoryCreateLocationPayload:EnterpriseDirectoryCreateLocationPayload ",
1597
+ "required": false,
1598
+ "responseStr": "createLocation:$enterpriseDirectoryCreateLocationPayload ",
1599
+ "type": {
1600
+ "definition": {
1601
+ "description": null,
1602
+ "enumValues": null,
1603
+ "fields": {
1604
+ "location": {
1605
+ "args": {},
1606
+ "deprecationReason": null,
1607
+ "description": "The created location",
1608
+ "id_str": "createLocation___location",
1609
+ "isDeprecated": false,
1610
+ "name": "location",
1611
+ "path": "createLocation.location",
1612
+ "requestStr": "$location:Location! ",
1613
+ "required": true,
1614
+ "responseStr": "location:$location ",
1615
+ "type": {
1616
+ "definition": {
1617
+ "description": null,
1618
+ "enumValues": null,
1619
+ "fields": {
1620
+ "account": {
1621
+ "alias": "accountLocation: account",
1622
+ "args": {},
1623
+ "deprecationReason": null,
1624
+ "description": "Cma account",
1625
+ "id_str": "createLocation___location___account",
1626
+ "isDeprecated": false,
1627
+ "name": "account",
1628
+ "path": "createLocation.location.account",
1629
+ "requestStr": "$accountRef:AccountRef! ",
1630
+ "required": true,
1631
+ "responseStr": "account:$accountRef ",
1632
+ "type": {
1633
+ "definition": {
1634
+ "description": "A reference identifying the Account object. ID: Unique Account Identifier, Name: The Account Name",
1635
+ "enumValues": null,
1636
+ "fields": {
1637
+ "id": {
1638
+ "args": {},
1639
+ "deprecationReason": null,
1640
+ "description": null,
1641
+ "id_str": "createLocation___location___account___id",
1642
+ "isDeprecated": false,
1643
+ "name": "id",
1644
+ "path": "createLocation.location.account.id",
1645
+ "requestStr": "$id:ID! ",
1646
+ "required": true,
1647
+ "responseStr": "id:$id ",
1648
+ "type": {
1649
+ "kind": [
1650
+ "NON_NULL",
1651
+ "SCALAR"
1652
+ ],
1653
+ "name": "ID",
1654
+ "non_null": false
1655
+ },
1656
+ "varName": "id"
1657
+ },
1658
+ "name": {
1659
+ "args": {},
1660
+ "deprecationReason": null,
1661
+ "description": null,
1662
+ "id_str": "createLocation___location___account___name",
1663
+ "isDeprecated": false,
1664
+ "name": "name",
1665
+ "path": "createLocation.location.account.name",
1666
+ "requestStr": "$name:String! ",
1667
+ "required": true,
1668
+ "responseStr": "name:$name ",
1669
+ "type": {
1670
+ "kind": [
1671
+ "NON_NULL",
1672
+ "SCALAR"
1673
+ ],
1674
+ "name": "String",
1675
+ "non_null": false
1676
+ },
1677
+ "varName": "name"
1678
+ }
1679
+ },
1680
+ "inputFields": null,
1681
+ "interfaces": {},
1682
+ "kind": "OBJECT",
1683
+ "name": "AccountRef",
1684
+ "possibleTypes": null
1685
+ },
1686
+ "indexType": "object",
1687
+ "kind": [
1688
+ "NON_NULL",
1689
+ "OBJECT"
1690
+ ],
1691
+ "name": "AccountRef",
1692
+ "non_null": false
1693
+ },
1694
+ "varName": "accountRef"
1695
+ },
1696
+ "archived": {
1697
+ "args": {},
1698
+ "deprecationReason": null,
1699
+ "description": "Is archived",
1700
+ "id_str": "createLocation___location___archived",
1701
+ "isDeprecated": false,
1702
+ "name": "archived",
1703
+ "path": "createLocation.location.archived",
1704
+ "requestStr": "$archived:Boolean! ",
1705
+ "required": true,
1706
+ "responseStr": "archived:$archived ",
1707
+ "type": {
1708
+ "kind": [
1709
+ "NON_NULL",
1710
+ "SCALAR"
1711
+ ],
1712
+ "name": "Boolean",
1713
+ "non_null": false
1714
+ },
1715
+ "varName": "archived"
1716
+ },
1717
+ "audit": {
1718
+ "alias": "auditLocation: audit",
1719
+ "args": {},
1720
+ "deprecationReason": null,
1721
+ "description": "Audit data",
1722
+ "id_str": "createLocation___location___audit",
1723
+ "isDeprecated": false,
1724
+ "name": "audit",
1725
+ "path": "createLocation.location.audit",
1726
+ "requestStr": "$auditingMetadata:AuditingMetadata! ",
1727
+ "required": true,
1728
+ "responseStr": "audit:$auditingMetadata ",
1729
+ "type": {
1730
+ "definition": {
1731
+ "description": null,
1732
+ "enumValues": null,
1733
+ "fields": {
1734
+ "updatedBy": {
1735
+ "alias": "updatedByAuditingMetadata: updatedBy",
1736
+ "args": {},
1737
+ "deprecationReason": null,
1738
+ "description": null,
1739
+ "id_str": "createLocation___location___audit___updatedBy",
1740
+ "isDeprecated": false,
1741
+ "name": "updatedBy",
1742
+ "path": "createLocation.location.audit.updatedBy",
1743
+ "requestStr": "$actorRef:ActorRef! ",
1744
+ "required": true,
1745
+ "responseStr": "updatedBy:$actorRef ",
1746
+ "type": {
1747
+ "definition": {
1748
+ "description": null,
1749
+ "enumValues": null,
1750
+ "fields": {
1751
+ "id": {
1752
+ "args": {},
1753
+ "deprecationReason": null,
1754
+ "description": null,
1755
+ "id_str": "createLocation___location___audit___updatedBy___id",
1756
+ "isDeprecated": false,
1757
+ "name": "id",
1758
+ "path": "createLocation.location.audit.updatedBy.id",
1759
+ "requestStr": "$id:ID! ",
1760
+ "required": true,
1761
+ "responseStr": "id:$id ",
1762
+ "type": {
1763
+ "kind": [
1764
+ "NON_NULL",
1765
+ "SCALAR"
1766
+ ],
1767
+ "name": "ID",
1768
+ "non_null": false
1769
+ },
1770
+ "varName": "id"
1771
+ },
1772
+ "name": {
1773
+ "args": {},
1774
+ "deprecationReason": null,
1775
+ "description": null,
1776
+ "id_str": "createLocation___location___audit___updatedBy___name",
1777
+ "isDeprecated": false,
1778
+ "name": "name",
1779
+ "path": "createLocation.location.audit.updatedBy.name",
1780
+ "requestStr": "$name:String! ",
1781
+ "required": true,
1782
+ "responseStr": "name:$name ",
1783
+ "type": {
1784
+ "kind": [
1785
+ "NON_NULL",
1786
+ "SCALAR"
1787
+ ],
1788
+ "name": "String",
1789
+ "non_null": false
1790
+ },
1791
+ "varName": "name"
1792
+ }
1793
+ },
1794
+ "inputFields": null,
1795
+ "interfaces": [
1796
+ {
1797
+ "kind": "INTERFACE",
1798
+ "name": "ObjectRef",
1799
+ "ofType": null
1800
+ }
1801
+ ],
1802
+ "kind": "INTERFACE",
1803
+ "name": "ActorRef",
1804
+ "possibleTypes": [
1805
+ {
1806
+ "kind": "OBJECT",
1807
+ "name": "AdminRef",
1808
+ "ofType": null
1809
+ },
1810
+ {
1811
+ "kind": "OBJECT",
1812
+ "name": "ApiKeyRef",
1813
+ "ofType": null
1814
+ }
1815
+ ]
1816
+ },
1817
+ "indexType": "interface",
1818
+ "kind": [
1819
+ "NON_NULL",
1820
+ "INTERFACE"
1821
+ ],
1822
+ "name": "ActorRef",
1823
+ "non_null": false
1824
+ },
1825
+ "varName": "actorRef"
1826
+ },
1827
+ "updatedTime": {
1828
+ "args": {},
1829
+ "deprecationReason": null,
1830
+ "description": null,
1831
+ "id_str": "createLocation___location___audit___updatedTime",
1832
+ "isDeprecated": false,
1833
+ "name": "updatedTime",
1834
+ "path": "createLocation.location.audit.updatedTime",
1835
+ "requestStr": "$updatedTime:DateTime! ",
1836
+ "required": true,
1837
+ "responseStr": "updatedTime:$updatedTime ",
1838
+ "type": {
1839
+ "kind": [
1840
+ "NON_NULL",
1841
+ "SCALAR"
1842
+ ],
1843
+ "name": "DateTime",
1844
+ "non_null": false
1845
+ },
1846
+ "varName": "updatedTime"
1847
+ }
1848
+ },
1849
+ "inputFields": null,
1850
+ "interfaces": {},
1851
+ "kind": "OBJECT",
1852
+ "name": "AuditingMetadata",
1853
+ "possibleTypes": null
1854
+ },
1855
+ "indexType": "object",
1856
+ "kind": [
1857
+ "NON_NULL",
1858
+ "OBJECT"
1859
+ ],
1860
+ "name": "AuditingMetadata",
1861
+ "non_null": false
1862
+ },
1863
+ "varName": "auditingMetadata"
1864
+ },
1865
+ "businessUnit": {
1866
+ "args": {},
1867
+ "deprecationReason": null,
1868
+ "description": "Business unit",
1869
+ "id_str": "createLocation___location___businessUnit",
1870
+ "isDeprecated": false,
1871
+ "name": "businessUnit",
1872
+ "path": "createLocation.location.businessUnit",
1873
+ "requestStr": "$businessUnit:String ",
1874
+ "required": false,
1875
+ "responseStr": "businessUnit:$businessUnit ",
1876
+ "type": {
1877
+ "kind": [
1878
+ "SCALAR"
1879
+ ],
1880
+ "name": "String",
1881
+ "non_null": false
1882
+ },
1883
+ "varName": "businessUnit"
1884
+ },
1885
+ "description": {
1886
+ "args": {},
1887
+ "deprecationReason": null,
1888
+ "description": "Location description",
1889
+ "id_str": "createLocation___location___description",
1890
+ "isDeprecated": false,
1891
+ "name": "description",
1892
+ "path": "createLocation.location.description",
1893
+ "requestStr": "$description:String ",
1894
+ "required": false,
1895
+ "responseStr": "description:$description ",
1896
+ "type": {
1897
+ "kind": [
1898
+ "SCALAR"
1899
+ ],
1900
+ "name": "String",
1901
+ "non_null": false
1902
+ },
1903
+ "varName": "description"
1904
+ },
1905
+ "details": {
1906
+ "alias": "detailsLocation: details",
1907
+ "args": {},
1908
+ "deprecationReason": null,
1909
+ "description": "Location details",
1910
+ "id_str": "createLocation___location___details",
1911
+ "isDeprecated": false,
1912
+ "name": "details",
1913
+ "path": "createLocation.location.details",
1914
+ "requestStr": "$locationDetails:LocationDetails! ",
1915
+ "required": true,
1916
+ "responseStr": "details:$locationDetails ",
1917
+ "type": {
1918
+ "definition": {
1919
+ "description": null,
1920
+ "enumValues": null,
1921
+ "fields": {
1922
+ "companyName": {
1923
+ "args": {},
1924
+ "deprecationReason": null,
1925
+ "description": "Company name (recipient)",
1926
+ "id_str": "createLocation___location___details___companyName",
1927
+ "isDeprecated": false,
1928
+ "name": "companyName",
1929
+ "path": "createLocation.location.details.companyName",
1930
+ "requestStr": "$companyName:String ",
1931
+ "required": false,
1932
+ "responseStr": "companyName:$companyName ",
1933
+ "type": {
1934
+ "kind": [
1935
+ "SCALAR"
1936
+ ],
1937
+ "name": "String",
1938
+ "non_null": false
1939
+ },
1940
+ "varName": "companyName"
1941
+ },
1942
+ "contact": {
1943
+ "alias": "contactLocationDetails: contact",
1944
+ "args": {},
1945
+ "deprecationReason": null,
1946
+ "description": "Delivery contact detail",
1947
+ "id_str": "createLocation___location___details___contact",
1948
+ "isDeprecated": false,
1949
+ "name": "contact",
1950
+ "path": "createLocation.location.details.contact",
1951
+ "requestStr": "$contactDetails:ContactDetails ",
1952
+ "required": false,
1953
+ "responseStr": "contact:$contactDetails ",
1954
+ "type": {
1955
+ "definition": {
1956
+ "description": null,
1957
+ "enumValues": null,
1958
+ "fields": {
1959
+ "email": {
1960
+ "args": {},
1961
+ "deprecationReason": null,
1962
+ "description": "Contact email address",
1963
+ "id_str": "createLocation___location___details___contact___email",
1964
+ "isDeprecated": false,
1965
+ "name": "email",
1966
+ "path": "createLocation.location.details.contact.email",
1967
+ "requestStr": "$email:Email ",
1968
+ "required": false,
1969
+ "responseStr": "email:$email ",
1970
+ "type": {
1971
+ "kind": [
1972
+ "SCALAR"
1973
+ ],
1974
+ "name": "Email",
1975
+ "non_null": false
1976
+ },
1977
+ "varName": "email"
1978
+ },
1979
+ "name": {
1980
+ "args": {},
1981
+ "deprecationReason": null,
1982
+ "description": "Contact name",
1983
+ "id_str": "createLocation___location___details___contact___name",
1984
+ "isDeprecated": false,
1985
+ "name": "name",
1986
+ "path": "createLocation.location.details.contact.name",
1987
+ "requestStr": "$name:String ",
1988
+ "required": false,
1989
+ "responseStr": "name:$name ",
1990
+ "type": {
1991
+ "kind": [
1992
+ "SCALAR"
1993
+ ],
1994
+ "name": "String",
1995
+ "non_null": false
1996
+ },
1997
+ "varName": "name"
1998
+ },
1999
+ "phone": {
2000
+ "args": {},
2001
+ "deprecationReason": null,
2002
+ "description": "Contact phone number",
2003
+ "id_str": "createLocation___location___details___contact___phone",
2004
+ "isDeprecated": false,
2005
+ "name": "phone",
2006
+ "path": "createLocation.location.details.contact.phone",
2007
+ "requestStr": "$phone:Phone ",
2008
+ "required": false,
2009
+ "responseStr": "phone:$phone ",
2010
+ "type": {
2011
+ "kind": [
2012
+ "SCALAR"
2013
+ ],
2014
+ "name": "Phone",
2015
+ "non_null": false
2016
+ },
2017
+ "varName": "phone"
2018
+ }
2019
+ },
2020
+ "inputFields": null,
2021
+ "interfaces": {},
2022
+ "kind": "OBJECT",
2023
+ "name": "ContactDetails",
2024
+ "possibleTypes": null
2025
+ },
2026
+ "indexType": "object",
2027
+ "kind": [
2028
+ "OBJECT"
2029
+ ],
2030
+ "name": "ContactDetails",
2031
+ "non_null": false
2032
+ },
2033
+ "varName": "contactDetails"
2034
+ },
2035
+ "postalAddress": {
2036
+ "alias": "postalAddressLocationDetails: postalAddress",
2037
+ "args": {},
2038
+ "deprecationReason": null,
2039
+ "description": "Postal location",
2040
+ "id_str": "createLocation___location___details___postalAddress",
2041
+ "isDeprecated": false,
2042
+ "name": "postalAddress",
2043
+ "path": "createLocation.location.details.postalAddress",
2044
+ "requestStr": "$postalAddress:PostalAddress! ",
2045
+ "required": true,
2046
+ "responseStr": "postalAddress:$postalAddress ",
2047
+ "type": {
2048
+ "definition": {
2049
+ "description": null,
2050
+ "enumValues": null,
2051
+ "fields": {
2052
+ "addressValidated": {
2053
+ "alias": "addressValidatedPostalAddress: addressValidated",
2054
+ "args": {},
2055
+ "deprecationReason": null,
2056
+ "description": "Address validation status",
2057
+ "id_str": "createLocation___location___details___postalAddress___addressValidated",
2058
+ "isDeprecated": false,
2059
+ "name": "addressValidated",
2060
+ "path": "createLocation.location.details.postalAddress.addressValidated",
2061
+ "requestStr": "$addressValidated:AddressValidationStatus! ",
2062
+ "required": true,
2063
+ "responseStr": "addressValidated:$addressValidated ",
2064
+ "type": {
2065
+ "definition": {
2066
+ "description": null,
2067
+ "enumValues": [
2068
+ {
2069
+ "deprecationReason": null,
2070
+ "description": null,
2071
+ "isDeprecated": false,
2072
+ "name": "VALID"
2073
+ },
2074
+ {
2075
+ "deprecationReason": null,
2076
+ "description": null,
2077
+ "isDeprecated": false,
2078
+ "name": "INVALID"
2079
+ },
2080
+ {
2081
+ "deprecationReason": null,
2082
+ "description": null,
2083
+ "isDeprecated": false,
2084
+ "name": "NA"
2085
+ }
2086
+ ],
2087
+ "fields": null,
2088
+ "inputFields": null,
2089
+ "interfaces": null,
2090
+ "kind": "ENUM",
2091
+ "name": "AddressValidationStatus",
2092
+ "possibleTypes": null
2093
+ },
2094
+ "indexType": "enum",
2095
+ "kind": [
2096
+ "NON_NULL",
2097
+ "ENUM"
2098
+ ],
2099
+ "name": "AddressValidationStatus",
2100
+ "non_null": false
2101
+ },
2102
+ "varName": "addressValidated"
2103
+ },
2104
+ "cityName": {
2105
+ "args": {},
2106
+ "deprecationReason": null,
2107
+ "description": "City",
2108
+ "id_str": "createLocation___location___details___postalAddress___cityName",
2109
+ "isDeprecated": false,
2110
+ "name": "cityName",
2111
+ "path": "createLocation.location.details.postalAddress.cityName",
2112
+ "requestStr": "$cityName:String ",
2113
+ "required": false,
2114
+ "responseStr": "cityName:$cityName ",
2115
+ "type": {
2116
+ "kind": [
2117
+ "SCALAR"
2118
+ ],
2119
+ "name": "String",
2120
+ "non_null": false
2121
+ },
2122
+ "varName": "cityName"
2123
+ },
2124
+ "country": {
2125
+ "alias": "countryPostalAddress: country",
2126
+ "args": {},
2127
+ "deprecationReason": null,
2128
+ "description": "Country",
2129
+ "id_str": "createLocation___location___details___postalAddress___country",
2130
+ "isDeprecated": false,
2131
+ "name": "country",
2132
+ "path": "createLocation.location.details.postalAddress.country",
2133
+ "requestStr": "$countryRef:CountryRef! ",
2134
+ "required": true,
2135
+ "responseStr": "country:$countryRef ",
2136
+ "type": {
2137
+ "definition": {
2138
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
2139
+ "enumValues": null,
2140
+ "fields": {
2141
+ "id": {
2142
+ "args": {},
2143
+ "deprecationReason": null,
2144
+ "description": null,
2145
+ "id_str": "createLocation___location___details___postalAddress___country___id",
2146
+ "isDeprecated": false,
2147
+ "name": "id",
2148
+ "path": "createLocation.location.details.postalAddress.country.id",
2149
+ "requestStr": "$id:ID! ",
2150
+ "required": true,
2151
+ "responseStr": "id:$id ",
2152
+ "type": {
2153
+ "kind": [
2154
+ "NON_NULL",
2155
+ "SCALAR"
2156
+ ],
2157
+ "name": "ID",
2158
+ "non_null": false
2159
+ },
2160
+ "varName": "id"
2161
+ },
2162
+ "name": {
2163
+ "args": {},
2164
+ "deprecationReason": null,
2165
+ "description": null,
2166
+ "id_str": "createLocation___location___details___postalAddress___country___name",
2167
+ "isDeprecated": false,
2168
+ "name": "name",
2169
+ "path": "createLocation.location.details.postalAddress.country.name",
2170
+ "requestStr": "$name:String! ",
2171
+ "required": true,
2172
+ "responseStr": "name:$name ",
2173
+ "type": {
2174
+ "kind": [
2175
+ "NON_NULL",
2176
+ "SCALAR"
2177
+ ],
2178
+ "name": "String",
2179
+ "non_null": false
2180
+ },
2181
+ "varName": "name"
2182
+ }
2183
+ },
2184
+ "inputFields": null,
2185
+ "interfaces": {},
2186
+ "kind": "OBJECT",
2187
+ "name": "CountryRef",
2188
+ "possibleTypes": null
2189
+ },
2190
+ "indexType": "object",
2191
+ "kind": [
2192
+ "NON_NULL",
2193
+ "OBJECT"
2194
+ ],
2195
+ "name": "CountryRef",
2196
+ "non_null": false
2197
+ },
2198
+ "varName": "countryRef"
2199
+ },
2200
+ "stateName": {
2201
+ "args": {},
2202
+ "deprecationReason": null,
2203
+ "description": "State (only for USA)",
2204
+ "id_str": "createLocation___location___details___postalAddress___stateName",
2205
+ "isDeprecated": false,
2206
+ "name": "stateName",
2207
+ "path": "createLocation.location.details.postalAddress.stateName",
2208
+ "requestStr": "$stateName:String ",
2209
+ "required": false,
2210
+ "responseStr": "stateName:$stateName ",
2211
+ "type": {
2212
+ "kind": [
2213
+ "SCALAR"
2214
+ ],
2215
+ "name": "String",
2216
+ "non_null": false
2217
+ },
2218
+ "varName": "stateName"
2219
+ },
2220
+ "street": {
2221
+ "args": {},
2222
+ "deprecationReason": null,
2223
+ "description": "Street name and number",
2224
+ "id_str": "createLocation___location___details___postalAddress___street",
2225
+ "isDeprecated": false,
2226
+ "name": "street",
2227
+ "path": "createLocation.location.details.postalAddress.street",
2228
+ "requestStr": "$street:String ",
2229
+ "required": false,
2230
+ "responseStr": "street:$street ",
2231
+ "type": {
2232
+ "kind": [
2233
+ "SCALAR"
2234
+ ],
2235
+ "name": "String",
2236
+ "non_null": false
2237
+ },
2238
+ "varName": "street"
2239
+ },
2240
+ "zipCode": {
2241
+ "args": {},
2242
+ "deprecationReason": null,
2243
+ "description": "Zip Code",
2244
+ "id_str": "createLocation___location___details___postalAddress___zipCode",
2245
+ "isDeprecated": false,
2246
+ "name": "zipCode",
2247
+ "path": "createLocation.location.details.postalAddress.zipCode",
2248
+ "requestStr": "$zipCode:String ",
2249
+ "required": false,
2250
+ "responseStr": "zipCode:$zipCode ",
2251
+ "type": {
2252
+ "kind": [
2253
+ "SCALAR"
2254
+ ],
2255
+ "name": "String",
2256
+ "non_null": false
2257
+ },
2258
+ "varName": "zipCode"
2259
+ }
2260
+ },
2261
+ "inputFields": null,
2262
+ "interfaces": {},
2263
+ "kind": "OBJECT",
2264
+ "name": "PostalAddress",
2265
+ "possibleTypes": null
2266
+ },
2267
+ "indexType": "object",
2268
+ "kind": [
2269
+ "NON_NULL",
2270
+ "OBJECT"
2271
+ ],
2272
+ "name": "PostalAddress",
2273
+ "non_null": false
2274
+ },
2275
+ "varName": "postalAddress"
2276
+ },
2277
+ "shippingLocation": {
2278
+ "args": {},
2279
+ "deprecationReason": null,
2280
+ "description": "Is shipping location",
2281
+ "id_str": "createLocation___location___details___shippingLocation",
2282
+ "isDeprecated": false,
2283
+ "name": "shippingLocation",
2284
+ "path": "createLocation.location.details.shippingLocation",
2285
+ "requestStr": "$shippingLocation:Boolean! ",
2286
+ "required": true,
2287
+ "responseStr": "shippingLocation:$shippingLocation ",
2288
+ "type": {
2289
+ "kind": [
2290
+ "NON_NULL",
2291
+ "SCALAR"
2292
+ ],
2293
+ "name": "Boolean",
2294
+ "non_null": false
2295
+ },
2296
+ "varName": "shippingLocation"
2297
+ },
2298
+ "vatId": {
2299
+ "args": {},
2300
+ "deprecationReason": null,
2301
+ "description": "Vat id (required for Brazil)",
2302
+ "id_str": "createLocation___location___details___vatId",
2303
+ "isDeprecated": false,
2304
+ "name": "vatId",
2305
+ "path": "createLocation.location.details.vatId",
2306
+ "requestStr": "$vatId:String ",
2307
+ "required": false,
2308
+ "responseStr": "vatId:$vatId ",
2309
+ "type": {
2310
+ "kind": [
2311
+ "SCALAR"
2312
+ ],
2313
+ "name": "String",
2314
+ "non_null": false
2315
+ },
2316
+ "varName": "vatId"
2317
+ }
2318
+ },
2319
+ "inputFields": null,
2320
+ "interfaces": {},
2321
+ "kind": "OBJECT",
2322
+ "name": "LocationDetails",
2323
+ "possibleTypes": null
2324
+ },
2325
+ "indexType": "object",
2326
+ "kind": [
2327
+ "NON_NULL",
2328
+ "OBJECT"
2329
+ ],
2330
+ "name": "LocationDetails",
2331
+ "non_null": false
2332
+ },
2333
+ "varName": "locationDetails"
2334
+ },
2335
+ "id": {
2336
+ "args": {},
2337
+ "deprecationReason": null,
2338
+ "description": "Location id",
2339
+ "id_str": "createLocation___location___id",
2340
+ "isDeprecated": false,
2341
+ "name": "id",
2342
+ "path": "createLocation.location.id",
2343
+ "requestStr": "$id:ID! ",
2344
+ "required": true,
2345
+ "responseStr": "id:$id ",
2346
+ "type": {
2347
+ "kind": [
2348
+ "NON_NULL",
2349
+ "SCALAR"
2350
+ ],
2351
+ "name": "ID",
2352
+ "non_null": false
2353
+ },
2354
+ "varName": "id"
2355
+ },
2356
+ "name": {
2357
+ "args": {},
2358
+ "deprecationReason": null,
2359
+ "description": "Location name",
2360
+ "id_str": "createLocation___location___name",
2361
+ "isDeprecated": false,
2362
+ "name": "name",
2363
+ "path": "createLocation.location.name",
2364
+ "requestStr": "$name:String! ",
2365
+ "required": true,
2366
+ "responseStr": "name:$name ",
2367
+ "type": {
2368
+ "kind": [
2369
+ "NON_NULL",
2370
+ "SCALAR"
2371
+ ],
2372
+ "name": "String",
2373
+ "non_null": false
2374
+ },
2375
+ "varName": "name"
2376
+ },
2377
+ "type": {
2378
+ "alias": "typeLocation: type",
2379
+ "args": {},
2380
+ "deprecationReason": null,
2381
+ "description": "Location type",
2382
+ "id_str": "createLocation___location___type",
2383
+ "isDeprecated": false,
2384
+ "name": "type",
2385
+ "path": "createLocation.location.type",
2386
+ "requestStr": "$type:LocationType! ",
2387
+ "required": true,
2388
+ "responseStr": "type:$type ",
2389
+ "type": {
2390
+ "definition": {
2391
+ "description": null,
2392
+ "enumValues": [
2393
+ {
2394
+ "deprecationReason": null,
2395
+ "description": null,
2396
+ "isDeprecated": false,
2397
+ "name": "BRANCH"
2398
+ },
2399
+ {
2400
+ "deprecationReason": null,
2401
+ "description": null,
2402
+ "isDeprecated": false,
2403
+ "name": "HEADQUARTERS"
2404
+ },
2405
+ {
2406
+ "deprecationReason": null,
2407
+ "description": null,
2408
+ "isDeprecated": false,
2409
+ "name": "DATA_CENTER"
2410
+ },
2411
+ {
2412
+ "deprecationReason": null,
2413
+ "description": null,
2414
+ "isDeprecated": false,
2415
+ "name": "CLOUD_DATA_CENTER"
2416
+ },
2417
+ {
2418
+ "deprecationReason": null,
2419
+ "description": null,
2420
+ "isDeprecated": false,
2421
+ "name": "WAREHOUSE"
2422
+ },
2423
+ {
2424
+ "deprecationReason": null,
2425
+ "description": null,
2426
+ "isDeprecated": false,
2427
+ "name": "OTHER"
2428
+ }
2429
+ ],
2430
+ "fields": null,
2431
+ "inputFields": null,
2432
+ "interfaces": null,
2433
+ "kind": "ENUM",
2434
+ "name": "LocationType",
2435
+ "possibleTypes": null
2436
+ },
2437
+ "indexType": "enum",
2438
+ "kind": [
2439
+ "NON_NULL",
2440
+ "ENUM"
2441
+ ],
2442
+ "name": "LocationType",
2443
+ "non_null": false
2444
+ },
2445
+ "varName": "type"
2446
+ }
2447
+ },
2448
+ "inputFields": null,
2449
+ "interfaces": {},
2450
+ "kind": "OBJECT",
2451
+ "name": "Location",
2452
+ "possibleTypes": null
2453
+ },
2454
+ "indexType": "object",
2455
+ "kind": [
2456
+ "NON_NULL",
2457
+ "OBJECT"
2458
+ ],
2459
+ "name": "Location",
2460
+ "non_null": false
2461
+ },
2462
+ "varName": "location"
2463
+ }
2464
+ },
2465
+ "inputFields": null,
2466
+ "interfaces": {},
2467
+ "kind": "OBJECT",
2468
+ "name": "EnterpriseDirectoryCreateLocationPayload",
2469
+ "possibleTypes": null
2470
+ },
2471
+ "indexType": "object",
2472
+ "kind": [
2473
+ "OBJECT"
2474
+ ],
2475
+ "name": "EnterpriseDirectoryCreateLocationPayload",
2476
+ "non_null": false
2477
+ },
2478
+ "varName": "enterpriseDirectoryCreateLocationPayload"
2479
+ }
2480
+ },
2481
+ "inputFields": null,
2482
+ "interfaces": [],
2483
+ "kind": "OBJECT",
2484
+ "name": "EnterpriseDirectoryMutations",
2485
+ "possibleTypes": null
2486
+ },
2487
+ "indexType": "object",
2488
+ "kind": [
2489
+ "OBJECT"
2490
+ ],
2491
+ "name": "EnterpriseDirectoryMutations",
2492
+ "non_null": false
2493
+ },
2494
+ "variablesPayload": {
2495
+ "enterpriseDirectoryCreateLocationInput": {
2496
+ "businessUnit": "string",
2497
+ "createLocationDetailsInput": {
2498
+ "companyName": "string",
2499
+ "contact": {
2500
+ "email": "example_value",
2501
+ "name": "string",
2502
+ "phone": "example_value"
2503
+ },
2504
+ "postalAddress": {
2505
+ "cityName": "string",
2506
+ "country": {
2507
+ "by": "ID",
2508
+ "input": "string"
2509
+ },
2510
+ "stateName": "string",
2511
+ "street": "string",
2512
+ "zipCode": "string"
2513
+ },
2514
+ "vatId": "string"
2515
+ },
2516
+ "description": "string",
2517
+ "name": "string",
2518
+ "type": "BRANCH"
2519
+ }
2520
+ }
2521
+ }