catocli 1.0.14__py3-none-any.whl → 1.0.15__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 +5 -1
- 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_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_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_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_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- 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_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_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- 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 +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- 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.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.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.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- 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 +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.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,9 +229,9 @@
|
|
|
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,
|
|
@@ -225,9 +244,9 @@
|
|
|
225
244
|
"id_str": "socketInventory___input___sort___deliverySiteName",
|
|
226
245
|
"name": "deliverySiteName",
|
|
227
246
|
"path": "socketInventory.input.sort.deliverySiteName",
|
|
228
|
-
"requestStr": "$
|
|
247
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
229
248
|
"required": false,
|
|
230
|
-
"responseStr": "deliverySiteName:$
|
|
249
|
+
"responseStr": "deliverySiteName:$sortOrderInput ",
|
|
231
250
|
"type": {
|
|
232
251
|
"definition": {
|
|
233
252
|
"description": null,
|
|
@@ -309,7 +328,7 @@
|
|
|
309
328
|
"name": "SortOrderInput",
|
|
310
329
|
"non_null": false
|
|
311
330
|
},
|
|
312
|
-
"varName": "
|
|
331
|
+
"varName": "sortOrderInput"
|
|
313
332
|
},
|
|
314
333
|
"description": {
|
|
315
334
|
"defaultValue": null,
|
|
@@ -317,9 +336,9 @@
|
|
|
317
336
|
"id_str": "socketInventory___input___sort___description",
|
|
318
337
|
"name": "description",
|
|
319
338
|
"path": "socketInventory.input.sort.description",
|
|
320
|
-
"requestStr": "$
|
|
339
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
321
340
|
"required": false,
|
|
322
|
-
"responseStr": "description:$
|
|
341
|
+
"responseStr": "description:$sortOrderInput ",
|
|
323
342
|
"type": {
|
|
324
343
|
"definition": {
|
|
325
344
|
"description": null,
|
|
@@ -401,7 +420,7 @@
|
|
|
401
420
|
"name": "SortOrderInput",
|
|
402
421
|
"non_null": false
|
|
403
422
|
},
|
|
404
|
-
"varName": "
|
|
423
|
+
"varName": "sortOrderInput"
|
|
405
424
|
},
|
|
406
425
|
"installedSite": {
|
|
407
426
|
"defaultValue": null,
|
|
@@ -409,9 +428,9 @@
|
|
|
409
428
|
"id_str": "socketInventory___input___sort___installedSite",
|
|
410
429
|
"name": "installedSite",
|
|
411
430
|
"path": "socketInventory.input.sort.installedSite",
|
|
412
|
-
"requestStr": "$
|
|
431
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
413
432
|
"required": false,
|
|
414
|
-
"responseStr": "installedSite:$
|
|
433
|
+
"responseStr": "installedSite:$sortOrderInput ",
|
|
415
434
|
"type": {
|
|
416
435
|
"definition": {
|
|
417
436
|
"description": null,
|
|
@@ -493,7 +512,7 @@
|
|
|
493
512
|
"name": "SortOrderInput",
|
|
494
513
|
"non_null": false
|
|
495
514
|
},
|
|
496
|
-
"varName": "
|
|
515
|
+
"varName": "sortOrderInput"
|
|
497
516
|
},
|
|
498
517
|
"serialNumber": {
|
|
499
518
|
"defaultValue": null,
|
|
@@ -501,9 +520,9 @@
|
|
|
501
520
|
"id_str": "socketInventory___input___sort___serialNumber",
|
|
502
521
|
"name": "serialNumber",
|
|
503
522
|
"path": "socketInventory.input.sort.serialNumber",
|
|
504
|
-
"requestStr": "$
|
|
523
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
505
524
|
"required": false,
|
|
506
|
-
"responseStr": "serialNumber:$
|
|
525
|
+
"responseStr": "serialNumber:$sortOrderInput ",
|
|
507
526
|
"type": {
|
|
508
527
|
"definition": {
|
|
509
528
|
"description": null,
|
|
@@ -585,7 +604,7 @@
|
|
|
585
604
|
"name": "SortOrderInput",
|
|
586
605
|
"non_null": false
|
|
587
606
|
},
|
|
588
|
-
"varName": "
|
|
607
|
+
"varName": "sortOrderInput"
|
|
589
608
|
},
|
|
590
609
|
"shippingCompany": {
|
|
591
610
|
"defaultValue": null,
|
|
@@ -593,9 +612,9 @@
|
|
|
593
612
|
"id_str": "socketInventory___input___sort___shippingCompany",
|
|
594
613
|
"name": "shippingCompany",
|
|
595
614
|
"path": "socketInventory.input.sort.shippingCompany",
|
|
596
|
-
"requestStr": "$
|
|
615
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
597
616
|
"required": false,
|
|
598
|
-
"responseStr": "shippingCompany:$
|
|
617
|
+
"responseStr": "shippingCompany:$sortOrderInput ",
|
|
599
618
|
"type": {
|
|
600
619
|
"definition": {
|
|
601
620
|
"description": null,
|
|
@@ -677,7 +696,7 @@
|
|
|
677
696
|
"name": "SortOrderInput",
|
|
678
697
|
"non_null": false
|
|
679
698
|
},
|
|
680
|
-
"varName": "
|
|
699
|
+
"varName": "sortOrderInput"
|
|
681
700
|
},
|
|
682
701
|
"shippingDate": {
|
|
683
702
|
"defaultValue": null,
|
|
@@ -685,9 +704,9 @@
|
|
|
685
704
|
"id_str": "socketInventory___input___sort___shippingDate",
|
|
686
705
|
"name": "shippingDate",
|
|
687
706
|
"path": "socketInventory.input.sort.shippingDate",
|
|
688
|
-
"requestStr": "$
|
|
707
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
689
708
|
"required": false,
|
|
690
|
-
"responseStr": "shippingDate:$
|
|
709
|
+
"responseStr": "shippingDate:$sortOrderInput ",
|
|
691
710
|
"type": {
|
|
692
711
|
"definition": {
|
|
693
712
|
"description": null,
|
|
@@ -769,7 +788,7 @@
|
|
|
769
788
|
"name": "SortOrderInput",
|
|
770
789
|
"non_null": false
|
|
771
790
|
},
|
|
772
|
-
"varName": "
|
|
791
|
+
"varName": "sortOrderInput"
|
|
773
792
|
},
|
|
774
793
|
"socketType": {
|
|
775
794
|
"defaultValue": null,
|
|
@@ -777,9 +796,9 @@
|
|
|
777
796
|
"id_str": "socketInventory___input___sort___socketType",
|
|
778
797
|
"name": "socketType",
|
|
779
798
|
"path": "socketInventory.input.sort.socketType",
|
|
780
|
-
"requestStr": "$
|
|
799
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
781
800
|
"required": false,
|
|
782
|
-
"responseStr": "socketType:$
|
|
801
|
+
"responseStr": "socketType:$sortOrderInput ",
|
|
783
802
|
"type": {
|
|
784
803
|
"definition": {
|
|
785
804
|
"description": null,
|
|
@@ -861,7 +880,7 @@
|
|
|
861
880
|
"name": "SortOrderInput",
|
|
862
881
|
"non_null": false
|
|
863
882
|
},
|
|
864
|
-
"varName": "
|
|
883
|
+
"varName": "sortOrderInput"
|
|
865
884
|
},
|
|
866
885
|
"status": {
|
|
867
886
|
"defaultValue": null,
|
|
@@ -869,9 +888,9 @@
|
|
|
869
888
|
"id_str": "socketInventory___input___sort___status",
|
|
870
889
|
"name": "status",
|
|
871
890
|
"path": "socketInventory.input.sort.status",
|
|
872
|
-
"requestStr": "$
|
|
891
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
873
892
|
"required": false,
|
|
874
|
-
"responseStr": "status:$
|
|
893
|
+
"responseStr": "status:$sortOrderInput ",
|
|
875
894
|
"type": {
|
|
876
895
|
"definition": {
|
|
877
896
|
"description": null,
|
|
@@ -953,7 +972,7 @@
|
|
|
953
972
|
"name": "SortOrderInput",
|
|
954
973
|
"non_null": false
|
|
955
974
|
},
|
|
956
|
-
"varName": "
|
|
975
|
+
"varName": "sortOrderInput"
|
|
957
976
|
}
|
|
958
977
|
},
|
|
959
978
|
"interfaces": null,
|
|
@@ -968,7 +987,7 @@
|
|
|
968
987
|
"name": "SocketInventoryOrderInput",
|
|
969
988
|
"non_null": false
|
|
970
989
|
},
|
|
971
|
-
"varName": "
|
|
990
|
+
"varName": "socketInventoryOrderInput"
|
|
972
991
|
}
|
|
973
992
|
},
|
|
974
993
|
"interfaces": null,
|
|
@@ -983,26 +1002,7 @@
|
|
|
983
1002
|
"name": "SocketInventoryInput",
|
|
984
1003
|
"non_null": false
|
|
985
1004
|
},
|
|
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"
|
|
1005
|
+
"varName": "socketInventoryInput"
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
1008
1008
|
"path": "query.hardwareManagement",
|
|
@@ -1019,9 +1019,9 @@
|
|
|
1019
1019
|
"id_str": "socketInventory___input",
|
|
1020
1020
|
"name": "input",
|
|
1021
1021
|
"path": "socketInventory.input",
|
|
1022
|
-
"requestStr": "$
|
|
1022
|
+
"requestStr": "$socketInventoryInput:SocketInventoryInput ",
|
|
1023
1023
|
"required": false,
|
|
1024
|
-
"responseStr": "input:$
|
|
1024
|
+
"responseStr": "input:$socketInventoryInput ",
|
|
1025
1025
|
"type": {
|
|
1026
1026
|
"definition": {
|
|
1027
1027
|
"description": null,
|
|
@@ -1034,9 +1034,9 @@
|
|
|
1034
1034
|
"id_str": "socketInventory___input___filter",
|
|
1035
1035
|
"name": "filter",
|
|
1036
1036
|
"path": "socketInventory.input.filter",
|
|
1037
|
-
"requestStr": "$
|
|
1037
|
+
"requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
|
|
1038
1038
|
"required": false,
|
|
1039
|
-
"responseStr": "filter:$
|
|
1039
|
+
"responseStr": "filter:$socketInventoryFilterInput ",
|
|
1040
1040
|
"type": {
|
|
1041
1041
|
"definition": {
|
|
1042
1042
|
"description": null,
|
|
@@ -1049,9 +1049,9 @@
|
|
|
1049
1049
|
"id_str": "socketInventory___input___filter___freeText",
|
|
1050
1050
|
"name": "freeText",
|
|
1051
1051
|
"path": "socketInventory.input.filter.freeText",
|
|
1052
|
-
"requestStr": "$
|
|
1052
|
+
"requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
|
|
1053
1053
|
"required": false,
|
|
1054
|
-
"responseStr": "freeText:$
|
|
1054
|
+
"responseStr": "freeText:$freeTextFilterInput ",
|
|
1055
1055
|
"type": {
|
|
1056
1056
|
"definition": {
|
|
1057
1057
|
"description": null,
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
"name": "FreeTextFilterInput",
|
|
1091
1091
|
"non_null": false
|
|
1092
1092
|
},
|
|
1093
|
-
"varName": "
|
|
1093
|
+
"varName": "freeTextFilterInput"
|
|
1094
1094
|
}
|
|
1095
1095
|
},
|
|
1096
1096
|
"interfaces": null,
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"name": "SocketInventoryFilterInput",
|
|
1106
1106
|
"non_null": false
|
|
1107
1107
|
},
|
|
1108
|
-
"varName": "
|
|
1108
|
+
"varName": "socketInventoryFilterInput"
|
|
1109
1109
|
},
|
|
1110
1110
|
"paging": {
|
|
1111
1111
|
"defaultValue": null,
|
|
@@ -1113,9 +1113,9 @@
|
|
|
1113
1113
|
"id_str": "socketInventory___input___paging",
|
|
1114
1114
|
"name": "paging",
|
|
1115
1115
|
"path": "socketInventory.input.paging",
|
|
1116
|
-
"requestStr": "$
|
|
1116
|
+
"requestStr": "$pagingInput:PagingInput ",
|
|
1117
1117
|
"required": false,
|
|
1118
|
-
"responseStr": "paging:$
|
|
1118
|
+
"responseStr": "paging:$pagingInput ",
|
|
1119
1119
|
"type": {
|
|
1120
1120
|
"definition": {
|
|
1121
1121
|
"description": null,
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"name": "PagingInput",
|
|
1174
1174
|
"non_null": false
|
|
1175
1175
|
},
|
|
1176
|
-
"varName": "
|
|
1176
|
+
"varName": "pagingInput"
|
|
1177
1177
|
},
|
|
1178
1178
|
"sort": {
|
|
1179
1179
|
"defaultValue": null,
|
|
@@ -1181,9 +1181,9 @@
|
|
|
1181
1181
|
"id_str": "socketInventory___input___sort",
|
|
1182
1182
|
"name": "sort",
|
|
1183
1183
|
"path": "socketInventory.input.sort",
|
|
1184
|
-
"requestStr": "$
|
|
1184
|
+
"requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
|
|
1185
1185
|
"required": false,
|
|
1186
|
-
"responseStr": "sort:$
|
|
1186
|
+
"responseStr": "sort:$socketInventoryOrderInput ",
|
|
1187
1187
|
"type": {
|
|
1188
1188
|
"definition": {
|
|
1189
1189
|
"description": null,
|
|
@@ -1196,9 +1196,9 @@
|
|
|
1196
1196
|
"id_str": "socketInventory___input___sort___deliverySiteName",
|
|
1197
1197
|
"name": "deliverySiteName",
|
|
1198
1198
|
"path": "socketInventory.input.sort.deliverySiteName",
|
|
1199
|
-
"requestStr": "$
|
|
1199
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1200
1200
|
"required": false,
|
|
1201
|
-
"responseStr": "deliverySiteName:$
|
|
1201
|
+
"responseStr": "deliverySiteName:$sortOrderInput ",
|
|
1202
1202
|
"type": {
|
|
1203
1203
|
"definition": {
|
|
1204
1204
|
"description": null,
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
"name": "SortOrderInput",
|
|
1281
1281
|
"non_null": false
|
|
1282
1282
|
},
|
|
1283
|
-
"varName": "
|
|
1283
|
+
"varName": "sortOrderInput"
|
|
1284
1284
|
},
|
|
1285
1285
|
"description": {
|
|
1286
1286
|
"defaultValue": null,
|
|
@@ -1288,9 +1288,9 @@
|
|
|
1288
1288
|
"id_str": "socketInventory___input___sort___description",
|
|
1289
1289
|
"name": "description",
|
|
1290
1290
|
"path": "socketInventory.input.sort.description",
|
|
1291
|
-
"requestStr": "$
|
|
1291
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1292
1292
|
"required": false,
|
|
1293
|
-
"responseStr": "description:$
|
|
1293
|
+
"responseStr": "description:$sortOrderInput ",
|
|
1294
1294
|
"type": {
|
|
1295
1295
|
"definition": {
|
|
1296
1296
|
"description": null,
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
"name": "SortOrderInput",
|
|
1373
1373
|
"non_null": false
|
|
1374
1374
|
},
|
|
1375
|
-
"varName": "
|
|
1375
|
+
"varName": "sortOrderInput"
|
|
1376
1376
|
},
|
|
1377
1377
|
"installedSite": {
|
|
1378
1378
|
"defaultValue": null,
|
|
@@ -1380,9 +1380,9 @@
|
|
|
1380
1380
|
"id_str": "socketInventory___input___sort___installedSite",
|
|
1381
1381
|
"name": "installedSite",
|
|
1382
1382
|
"path": "socketInventory.input.sort.installedSite",
|
|
1383
|
-
"requestStr": "$
|
|
1383
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1384
1384
|
"required": false,
|
|
1385
|
-
"responseStr": "installedSite:$
|
|
1385
|
+
"responseStr": "installedSite:$sortOrderInput ",
|
|
1386
1386
|
"type": {
|
|
1387
1387
|
"definition": {
|
|
1388
1388
|
"description": null,
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
"name": "SortOrderInput",
|
|
1465
1465
|
"non_null": false
|
|
1466
1466
|
},
|
|
1467
|
-
"varName": "
|
|
1467
|
+
"varName": "sortOrderInput"
|
|
1468
1468
|
},
|
|
1469
1469
|
"serialNumber": {
|
|
1470
1470
|
"defaultValue": null,
|
|
@@ -1472,9 +1472,9 @@
|
|
|
1472
1472
|
"id_str": "socketInventory___input___sort___serialNumber",
|
|
1473
1473
|
"name": "serialNumber",
|
|
1474
1474
|
"path": "socketInventory.input.sort.serialNumber",
|
|
1475
|
-
"requestStr": "$
|
|
1475
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1476
1476
|
"required": false,
|
|
1477
|
-
"responseStr": "serialNumber:$
|
|
1477
|
+
"responseStr": "serialNumber:$sortOrderInput ",
|
|
1478
1478
|
"type": {
|
|
1479
1479
|
"definition": {
|
|
1480
1480
|
"description": null,
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
"name": "SortOrderInput",
|
|
1557
1557
|
"non_null": false
|
|
1558
1558
|
},
|
|
1559
|
-
"varName": "
|
|
1559
|
+
"varName": "sortOrderInput"
|
|
1560
1560
|
},
|
|
1561
1561
|
"shippingCompany": {
|
|
1562
1562
|
"defaultValue": null,
|
|
@@ -1564,9 +1564,9 @@
|
|
|
1564
1564
|
"id_str": "socketInventory___input___sort___shippingCompany",
|
|
1565
1565
|
"name": "shippingCompany",
|
|
1566
1566
|
"path": "socketInventory.input.sort.shippingCompany",
|
|
1567
|
-
"requestStr": "$
|
|
1567
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1568
1568
|
"required": false,
|
|
1569
|
-
"responseStr": "shippingCompany:$
|
|
1569
|
+
"responseStr": "shippingCompany:$sortOrderInput ",
|
|
1570
1570
|
"type": {
|
|
1571
1571
|
"definition": {
|
|
1572
1572
|
"description": null,
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
"name": "SortOrderInput",
|
|
1649
1649
|
"non_null": false
|
|
1650
1650
|
},
|
|
1651
|
-
"varName": "
|
|
1651
|
+
"varName": "sortOrderInput"
|
|
1652
1652
|
},
|
|
1653
1653
|
"shippingDate": {
|
|
1654
1654
|
"defaultValue": null,
|
|
@@ -1656,9 +1656,9 @@
|
|
|
1656
1656
|
"id_str": "socketInventory___input___sort___shippingDate",
|
|
1657
1657
|
"name": "shippingDate",
|
|
1658
1658
|
"path": "socketInventory.input.sort.shippingDate",
|
|
1659
|
-
"requestStr": "$
|
|
1659
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1660
1660
|
"required": false,
|
|
1661
|
-
"responseStr": "shippingDate:$
|
|
1661
|
+
"responseStr": "shippingDate:$sortOrderInput ",
|
|
1662
1662
|
"type": {
|
|
1663
1663
|
"definition": {
|
|
1664
1664
|
"description": null,
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
"name": "SortOrderInput",
|
|
1741
1741
|
"non_null": false
|
|
1742
1742
|
},
|
|
1743
|
-
"varName": "
|
|
1743
|
+
"varName": "sortOrderInput"
|
|
1744
1744
|
},
|
|
1745
1745
|
"socketType": {
|
|
1746
1746
|
"defaultValue": null,
|
|
@@ -1748,9 +1748,9 @@
|
|
|
1748
1748
|
"id_str": "socketInventory___input___sort___socketType",
|
|
1749
1749
|
"name": "socketType",
|
|
1750
1750
|
"path": "socketInventory.input.sort.socketType",
|
|
1751
|
-
"requestStr": "$
|
|
1751
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1752
1752
|
"required": false,
|
|
1753
|
-
"responseStr": "socketType:$
|
|
1753
|
+
"responseStr": "socketType:$sortOrderInput ",
|
|
1754
1754
|
"type": {
|
|
1755
1755
|
"definition": {
|
|
1756
1756
|
"description": null,
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
"name": "SortOrderInput",
|
|
1833
1833
|
"non_null": false
|
|
1834
1834
|
},
|
|
1835
|
-
"varName": "
|
|
1835
|
+
"varName": "sortOrderInput"
|
|
1836
1836
|
},
|
|
1837
1837
|
"status": {
|
|
1838
1838
|
"defaultValue": null,
|
|
@@ -1840,9 +1840,9 @@
|
|
|
1840
1840
|
"id_str": "socketInventory___input___sort___status",
|
|
1841
1841
|
"name": "status",
|
|
1842
1842
|
"path": "socketInventory.input.sort.status",
|
|
1843
|
-
"requestStr": "$
|
|
1843
|
+
"requestStr": "$sortOrderInput:SortOrderInput ",
|
|
1844
1844
|
"required": false,
|
|
1845
|
-
"responseStr": "status:$
|
|
1845
|
+
"responseStr": "status:$sortOrderInput ",
|
|
1846
1846
|
"type": {
|
|
1847
1847
|
"definition": {
|
|
1848
1848
|
"description": null,
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
"name": "SortOrderInput",
|
|
1925
1925
|
"non_null": false
|
|
1926
1926
|
},
|
|
1927
|
-
"varName": "
|
|
1927
|
+
"varName": "sortOrderInput"
|
|
1928
1928
|
}
|
|
1929
1929
|
},
|
|
1930
1930
|
"interfaces": null,
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
"name": "SocketInventoryOrderInput",
|
|
1940
1940
|
"non_null": false
|
|
1941
1941
|
},
|
|
1942
|
-
"varName": "
|
|
1942
|
+
"varName": "socketInventoryOrderInput"
|
|
1943
1943
|
}
|
|
1944
1944
|
},
|
|
1945
1945
|
"interfaces": null,
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
"name": "SocketInventoryInput",
|
|
1955
1955
|
"non_null": false
|
|
1956
1956
|
},
|
|
1957
|
-
"varName": "
|
|
1957
|
+
"varName": "socketInventoryInput"
|
|
1958
1958
|
}
|
|
1959
1959
|
},
|
|
1960
1960
|
"deprecationReason": null,
|
|
@@ -1963,16 +1963,16 @@
|
|
|
1963
1963
|
"isDeprecated": false,
|
|
1964
1964
|
"name": "socketInventory",
|
|
1965
1965
|
"path": "socketInventory",
|
|
1966
|
-
"requestStr": "$
|
|
1966
|
+
"requestStr": "$socketInventoryPayload:SocketInventoryPayload! ",
|
|
1967
1967
|
"required": true,
|
|
1968
|
-
"responseStr": "socketInventory:$
|
|
1968
|
+
"responseStr": "socketInventory:$socketInventoryPayload ",
|
|
1969
1969
|
"type": {
|
|
1970
1970
|
"definition": {
|
|
1971
1971
|
"description": null,
|
|
1972
1972
|
"enumValues": null,
|
|
1973
1973
|
"fields": {
|
|
1974
1974
|
"items": {
|
|
1975
|
-
"alias": "
|
|
1975
|
+
"alias": "socketInventoryItemItems: items",
|
|
1976
1976
|
"args": {},
|
|
1977
1977
|
"deprecationReason": null,
|
|
1978
1978
|
"description": null,
|
|
@@ -1980,16 +1980,16 @@
|
|
|
1980
1980
|
"isDeprecated": false,
|
|
1981
1981
|
"name": "items",
|
|
1982
1982
|
"path": "socketInventory.items",
|
|
1983
|
-
"requestStr": "$
|
|
1983
|
+
"requestStr": "$socketInventoryItem:[SocketInventoryItem]! ",
|
|
1984
1984
|
"required": true,
|
|
1985
|
-
"responseStr": "items:$
|
|
1985
|
+
"responseStr": "items:$socketInventoryItem ",
|
|
1986
1986
|
"type": {
|
|
1987
1987
|
"definition": {
|
|
1988
1988
|
"description": null,
|
|
1989
1989
|
"enumValues": null,
|
|
1990
1990
|
"fields": {
|
|
1991
1991
|
"account": {
|
|
1992
|
-
"alias": "
|
|
1992
|
+
"alias": "accountRefAccount: account",
|
|
1993
1993
|
"args": {},
|
|
1994
1994
|
"deprecationReason": null,
|
|
1995
1995
|
"description": "Socket account",
|
|
@@ -1997,9 +1997,9 @@
|
|
|
1997
1997
|
"isDeprecated": false,
|
|
1998
1998
|
"name": "account",
|
|
1999
1999
|
"path": "socketInventory.items.account",
|
|
2000
|
-
"requestStr": "$
|
|
2000
|
+
"requestStr": "$accountRef:AccountRef! ",
|
|
2001
2001
|
"required": true,
|
|
2002
|
-
"responseStr": "account:$
|
|
2002
|
+
"responseStr": "account:$accountRef ",
|
|
2003
2003
|
"type": {
|
|
2004
2004
|
"definition": {
|
|
2005
2005
|
"description": null,
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
"name": "AccountRef",
|
|
2063
2063
|
"non_null": false
|
|
2064
2064
|
},
|
|
2065
|
-
"varName": "
|
|
2065
|
+
"varName": "accountRef"
|
|
2066
2066
|
},
|
|
2067
2067
|
"availableUpgradeVersions": {
|
|
2068
2068
|
"args": {},
|
|
@@ -2170,7 +2170,7 @@
|
|
|
2170
2170
|
"varName": "isPrimary"
|
|
2171
2171
|
},
|
|
2172
2172
|
"registrationStatus": {
|
|
2173
|
-
"alias": "
|
|
2173
|
+
"alias": "socketRegistrationStatusRegistrationStatus: registrationStatus",
|
|
2174
2174
|
"args": {},
|
|
2175
2175
|
"deprecationReason": null,
|
|
2176
2176
|
"description": "Registration status",
|
|
@@ -2305,7 +2305,7 @@
|
|
|
2305
2305
|
"varName": "shippingDate"
|
|
2306
2306
|
},
|
|
2307
2307
|
"site": {
|
|
2308
|
-
"alias": "
|
|
2308
|
+
"alias": "siteRefSite: site",
|
|
2309
2309
|
"args": {},
|
|
2310
2310
|
"deprecationReason": null,
|
|
2311
2311
|
"description": "Socket's site",
|
|
@@ -2313,9 +2313,9 @@
|
|
|
2313
2313
|
"isDeprecated": false,
|
|
2314
2314
|
"name": "site",
|
|
2315
2315
|
"path": "socketInventory.items.site",
|
|
2316
|
-
"requestStr": "$
|
|
2316
|
+
"requestStr": "$siteRef:SiteRef ",
|
|
2317
2317
|
"required": false,
|
|
2318
|
-
"responseStr": "site:$
|
|
2318
|
+
"responseStr": "site:$siteRef ",
|
|
2319
2319
|
"type": {
|
|
2320
2320
|
"definition": {
|
|
2321
2321
|
"description": null,
|
|
@@ -2377,7 +2377,7 @@
|
|
|
2377
2377
|
"name": "SiteRef",
|
|
2378
2378
|
"non_null": false
|
|
2379
2379
|
},
|
|
2380
|
-
"varName": "
|
|
2380
|
+
"varName": "siteRef"
|
|
2381
2381
|
},
|
|
2382
2382
|
"socketMac": {
|
|
2383
2383
|
"args": {},
|
|
@@ -2400,7 +2400,7 @@
|
|
|
2400
2400
|
"varName": "socketMac"
|
|
2401
2401
|
},
|
|
2402
2402
|
"socketType": {
|
|
2403
|
-
"alias": "
|
|
2403
|
+
"alias": "socketPlatformSocketType: socketType",
|
|
2404
2404
|
"args": {},
|
|
2405
2405
|
"deprecationReason": null,
|
|
2406
2406
|
"description": "Socket Type",
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
"varName": "socketVersion"
|
|
2514
2514
|
},
|
|
2515
2515
|
"status": {
|
|
2516
|
-
"alias": "
|
|
2516
|
+
"alias": "socketInventoryItemStatusStatus: status",
|
|
2517
2517
|
"args": {},
|
|
2518
2518
|
"deprecationReason": null,
|
|
2519
2519
|
"description": "Socket status (see SocketInventoryItemStatus)",
|
|
@@ -2616,7 +2616,7 @@
|
|
|
2616
2616
|
"varName": "trackingUrl"
|
|
2617
2617
|
},
|
|
2618
2618
|
"upgradeStatus": {
|
|
2619
|
-
"alias": "
|
|
2619
|
+
"alias": "socketUpgradeStatusUpgradeStatus: upgradeStatus",
|
|
2620
2620
|
"args": {},
|
|
2621
2621
|
"deprecationReason": null,
|
|
2622
2622
|
"description": "Upgrade status",
|
|
@@ -2746,10 +2746,10 @@
|
|
|
2746
2746
|
"name": "SocketInventoryItem",
|
|
2747
2747
|
"non_null": false
|
|
2748
2748
|
},
|
|
2749
|
-
"varName": "
|
|
2749
|
+
"varName": "socketInventoryItem"
|
|
2750
2750
|
},
|
|
2751
2751
|
"pageInfo": {
|
|
2752
|
-
"alias": "
|
|
2752
|
+
"alias": "pageInfoPageInfo: pageInfo",
|
|
2753
2753
|
"args": {},
|
|
2754
2754
|
"deprecationReason": null,
|
|
2755
2755
|
"description": null,
|
|
@@ -2757,9 +2757,9 @@
|
|
|
2757
2757
|
"isDeprecated": false,
|
|
2758
2758
|
"name": "pageInfo",
|
|
2759
2759
|
"path": "socketInventory.pageInfo",
|
|
2760
|
-
"requestStr": "$
|
|
2760
|
+
"requestStr": "$pageInfo:PageInfo! ",
|
|
2761
2761
|
"required": true,
|
|
2762
|
-
"responseStr": "pageInfo:$
|
|
2762
|
+
"responseStr": "pageInfo:$pageInfo ",
|
|
2763
2763
|
"type": {
|
|
2764
2764
|
"definition": {
|
|
2765
2765
|
"description": null,
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
"name": "PageInfo",
|
|
2802
2802
|
"non_null": false
|
|
2803
2803
|
},
|
|
2804
|
-
"varName": "
|
|
2804
|
+
"varName": "pageInfo"
|
|
2805
2805
|
}
|
|
2806
2806
|
},
|
|
2807
2807
|
"inputFields": null,
|
|
@@ -2818,7 +2818,7 @@
|
|
|
2818
2818
|
"name": "SocketInventoryPayload",
|
|
2819
2819
|
"non_null": false
|
|
2820
2820
|
},
|
|
2821
|
-
"varName": "
|
|
2821
|
+
"varName": "socketInventoryPayload"
|
|
2822
2822
|
}
|
|
2823
2823
|
},
|
|
2824
2824
|
"inputFields": null,
|
|
@@ -2835,8 +2835,8 @@
|
|
|
2835
2835
|
"non_null": false
|
|
2836
2836
|
},
|
|
2837
2837
|
"variablesPayload": {
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2838
|
+
"socketInventoryInput": {
|
|
2839
|
+
"pagingInput": {
|
|
2840
2840
|
"from": {
|
|
2841
2841
|
"from": "Int"
|
|
2842
2842
|
},
|
|
@@ -2844,14 +2844,14 @@
|
|
|
2844
2844
|
"limit": "Int"
|
|
2845
2845
|
}
|
|
2846
2846
|
},
|
|
2847
|
-
"
|
|
2847
|
+
"socketInventoryFilterInput": {
|
|
2848
2848
|
"freeText": {
|
|
2849
2849
|
"search": {
|
|
2850
2850
|
"search": "String"
|
|
2851
2851
|
}
|
|
2852
2852
|
}
|
|
2853
2853
|
},
|
|
2854
|
-
"
|
|
2854
|
+
"socketInventoryOrderInput": {
|
|
2855
2855
|
"deliverySiteName": {
|
|
2856
2856
|
"direction": {
|
|
2857
2857
|
"direction": "enum(SortOrder)"
|