wabe 0.5.13 → 0.5.15

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.
@@ -1266,7 +1266,7 @@ type Mutation {
1266
1266
 
1267
1267
  type CreateUserPayload {
1268
1268
  user: User
1269
- clientMutationId: String
1269
+ ok: Boolean
1270
1270
  }
1271
1271
 
1272
1272
  input CreateUserInput {
@@ -1282,7 +1282,7 @@ input CreateUsersInput {
1282
1282
 
1283
1283
  type UpdateUserPayload {
1284
1284
  user: User
1285
- clientMutationId: String
1285
+ ok: Boolean
1286
1286
  }
1287
1287
 
1288
1288
  input UpdateUserInput {
@@ -1350,7 +1350,7 @@ input UpdateUsersInput {
1350
1350
 
1351
1351
  type DeleteUserPayload {
1352
1352
  user: User
1353
- clientMutationId: String
1353
+ ok: Boolean
1354
1354
  }
1355
1355
 
1356
1356
  input DeleteUserInput {
@@ -1364,7 +1364,7 @@ input DeleteUsersInput {
1364
1364
 
1365
1365
  type CreatePostPayload {
1366
1366
  post: Post
1367
- clientMutationId: String
1367
+ ok: Boolean
1368
1368
  }
1369
1369
 
1370
1370
  input CreatePostInput {
@@ -1380,7 +1380,7 @@ input CreatePostsInput {
1380
1380
 
1381
1381
  type UpdatePostPayload {
1382
1382
  post: Post
1383
- clientMutationId: String
1383
+ ok: Boolean
1384
1384
  }
1385
1385
 
1386
1386
  input UpdatePostInput {
@@ -1424,7 +1424,7 @@ input UpdatePostsInput {
1424
1424
 
1425
1425
  type DeletePostPayload {
1426
1426
  post: Post
1427
- clientMutationId: String
1427
+ ok: Boolean
1428
1428
  }
1429
1429
 
1430
1430
  input DeletePostInput {
@@ -1438,7 +1438,7 @@ input DeletePostsInput {
1438
1438
 
1439
1439
  type Create_SessionPayload {
1440
1440
  _session: _Session
1441
- clientMutationId: String
1441
+ ok: Boolean
1442
1442
  }
1443
1443
 
1444
1444
  input Create_SessionInput {
@@ -1454,7 +1454,7 @@ input Create_SessionsInput {
1454
1454
 
1455
1455
  type Update_SessionPayload {
1456
1456
  _session: _Session
1457
- clientMutationId: String
1457
+ ok: Boolean
1458
1458
  }
1459
1459
 
1460
1460
  input Update_SessionInput {
@@ -1501,7 +1501,7 @@ input Update_SessionsInput {
1501
1501
 
1502
1502
  type Delete_SessionPayload {
1503
1503
  _session: _Session
1504
- clientMutationId: String
1504
+ ok: Boolean
1505
1505
  }
1506
1506
 
1507
1507
  input Delete_SessionInput {
@@ -1515,7 +1515,7 @@ input Delete_SessionsInput {
1515
1515
 
1516
1516
  type CreateRolePayload {
1517
1517
  role: Role
1518
- clientMutationId: String
1518
+ ok: Boolean
1519
1519
  }
1520
1520
 
1521
1521
  input CreateRoleInput {
@@ -1531,7 +1531,7 @@ input CreateRolesInput {
1531
1531
 
1532
1532
  type UpdateRolePayload {
1533
1533
  role: Role
1534
- clientMutationId: String
1534
+ ok: Boolean
1535
1535
  }
1536
1536
 
1537
1537
  input UpdateRoleInput {
@@ -1575,7 +1575,7 @@ input UpdateRolesInput {
1575
1575
 
1576
1576
  type DeleteRolePayload {
1577
1577
  role: Role
1578
- clientMutationId: String
1578
+ ok: Boolean
1579
1579
  }
1580
1580
 
1581
1581
  input DeleteRoleInput {
@@ -1589,7 +1589,7 @@ input DeleteRolesInput {
1589
1589
 
1590
1590
  type CreatePaymentPayload {
1591
1591
  payment: Payment
1592
- clientMutationId: String
1592
+ ok: Boolean
1593
1593
  }
1594
1594
 
1595
1595
  input CreatePaymentInput {
@@ -1605,7 +1605,7 @@ input CreatePaymentsInput {
1605
1605
 
1606
1606
  type UpdatePaymentPayload {
1607
1607
  payment: Payment
1608
- clientMutationId: String
1608
+ ok: Boolean
1609
1609
  }
1610
1610
 
1611
1611
  input UpdatePaymentInput {
@@ -1650,7 +1650,7 @@ input UpdatePaymentsInput {
1650
1650
 
1651
1651
  type DeletePaymentPayload {
1652
1652
  payment: Payment
1653
- clientMutationId: String
1653
+ ok: Boolean
1654
1654
  }
1655
1655
 
1656
1656
  input DeletePaymentInput {
@@ -1664,7 +1664,7 @@ input DeletePaymentsInput {
1664
1664
 
1665
1665
  type Create_InternalConfigPayload {
1666
1666
  _internalConfig: _InternalConfig
1667
- clientMutationId: String
1667
+ ok: Boolean
1668
1668
  }
1669
1669
 
1670
1670
  input Create_InternalConfigInput {
@@ -1680,7 +1680,7 @@ input Create_InternalConfigsInput {
1680
1680
 
1681
1681
  type Update_InternalConfigPayload {
1682
1682
  _internalConfig: _InternalConfig
1683
- clientMutationId: String
1683
+ ok: Boolean
1684
1684
  }
1685
1685
 
1686
1686
  input Update_InternalConfigInput {
@@ -1725,7 +1725,7 @@ input Update_InternalConfigsInput {
1725
1725
 
1726
1726
  type Delete_InternalConfigPayload {
1727
1727
  _internalConfig: _InternalConfig
1728
- clientMutationId: String
1728
+ ok: Boolean
1729
1729
  }
1730
1730
 
1731
1731
  input Delete_InternalConfigInput {
package/generated/wabe.ts CHANGED
@@ -1477,7 +1477,7 @@ export type MutationVerifyChallengeArgs = {
1477
1477
 
1478
1478
  export type CreateUserPayload = {
1479
1479
  user?: User;
1480
- clientMutationId?: Scalars['String']['output'];
1480
+ ok?: Scalars['Boolean']['output'];
1481
1481
  };
1482
1482
 
1483
1483
  export type CreateUserInput = {
@@ -1493,7 +1493,7 @@ export type CreateUsersInput = {
1493
1493
 
1494
1494
  export type UpdateUserPayload = {
1495
1495
  user?: User;
1496
- clientMutationId?: Scalars['String']['output'];
1496
+ ok?: Scalars['Boolean']['output'];
1497
1497
  };
1498
1498
 
1499
1499
  export type UpdateUserInput = {
@@ -1560,7 +1560,7 @@ export type UpdateUsersInput = {
1560
1560
 
1561
1561
  export type DeleteUserPayload = {
1562
1562
  user?: User;
1563
- clientMutationId?: Scalars['String']['output'];
1563
+ ok?: Scalars['Boolean']['output'];
1564
1564
  };
1565
1565
 
1566
1566
  export type DeleteUserInput = {
@@ -1574,7 +1574,7 @@ export type DeleteUsersInput = {
1574
1574
 
1575
1575
  export type CreatePostPayload = {
1576
1576
  post?: Post;
1577
- clientMutationId?: Scalars['String']['output'];
1577
+ ok?: Scalars['Boolean']['output'];
1578
1578
  };
1579
1579
 
1580
1580
  export type CreatePostInput = {
@@ -1590,7 +1590,7 @@ export type CreatePostsInput = {
1590
1590
 
1591
1591
  export type UpdatePostPayload = {
1592
1592
  post?: Post;
1593
- clientMutationId?: Scalars['String']['output'];
1593
+ ok?: Scalars['Boolean']['output'];
1594
1594
  };
1595
1595
 
1596
1596
  export type UpdatePostInput = {
@@ -1634,7 +1634,7 @@ export type UpdatePostsInput = {
1634
1634
 
1635
1635
  export type DeletePostPayload = {
1636
1636
  post?: Post;
1637
- clientMutationId?: Scalars['String']['output'];
1637
+ ok?: Scalars['Boolean']['output'];
1638
1638
  };
1639
1639
 
1640
1640
  export type DeletePostInput = {
@@ -1648,7 +1648,7 @@ export type DeletePostsInput = {
1648
1648
 
1649
1649
  export type Create_SessionPayload = {
1650
1650
  _session?: _Session;
1651
- clientMutationId?: Scalars['String']['output'];
1651
+ ok?: Scalars['Boolean']['output'];
1652
1652
  };
1653
1653
 
1654
1654
  export type Create_SessionInput = {
@@ -1664,7 +1664,7 @@ export type Create_SessionsInput = {
1664
1664
 
1665
1665
  export type Update_SessionPayload = {
1666
1666
  _session?: _Session;
1667
- clientMutationId?: Scalars['String']['output'];
1667
+ ok?: Scalars['Boolean']['output'];
1668
1668
  };
1669
1669
 
1670
1670
  export type Update_SessionInput = {
@@ -1711,7 +1711,7 @@ export type Update_SessionsInput = {
1711
1711
 
1712
1712
  export type Delete_SessionPayload = {
1713
1713
  _session?: _Session;
1714
- clientMutationId?: Scalars['String']['output'];
1714
+ ok?: Scalars['Boolean']['output'];
1715
1715
  };
1716
1716
 
1717
1717
  export type Delete_SessionInput = {
@@ -1725,7 +1725,7 @@ export type Delete_SessionsInput = {
1725
1725
 
1726
1726
  export type CreateRolePayload = {
1727
1727
  role?: Role;
1728
- clientMutationId?: Scalars['String']['output'];
1728
+ ok?: Scalars['Boolean']['output'];
1729
1729
  };
1730
1730
 
1731
1731
  export type CreateRoleInput = {
@@ -1741,7 +1741,7 @@ export type CreateRolesInput = {
1741
1741
 
1742
1742
  export type UpdateRolePayload = {
1743
1743
  role?: Role;
1744
- clientMutationId?: Scalars['String']['output'];
1744
+ ok?: Scalars['Boolean']['output'];
1745
1745
  };
1746
1746
 
1747
1747
  export type UpdateRoleInput = {
@@ -1785,7 +1785,7 @@ export type UpdateRolesInput = {
1785
1785
 
1786
1786
  export type DeleteRolePayload = {
1787
1787
  role?: Role;
1788
- clientMutationId?: Scalars['String']['output'];
1788
+ ok?: Scalars['Boolean']['output'];
1789
1789
  };
1790
1790
 
1791
1791
  export type DeleteRoleInput = {
@@ -1799,7 +1799,7 @@ export type DeleteRolesInput = {
1799
1799
 
1800
1800
  export type CreatePaymentPayload = {
1801
1801
  payment?: Payment;
1802
- clientMutationId?: Scalars['String']['output'];
1802
+ ok?: Scalars['Boolean']['output'];
1803
1803
  };
1804
1804
 
1805
1805
  export type CreatePaymentInput = {
@@ -1815,7 +1815,7 @@ export type CreatePaymentsInput = {
1815
1815
 
1816
1816
  export type UpdatePaymentPayload = {
1817
1817
  payment?: Payment;
1818
- clientMutationId?: Scalars['String']['output'];
1818
+ ok?: Scalars['Boolean']['output'];
1819
1819
  };
1820
1820
 
1821
1821
  export type UpdatePaymentInput = {
@@ -1860,7 +1860,7 @@ export type UpdatePaymentsInput = {
1860
1860
 
1861
1861
  export type DeletePaymentPayload = {
1862
1862
  payment?: Payment;
1863
- clientMutationId?: Scalars['String']['output'];
1863
+ ok?: Scalars['Boolean']['output'];
1864
1864
  };
1865
1865
 
1866
1866
  export type DeletePaymentInput = {
@@ -1874,7 +1874,7 @@ export type DeletePaymentsInput = {
1874
1874
 
1875
1875
  export type Create_InternalConfigPayload = {
1876
1876
  _internalConfig?: _InternalConfig;
1877
- clientMutationId?: Scalars['String']['output'];
1877
+ ok?: Scalars['Boolean']['output'];
1878
1878
  };
1879
1879
 
1880
1880
  export type Create_InternalConfigInput = {
@@ -1890,7 +1890,7 @@ export type Create_InternalConfigsInput = {
1890
1890
 
1891
1891
  export type Update_InternalConfigPayload = {
1892
1892
  _internalConfig?: _InternalConfig;
1893
- clientMutationId?: Scalars['String']['output'];
1893
+ ok?: Scalars['Boolean']['output'];
1894
1894
  };
1895
1895
 
1896
1896
  export type Update_InternalConfigInput = {
@@ -1935,7 +1935,7 @@ export type Update_InternalConfigsInput = {
1935
1935
 
1936
1936
  export type Delete_InternalConfigPayload = {
1937
1937
  _internalConfig?: _InternalConfig;
1938
- clientMutationId?: Scalars['String']['output'];
1938
+ ok?: Scalars['Boolean']['output'];
1939
1939
  };
1940
1940
 
1941
1941
  export type Delete_InternalConfigInput = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wabe",
3
- "version": "0.5.13",
3
+ "version": "0.5.15",
4
4
  "description": "Your backend in minutes not days",
5
5
  "homepage": "https://wabe.dev",
6
6
  "author": {