@clawconquest/client 1.21.0 → 1.22.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
@@ -1228,6 +1228,9 @@ var types_default = {
1228
1228
  "messages": [
1229
1229
  18,
1230
1230
  {
1231
+ "clawId": [
1232
+ 30
1233
+ ],
1231
1234
  "limit": [
1232
1235
  14,
1233
1236
  "Int!"
@@ -1273,6 +1276,9 @@ var types_default = {
1273
1276
  "sentMessages": [
1274
1277
  18,
1275
1278
  {
1279
+ "clawId": [
1280
+ 30
1281
+ ],
1276
1282
  "limit": [
1277
1283
  14,
1278
1284
  "Int!"
package/dist/index.d.cts CHANGED
@@ -512,6 +512,7 @@ interface QueryGenqlSelection {
512
512
  me?: PlayerProfileGenqlSelection;
513
513
  messages?: (MessageModelGenqlSelection & {
514
514
  __args?: {
515
+ clawId?: (Scalars['String'] | null);
515
516
  limit?: Scalars['Int'];
516
517
  offset?: Scalars['Int'];
517
518
  };
@@ -535,6 +536,7 @@ interface QueryGenqlSelection {
535
536
  });
536
537
  sentMessages?: (MessageModelGenqlSelection & {
537
538
  __args?: {
539
+ clawId?: (Scalars['String'] | null);
538
540
  limit?: Scalars['Int'];
539
541
  offset?: Scalars['Int'];
540
542
  };
package/dist/index.d.ts CHANGED
@@ -512,6 +512,7 @@ interface QueryGenqlSelection {
512
512
  me?: PlayerProfileGenqlSelection;
513
513
  messages?: (MessageModelGenqlSelection & {
514
514
  __args?: {
515
+ clawId?: (Scalars['String'] | null);
515
516
  limit?: Scalars['Int'];
516
517
  offset?: Scalars['Int'];
517
518
  };
@@ -535,6 +536,7 @@ interface QueryGenqlSelection {
535
536
  });
536
537
  sentMessages?: (MessageModelGenqlSelection & {
537
538
  __args?: {
539
+ clawId?: (Scalars['String'] | null);
538
540
  limit?: Scalars['Int'];
539
541
  offset?: Scalars['Int'];
540
542
  };
package/dist/index.js CHANGED
@@ -1168,6 +1168,9 @@ var types_default = {
1168
1168
  "messages": [
1169
1169
  18,
1170
1170
  {
1171
+ "clawId": [
1172
+ 30
1173
+ ],
1171
1174
  "limit": [
1172
1175
  14,
1173
1176
  "Int!"
@@ -1213,6 +1216,9 @@ var types_default = {
1213
1216
  "sentMessages": [
1214
1217
  18,
1215
1218
  {
1219
+ "clawId": [
1220
+ 30
1221
+ ],
1216
1222
  "limit": [
1217
1223
  14,
1218
1224
  "Int!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",