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.
- catocli/Utils/clidriver.py +19 -2
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {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
|
-
"
|
|
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": "$
|
|
70
|
+
"requestStr": "$socketInventoryInput:SocketInventoryInput ",
|
|
52
71
|
"required": false,
|
|
53
|
-
"responseStr": "input:$
|
|
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": "$
|
|
85
|
+
"requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
|
|
67
86
|
"required": false,
|
|
68
|
-
"responseStr": "filter:$
|
|
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": "$
|
|
100
|
+
"requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
|
|
82
101
|
"required": false,
|
|
83
|
-
"responseStr": "freeText:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
164
|
+
"requestStr": "$pagingInput:PagingInput ",
|
|
146
165
|
"required": false,
|
|
147
|
-
"responseStr": "paging:$
|
|
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": "
|
|
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": "$
|
|
232
|
+
"requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
|
|
214
233
|
"required": false,
|
|
215
|
-
"responseStr": "sort:$
|
|
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": "$
|
|
339
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
229
340
|
"required": false,
|
|
230
|
-
"responseStr": "deliverySiteName:$
|
|
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": "
|
|
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": "$
|
|
431
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
321
432
|
"required": false,
|
|
322
|
-
"responseStr": "description:$
|
|
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": "
|
|
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": "$
|
|
523
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
413
524
|
"required": false,
|
|
414
|
-
"responseStr": "installedSite:$
|
|
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": "
|
|
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": "$
|
|
615
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
505
616
|
"required": false,
|
|
506
|
-
"responseStr": "serialNumber:$
|
|
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": "
|
|
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": "$
|
|
707
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
597
708
|
"required": false,
|
|
598
|
-
"responseStr": "shippingCompany:$
|
|
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": "
|
|
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": "$
|
|
799
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
689
800
|
"required": false,
|
|
690
|
-
"responseStr": "shippingDate:$
|
|
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": "
|
|
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": "$
|
|
891
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
781
892
|
"required": false,
|
|
782
|
-
"responseStr": "socketType:$
|
|
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": "
|
|
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": "$
|
|
983
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
873
984
|
"required": false,
|
|
874
|
-
"responseStr": "status:$
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
1114
|
+
"requestStr": "$socketInventoryInput:SocketInventoryInput ",
|
|
1023
1115
|
"required": false,
|
|
1024
|
-
"responseStr": "input:$
|
|
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": "$
|
|
1129
|
+
"requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
|
|
1038
1130
|
"required": false,
|
|
1039
|
-
"responseStr": "filter:$
|
|
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": "$
|
|
1144
|
+
"requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
|
|
1053
1145
|
"required": false,
|
|
1054
|
-
"responseStr": "freeText:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
1208
|
+
"requestStr": "$pagingInput:PagingInput ",
|
|
1117
1209
|
"required": false,
|
|
1118
|
-
"responseStr": "paging:$
|
|
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": "
|
|
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": "$
|
|
1276
|
+
"requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
|
|
1185
1277
|
"required": false,
|
|
1186
|
-
"responseStr": "sort:$
|
|
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": "$
|
|
1383
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1200
1384
|
"required": false,
|
|
1201
|
-
"responseStr": "deliverySiteName:$
|
|
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": "
|
|
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": "$
|
|
1475
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1292
1476
|
"required": false,
|
|
1293
|
-
"responseStr": "description:$
|
|
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": "
|
|
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": "$
|
|
1567
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1384
1568
|
"required": false,
|
|
1385
|
-
"responseStr": "installedSite:$
|
|
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": "
|
|
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": "$
|
|
1659
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1476
1660
|
"required": false,
|
|
1477
|
-
"responseStr": "serialNumber:$
|
|
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": "
|
|
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": "$
|
|
1751
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1568
1752
|
"required": false,
|
|
1569
|
-
"responseStr": "shippingCompany:$
|
|
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": "
|
|
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": "$
|
|
1843
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1660
1844
|
"required": false,
|
|
1661
|
-
"responseStr": "shippingDate:$
|
|
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": "
|
|
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": "$
|
|
1935
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1752
1936
|
"required": false,
|
|
1753
|
-
"responseStr": "socketType:$
|
|
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": "
|
|
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": "$
|
|
2027
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1844
2028
|
"required": false,
|
|
1845
|
-
"responseStr": "status:$
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
2150
|
+
"requestStr": "$socketInventoryPayload:SocketInventoryPayload! ",
|
|
1967
2151
|
"required": true,
|
|
1968
|
-
"responseStr": "socketInventory:$
|
|
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": "
|
|
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": "$
|
|
2167
|
+
"requestStr": "$socketInventoryItem:[SocketInventoryItem]! ",
|
|
1984
2168
|
"required": true,
|
|
1985
|
-
"responseStr": "items:$
|
|
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": "
|
|
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": "$
|
|
2184
|
+
"requestStr": "$accountRef:AccountRef! ",
|
|
2001
2185
|
"required": true,
|
|
2002
|
-
"responseStr": "account:$
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
2500
|
+
"requestStr": "$siteRef:SiteRef ",
|
|
2317
2501
|
"required": false,
|
|
2318
|
-
"responseStr": "site:$
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
2933
|
+
"varName": "socketInventoryItem"
|
|
2750
2934
|
},
|
|
2751
2935
|
"pageInfo": {
|
|
2752
|
-
"alias": "
|
|
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": "$
|
|
2944
|
+
"requestStr": "$pageInfo:PageInfo! ",
|
|
2761
2945
|
"required": true,
|
|
2762
|
-
"responseStr": "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": "
|
|
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": "
|
|
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
|
-
"
|
|
2839
|
-
"
|
|
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
|
-
"
|
|
3031
|
+
"socketInventoryFilterInput": {
|
|
2848
3032
|
"freeText": {
|
|
2849
3033
|
"search": {
|
|
2850
3034
|
"search": "String"
|
|
2851
3035
|
}
|
|
2852
3036
|
}
|
|
2853
3037
|
},
|
|
2854
|
-
"
|
|
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)"
|