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
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addNetworkRange___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addNetworkRange.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addNetworkRangeInput:AddNetworkRangeInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addNetworkRangeInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"id_str": "addNetworkRange___input___dhcpSettings",
|
|
63
63
|
"name": "dhcpSettings",
|
|
64
64
|
"path": "addNetworkRange.input.dhcpSettings",
|
|
65
|
-
"requestStr": "$
|
|
65
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
66
66
|
"required": false,
|
|
67
|
-
"responseStr": "dhcpSettings:$
|
|
67
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
68
68
|
"type": {
|
|
69
69
|
"definition": {
|
|
70
70
|
"description": null,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"name": "NetworkDhcpSettingsInput",
|
|
176
176
|
"non_null": false
|
|
177
177
|
},
|
|
178
|
-
"varName": "
|
|
178
|
+
"varName": "networkDhcpSettingsInput"
|
|
179
179
|
},
|
|
180
180
|
"gateway": {
|
|
181
181
|
"defaultValue": null,
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
"name": "AddNetworkRangeInput",
|
|
381
381
|
"non_null": false
|
|
382
382
|
},
|
|
383
|
-
"varName": "
|
|
383
|
+
"varName": "addNetworkRangeInput"
|
|
384
384
|
},
|
|
385
385
|
"addNetworkRange___lanSocketInterfaceId": {
|
|
386
386
|
"defaultValue": null,
|
|
@@ -424,15 +424,34 @@
|
|
|
424
424
|
"isDeprecated": true,
|
|
425
425
|
"name": "site",
|
|
426
426
|
"operationArgs": {
|
|
427
|
-
"
|
|
427
|
+
"accountId": {
|
|
428
|
+
"defaultValue": null,
|
|
429
|
+
"description": null,
|
|
430
|
+
"id_str": "accountId",
|
|
431
|
+
"name": "accountId",
|
|
432
|
+
"path": "accountId",
|
|
433
|
+
"requestStr": "$accountId:ID! ",
|
|
434
|
+
"required": true,
|
|
435
|
+
"responseStr": "accountId:$accountId ",
|
|
436
|
+
"type": {
|
|
437
|
+
"kind": [
|
|
438
|
+
"NON_NULL",
|
|
439
|
+
"SCALAR"
|
|
440
|
+
],
|
|
441
|
+
"name": "ID",
|
|
442
|
+
"non_null": false
|
|
443
|
+
},
|
|
444
|
+
"varName": "accountId"
|
|
445
|
+
},
|
|
446
|
+
"addNetworkRangeInput": {
|
|
428
447
|
"defaultValue": null,
|
|
429
448
|
"description": null,
|
|
430
449
|
"id_str": "addNetworkRange___input",
|
|
431
450
|
"name": "input",
|
|
432
451
|
"path": "addNetworkRange.input",
|
|
433
|
-
"requestStr": "$
|
|
452
|
+
"requestStr": "$addNetworkRangeInput:AddNetworkRangeInput! ",
|
|
434
453
|
"required": true,
|
|
435
|
-
"responseStr": "input:$
|
|
454
|
+
"responseStr": "input:$addNetworkRangeInput ",
|
|
436
455
|
"type": {
|
|
437
456
|
"definition": {
|
|
438
457
|
"description": null,
|
|
@@ -463,9 +482,9 @@
|
|
|
463
482
|
"id_str": "addNetworkRange___input___dhcpSettings",
|
|
464
483
|
"name": "dhcpSettings",
|
|
465
484
|
"path": "addNetworkRange.input.dhcpSettings",
|
|
466
|
-
"requestStr": "$
|
|
485
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
467
486
|
"required": false,
|
|
468
|
-
"responseStr": "dhcpSettings:$
|
|
487
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
469
488
|
"type": {
|
|
470
489
|
"definition": {
|
|
471
490
|
"description": null,
|
|
@@ -576,7 +595,7 @@
|
|
|
576
595
|
"name": "NetworkDhcpSettingsInput",
|
|
577
596
|
"non_null": false
|
|
578
597
|
},
|
|
579
|
-
"varName": "
|
|
598
|
+
"varName": "networkDhcpSettingsInput"
|
|
580
599
|
},
|
|
581
600
|
"gateway": {
|
|
582
601
|
"defaultValue": null,
|
|
@@ -781,26 +800,7 @@
|
|
|
781
800
|
"name": "AddNetworkRangeInput",
|
|
782
801
|
"non_null": false
|
|
783
802
|
},
|
|
784
|
-
"varName": "
|
|
785
|
-
},
|
|
786
|
-
"accountId": {
|
|
787
|
-
"defaultValue": null,
|
|
788
|
-
"description": null,
|
|
789
|
-
"id_str": "accountId",
|
|
790
|
-
"name": "accountId",
|
|
791
|
-
"path": "accountId",
|
|
792
|
-
"requestStr": "$accountId:ID! ",
|
|
793
|
-
"required": true,
|
|
794
|
-
"responseStr": "accountId:$accountId ",
|
|
795
|
-
"type": {
|
|
796
|
-
"kind": [
|
|
797
|
-
"NON_NULL",
|
|
798
|
-
"SCALAR"
|
|
799
|
-
],
|
|
800
|
-
"name": "ID",
|
|
801
|
-
"non_null": false
|
|
802
|
-
},
|
|
803
|
-
"varName": "accountId"
|
|
803
|
+
"varName": "addNetworkRangeInput"
|
|
804
804
|
},
|
|
805
805
|
"lanSocketInterfaceId": {
|
|
806
806
|
"defaultValue": null,
|
|
@@ -836,9 +836,9 @@
|
|
|
836
836
|
"id_str": "addNetworkRange___input",
|
|
837
837
|
"name": "input",
|
|
838
838
|
"path": "addNetworkRange.input",
|
|
839
|
-
"requestStr": "$
|
|
839
|
+
"requestStr": "$addNetworkRangeInput:AddNetworkRangeInput! ",
|
|
840
840
|
"required": true,
|
|
841
|
-
"responseStr": "input:$
|
|
841
|
+
"responseStr": "input:$addNetworkRangeInput ",
|
|
842
842
|
"type": {
|
|
843
843
|
"definition": {
|
|
844
844
|
"description": null,
|
|
@@ -869,9 +869,9 @@
|
|
|
869
869
|
"id_str": "addNetworkRange___input___dhcpSettings",
|
|
870
870
|
"name": "dhcpSettings",
|
|
871
871
|
"path": "addNetworkRange.input.dhcpSettings",
|
|
872
|
-
"requestStr": "$
|
|
872
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
873
873
|
"required": false,
|
|
874
|
-
"responseStr": "dhcpSettings:$
|
|
874
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
875
875
|
"type": {
|
|
876
876
|
"definition": {
|
|
877
877
|
"description": null,
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"name": "NetworkDhcpSettingsInput",
|
|
983
983
|
"non_null": false
|
|
984
984
|
},
|
|
985
|
-
"varName": "
|
|
985
|
+
"varName": "networkDhcpSettingsInput"
|
|
986
986
|
},
|
|
987
987
|
"gateway": {
|
|
988
988
|
"defaultValue": null,
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"name": "AddNetworkRangeInput",
|
|
1188
1188
|
"non_null": false
|
|
1189
1189
|
},
|
|
1190
|
-
"varName": "
|
|
1190
|
+
"varName": "addNetworkRangeInput"
|
|
1191
1191
|
},
|
|
1192
1192
|
"addNetworkRange___lanSocketInterfaceId": {
|
|
1193
1193
|
"defaultValue": null,
|
|
@@ -1215,9 +1215,9 @@
|
|
|
1215
1215
|
"isDeprecated": false,
|
|
1216
1216
|
"name": "addNetworkRange",
|
|
1217
1217
|
"path": "addNetworkRange",
|
|
1218
|
-
"requestStr": "$
|
|
1218
|
+
"requestStr": "$addNetworkRangePayload:AddNetworkRangePayload ",
|
|
1219
1219
|
"required": false,
|
|
1220
|
-
"responseStr": "addNetworkRange:$
|
|
1220
|
+
"responseStr": "addNetworkRange:$addNetworkRangePayload ",
|
|
1221
1221
|
"type": {
|
|
1222
1222
|
"definition": {
|
|
1223
1223
|
"description": null,
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
"name": "AddNetworkRangePayload",
|
|
1259
1259
|
"non_null": false
|
|
1260
1260
|
},
|
|
1261
|
-
"varName": "
|
|
1261
|
+
"varName": "addNetworkRangePayload"
|
|
1262
1262
|
}
|
|
1263
1263
|
},
|
|
1264
1264
|
"inputFields": null,
|
|
@@ -1276,18 +1276,7 @@
|
|
|
1276
1276
|
"non_null": false
|
|
1277
1277
|
},
|
|
1278
1278
|
"variablesPayload": {
|
|
1279
|
-
"
|
|
1280
|
-
"NetworkDhcpSettingsInput": {
|
|
1281
|
-
"dhcpType": {
|
|
1282
|
-
"dhcpType": "enum(DhcpType)"
|
|
1283
|
-
},
|
|
1284
|
-
"ipRange": {
|
|
1285
|
-
"ipRange": "IPRange"
|
|
1286
|
-
},
|
|
1287
|
-
"relayGroupId": {
|
|
1288
|
-
"relayGroupId": "ID"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1279
|
+
"addNetworkRangeInput": {
|
|
1291
1280
|
"azureFloatingIp": {
|
|
1292
1281
|
"azureFloatingIp": "IPAddress"
|
|
1293
1282
|
},
|
|
@@ -1303,6 +1292,17 @@
|
|
|
1303
1292
|
"name": {
|
|
1304
1293
|
"name": "String"
|
|
1305
1294
|
},
|
|
1295
|
+
"networkDhcpSettingsInput": {
|
|
1296
|
+
"dhcpType": {
|
|
1297
|
+
"dhcpType": "enum(DhcpType)"
|
|
1298
|
+
},
|
|
1299
|
+
"ipRange": {
|
|
1300
|
+
"ipRange": "IPRange"
|
|
1301
|
+
},
|
|
1302
|
+
"relayGroupId": {
|
|
1303
|
+
"relayGroupId": "ID"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
1306
|
"rangeType": {
|
|
1307
1307
|
"rangeType": "enum(SubnetType)"
|
|
1308
1308
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addSocketSite___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addSocketSite.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addSocketSiteInput:AddSocketSiteInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addSocketSiteInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
"id_str": "addSocketSite___input___siteLocation",
|
|
174
174
|
"name": "siteLocation",
|
|
175
175
|
"path": "addSocketSite.input.siteLocation",
|
|
176
|
-
"requestStr": "$
|
|
176
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
177
177
|
"required": true,
|
|
178
|
-
"responseStr": "siteLocation:$
|
|
178
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
179
179
|
"type": {
|
|
180
180
|
"definition": {
|
|
181
181
|
"description": null,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"name": "AddSiteLocationInput",
|
|
289
289
|
"non_null": false
|
|
290
290
|
},
|
|
291
|
-
"varName": "
|
|
291
|
+
"varName": "addSiteLocationInput"
|
|
292
292
|
},
|
|
293
293
|
"siteType": {
|
|
294
294
|
"defaultValue": "BRANCH",
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"name": "AddSocketSiteInput",
|
|
378
378
|
"non_null": false
|
|
379
379
|
},
|
|
380
|
-
"varName": "
|
|
380
|
+
"varName": "addSocketSiteInput"
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"deprecationReason": null,
|
|
@@ -402,15 +402,34 @@
|
|
|
402
402
|
"isDeprecated": true,
|
|
403
403
|
"name": "site",
|
|
404
404
|
"operationArgs": {
|
|
405
|
-
"
|
|
405
|
+
"accountId": {
|
|
406
|
+
"defaultValue": null,
|
|
407
|
+
"description": null,
|
|
408
|
+
"id_str": "accountId",
|
|
409
|
+
"name": "accountId",
|
|
410
|
+
"path": "accountId",
|
|
411
|
+
"requestStr": "$accountId:ID! ",
|
|
412
|
+
"required": true,
|
|
413
|
+
"responseStr": "accountId:$accountId ",
|
|
414
|
+
"type": {
|
|
415
|
+
"kind": [
|
|
416
|
+
"NON_NULL",
|
|
417
|
+
"SCALAR"
|
|
418
|
+
],
|
|
419
|
+
"name": "ID",
|
|
420
|
+
"non_null": false
|
|
421
|
+
},
|
|
422
|
+
"varName": "accountId"
|
|
423
|
+
},
|
|
424
|
+
"addSocketSiteInput": {
|
|
406
425
|
"defaultValue": null,
|
|
407
426
|
"description": null,
|
|
408
427
|
"id_str": "addSocketSite___input",
|
|
409
428
|
"name": "input",
|
|
410
429
|
"path": "addSocketSite.input",
|
|
411
|
-
"requestStr": "$
|
|
430
|
+
"requestStr": "$addSocketSiteInput:AddSocketSiteInput! ",
|
|
412
431
|
"required": true,
|
|
413
|
-
"responseStr": "input:$
|
|
432
|
+
"responseStr": "input:$addSocketSiteInput ",
|
|
414
433
|
"type": {
|
|
415
434
|
"definition": {
|
|
416
435
|
"description": null,
|
|
@@ -552,9 +571,9 @@
|
|
|
552
571
|
"id_str": "addSocketSite___input___siteLocation",
|
|
553
572
|
"name": "siteLocation",
|
|
554
573
|
"path": "addSocketSite.input.siteLocation",
|
|
555
|
-
"requestStr": "$
|
|
574
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
556
575
|
"required": true,
|
|
557
|
-
"responseStr": "siteLocation:$
|
|
576
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
558
577
|
"type": {
|
|
559
578
|
"definition": {
|
|
560
579
|
"description": null,
|
|
@@ -667,7 +686,7 @@
|
|
|
667
686
|
"name": "AddSiteLocationInput",
|
|
668
687
|
"non_null": false
|
|
669
688
|
},
|
|
670
|
-
"varName": "
|
|
689
|
+
"varName": "addSiteLocationInput"
|
|
671
690
|
},
|
|
672
691
|
"siteType": {
|
|
673
692
|
"defaultValue": "BRANCH",
|
|
@@ -756,26 +775,7 @@
|
|
|
756
775
|
"name": "AddSocketSiteInput",
|
|
757
776
|
"non_null": false
|
|
758
777
|
},
|
|
759
|
-
"varName": "
|
|
760
|
-
},
|
|
761
|
-
"accountId": {
|
|
762
|
-
"defaultValue": null,
|
|
763
|
-
"description": null,
|
|
764
|
-
"id_str": "accountId",
|
|
765
|
-
"name": "accountId",
|
|
766
|
-
"path": "accountId",
|
|
767
|
-
"requestStr": "$accountId:ID! ",
|
|
768
|
-
"required": true,
|
|
769
|
-
"responseStr": "accountId:$accountId ",
|
|
770
|
-
"type": {
|
|
771
|
-
"kind": [
|
|
772
|
-
"NON_NULL",
|
|
773
|
-
"SCALAR"
|
|
774
|
-
],
|
|
775
|
-
"name": "ID",
|
|
776
|
-
"non_null": false
|
|
777
|
-
},
|
|
778
|
-
"varName": "accountId"
|
|
778
|
+
"varName": "addSocketSiteInput"
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"path": "mutation.site.addSocketSite",
|
|
@@ -792,9 +792,9 @@
|
|
|
792
792
|
"id_str": "addSocketSite___input",
|
|
793
793
|
"name": "input",
|
|
794
794
|
"path": "addSocketSite.input",
|
|
795
|
-
"requestStr": "$
|
|
795
|
+
"requestStr": "$addSocketSiteInput:AddSocketSiteInput! ",
|
|
796
796
|
"required": true,
|
|
797
|
-
"responseStr": "input:$
|
|
797
|
+
"responseStr": "input:$addSocketSiteInput ",
|
|
798
798
|
"type": {
|
|
799
799
|
"definition": {
|
|
800
800
|
"description": null,
|
|
@@ -936,9 +936,9 @@
|
|
|
936
936
|
"id_str": "addSocketSite___input___siteLocation",
|
|
937
937
|
"name": "siteLocation",
|
|
938
938
|
"path": "addSocketSite.input.siteLocation",
|
|
939
|
-
"requestStr": "$
|
|
939
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
940
940
|
"required": true,
|
|
941
|
-
"responseStr": "siteLocation:$
|
|
941
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
942
942
|
"type": {
|
|
943
943
|
"definition": {
|
|
944
944
|
"description": null,
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"name": "AddSiteLocationInput",
|
|
1052
1052
|
"non_null": false
|
|
1053
1053
|
},
|
|
1054
|
-
"varName": "
|
|
1054
|
+
"varName": "addSiteLocationInput"
|
|
1055
1055
|
},
|
|
1056
1056
|
"siteType": {
|
|
1057
1057
|
"defaultValue": "BRANCH",
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
"name": "AddSocketSiteInput",
|
|
1141
1141
|
"non_null": false
|
|
1142
1142
|
},
|
|
1143
|
-
"varName": "
|
|
1143
|
+
"varName": "addSocketSiteInput"
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
1146
1146
|
"deprecationReason": null,
|
|
@@ -1149,9 +1149,9 @@
|
|
|
1149
1149
|
"isDeprecated": false,
|
|
1150
1150
|
"name": "addSocketSite",
|
|
1151
1151
|
"path": "addSocketSite",
|
|
1152
|
-
"requestStr": "$
|
|
1152
|
+
"requestStr": "$addSocketSitePayload:AddSocketSitePayload ",
|
|
1153
1153
|
"required": false,
|
|
1154
|
-
"responseStr": "addSocketSite:$
|
|
1154
|
+
"responseStr": "addSocketSite:$addSocketSitePayload ",
|
|
1155
1155
|
"type": {
|
|
1156
1156
|
"definition": {
|
|
1157
1157
|
"description": null,
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
"name": "AddSocketSitePayload",
|
|
1193
1193
|
"non_null": false
|
|
1194
1194
|
},
|
|
1195
|
-
"varName": "
|
|
1195
|
+
"varName": "addSocketSitePayload"
|
|
1196
1196
|
}
|
|
1197
1197
|
},
|
|
1198
1198
|
"inputFields": null,
|
|
@@ -1210,8 +1210,8 @@
|
|
|
1210
1210
|
"non_null": false
|
|
1211
1211
|
},
|
|
1212
1212
|
"variablesPayload": {
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1213
|
+
"addSocketSiteInput": {
|
|
1214
|
+
"addSiteLocationInput": {
|
|
1215
1215
|
"address": {
|
|
1216
1216
|
"address": "String"
|
|
1217
1217
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addStaticHost___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addStaticHost.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addStaticHostInput:AddStaticHostInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addStaticHostInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"name": "AddStaticHostInput",
|
|
109
109
|
"non_null": false
|
|
110
110
|
},
|
|
111
|
-
"varName": "
|
|
111
|
+
"varName": "addStaticHostInput"
|
|
112
112
|
},
|
|
113
113
|
"addStaticHost___siteId": {
|
|
114
114
|
"defaultValue": null,
|
|
@@ -149,15 +149,34 @@
|
|
|
149
149
|
"isDeprecated": true,
|
|
150
150
|
"name": "site",
|
|
151
151
|
"operationArgs": {
|
|
152
|
-
"
|
|
152
|
+
"accountId": {
|
|
153
|
+
"defaultValue": null,
|
|
154
|
+
"description": null,
|
|
155
|
+
"id_str": "accountId",
|
|
156
|
+
"name": "accountId",
|
|
157
|
+
"path": "accountId",
|
|
158
|
+
"requestStr": "$accountId:ID! ",
|
|
159
|
+
"required": true,
|
|
160
|
+
"responseStr": "accountId:$accountId ",
|
|
161
|
+
"type": {
|
|
162
|
+
"kind": [
|
|
163
|
+
"NON_NULL",
|
|
164
|
+
"SCALAR"
|
|
165
|
+
],
|
|
166
|
+
"name": "ID",
|
|
167
|
+
"non_null": false
|
|
168
|
+
},
|
|
169
|
+
"varName": "accountId"
|
|
170
|
+
},
|
|
171
|
+
"addStaticHostInput": {
|
|
153
172
|
"defaultValue": null,
|
|
154
173
|
"description": null,
|
|
155
174
|
"id_str": "addStaticHost___input",
|
|
156
175
|
"name": "input",
|
|
157
176
|
"path": "addStaticHost.input",
|
|
158
|
-
"requestStr": "$
|
|
177
|
+
"requestStr": "$addStaticHostInput:AddStaticHostInput! ",
|
|
159
178
|
"required": true,
|
|
160
|
-
"responseStr": "input:$
|
|
179
|
+
"responseStr": "input:$addStaticHostInput ",
|
|
161
180
|
"type": {
|
|
162
181
|
"definition": {
|
|
163
182
|
"description": null,
|
|
@@ -234,26 +253,7 @@
|
|
|
234
253
|
"name": "AddStaticHostInput",
|
|
235
254
|
"non_null": false
|
|
236
255
|
},
|
|
237
|
-
"varName": "
|
|
238
|
-
},
|
|
239
|
-
"accountId": {
|
|
240
|
-
"defaultValue": null,
|
|
241
|
-
"description": null,
|
|
242
|
-
"id_str": "accountId",
|
|
243
|
-
"name": "accountId",
|
|
244
|
-
"path": "accountId",
|
|
245
|
-
"requestStr": "$accountId:ID! ",
|
|
246
|
-
"required": true,
|
|
247
|
-
"responseStr": "accountId:$accountId ",
|
|
248
|
-
"type": {
|
|
249
|
-
"kind": [
|
|
250
|
-
"NON_NULL",
|
|
251
|
-
"SCALAR"
|
|
252
|
-
],
|
|
253
|
-
"name": "ID",
|
|
254
|
-
"non_null": false
|
|
255
|
-
},
|
|
256
|
-
"varName": "accountId"
|
|
256
|
+
"varName": "addStaticHostInput"
|
|
257
257
|
},
|
|
258
258
|
"siteId": {
|
|
259
259
|
"defaultValue": null,
|
|
@@ -289,9 +289,9 @@
|
|
|
289
289
|
"id_str": "addStaticHost___input",
|
|
290
290
|
"name": "input",
|
|
291
291
|
"path": "addStaticHost.input",
|
|
292
|
-
"requestStr": "$
|
|
292
|
+
"requestStr": "$addStaticHostInput:AddStaticHostInput! ",
|
|
293
293
|
"required": true,
|
|
294
|
-
"responseStr": "input:$
|
|
294
|
+
"responseStr": "input:$addStaticHostInput ",
|
|
295
295
|
"type": {
|
|
296
296
|
"definition": {
|
|
297
297
|
"description": null,
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"name": "AddStaticHostInput",
|
|
369
369
|
"non_null": false
|
|
370
370
|
},
|
|
371
|
-
"varName": "
|
|
371
|
+
"varName": "addStaticHostInput"
|
|
372
372
|
},
|
|
373
373
|
"addStaticHost___siteId": {
|
|
374
374
|
"defaultValue": null,
|
|
@@ -396,9 +396,9 @@
|
|
|
396
396
|
"isDeprecated": false,
|
|
397
397
|
"name": "addStaticHost",
|
|
398
398
|
"path": "addStaticHost",
|
|
399
|
-
"requestStr": "$
|
|
399
|
+
"requestStr": "$addStaticHostPayload:AddStaticHostPayload ",
|
|
400
400
|
"required": false,
|
|
401
|
-
"responseStr": "addStaticHost:$
|
|
401
|
+
"responseStr": "addStaticHost:$addStaticHostPayload ",
|
|
402
402
|
"type": {
|
|
403
403
|
"definition": {
|
|
404
404
|
"description": null,
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"name": "AddStaticHostPayload",
|
|
440
440
|
"non_null": false
|
|
441
441
|
},
|
|
442
|
-
"varName": "
|
|
442
|
+
"varName": "addStaticHostPayload"
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"inputFields": null,
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"non_null": false
|
|
458
458
|
},
|
|
459
459
|
"variablesPayload": {
|
|
460
|
-
"
|
|
460
|
+
"addStaticHostInput": {
|
|
461
461
|
"ip": {
|
|
462
462
|
"ip": "IPAddress"
|
|
463
463
|
},
|