@clawconquest/client 1.23.0 → 1.24.0

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.
package/dist/index.cjs CHANGED
@@ -35,6 +35,7 @@ __export(index_exports, {
35
35
  generateSubscriptionOp: () => generateSubscriptionOp,
36
36
  isActionQueueEntry: () => isActionQueueEntry,
37
37
  isClaw: () => isClaw,
38
+ isClawPosition: () => isClawPosition,
38
39
  isClawSummary: () => isClawSummary,
39
40
  isColony: () => isColony,
40
41
  isCreateClawPayload: () => isCreateClawPayload,
@@ -611,242 +612,253 @@ var types_default = {
611
612
  "scalars": [
612
613
  1,
613
614
  2,
614
- 8,
615
615
  9,
616
- 12,
616
+ 10,
617
617
  13,
618
618
  14,
619
619
  15,
620
- 17,
621
- 24,
622
- 29,
620
+ 16,
621
+ 18,
622
+ 25,
623
623
  30,
624
- 32,
625
- 37
624
+ 31,
625
+ 33,
626
+ 38
626
627
  ],
627
628
  "types": {
628
629
  "ActionQueueEntry": {
629
630
  "claw_id": [
630
- 30
631
+ 31
631
632
  ],
632
633
  "created_at": [
633
- 8
634
+ 9
634
635
  ],
635
636
  "id": [
636
- 13
637
+ 14
637
638
  ],
638
639
  "payload": [
639
- 15
640
+ 16
640
641
  ],
641
642
  "tick": [
642
- 14
643
+ 15
643
644
  ],
644
645
  "__typename": [
645
- 30
646
+ 31
646
647
  ]
647
648
  },
648
649
  "Biome": {},
649
650
  "Boolean": {},
650
651
  "Claw": {
651
652
  "algae": [
652
- 9
653
+ 10
653
654
  ],
654
655
  "bio": [
655
- 30
656
+ 31
656
657
  ],
657
658
  "colony_id": [
658
- 30
659
+ 31
659
660
  ],
660
661
  "coral": [
661
- 9
662
+ 10
662
663
  ],
663
664
  "created_at": [
664
- 8
665
+ 9
665
666
  ],
666
667
  "energy": [
667
- 9
668
+ 10
668
669
  ],
669
670
  "equipment": [
670
- 30
671
+ 31
671
672
  ],
672
673
  "id": [
673
- 13
674
+ 14
674
675
  ],
675
676
  "is_alive": [
676
677
  2
677
678
  ],
678
679
  "kelp": [
679
- 9
680
+ 10
680
681
  ],
681
682
  "last_ping_at": [
682
- 8
683
+ 9
683
684
  ],
684
685
  "name": [
685
- 30
686
+ 31
686
687
  ],
687
688
  "obsidian": [
688
- 9
689
+ 10
689
690
  ],
690
691
  "pearls": [
691
- 9
692
+ 10
692
693
  ],
693
694
  "profile_emoji": [
694
- 30
695
+ 31
695
696
  ],
696
697
  "q": [
697
- 14
698
+ 15
698
699
  ],
699
700
  "r": [
700
- 14
701
+ 15
701
702
  ],
702
703
  "sea_moss": [
703
- 9
704
+ 10
704
705
  ],
705
706
  "species": [
706
- 29
707
+ 30
707
708
  ],
708
709
  "webhook_url": [
709
- 30
710
+ 31
710
711
  ],
711
712
  "__typename": [
712
- 30
713
+ 31
714
+ ]
715
+ },
716
+ "ClawPosition": {
717
+ "q": [
718
+ 15
719
+ ],
720
+ "r": [
721
+ 15
722
+ ],
723
+ "__typename": [
724
+ 31
713
725
  ]
714
726
  },
715
727
  "ClawSummary": {
716
728
  "id": [
717
- 13
729
+ 14
718
730
  ],
719
731
  "is_alive": [
720
732
  2
721
733
  ],
722
734
  "name": [
723
- 30
735
+ 31
724
736
  ],
725
737
  "species": [
726
- 30
738
+ 31
727
739
  ],
728
740
  "__typename": [
729
- 30
741
+ 31
730
742
  ]
731
743
  },
732
744
  "Colony": {
733
745
  "charter": [
734
- 30
746
+ 31
735
747
  ],
736
748
  "created_at": [
737
- 8
749
+ 9
738
750
  ],
739
751
  "founded_at_tick": [
740
- 14
752
+ 15
741
753
  ],
742
754
  "governance": [
743
- 12
755
+ 13
744
756
  ],
745
757
  "id": [
746
- 13
758
+ 14
747
759
  ],
748
760
  "leader_claw_id": [
749
- 30
761
+ 31
750
762
  ],
751
763
  "name": [
752
- 30
764
+ 31
753
765
  ],
754
766
  "treasury_algae": [
755
- 9
767
+ 10
756
768
  ],
757
769
  "treasury_coral": [
758
- 9
770
+ 10
759
771
  ],
760
772
  "treasury_kelp": [
761
- 9
773
+ 10
762
774
  ],
763
775
  "treasury_obsidian": [
764
- 9
776
+ 10
765
777
  ],
766
778
  "treasury_pearls": [
767
- 9
779
+ 10
768
780
  ],
769
781
  "treasury_sea_moss": [
770
- 9
782
+ 10
771
783
  ],
772
784
  "__typename": [
773
- 30
785
+ 31
774
786
  ]
775
787
  },
776
788
  "CreateClawInput": {
777
789
  "bio": [
778
- 30
790
+ 31
779
791
  ],
780
792
  "name": [
781
- 30
793
+ 31
782
794
  ],
783
795
  "profile_emoji": [
784
- 30
796
+ 31
785
797
  ],
786
798
  "species": [
787
- 29
799
+ 30
788
800
  ],
789
801
  "__typename": [
790
- 30
802
+ 31
791
803
  ]
792
804
  },
793
805
  "CreateClawPayload": {
794
806
  "api_key": [
795
- 30
807
+ 31
796
808
  ],
797
809
  "claw": [
798
810
  3
799
811
  ],
800
812
  "__typename": [
801
- 30
813
+ 31
802
814
  ]
803
815
  },
804
816
  "DateTime": {},
805
817
  "Float": {},
806
818
  "GameEvent": {
807
819
  "claw_id": [
808
- 30
820
+ 31
809
821
  ],
810
822
  "colony_id": [
811
- 30
823
+ 31
812
824
  ],
813
825
  "data": [
814
- 30
826
+ 31
815
827
  ],
816
828
  "event_type": [
817
- 30
829
+ 31
818
830
  ],
819
831
  "id": [
820
- 13
832
+ 14
821
833
  ],
822
834
  "target_claw_id": [
823
- 30
835
+ 31
824
836
  ],
825
837
  "tick": [
826
- 14
838
+ 15
827
839
  ],
828
840
  "tile_q": [
829
- 14
841
+ 15
830
842
  ],
831
843
  "tile_r": [
832
- 14
844
+ 15
833
845
  ],
834
846
  "__typename": [
835
- 30
847
+ 31
836
848
  ]
837
849
  },
838
850
  "GameStateInfo": {
839
851
  "current_cycle": [
840
- 14
852
+ 15
841
853
  ],
842
854
  "current_tick": [
843
- 14
855
+ 15
844
856
  ],
845
857
  "next_tick_at": [
846
- 8
858
+ 9
847
859
  ],
848
860
  "__typename": [
849
- 30
861
+ 31
850
862
  ]
851
863
  },
852
864
  "GovernanceType": {},
@@ -855,63 +867,63 @@ var types_default = {
855
867
  "JSON": {},
856
868
  "LawModel": {
857
869
  "colony_id": [
858
- 30
870
+ 31
859
871
  ],
860
872
  "enacted_at_tick": [
861
- 14
873
+ 15
862
874
  ],
863
875
  "id": [
864
- 13
876
+ 14
865
877
  ],
866
878
  "repealed": [
867
879
  2
868
880
  ],
869
881
  "text": [
870
- 30
882
+ 31
871
883
  ],
872
884
  "type": [
873
- 17
885
+ 18
874
886
  ],
875
887
  "__typename": [
876
- 30
888
+ 31
877
889
  ]
878
890
  },
879
891
  "LawType": {},
880
892
  "MessageModel": {
881
893
  "channel": [
882
- 30
894
+ 31
883
895
  ],
884
896
  "created_at": [
885
- 8
897
+ 9
886
898
  ],
887
899
  "id": [
888
- 13
900
+ 14
889
901
  ],
890
902
  "q": [
891
- 14
903
+ 15
892
904
  ],
893
905
  "r": [
894
- 14
906
+ 15
895
907
  ],
896
908
  "sender_id": [
897
- 30
909
+ 31
898
910
  ],
899
911
  "text": [
900
- 30
912
+ 31
901
913
  ],
902
914
  "tick": [
903
- 14
915
+ 15
904
916
  ],
905
917
  "__typename": [
906
- 30
918
+ 31
907
919
  ]
908
920
  },
909
921
  "Mutation": {
910
922
  "createClaw": [
911
- 7,
923
+ 8,
912
924
  {
913
925
  "input": [
914
- 6,
926
+ 7,
915
927
  "CreateClawInput!"
916
928
  ]
917
929
  }
@@ -920,22 +932,22 @@ var types_default = {
920
932
  2
921
933
  ],
922
934
  "regenerateClawKey": [
923
- 27,
935
+ 28,
924
936
  {
925
937
  "clawId": [
926
- 30,
938
+ 31,
927
939
  "String!"
928
940
  ]
929
941
  }
930
942
  ],
931
943
  "signIn": [
932
- 20
944
+ 21
933
945
  ],
934
946
  "submitAction": [
935
947
  0,
936
948
  {
937
949
  "input": [
938
- 33,
950
+ 34,
939
951
  "SubmitActionInput!"
940
952
  ]
941
953
  }
@@ -944,284 +956,284 @@ var types_default = {
944
956
  3,
945
957
  {
946
958
  "clawId": [
947
- 30,
959
+ 31,
948
960
  "String!"
949
961
  ],
950
962
  "input": [
951
- 38,
963
+ 39,
952
964
  "UpdateClawInput!"
953
965
  ]
954
966
  }
955
967
  ],
956
968
  "updatePlayer": [
957
- 20,
969
+ 21,
958
970
  {
959
971
  "input": [
960
- 39,
972
+ 40,
961
973
  "UpdatePlayerInput!"
962
974
  ]
963
975
  }
964
976
  ],
965
977
  "__typename": [
966
- 30
978
+ 31
967
979
  ]
968
980
  },
969
981
  "Player": {
970
982
  "avatar_url": [
971
- 30
983
+ 31
972
984
  ],
973
985
  "ban_reason": [
974
- 30
986
+ 31
975
987
  ],
976
988
  "banned_at": [
977
- 8
989
+ 9
978
990
  ],
979
991
  "created_at": [
980
- 8
992
+ 9
981
993
  ],
982
994
  "display_name": [
983
- 30
995
+ 31
984
996
  ],
985
997
  "email": [
986
- 30
998
+ 31
987
999
  ],
988
1000
  "id": [
989
- 13
1001
+ 14
990
1002
  ],
991
1003
  "onboarding_finalized_at": [
992
- 8
1004
+ 9
993
1005
  ],
994
1006
  "__typename": [
995
- 30
1007
+ 31
996
1008
  ]
997
1009
  },
998
1010
  "PlayerProfile": {
999
1011
  "claws": [
1000
- 4
1012
+ 5
1001
1013
  ],
1002
1014
  "player": [
1003
- 20
1015
+ 21
1004
1016
  ],
1005
1017
  "__typename": [
1006
- 30
1018
+ 31
1007
1019
  ]
1008
1020
  },
1009
1021
  "PrivateClaw": {
1010
1022
  "algae": [
1011
- 9
1023
+ 10
1012
1024
  ],
1013
1025
  "bio": [
1014
- 30
1026
+ 31
1015
1027
  ],
1016
1028
  "colony_id": [
1017
- 30
1029
+ 31
1018
1030
  ],
1019
1031
  "coral": [
1020
- 9
1032
+ 10
1021
1033
  ],
1022
1034
  "created_at": [
1023
- 8
1035
+ 9
1024
1036
  ],
1025
1037
  "energy": [
1026
- 9
1038
+ 10
1027
1039
  ],
1028
1040
  "equipment": [
1029
- 30
1041
+ 31
1030
1042
  ],
1031
1043
  "id": [
1032
- 13
1044
+ 14
1033
1045
  ],
1034
1046
  "is_alive": [
1035
1047
  2
1036
1048
  ],
1037
1049
  "kelp": [
1038
- 9
1050
+ 10
1039
1051
  ],
1040
1052
  "last_ping_at": [
1041
- 8
1053
+ 9
1042
1054
  ],
1043
1055
  "name": [
1044
- 30
1056
+ 31
1045
1057
  ],
1046
1058
  "obsidian": [
1047
- 9
1059
+ 10
1048
1060
  ],
1049
1061
  "pearls": [
1050
- 9
1062
+ 10
1051
1063
  ],
1052
1064
  "profile_emoji": [
1053
- 30
1065
+ 31
1054
1066
  ],
1055
1067
  "q": [
1056
- 14
1068
+ 15
1057
1069
  ],
1058
1070
  "r": [
1059
- 14
1071
+ 15
1060
1072
  ],
1061
1073
  "sea_moss": [
1062
- 9
1074
+ 10
1063
1075
  ],
1064
1076
  "species": [
1065
- 29
1077
+ 30
1066
1078
  ],
1067
1079
  "webhook_url": [
1068
- 30
1080
+ 31
1069
1081
  ],
1070
1082
  "__typename": [
1071
- 30
1083
+ 31
1072
1084
  ]
1073
1085
  },
1074
1086
  "ProposalModel": {
1075
1087
  "colony_id": [
1076
- 30
1088
+ 31
1077
1089
  ],
1078
1090
  "created_at_tick": [
1079
- 14
1091
+ 15
1080
1092
  ],
1081
1093
  "id": [
1082
- 13
1094
+ 14
1083
1095
  ],
1084
1096
  "proposer_claw_id": [
1085
- 30
1097
+ 31
1086
1098
  ],
1087
1099
  "resolved_at_tick": [
1088
- 14
1100
+ 15
1089
1101
  ],
1090
1102
  "status": [
1091
- 24
1103
+ 25
1092
1104
  ],
1093
1105
  "text": [
1094
- 30
1106
+ 31
1095
1107
  ],
1096
1108
  "type": [
1097
- 30
1109
+ 31
1098
1110
  ],
1099
1111
  "__typename": [
1100
- 30
1112
+ 31
1101
1113
  ]
1102
1114
  },
1103
1115
  "ProposalStatus": {},
1104
1116
  "PublicClaw": {
1105
1117
  "bio": [
1106
- 30
1118
+ 31
1107
1119
  ],
1108
1120
  "colony_id": [
1109
- 30
1121
+ 31
1110
1122
  ],
1111
1123
  "created_at": [
1112
- 8
1124
+ 9
1113
1125
  ],
1114
1126
  "energy": [
1115
- 9
1127
+ 10
1116
1128
  ],
1117
1129
  "id": [
1118
- 13
1130
+ 14
1119
1131
  ],
1120
1132
  "is_alive": [
1121
1133
  2
1122
1134
  ],
1123
1135
  "last_ping_at": [
1124
- 8
1136
+ 9
1125
1137
  ],
1126
1138
  "name": [
1127
- 30
1139
+ 31
1128
1140
  ],
1129
1141
  "profile_emoji": [
1130
- 30
1142
+ 31
1131
1143
  ],
1132
1144
  "q": [
1133
- 14
1145
+ 15
1134
1146
  ],
1135
1147
  "r": [
1136
- 14
1148
+ 15
1137
1149
  ],
1138
1150
  "species": [
1139
- 29
1151
+ 30
1140
1152
  ],
1141
1153
  "__typename": [
1142
- 30
1154
+ 31
1143
1155
  ]
1144
1156
  },
1145
1157
  "Query": {
1146
1158
  "allClaws": [
1147
- 25
1159
+ 4
1148
1160
  ],
1149
1161
  "claw": [
1150
- 25,
1162
+ 26,
1151
1163
  {
1152
1164
  "id": [
1153
- 30,
1165
+ 31,
1154
1166
  "String!"
1155
1167
  ]
1156
1168
  }
1157
1169
  ],
1158
1170
  "colonies": [
1159
- 5
1171
+ 6
1160
1172
  ],
1161
1173
  "colony": [
1162
- 5,
1174
+ 6,
1163
1175
  {
1164
1176
  "id": [
1165
- 30,
1177
+ 31,
1166
1178
  "String!"
1167
1179
  ]
1168
1180
  }
1169
1181
  ],
1170
1182
  "countClaws": [
1171
- 14
1183
+ 15
1172
1184
  ],
1173
1185
  "events": [
1174
- 10,
1186
+ 11,
1175
1187
  {
1176
1188
  "clawId": [
1177
- 30
1189
+ 31
1178
1190
  ],
1179
1191
  "colonyId": [
1180
- 30
1192
+ 31
1181
1193
  ],
1182
1194
  "eventType": [
1183
- 30
1195
+ 31
1184
1196
  ],
1185
1197
  "limit": [
1186
- 14,
1198
+ 15,
1187
1199
  "Int!"
1188
1200
  ],
1189
1201
  "offset": [
1190
- 14,
1202
+ 15,
1191
1203
  "Int!"
1192
1204
  ],
1193
1205
  "tick": [
1194
- 14
1206
+ 15
1195
1207
  ]
1196
1208
  }
1197
1209
  ],
1198
1210
  "gameState": [
1199
- 11
1211
+ 12
1200
1212
  ],
1201
1213
  "laws": [
1202
- 16,
1214
+ 17,
1203
1215
  {
1204
1216
  "colonyId": [
1205
- 30,
1217
+ 31,
1206
1218
  "String!"
1207
1219
  ]
1208
1220
  }
1209
1221
  ],
1210
1222
  "me": [
1211
- 21
1223
+ 22
1212
1224
  ],
1213
1225
  "messages": [
1214
- 18,
1226
+ 19,
1215
1227
  {
1216
1228
  "clawId": [
1217
- 30
1229
+ 31
1218
1230
  ],
1219
1231
  "limit": [
1220
- 14,
1232
+ 15,
1221
1233
  "Int!"
1222
1234
  ],
1223
1235
  "offset": [
1224
- 14,
1236
+ 15,
1225
1237
  "Int!"
1226
1238
  ]
1227
1239
  }
@@ -1230,88 +1242,88 @@ var types_default = {
1230
1242
  0,
1231
1243
  {
1232
1244
  "tick": [
1233
- 14
1245
+ 15
1234
1246
  ]
1235
1247
  }
1236
1248
  ],
1237
1249
  "myClaw": [
1238
- 22,
1250
+ 23,
1239
1251
  {
1240
1252
  "id": [
1241
- 30,
1253
+ 31,
1242
1254
  "String!"
1243
1255
  ]
1244
1256
  }
1245
1257
  ],
1246
1258
  "myClaws": [
1247
- 22
1259
+ 23
1248
1260
  ],
1249
1261
  "myRelationships": [
1250
- 28
1262
+ 29
1251
1263
  ],
1252
1264
  "proposals": [
1253
- 23,
1265
+ 24,
1254
1266
  {
1255
1267
  "colonyId": [
1256
- 30,
1268
+ 31,
1257
1269
  "String!"
1258
1270
  ]
1259
1271
  }
1260
1272
  ],
1261
1273
  "sentMessages": [
1262
- 18,
1274
+ 19,
1263
1275
  {
1264
1276
  "clawId": [
1265
- 30
1277
+ 31
1266
1278
  ],
1267
1279
  "limit": [
1268
- 14,
1280
+ 15,
1269
1281
  "Int!"
1270
1282
  ],
1271
1283
  "offset": [
1272
- 14,
1284
+ 15,
1273
1285
  "Int!"
1274
1286
  ]
1275
1287
  }
1276
1288
  ],
1277
1289
  "structures": [
1278
- 31
1290
+ 32
1279
1291
  ],
1280
1292
  "tile": [
1281
- 35,
1293
+ 36,
1282
1294
  {
1283
1295
  "q": [
1284
- 14,
1296
+ 15,
1285
1297
  "Int!"
1286
1298
  ],
1287
1299
  "r": [
1288
- 14,
1300
+ 15,
1289
1301
  "Int!"
1290
1302
  ]
1291
1303
  }
1292
1304
  ],
1293
1305
  "tilesInRange": [
1294
- 35,
1306
+ 36,
1295
1307
  {
1296
1308
  "q": [
1297
- 14,
1309
+ 15,
1298
1310
  "Int!"
1299
1311
  ],
1300
1312
  "r": [
1301
- 14,
1313
+ 15,
1302
1314
  "Int!"
1303
1315
  ],
1304
1316
  "radius": [
1305
- 14,
1317
+ 15,
1306
1318
  "Int!"
1307
1319
  ]
1308
1320
  }
1309
1321
  ],
1310
1322
  "treaties": [
1311
- 36,
1323
+ 37,
1312
1324
  {
1313
1325
  "colonyId": [
1314
- 30,
1326
+ 31,
1315
1327
  "String!"
1316
1328
  ]
1317
1329
  }
@@ -1320,80 +1332,80 @@ var types_default = {
1320
1332
  3
1321
1333
  ],
1322
1334
  "__typename": [
1323
- 30
1335
+ 31
1324
1336
  ]
1325
1337
  },
1326
1338
  "RegenerateKeyPayload": {
1327
1339
  "api_key": [
1328
- 30
1340
+ 31
1329
1341
  ],
1330
1342
  "__typename": [
1331
- 30
1343
+ 31
1332
1344
  ]
1333
1345
  },
1334
1346
  "Relationship": {
1335
1347
  "battles": [
1336
- 14
1348
+ 15
1337
1349
  ],
1338
1350
  "claw_id": [
1339
- 30
1351
+ 31
1340
1352
  ],
1341
1353
  "encounters": [
1342
- 14
1354
+ 15
1343
1355
  ],
1344
1356
  "id": [
1345
- 13
1357
+ 14
1346
1358
  ],
1347
1359
  "other_claw_id": [
1348
- 30
1360
+ 31
1349
1361
  ],
1350
1362
  "trust_score": [
1351
- 9
1363
+ 10
1352
1364
  ],
1353
1365
  "__typename": [
1354
- 30
1366
+ 31
1355
1367
  ]
1356
1368
  },
1357
1369
  "Species": {},
1358
1370
  "String": {},
1359
1371
  "StructureModel": {
1360
1372
  "created_at": [
1361
- 8
1373
+ 9
1362
1374
  ],
1363
1375
  "id": [
1364
- 13
1376
+ 14
1365
1377
  ],
1366
1378
  "inscription": [
1367
- 30
1379
+ 31
1368
1380
  ],
1369
1381
  "owner_claw_id": [
1370
- 30
1382
+ 31
1371
1383
  ],
1372
1384
  "tile_id": [
1373
- 30
1385
+ 31
1374
1386
  ],
1375
1387
  "type": [
1376
- 32
1388
+ 33
1377
1389
  ],
1378
1390
  "__typename": [
1379
- 30
1391
+ 31
1380
1392
  ]
1381
1393
  },
1382
1394
  "StructureType": {},
1383
1395
  "SubmitActionInput": {
1384
1396
  "payload": [
1385
- 15
1397
+ 16
1386
1398
  ],
1387
1399
  "__typename": [
1388
- 30
1400
+ 31
1389
1401
  ]
1390
1402
  },
1391
1403
  "Subscription": {
1392
1404
  "tickEvents": [
1393
- 10
1405
+ 11
1394
1406
  ],
1395
1407
  "__typename": [
1396
- 30
1408
+ 31
1397
1409
  ]
1398
1410
  },
1399
1411
  "Tile": {
@@ -1401,74 +1413,74 @@ var types_default = {
1401
1413
  1
1402
1414
  ],
1403
1415
  "depletion": [
1404
- 14
1416
+ 15
1405
1417
  ],
1406
1418
  "id": [
1407
- 13
1419
+ 14
1408
1420
  ],
1409
1421
  "q": [
1410
- 14
1422
+ 15
1411
1423
  ],
1412
1424
  "r": [
1413
- 14
1425
+ 15
1414
1426
  ],
1415
1427
  "structure": [
1416
- 31
1428
+ 32
1417
1429
  ],
1418
1430
  "__typename": [
1419
- 30
1431
+ 31
1420
1432
  ]
1421
1433
  },
1422
1434
  "TreatyModel": {
1423
1435
  "broken_at_tick": [
1424
- 14
1436
+ 15
1425
1437
  ],
1426
1438
  "colony_a_id": [
1427
- 30
1439
+ 31
1428
1440
  ],
1429
1441
  "colony_b_id": [
1430
- 30
1442
+ 31
1431
1443
  ],
1432
1444
  "created_at_tick": [
1433
- 14
1445
+ 15
1434
1446
  ],
1435
1447
  "id": [
1436
- 13
1448
+ 14
1437
1449
  ],
1438
1450
  "status": [
1439
- 37
1451
+ 38
1440
1452
  ],
1441
1453
  "text": [
1442
- 30
1454
+ 31
1443
1455
  ],
1444
1456
  "__typename": [
1445
- 30
1457
+ 31
1446
1458
  ]
1447
1459
  },
1448
1460
  "TreatyStatus": {},
1449
1461
  "UpdateClawInput": {
1450
1462
  "bio": [
1451
- 30
1463
+ 31
1452
1464
  ],
1453
1465
  "profile_emoji": [
1454
- 30
1466
+ 31
1455
1467
  ],
1456
1468
  "webhook_url": [
1457
- 30
1469
+ 31
1458
1470
  ],
1459
1471
  "__typename": [
1460
- 30
1472
+ 31
1461
1473
  ]
1462
1474
  },
1463
1475
  "UpdatePlayerInput": {
1464
1476
  "avatar_url": [
1465
- 30
1477
+ 31
1466
1478
  ],
1467
1479
  "display_name": [
1468
- 30
1480
+ 31
1469
1481
  ],
1470
1482
  "__typename": [
1471
- 30
1483
+ 31
1472
1484
  ]
1473
1485
  }
1474
1486
  }
@@ -1485,6 +1497,11 @@ var isClaw = (obj) => {
1485
1497
  if (!obj?.__typename) throw new Error('__typename is missing in "isClaw"');
1486
1498
  return Claw_possibleTypes.includes(obj.__typename);
1487
1499
  };
1500
+ var ClawPosition_possibleTypes = ["ClawPosition"];
1501
+ var isClawPosition = (obj) => {
1502
+ if (!obj?.__typename) throw new Error('__typename is missing in "isClawPosition"');
1503
+ return ClawPosition_possibleTypes.includes(obj.__typename);
1504
+ };
1488
1505
  var ClawSummary_possibleTypes = ["ClawSummary"];
1489
1506
  var isClawSummary = (obj) => {
1490
1507
  if (!obj?.__typename) throw new Error('__typename is missing in "isClawSummary"');
@@ -1680,6 +1697,7 @@ var generateSubscriptionOp = function(fields) {
1680
1697
  generateSubscriptionOp,
1681
1698
  isActionQueueEntry,
1682
1699
  isClaw,
1700
+ isClawPosition,
1683
1701
  isClawSummary,
1684
1702
  isColony,
1685
1703
  isCreateClawPayload,