catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -42,15 +42,34 @@
42
42
  "isDeprecated": false,
43
43
  "name": "hardwareManagement",
44
44
  "operationArgs": {
45
- "SocketInventoryInput": {
45
+ "accountId": {
46
+ "defaultValue": null,
47
+ "description": null,
48
+ "id_str": "accountId",
49
+ "name": "accountId",
50
+ "path": "accountId",
51
+ "requestStr": "$accountId:ID! ",
52
+ "required": true,
53
+ "responseStr": "accountId:$accountId ",
54
+ "type": {
55
+ "kind": [
56
+ "NON_NULL",
57
+ "SCALAR"
58
+ ],
59
+ "name": "ID",
60
+ "non_null": false
61
+ },
62
+ "varName": "accountId"
63
+ },
64
+ "socketInventoryInput": {
46
65
  "defaultValue": null,
47
66
  "description": null,
48
67
  "id_str": "socketInventory___input",
49
68
  "name": "input",
50
69
  "path": "socketInventory.input",
51
- "requestStr": "$SocketInventoryInput:SocketInventoryInput ",
70
+ "requestStr": "$socketInventoryInput:SocketInventoryInput ",
52
71
  "required": false,
53
- "responseStr": "input:$SocketInventoryInput ",
72
+ "responseStr": "input:$socketInventoryInput ",
54
73
  "type": {
55
74
  "definition": {
56
75
  "description": null,
@@ -63,9 +82,9 @@
63
82
  "id_str": "socketInventory___input___filter",
64
83
  "name": "filter",
65
84
  "path": "socketInventory.input.filter",
66
- "requestStr": "$SocketInventoryFilterInput:SocketInventoryFilterInput ",
85
+ "requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
67
86
  "required": false,
68
- "responseStr": "filter:$SocketInventoryFilterInput ",
87
+ "responseStr": "filter:$socketInventoryFilterInput ",
69
88
  "type": {
70
89
  "definition": {
71
90
  "description": null,
@@ -78,9 +97,9 @@
78
97
  "id_str": "socketInventory___input___filter___freeText",
79
98
  "name": "freeText",
80
99
  "path": "socketInventory.input.filter.freeText",
81
- "requestStr": "$FreeTextFilterInput:FreeTextFilterInput ",
100
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
82
101
  "required": false,
83
- "responseStr": "freeText:$FreeTextFilterInput ",
102
+ "responseStr": "freeText:$freeTextFilterInput ",
84
103
  "type": {
85
104
  "definition": {
86
105
  "description": null,
@@ -119,7 +138,7 @@
119
138
  "name": "FreeTextFilterInput",
120
139
  "non_null": false
121
140
  },
122
- "varName": "FreeTextFilterInput"
141
+ "varName": "freeTextFilterInput"
123
142
  }
124
143
  },
125
144
  "interfaces": null,
@@ -134,7 +153,7 @@
134
153
  "name": "SocketInventoryFilterInput",
135
154
  "non_null": false
136
155
  },
137
- "varName": "SocketInventoryFilterInput"
156
+ "varName": "socketInventoryFilterInput"
138
157
  },
139
158
  "paging": {
140
159
  "defaultValue": null,
@@ -142,9 +161,9 @@
142
161
  "id_str": "socketInventory___input___paging",
143
162
  "name": "paging",
144
163
  "path": "socketInventory.input.paging",
145
- "requestStr": "$PagingInput:PagingInput ",
164
+ "requestStr": "$pagingInput:PagingInput ",
146
165
  "required": false,
147
- "responseStr": "paging:$PagingInput ",
166
+ "responseStr": "paging:$pagingInput ",
148
167
  "type": {
149
168
  "definition": {
150
169
  "description": null,
@@ -202,7 +221,7 @@
202
221
  "name": "PagingInput",
203
222
  "non_null": false
204
223
  },
205
- "varName": "PagingInput"
224
+ "varName": "pagingInput"
206
225
  },
207
226
  "sort": {
208
227
  "defaultValue": null,
@@ -210,24 +229,116 @@
210
229
  "id_str": "socketInventory___input___sort",
211
230
  "name": "sort",
212
231
  "path": "socketInventory.input.sort",
213
- "requestStr": "$SocketInventoryOrderInput:SocketInventoryOrderInput ",
232
+ "requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
214
233
  "required": false,
215
- "responseStr": "sort:$SocketInventoryOrderInput ",
234
+ "responseStr": "sort:$socketInventoryOrderInput ",
216
235
  "type": {
217
236
  "definition": {
218
237
  "description": null,
219
238
  "enumValues": null,
220
239
  "fields": null,
221
240
  "inputFields": {
241
+ "accountName": {
242
+ "defaultValue": null,
243
+ "description": null,
244
+ "id_str": "socketInventory___input___sort___accountName",
245
+ "name": "accountName",
246
+ "path": "socketInventory.input.sort.accountName",
247
+ "requestStr": "$sortOrderInput:SortOrderInput ",
248
+ "required": false,
249
+ "responseStr": "accountName:$sortOrderInput ",
250
+ "type": {
251
+ "definition": {
252
+ "description": null,
253
+ "enumValues": null,
254
+ "fields": null,
255
+ "inputFields": {
256
+ "direction": {
257
+ "defaultValue": "ASC",
258
+ "description": null,
259
+ "id_str": "socketInventory___input___sort___accountName___direction",
260
+ "name": "direction",
261
+ "path": "socketInventory.input.sort.accountName.direction",
262
+ "requestStr": "$direction:SortOrder! ",
263
+ "required": true,
264
+ "responseStr": "direction:$direction ",
265
+ "type": {
266
+ "definition": {
267
+ "description": null,
268
+ "enumValues": [
269
+ {
270
+ "deprecationReason": null,
271
+ "description": null,
272
+ "isDeprecated": false,
273
+ "name": "ASC"
274
+ },
275
+ {
276
+ "deprecationReason": null,
277
+ "description": null,
278
+ "isDeprecated": false,
279
+ "name": "DESC"
280
+ }
281
+ ],
282
+ "fields": null,
283
+ "inputFields": null,
284
+ "interfaces": null,
285
+ "kind": "ENUM",
286
+ "name": "SortOrder",
287
+ "possibleTypes": null
288
+ },
289
+ "indexType": "enum",
290
+ "kind": [
291
+ "NON_NULL",
292
+ "ENUM"
293
+ ],
294
+ "name": "SortOrder",
295
+ "non_null": false
296
+ },
297
+ "varName": "direction"
298
+ },
299
+ "priority": {
300
+ "defaultValue": "1",
301
+ "description": null,
302
+ "id_str": "socketInventory___input___sort___accountName___priority",
303
+ "name": "priority",
304
+ "path": "socketInventory.input.sort.accountName.priority",
305
+ "requestStr": "$priority:Int! ",
306
+ "required": true,
307
+ "responseStr": "priority:$priority ",
308
+ "type": {
309
+ "kind": [
310
+ "NON_NULL",
311
+ "SCALAR"
312
+ ],
313
+ "name": "Int",
314
+ "non_null": false
315
+ },
316
+ "varName": "priority"
317
+ }
318
+ },
319
+ "interfaces": null,
320
+ "kind": "INPUT_OBJECT",
321
+ "name": "SortOrderInput",
322
+ "possibleTypes": null
323
+ },
324
+ "indexType": "input_object",
325
+ "kind": [
326
+ "INPUT_OBJECT"
327
+ ],
328
+ "name": "SortOrderInput",
329
+ "non_null": false
330
+ },
331
+ "varName": "sortOrderInput"
332
+ },
222
333
  "deliverySiteName": {
223
334
  "defaultValue": null,
224
335
  "description": null,
225
336
  "id_str": "socketInventory___input___sort___deliverySiteName",
226
337
  "name": "deliverySiteName",
227
338
  "path": "socketInventory.input.sort.deliverySiteName",
228
- "requestStr": "$SortOrderInput:SortOrderInput ",
339
+ "requestStr": "$sortOrderInput:SortOrderInput ",
229
340
  "required": false,
230
- "responseStr": "deliverySiteName:$SortOrderInput ",
341
+ "responseStr": "deliverySiteName:$sortOrderInput ",
231
342
  "type": {
232
343
  "definition": {
233
344
  "description": null,
@@ -309,7 +420,7 @@
309
420
  "name": "SortOrderInput",
310
421
  "non_null": false
311
422
  },
312
- "varName": "SortOrderInput"
423
+ "varName": "sortOrderInput"
313
424
  },
314
425
  "description": {
315
426
  "defaultValue": null,
@@ -317,9 +428,9 @@
317
428
  "id_str": "socketInventory___input___sort___description",
318
429
  "name": "description",
319
430
  "path": "socketInventory.input.sort.description",
320
- "requestStr": "$SortOrderInput:SortOrderInput ",
431
+ "requestStr": "$sortOrderInput:SortOrderInput ",
321
432
  "required": false,
322
- "responseStr": "description:$SortOrderInput ",
433
+ "responseStr": "description:$sortOrderInput ",
323
434
  "type": {
324
435
  "definition": {
325
436
  "description": null,
@@ -401,7 +512,7 @@
401
512
  "name": "SortOrderInput",
402
513
  "non_null": false
403
514
  },
404
- "varName": "SortOrderInput"
515
+ "varName": "sortOrderInput"
405
516
  },
406
517
  "installedSite": {
407
518
  "defaultValue": null,
@@ -409,9 +520,9 @@
409
520
  "id_str": "socketInventory___input___sort___installedSite",
410
521
  "name": "installedSite",
411
522
  "path": "socketInventory.input.sort.installedSite",
412
- "requestStr": "$SortOrderInput:SortOrderInput ",
523
+ "requestStr": "$sortOrderInput:SortOrderInput ",
413
524
  "required": false,
414
- "responseStr": "installedSite:$SortOrderInput ",
525
+ "responseStr": "installedSite:$sortOrderInput ",
415
526
  "type": {
416
527
  "definition": {
417
528
  "description": null,
@@ -493,7 +604,7 @@
493
604
  "name": "SortOrderInput",
494
605
  "non_null": false
495
606
  },
496
- "varName": "SortOrderInput"
607
+ "varName": "sortOrderInput"
497
608
  },
498
609
  "serialNumber": {
499
610
  "defaultValue": null,
@@ -501,9 +612,9 @@
501
612
  "id_str": "socketInventory___input___sort___serialNumber",
502
613
  "name": "serialNumber",
503
614
  "path": "socketInventory.input.sort.serialNumber",
504
- "requestStr": "$SortOrderInput:SortOrderInput ",
615
+ "requestStr": "$sortOrderInput:SortOrderInput ",
505
616
  "required": false,
506
- "responseStr": "serialNumber:$SortOrderInput ",
617
+ "responseStr": "serialNumber:$sortOrderInput ",
507
618
  "type": {
508
619
  "definition": {
509
620
  "description": null,
@@ -585,7 +696,7 @@
585
696
  "name": "SortOrderInput",
586
697
  "non_null": false
587
698
  },
588
- "varName": "SortOrderInput"
699
+ "varName": "sortOrderInput"
589
700
  },
590
701
  "shippingCompany": {
591
702
  "defaultValue": null,
@@ -593,9 +704,9 @@
593
704
  "id_str": "socketInventory___input___sort___shippingCompany",
594
705
  "name": "shippingCompany",
595
706
  "path": "socketInventory.input.sort.shippingCompany",
596
- "requestStr": "$SortOrderInput:SortOrderInput ",
707
+ "requestStr": "$sortOrderInput:SortOrderInput ",
597
708
  "required": false,
598
- "responseStr": "shippingCompany:$SortOrderInput ",
709
+ "responseStr": "shippingCompany:$sortOrderInput ",
599
710
  "type": {
600
711
  "definition": {
601
712
  "description": null,
@@ -677,7 +788,7 @@
677
788
  "name": "SortOrderInput",
678
789
  "non_null": false
679
790
  },
680
- "varName": "SortOrderInput"
791
+ "varName": "sortOrderInput"
681
792
  },
682
793
  "shippingDate": {
683
794
  "defaultValue": null,
@@ -685,9 +796,9 @@
685
796
  "id_str": "socketInventory___input___sort___shippingDate",
686
797
  "name": "shippingDate",
687
798
  "path": "socketInventory.input.sort.shippingDate",
688
- "requestStr": "$SortOrderInput:SortOrderInput ",
799
+ "requestStr": "$sortOrderInput:SortOrderInput ",
689
800
  "required": false,
690
- "responseStr": "shippingDate:$SortOrderInput ",
801
+ "responseStr": "shippingDate:$sortOrderInput ",
691
802
  "type": {
692
803
  "definition": {
693
804
  "description": null,
@@ -769,7 +880,7 @@
769
880
  "name": "SortOrderInput",
770
881
  "non_null": false
771
882
  },
772
- "varName": "SortOrderInput"
883
+ "varName": "sortOrderInput"
773
884
  },
774
885
  "socketType": {
775
886
  "defaultValue": null,
@@ -777,9 +888,9 @@
777
888
  "id_str": "socketInventory___input___sort___socketType",
778
889
  "name": "socketType",
779
890
  "path": "socketInventory.input.sort.socketType",
780
- "requestStr": "$SortOrderInput:SortOrderInput ",
891
+ "requestStr": "$sortOrderInput:SortOrderInput ",
781
892
  "required": false,
782
- "responseStr": "socketType:$SortOrderInput ",
893
+ "responseStr": "socketType:$sortOrderInput ",
783
894
  "type": {
784
895
  "definition": {
785
896
  "description": null,
@@ -861,7 +972,7 @@
861
972
  "name": "SortOrderInput",
862
973
  "non_null": false
863
974
  },
864
- "varName": "SortOrderInput"
975
+ "varName": "sortOrderInput"
865
976
  },
866
977
  "status": {
867
978
  "defaultValue": null,
@@ -869,9 +980,9 @@
869
980
  "id_str": "socketInventory___input___sort___status",
870
981
  "name": "status",
871
982
  "path": "socketInventory.input.sort.status",
872
- "requestStr": "$SortOrderInput:SortOrderInput ",
983
+ "requestStr": "$sortOrderInput:SortOrderInput ",
873
984
  "required": false,
874
- "responseStr": "status:$SortOrderInput ",
985
+ "responseStr": "status:$sortOrderInput ",
875
986
  "type": {
876
987
  "definition": {
877
988
  "description": null,
@@ -953,7 +1064,7 @@
953
1064
  "name": "SortOrderInput",
954
1065
  "non_null": false
955
1066
  },
956
- "varName": "SortOrderInput"
1067
+ "varName": "sortOrderInput"
957
1068
  }
958
1069
  },
959
1070
  "interfaces": null,
@@ -968,7 +1079,7 @@
968
1079
  "name": "SocketInventoryOrderInput",
969
1080
  "non_null": false
970
1081
  },
971
- "varName": "SocketInventoryOrderInput"
1082
+ "varName": "socketInventoryOrderInput"
972
1083
  }
973
1084
  },
974
1085
  "interfaces": null,
@@ -983,26 +1094,7 @@
983
1094
  "name": "SocketInventoryInput",
984
1095
  "non_null": false
985
1096
  },
986
- "varName": "SocketInventoryInput"
987
- },
988
- "accountId": {
989
- "defaultValue": null,
990
- "description": null,
991
- "id_str": "accountId",
992
- "name": "accountId",
993
- "path": "accountId",
994
- "requestStr": "$accountId:ID! ",
995
- "required": true,
996
- "responseStr": "accountId:$accountId ",
997
- "type": {
998
- "kind": [
999
- "NON_NULL",
1000
- "SCALAR"
1001
- ],
1002
- "name": "ID",
1003
- "non_null": false
1004
- },
1005
- "varName": "accountId"
1097
+ "varName": "socketInventoryInput"
1006
1098
  }
1007
1099
  },
1008
1100
  "path": "query.hardwareManagement",
@@ -1019,9 +1111,9 @@
1019
1111
  "id_str": "socketInventory___input",
1020
1112
  "name": "input",
1021
1113
  "path": "socketInventory.input",
1022
- "requestStr": "$SocketInventoryInput:SocketInventoryInput ",
1114
+ "requestStr": "$socketInventoryInput:SocketInventoryInput ",
1023
1115
  "required": false,
1024
- "responseStr": "input:$SocketInventoryInput ",
1116
+ "responseStr": "input:$socketInventoryInput ",
1025
1117
  "type": {
1026
1118
  "definition": {
1027
1119
  "description": null,
@@ -1034,9 +1126,9 @@
1034
1126
  "id_str": "socketInventory___input___filter",
1035
1127
  "name": "filter",
1036
1128
  "path": "socketInventory.input.filter",
1037
- "requestStr": "$SocketInventoryFilterInput:SocketInventoryFilterInput ",
1129
+ "requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
1038
1130
  "required": false,
1039
- "responseStr": "filter:$SocketInventoryFilterInput ",
1131
+ "responseStr": "filter:$socketInventoryFilterInput ",
1040
1132
  "type": {
1041
1133
  "definition": {
1042
1134
  "description": null,
@@ -1049,9 +1141,9 @@
1049
1141
  "id_str": "socketInventory___input___filter___freeText",
1050
1142
  "name": "freeText",
1051
1143
  "path": "socketInventory.input.filter.freeText",
1052
- "requestStr": "$FreeTextFilterInput:FreeTextFilterInput ",
1144
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
1053
1145
  "required": false,
1054
- "responseStr": "freeText:$FreeTextFilterInput ",
1146
+ "responseStr": "freeText:$freeTextFilterInput ",
1055
1147
  "type": {
1056
1148
  "definition": {
1057
1149
  "description": null,
@@ -1090,7 +1182,7 @@
1090
1182
  "name": "FreeTextFilterInput",
1091
1183
  "non_null": false
1092
1184
  },
1093
- "varName": "FreeTextFilterInput"
1185
+ "varName": "freeTextFilterInput"
1094
1186
  }
1095
1187
  },
1096
1188
  "interfaces": null,
@@ -1105,7 +1197,7 @@
1105
1197
  "name": "SocketInventoryFilterInput",
1106
1198
  "non_null": false
1107
1199
  },
1108
- "varName": "SocketInventoryFilterInput"
1200
+ "varName": "socketInventoryFilterInput"
1109
1201
  },
1110
1202
  "paging": {
1111
1203
  "defaultValue": null,
@@ -1113,9 +1205,9 @@
1113
1205
  "id_str": "socketInventory___input___paging",
1114
1206
  "name": "paging",
1115
1207
  "path": "socketInventory.input.paging",
1116
- "requestStr": "$PagingInput:PagingInput ",
1208
+ "requestStr": "$pagingInput:PagingInput ",
1117
1209
  "required": false,
1118
- "responseStr": "paging:$PagingInput ",
1210
+ "responseStr": "paging:$pagingInput ",
1119
1211
  "type": {
1120
1212
  "definition": {
1121
1213
  "description": null,
@@ -1173,7 +1265,7 @@
1173
1265
  "name": "PagingInput",
1174
1266
  "non_null": false
1175
1267
  },
1176
- "varName": "PagingInput"
1268
+ "varName": "pagingInput"
1177
1269
  },
1178
1270
  "sort": {
1179
1271
  "defaultValue": null,
@@ -1181,24 +1273,116 @@
1181
1273
  "id_str": "socketInventory___input___sort",
1182
1274
  "name": "sort",
1183
1275
  "path": "socketInventory.input.sort",
1184
- "requestStr": "$SocketInventoryOrderInput:SocketInventoryOrderInput ",
1276
+ "requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
1185
1277
  "required": false,
1186
- "responseStr": "sort:$SocketInventoryOrderInput ",
1278
+ "responseStr": "sort:$socketInventoryOrderInput ",
1187
1279
  "type": {
1188
1280
  "definition": {
1189
1281
  "description": null,
1190
1282
  "enumValues": null,
1191
1283
  "fields": null,
1192
1284
  "inputFields": {
1285
+ "accountName": {
1286
+ "defaultValue": null,
1287
+ "description": null,
1288
+ "id_str": "socketInventory___input___sort___accountName",
1289
+ "name": "accountName",
1290
+ "path": "socketInventory.input.sort.accountName",
1291
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1292
+ "required": false,
1293
+ "responseStr": "accountName:$sortOrderInput ",
1294
+ "type": {
1295
+ "definition": {
1296
+ "description": null,
1297
+ "enumValues": null,
1298
+ "fields": null,
1299
+ "inputFields": {
1300
+ "direction": {
1301
+ "defaultValue": "ASC",
1302
+ "description": null,
1303
+ "id_str": "socketInventory___input___sort___accountName___direction",
1304
+ "name": "direction",
1305
+ "path": "socketInventory.input.sort.accountName.direction",
1306
+ "requestStr": "$direction:SortOrder! ",
1307
+ "required": true,
1308
+ "responseStr": "direction:$direction ",
1309
+ "type": {
1310
+ "definition": {
1311
+ "description": null,
1312
+ "enumValues": [
1313
+ {
1314
+ "deprecationReason": null,
1315
+ "description": null,
1316
+ "isDeprecated": false,
1317
+ "name": "ASC"
1318
+ },
1319
+ {
1320
+ "deprecationReason": null,
1321
+ "description": null,
1322
+ "isDeprecated": false,
1323
+ "name": "DESC"
1324
+ }
1325
+ ],
1326
+ "fields": null,
1327
+ "inputFields": null,
1328
+ "interfaces": null,
1329
+ "kind": "ENUM",
1330
+ "name": "SortOrder",
1331
+ "possibleTypes": null
1332
+ },
1333
+ "indexType": "enum",
1334
+ "kind": [
1335
+ "NON_NULL",
1336
+ "ENUM"
1337
+ ],
1338
+ "name": "SortOrder",
1339
+ "non_null": false
1340
+ },
1341
+ "varName": "direction"
1342
+ },
1343
+ "priority": {
1344
+ "defaultValue": "1",
1345
+ "description": null,
1346
+ "id_str": "socketInventory___input___sort___accountName___priority",
1347
+ "name": "priority",
1348
+ "path": "socketInventory.input.sort.accountName.priority",
1349
+ "requestStr": "$priority:Int! ",
1350
+ "required": true,
1351
+ "responseStr": "priority:$priority ",
1352
+ "type": {
1353
+ "kind": [
1354
+ "NON_NULL",
1355
+ "SCALAR"
1356
+ ],
1357
+ "name": "Int",
1358
+ "non_null": false
1359
+ },
1360
+ "varName": "priority"
1361
+ }
1362
+ },
1363
+ "interfaces": null,
1364
+ "kind": "INPUT_OBJECT",
1365
+ "name": "SortOrderInput",
1366
+ "possibleTypes": null
1367
+ },
1368
+ "indexType": "input_object",
1369
+ "kind": [
1370
+ "INPUT_OBJECT"
1371
+ ],
1372
+ "name": "SortOrderInput",
1373
+ "non_null": false
1374
+ },
1375
+ "varName": "sortOrderInput"
1376
+ },
1193
1377
  "deliverySiteName": {
1194
1378
  "defaultValue": null,
1195
1379
  "description": null,
1196
1380
  "id_str": "socketInventory___input___sort___deliverySiteName",
1197
1381
  "name": "deliverySiteName",
1198
1382
  "path": "socketInventory.input.sort.deliverySiteName",
1199
- "requestStr": "$SortOrderInput:SortOrderInput ",
1383
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1200
1384
  "required": false,
1201
- "responseStr": "deliverySiteName:$SortOrderInput ",
1385
+ "responseStr": "deliverySiteName:$sortOrderInput ",
1202
1386
  "type": {
1203
1387
  "definition": {
1204
1388
  "description": null,
@@ -1280,7 +1464,7 @@
1280
1464
  "name": "SortOrderInput",
1281
1465
  "non_null": false
1282
1466
  },
1283
- "varName": "SortOrderInput"
1467
+ "varName": "sortOrderInput"
1284
1468
  },
1285
1469
  "description": {
1286
1470
  "defaultValue": null,
@@ -1288,9 +1472,9 @@
1288
1472
  "id_str": "socketInventory___input___sort___description",
1289
1473
  "name": "description",
1290
1474
  "path": "socketInventory.input.sort.description",
1291
- "requestStr": "$SortOrderInput:SortOrderInput ",
1475
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1292
1476
  "required": false,
1293
- "responseStr": "description:$SortOrderInput ",
1477
+ "responseStr": "description:$sortOrderInput ",
1294
1478
  "type": {
1295
1479
  "definition": {
1296
1480
  "description": null,
@@ -1372,7 +1556,7 @@
1372
1556
  "name": "SortOrderInput",
1373
1557
  "non_null": false
1374
1558
  },
1375
- "varName": "SortOrderInput"
1559
+ "varName": "sortOrderInput"
1376
1560
  },
1377
1561
  "installedSite": {
1378
1562
  "defaultValue": null,
@@ -1380,9 +1564,9 @@
1380
1564
  "id_str": "socketInventory___input___sort___installedSite",
1381
1565
  "name": "installedSite",
1382
1566
  "path": "socketInventory.input.sort.installedSite",
1383
- "requestStr": "$SortOrderInput:SortOrderInput ",
1567
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1384
1568
  "required": false,
1385
- "responseStr": "installedSite:$SortOrderInput ",
1569
+ "responseStr": "installedSite:$sortOrderInput ",
1386
1570
  "type": {
1387
1571
  "definition": {
1388
1572
  "description": null,
@@ -1464,7 +1648,7 @@
1464
1648
  "name": "SortOrderInput",
1465
1649
  "non_null": false
1466
1650
  },
1467
- "varName": "SortOrderInput"
1651
+ "varName": "sortOrderInput"
1468
1652
  },
1469
1653
  "serialNumber": {
1470
1654
  "defaultValue": null,
@@ -1472,9 +1656,9 @@
1472
1656
  "id_str": "socketInventory___input___sort___serialNumber",
1473
1657
  "name": "serialNumber",
1474
1658
  "path": "socketInventory.input.sort.serialNumber",
1475
- "requestStr": "$SortOrderInput:SortOrderInput ",
1659
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1476
1660
  "required": false,
1477
- "responseStr": "serialNumber:$SortOrderInput ",
1661
+ "responseStr": "serialNumber:$sortOrderInput ",
1478
1662
  "type": {
1479
1663
  "definition": {
1480
1664
  "description": null,
@@ -1556,7 +1740,7 @@
1556
1740
  "name": "SortOrderInput",
1557
1741
  "non_null": false
1558
1742
  },
1559
- "varName": "SortOrderInput"
1743
+ "varName": "sortOrderInput"
1560
1744
  },
1561
1745
  "shippingCompany": {
1562
1746
  "defaultValue": null,
@@ -1564,9 +1748,9 @@
1564
1748
  "id_str": "socketInventory___input___sort___shippingCompany",
1565
1749
  "name": "shippingCompany",
1566
1750
  "path": "socketInventory.input.sort.shippingCompany",
1567
- "requestStr": "$SortOrderInput:SortOrderInput ",
1751
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1568
1752
  "required": false,
1569
- "responseStr": "shippingCompany:$SortOrderInput ",
1753
+ "responseStr": "shippingCompany:$sortOrderInput ",
1570
1754
  "type": {
1571
1755
  "definition": {
1572
1756
  "description": null,
@@ -1648,7 +1832,7 @@
1648
1832
  "name": "SortOrderInput",
1649
1833
  "non_null": false
1650
1834
  },
1651
- "varName": "SortOrderInput"
1835
+ "varName": "sortOrderInput"
1652
1836
  },
1653
1837
  "shippingDate": {
1654
1838
  "defaultValue": null,
@@ -1656,9 +1840,9 @@
1656
1840
  "id_str": "socketInventory___input___sort___shippingDate",
1657
1841
  "name": "shippingDate",
1658
1842
  "path": "socketInventory.input.sort.shippingDate",
1659
- "requestStr": "$SortOrderInput:SortOrderInput ",
1843
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1660
1844
  "required": false,
1661
- "responseStr": "shippingDate:$SortOrderInput ",
1845
+ "responseStr": "shippingDate:$sortOrderInput ",
1662
1846
  "type": {
1663
1847
  "definition": {
1664
1848
  "description": null,
@@ -1740,7 +1924,7 @@
1740
1924
  "name": "SortOrderInput",
1741
1925
  "non_null": false
1742
1926
  },
1743
- "varName": "SortOrderInput"
1927
+ "varName": "sortOrderInput"
1744
1928
  },
1745
1929
  "socketType": {
1746
1930
  "defaultValue": null,
@@ -1748,9 +1932,9 @@
1748
1932
  "id_str": "socketInventory___input___sort___socketType",
1749
1933
  "name": "socketType",
1750
1934
  "path": "socketInventory.input.sort.socketType",
1751
- "requestStr": "$SortOrderInput:SortOrderInput ",
1935
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1752
1936
  "required": false,
1753
- "responseStr": "socketType:$SortOrderInput ",
1937
+ "responseStr": "socketType:$sortOrderInput ",
1754
1938
  "type": {
1755
1939
  "definition": {
1756
1940
  "description": null,
@@ -1832,7 +2016,7 @@
1832
2016
  "name": "SortOrderInput",
1833
2017
  "non_null": false
1834
2018
  },
1835
- "varName": "SortOrderInput"
2019
+ "varName": "sortOrderInput"
1836
2020
  },
1837
2021
  "status": {
1838
2022
  "defaultValue": null,
@@ -1840,9 +2024,9 @@
1840
2024
  "id_str": "socketInventory___input___sort___status",
1841
2025
  "name": "status",
1842
2026
  "path": "socketInventory.input.sort.status",
1843
- "requestStr": "$SortOrderInput:SortOrderInput ",
2027
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1844
2028
  "required": false,
1845
- "responseStr": "status:$SortOrderInput ",
2029
+ "responseStr": "status:$sortOrderInput ",
1846
2030
  "type": {
1847
2031
  "definition": {
1848
2032
  "description": null,
@@ -1924,7 +2108,7 @@
1924
2108
  "name": "SortOrderInput",
1925
2109
  "non_null": false
1926
2110
  },
1927
- "varName": "SortOrderInput"
2111
+ "varName": "sortOrderInput"
1928
2112
  }
1929
2113
  },
1930
2114
  "interfaces": null,
@@ -1939,7 +2123,7 @@
1939
2123
  "name": "SocketInventoryOrderInput",
1940
2124
  "non_null": false
1941
2125
  },
1942
- "varName": "SocketInventoryOrderInput"
2126
+ "varName": "socketInventoryOrderInput"
1943
2127
  }
1944
2128
  },
1945
2129
  "interfaces": null,
@@ -1954,7 +2138,7 @@
1954
2138
  "name": "SocketInventoryInput",
1955
2139
  "non_null": false
1956
2140
  },
1957
- "varName": "SocketInventoryInput"
2141
+ "varName": "socketInventoryInput"
1958
2142
  }
1959
2143
  },
1960
2144
  "deprecationReason": null,
@@ -1963,16 +2147,16 @@
1963
2147
  "isDeprecated": false,
1964
2148
  "name": "socketInventory",
1965
2149
  "path": "socketInventory",
1966
- "requestStr": "$SocketInventoryPayload:SocketInventoryPayload! ",
2150
+ "requestStr": "$socketInventoryPayload:SocketInventoryPayload! ",
1967
2151
  "required": true,
1968
- "responseStr": "socketInventory:$SocketInventoryPayload ",
2152
+ "responseStr": "socketInventory:$socketInventoryPayload ",
1969
2153
  "type": {
1970
2154
  "definition": {
1971
2155
  "description": null,
1972
2156
  "enumValues": null,
1973
2157
  "fields": {
1974
2158
  "items": {
1975
- "alias": "SocketInventoryItemItems: items",
2159
+ "alias": "socketInventoryItemItems: items",
1976
2160
  "args": {},
1977
2161
  "deprecationReason": null,
1978
2162
  "description": null,
@@ -1980,16 +2164,16 @@
1980
2164
  "isDeprecated": false,
1981
2165
  "name": "items",
1982
2166
  "path": "socketInventory.items",
1983
- "requestStr": "$SocketInventoryItem:[SocketInventoryItem]! ",
2167
+ "requestStr": "$socketInventoryItem:[SocketInventoryItem]! ",
1984
2168
  "required": true,
1985
- "responseStr": "items:$SocketInventoryItem ",
2169
+ "responseStr": "items:$socketInventoryItem ",
1986
2170
  "type": {
1987
2171
  "definition": {
1988
2172
  "description": null,
1989
2173
  "enumValues": null,
1990
2174
  "fields": {
1991
2175
  "account": {
1992
- "alias": "AccountRefAccount: account",
2176
+ "alias": "accountRefAccount: account",
1993
2177
  "args": {},
1994
2178
  "deprecationReason": null,
1995
2179
  "description": "Socket account",
@@ -1997,9 +2181,9 @@
1997
2181
  "isDeprecated": false,
1998
2182
  "name": "account",
1999
2183
  "path": "socketInventory.items.account",
2000
- "requestStr": "$AccountRef:AccountRef! ",
2184
+ "requestStr": "$accountRef:AccountRef! ",
2001
2185
  "required": true,
2002
- "responseStr": "account:$AccountRef ",
2186
+ "responseStr": "account:$accountRef ",
2003
2187
  "type": {
2004
2188
  "definition": {
2005
2189
  "description": null,
@@ -2062,7 +2246,7 @@
2062
2246
  "name": "AccountRef",
2063
2247
  "non_null": false
2064
2248
  },
2065
- "varName": "AccountRef"
2249
+ "varName": "accountRef"
2066
2250
  },
2067
2251
  "availableUpgradeVersions": {
2068
2252
  "args": {},
@@ -2170,7 +2354,7 @@
2170
2354
  "varName": "isPrimary"
2171
2355
  },
2172
2356
  "registrationStatus": {
2173
- "alias": "SocketRegistrationStatusRegistrationStatus: registrationStatus",
2357
+ "alias": "socketRegistrationStatusRegistrationStatus: registrationStatus",
2174
2358
  "args": {},
2175
2359
  "deprecationReason": null,
2176
2360
  "description": "Registration status",
@@ -2305,7 +2489,7 @@
2305
2489
  "varName": "shippingDate"
2306
2490
  },
2307
2491
  "site": {
2308
- "alias": "SiteRefSite: site",
2492
+ "alias": "siteRefSite: site",
2309
2493
  "args": {},
2310
2494
  "deprecationReason": null,
2311
2495
  "description": "Socket's site",
@@ -2313,9 +2497,9 @@
2313
2497
  "isDeprecated": false,
2314
2498
  "name": "site",
2315
2499
  "path": "socketInventory.items.site",
2316
- "requestStr": "$SiteRef:SiteRef ",
2500
+ "requestStr": "$siteRef:SiteRef ",
2317
2501
  "required": false,
2318
- "responseStr": "site:$SiteRef ",
2502
+ "responseStr": "site:$siteRef ",
2319
2503
  "type": {
2320
2504
  "definition": {
2321
2505
  "description": null,
@@ -2377,7 +2561,7 @@
2377
2561
  "name": "SiteRef",
2378
2562
  "non_null": false
2379
2563
  },
2380
- "varName": "SiteRef"
2564
+ "varName": "siteRef"
2381
2565
  },
2382
2566
  "socketMac": {
2383
2567
  "args": {},
@@ -2400,7 +2584,7 @@
2400
2584
  "varName": "socketMac"
2401
2585
  },
2402
2586
  "socketType": {
2403
- "alias": "SocketPlatformSocketType: socketType",
2587
+ "alias": "socketPlatformSocketType: socketType",
2404
2588
  "args": {},
2405
2589
  "deprecationReason": null,
2406
2590
  "description": "Socket Type",
@@ -2513,7 +2697,7 @@
2513
2697
  "varName": "socketVersion"
2514
2698
  },
2515
2699
  "status": {
2516
- "alias": "SocketInventoryItemStatusStatus: status",
2700
+ "alias": "socketInventoryItemStatusStatus: status",
2517
2701
  "args": {},
2518
2702
  "deprecationReason": null,
2519
2703
  "description": "Socket status (see SocketInventoryItemStatus)",
@@ -2616,7 +2800,7 @@
2616
2800
  "varName": "trackingUrl"
2617
2801
  },
2618
2802
  "upgradeStatus": {
2619
- "alias": "SocketUpgradeStatusUpgradeStatus: upgradeStatus",
2803
+ "alias": "socketUpgradeStatusUpgradeStatus: upgradeStatus",
2620
2804
  "args": {},
2621
2805
  "deprecationReason": null,
2622
2806
  "description": "Upgrade status",
@@ -2746,10 +2930,10 @@
2746
2930
  "name": "SocketInventoryItem",
2747
2931
  "non_null": false
2748
2932
  },
2749
- "varName": "SocketInventoryItem"
2933
+ "varName": "socketInventoryItem"
2750
2934
  },
2751
2935
  "pageInfo": {
2752
- "alias": "PageInfoPageInfo: pageInfo",
2936
+ "alias": "pageInfoPageInfo: pageInfo",
2753
2937
  "args": {},
2754
2938
  "deprecationReason": null,
2755
2939
  "description": null,
@@ -2757,9 +2941,9 @@
2757
2941
  "isDeprecated": false,
2758
2942
  "name": "pageInfo",
2759
2943
  "path": "socketInventory.pageInfo",
2760
- "requestStr": "$PageInfo:PageInfo! ",
2944
+ "requestStr": "$pageInfo:PageInfo! ",
2761
2945
  "required": true,
2762
- "responseStr": "pageInfo:$PageInfo ",
2946
+ "responseStr": "pageInfo:$pageInfo ",
2763
2947
  "type": {
2764
2948
  "definition": {
2765
2949
  "description": null,
@@ -2801,7 +2985,7 @@
2801
2985
  "name": "PageInfo",
2802
2986
  "non_null": false
2803
2987
  },
2804
- "varName": "PageInfo"
2988
+ "varName": "pageInfo"
2805
2989
  }
2806
2990
  },
2807
2991
  "inputFields": null,
@@ -2818,7 +3002,7 @@
2818
3002
  "name": "SocketInventoryPayload",
2819
3003
  "non_null": false
2820
3004
  },
2821
- "varName": "SocketInventoryPayload"
3005
+ "varName": "socketInventoryPayload"
2822
3006
  }
2823
3007
  },
2824
3008
  "inputFields": null,
@@ -2835,8 +3019,8 @@
2835
3019
  "non_null": false
2836
3020
  },
2837
3021
  "variablesPayload": {
2838
- "SocketInventoryInput": {
2839
- "PagingInput": {
3022
+ "socketInventoryInput": {
3023
+ "pagingInput": {
2840
3024
  "from": {
2841
3025
  "from": "Int"
2842
3026
  },
@@ -2844,14 +3028,22 @@
2844
3028
  "limit": "Int"
2845
3029
  }
2846
3030
  },
2847
- "SocketInventoryFilterInput": {
3031
+ "socketInventoryFilterInput": {
2848
3032
  "freeText": {
2849
3033
  "search": {
2850
3034
  "search": "String"
2851
3035
  }
2852
3036
  }
2853
3037
  },
2854
- "SocketInventoryOrderInput": {
3038
+ "socketInventoryOrderInput": {
3039
+ "accountName": {
3040
+ "direction": {
3041
+ "direction": "enum(SortOrder)"
3042
+ },
3043
+ "priority": {
3044
+ "priority": "Int"
3045
+ }
3046
+ },
2855
3047
  "deliverySiteName": {
2856
3048
  "direction": {
2857
3049
  "direction": "enum(SortOrder)"