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.

Files changed (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  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_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
@@ -45,9 +45,9 @@
45
45
  "id_str": "filters",
46
46
  "name": "filters",
47
47
  "path": "filters",
48
- "requestStr": "$LookupFilterInput:[LookupFilterInput] ",
48
+ "requestStr": "$lookupFilterInput:[LookupFilterInput] ",
49
49
  "required": false,
50
- "responseStr": "filters:$LookupFilterInput ",
50
+ "responseStr": "filters:$lookupFilterInput ",
51
51
  "type": {
52
52
  "definition": {
53
53
  "description": null,
@@ -158,7 +158,7 @@
158
158
  "name": "LookupFilterInput",
159
159
  "non_null": false
160
160
  },
161
- "varName": "LookupFilterInput"
161
+ "varName": "lookupFilterInput"
162
162
  },
163
163
  "from": {
164
164
  "defaultValue": "0",
@@ -222,9 +222,9 @@
222
222
  "id_str": "parent",
223
223
  "name": "parent",
224
224
  "path": "parent",
225
- "requestStr": "$EntityInput:EntityInput ",
225
+ "requestStr": "$entityInput:EntityInput ",
226
226
  "required": false,
227
- "responseStr": "parent:$EntityInput ",
227
+ "responseStr": "parent:$entityInput ",
228
228
  "type": {
229
229
  "definition": {
230
230
  "description": null,
@@ -456,7 +456,7 @@
456
456
  "name": "EntityInput",
457
457
  "non_null": false
458
458
  },
459
- "varName": "EntityInput"
459
+ "varName": "entityInput"
460
460
  },
461
461
  "search": {
462
462
  "defaultValue": "\"\"",
@@ -482,9 +482,9 @@
482
482
  "id_str": "sort",
483
483
  "name": "sort",
484
484
  "path": "sort",
485
- "requestStr": "$SortInput:[SortInput] ",
485
+ "requestStr": "$sortInput:[SortInput] ",
486
486
  "required": false,
487
- "responseStr": "sort:$SortInput ",
487
+ "responseStr": "sort:$sortInput ",
488
488
  "type": {
489
489
  "definition": {
490
490
  "description": null,
@@ -565,7 +565,7 @@
565
565
  "name": "SortInput",
566
566
  "non_null": false
567
567
  },
568
- "varName": "SortInput"
568
+ "varName": "sortInput"
569
569
  },
570
570
  "type": {
571
571
  "defaultValue": null,
@@ -753,15 +753,54 @@
753
753
  "isDeprecated": false,
754
754
  "name": "entityLookup",
755
755
  "operationArgs": {
756
- "EntityInput": {
756
+ "accountID": {
757
+ "defaultValue": null,
758
+ "description": "The account ID (or 0 for non-authenticated requests)",
759
+ "id_str": "accountID",
760
+ "name": "accountID",
761
+ "path": "accountID",
762
+ "requestStr": "$accountID:ID! ",
763
+ "required": true,
764
+ "responseStr": "accountID:$accountID ",
765
+ "type": {
766
+ "kind": [
767
+ "NON_NULL",
768
+ "SCALAR"
769
+ ],
770
+ "name": "ID",
771
+ "non_null": false
772
+ },
773
+ "varName": "accountID"
774
+ },
775
+ "entityIDs": {
776
+ "defaultValue": null,
777
+ "description": "Adds additional search criteria to fetch by the selected list of entity IDs. This option is not\nuniversally available, and may not be applicable specific Entity types. If used on non applicable entity\ntype, an error will be generated.",
778
+ "id_str": "entityIDs",
779
+ "name": "entityIDs",
780
+ "path": "entityIDs",
781
+ "requestStr": "$entityIDs:[ID!] ",
782
+ "required": false,
783
+ "responseStr": "entityIDs:$entityIDs ",
784
+ "type": {
785
+ "kind": [
786
+ "LIST",
787
+ "NON_NULL",
788
+ "SCALAR"
789
+ ],
790
+ "name": "ID",
791
+ "non_null": false
792
+ },
793
+ "varName": "entityIDs"
794
+ },
795
+ "entityInput": {
757
796
  "defaultValue": null,
758
797
  "description": "Return items under a parent entity (can be site, vpn user, etc),\nused to filter for networks that belong to a specific site for example",
759
798
  "id_str": "parent",
760
799
  "name": "parent",
761
800
  "path": "parent",
762
- "requestStr": "$EntityInput:EntityInput ",
801
+ "requestStr": "$entityInput:EntityInput ",
763
802
  "required": false,
764
- "responseStr": "parent:$EntityInput ",
803
+ "responseStr": "parent:$entityInput ",
765
804
  "type": {
766
805
  "definition": {
767
806
  "description": null,
@@ -993,17 +1032,73 @@
993
1032
  "name": "EntityInput",
994
1033
  "non_null": false
995
1034
  },
996
- "varName": "EntityInput"
1035
+ "varName": "entityInput"
1036
+ },
1037
+ "from": {
1038
+ "defaultValue": "0",
1039
+ "description": "Sets the offset number of items (for paging)",
1040
+ "id_str": "from",
1041
+ "name": "from",
1042
+ "path": "from",
1043
+ "requestStr": "$from:Int ",
1044
+ "required": false,
1045
+ "responseStr": "from:$from ",
1046
+ "type": {
1047
+ "kind": [
1048
+ "SCALAR"
1049
+ ],
1050
+ "name": "Int",
1051
+ "non_null": false
1052
+ },
1053
+ "varName": "from"
1054
+ },
1055
+ "helperFields": {
1056
+ "defaultValue": null,
1057
+ "description": "Additional helper fields",
1058
+ "id_str": "helperFields",
1059
+ "name": "helperFields",
1060
+ "path": "helperFields",
1061
+ "requestStr": "$helperFields:[String!] ",
1062
+ "required": false,
1063
+ "responseStr": "helperFields:$helperFields ",
1064
+ "type": {
1065
+ "kind": [
1066
+ "LIST",
1067
+ "NON_NULL",
1068
+ "SCALAR"
1069
+ ],
1070
+ "name": "String",
1071
+ "non_null": false
1072
+ },
1073
+ "varName": "helperFields"
997
1074
  },
998
- "LookupFilterInput": {
1075
+ "limit": {
1076
+ "defaultValue": "50",
1077
+ "description": "Sets the maximum number of items to retrieve",
1078
+ "id_str": "limit",
1079
+ "name": "limit",
1080
+ "path": "limit",
1081
+ "requestStr": "$limit:Int ",
1082
+ "required": false,
1083
+ "responseStr": "limit:$limit ",
1084
+ "type": {
1085
+ "kind": [
1086
+ "SCALAR"
1087
+ ],
1088
+ "name": "Int",
1089
+ "non_null": false
1090
+ },
1091
+ "varName": "limit"
1092
+ },
1093
+ "lookupFilterInput": {
999
1094
  "defaultValue": null,
1000
1095
  "description": "Custom filters for entityLookup",
1001
1096
  "id_str": "filters",
1002
1097
  "name": "filters",
1003
1098
  "path": "filters",
1004
- "requestStr": "$LookupFilterInput:[LookupFilterInput] ",
1099
+ "requestStr": "$lookupFilterInput:[LookupFilterInput] ",
1005
1100
  "required": false,
1006
- "responseStr": "filters:$LookupFilterInput ",
1101
+ "responseStr": "filters:$lookupFilterInput ",
1007
1102
  "type": {
1008
1103
  "definition": {
1009
1104
  "description": null,
@@ -1114,17 +1209,35 @@
1114
1209
  "name": "LookupFilterInput",
1115
1210
  "non_null": false
1116
1211
  },
1117
- "varName": "LookupFilterInput"
1212
+ "varName": "lookupFilterInput"
1213
+ },
1214
+ "search": {
1215
+ "defaultValue": "\"\"",
1216
+ "description": "Adds additional search parameters for the lookup. Available options:\ncountry lookup: \"removeExcluded\" to return only allowed countries\ncountryState lookup: country code (\"US\", \"CN\", etc) to get country's states",
1217
+ "id_str": "search",
1218
+ "name": "search",
1219
+ "path": "search",
1220
+ "requestStr": "$search:String ",
1221
+ "required": false,
1222
+ "responseStr": "search:$search ",
1223
+ "type": {
1224
+ "kind": [
1225
+ "SCALAR"
1226
+ ],
1227
+ "name": "String",
1228
+ "non_null": false
1229
+ },
1230
+ "varName": "search"
1118
1231
  },
1119
- "SortInput": {
1232
+ "sortInput": {
1120
1233
  "defaultValue": null,
1121
1234
  "description": "Adds additional sort criteria(s) for the lookup.\nThis option is not universally available, and may not be applicable specific Entity types.",
1122
1235
  "id_str": "sort",
1123
1236
  "name": "sort",
1124
1237
  "path": "sort",
1125
- "requestStr": "$SortInput:[SortInput] ",
1238
+ "requestStr": "$sortInput:[SortInput] ",
1126
1239
  "required": false,
1127
- "responseStr": "sort:$SortInput ",
1240
+ "responseStr": "sort:$sortInput ",
1128
1241
  "type": {
1129
1242
  "definition": {
1130
1243
  "description": null,
@@ -1205,120 +1318,7 @@
1205
1318
  "name": "SortInput",
1206
1319
  "non_null": false
1207
1320
  },
1208
- "varName": "SortInput"
1209
- },
1210
- "accountID": {
1211
- "defaultValue": null,
1212
- "description": "The account ID (or 0 for non-authenticated requests)",
1213
- "id_str": "accountID",
1214
- "name": "accountID",
1215
- "path": "accountID",
1216
- "requestStr": "$accountID:ID! ",
1217
- "required": true,
1218
- "responseStr": "accountID:$accountID ",
1219
- "type": {
1220
- "kind": [
1221
- "NON_NULL",
1222
- "SCALAR"
1223
- ],
1224
- "name": "ID",
1225
- "non_null": false
1226
- },
1227
- "varName": "accountID"
1228
- },
1229
- "entityIDs": {
1230
- "defaultValue": null,
1231
- "description": "Adds additional search criteria to fetch by the selected list of entity IDs. This option is not\nuniversally available, and may not be applicable specific Entity types. If used on non applicable entity\ntype, an error will be generated.",
1232
- "id_str": "entityIDs",
1233
- "name": "entityIDs",
1234
- "path": "entityIDs",
1235
- "requestStr": "$entityIDs:[ID!] ",
1236
- "required": false,
1237
- "responseStr": "entityIDs:$entityIDs ",
1238
- "type": {
1239
- "kind": [
1240
- "LIST",
1241
- "NON_NULL",
1242
- "SCALAR"
1243
- ],
1244
- "name": "ID",
1245
- "non_null": false
1246
- },
1247
- "varName": "entityIDs"
1248
- },
1249
- "from": {
1250
- "defaultValue": "0",
1251
- "description": "Sets the offset number of items (for paging)",
1252
- "id_str": "from",
1253
- "name": "from",
1254
- "path": "from",
1255
- "requestStr": "$from:Int ",
1256
- "required": false,
1257
- "responseStr": "from:$from ",
1258
- "type": {
1259
- "kind": [
1260
- "SCALAR"
1261
- ],
1262
- "name": "Int",
1263
- "non_null": false
1264
- },
1265
- "varName": "from"
1266
- },
1267
- "helperFields": {
1268
- "defaultValue": null,
1269
- "description": "Additional helper fields",
1270
- "id_str": "helperFields",
1271
- "name": "helperFields",
1272
- "path": "helperFields",
1273
- "requestStr": "$helperFields:[String!] ",
1274
- "required": false,
1275
- "responseStr": "helperFields:$helperFields ",
1276
- "type": {
1277
- "kind": [
1278
- "LIST",
1279
- "NON_NULL",
1280
- "SCALAR"
1281
- ],
1282
- "name": "String",
1283
- "non_null": false
1284
- },
1285
- "varName": "helperFields"
1286
- },
1287
- "limit": {
1288
- "defaultValue": "50",
1289
- "description": "Sets the maximum number of items to retrieve",
1290
- "id_str": "limit",
1291
- "name": "limit",
1292
- "path": "limit",
1293
- "requestStr": "$limit:Int ",
1294
- "required": false,
1295
- "responseStr": "limit:$limit ",
1296
- "type": {
1297
- "kind": [
1298
- "SCALAR"
1299
- ],
1300
- "name": "Int",
1301
- "non_null": false
1302
- },
1303
- "varName": "limit"
1304
- },
1305
- "search": {
1306
- "defaultValue": "\"\"",
1307
- "description": "Adds additional search parameters for the lookup. Available options:\ncountry lookup: \"removeExcluded\" to return only allowed countries\ncountryState lookup: country code (\"US\", \"CN\", etc) to get country's states",
1308
- "id_str": "search",
1309
- "name": "search",
1310
- "path": "search",
1311
- "requestStr": "$search:String ",
1312
- "required": false,
1313
- "responseStr": "search:$search ",
1314
- "type": {
1315
- "kind": [
1316
- "SCALAR"
1317
- ],
1318
- "name": "String",
1319
- "non_null": false
1320
- },
1321
- "varName": "search"
1321
+ "varName": "sortInput"
1322
1322
  },
1323
1323
  "type": {
1324
1324
  "defaultValue": null,
@@ -1510,9 +1510,9 @@
1510
1510
  "isDeprecated": false,
1511
1511
  "name": "items",
1512
1512
  "path": "items",
1513
- "requestStr": "$EntityInfo:[EntityInfo]! ",
1513
+ "requestStr": "$entityInfo:[EntityInfo]! ",
1514
1514
  "required": true,
1515
- "responseStr": "items:$EntityInfo ",
1515
+ "responseStr": "items:$entityInfo ",
1516
1516
  "type": {
1517
1517
  "definition": {
1518
1518
  "description": null,
@@ -1540,7 +1540,7 @@
1540
1540
  "varName": "description"
1541
1541
  },
1542
1542
  "entity": {
1543
- "alias": "EntityEntity: entity",
1543
+ "alias": "entityEntity: entity",
1544
1544
  "args": {},
1545
1545
  "deprecationReason": null,
1546
1546
  "description": null,
@@ -1548,9 +1548,9 @@
1548
1548
  "isDeprecated": false,
1549
1549
  "name": "entity",
1550
1550
  "path": "items.entity",
1551
- "requestStr": "$Entity:Entity! ",
1551
+ "requestStr": "$entity:Entity! ",
1552
1552
  "required": true,
1553
- "responseStr": "entity:$Entity ",
1553
+ "responseStr": "entity:$entity ",
1554
1554
  "type": {
1555
1555
  "definition": {
1556
1556
  "description": null,
@@ -1598,7 +1598,7 @@
1598
1598
  "varName": "name"
1599
1599
  },
1600
1600
  "type": {
1601
- "alias": "EntityTypeType: type",
1601
+ "alias": "entityTypeType: type",
1602
1602
  "args": {},
1603
1603
  "deprecationReason": null,
1604
1604
  "description": null,
@@ -1790,7 +1790,7 @@
1790
1790
  "name": "Entity",
1791
1791
  "non_null": false
1792
1792
  },
1793
- "varName": "Entity"
1793
+ "varName": "entity"
1794
1794
  },
1795
1795
  "helperFields": {
1796
1796
  "args": {},
@@ -1830,7 +1830,7 @@
1830
1830
  "name": "EntityInfo",
1831
1831
  "non_null": false
1832
1832
  },
1833
- "varName": "EntityInfo"
1833
+ "varName": "entityInfo"
1834
1834
  },
1835
1835
  "total": {
1836
1836
  "args": {},
@@ -1868,7 +1868,10 @@
1868
1868
  "non_null": false
1869
1869
  },
1870
1870
  "variablesPayload": {
1871
- "EntityInput": {
1871
+ "entityIDs": [
1872
+ "ID"
1873
+ ],
1874
+ "entityInput": {
1872
1875
  "id": {
1873
1876
  "id": "ID"
1874
1877
  },
@@ -1879,7 +1882,12 @@
1879
1882
  "type": "enum(EntityType)"
1880
1883
  }
1881
1884
  },
1882
- "LookupFilterInput": {
1885
+ "from": "Int",
1886
+ "helperFields": [
1887
+ "String"
1888
+ ],
1889
+ "limit": "Int",
1890
+ "lookupFilterInput": {
1883
1891
  "filter": {
1884
1892
  "filter": "enum(LookupFilterType)"
1885
1893
  },
@@ -1887,7 +1895,8 @@
1887
1895
  "value": "String"
1888
1896
  }
1889
1897
  },
1890
- "SortInput": {
1898
+ "search": "String",
1899
+ "sortInput": {
1891
1900
  "field": {
1892
1901
  "field": "String"
1893
1902
  },
@@ -1895,15 +1904,6 @@
1895
1904
  "order": "enum(DirectionInput)"
1896
1905
  }
1897
1906
  },
1898
- "entityIDs": [
1899
- "ID"
1900
- ],
1901
- "from": "Int",
1902
- "helperFields": [
1903
- "String"
1904
- ],
1905
- "limit": "Int",
1906
- "search": "String",
1907
1907
  "type": "enum(EntityType)"
1908
1908
  }
1909
1909
  }