@sellout/models 0.0.401 → 0.0.402

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.
@@ -0,0 +1,2 @@
1
+ declare const mutation: import("@apollo/client").DocumentNode;
2
+ export default mutation;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const client_1 = require("@apollo/client");
4
+ const mutation = (0, client_1.gql) `
5
+ mutation changeEventDate($eventId: String!, $newStartsAt: Int!) {
6
+ changeEventDate(eventId: $eventId, newStartsAt: $newStartsAt) {
7
+ event {
8
+ _id
9
+ name
10
+ }
11
+ ordersUpdated
12
+ tasksUpdated
13
+ }
14
+ }
15
+ `;
16
+ exports.default = mutation;
17
+ //# sourceMappingURL=changesEventDate.mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changesEventDate.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/changesEventDate.mutation.ts"],"names":[],"mappings":";;AAAA,2CAAqC;AAErC,MAAM,QAAQ,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;CAWnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -32,6 +32,18 @@ const mutation = (0, client_1.gql) `
32
32
  }
33
33
  values
34
34
  }
35
+ payments {
36
+ _id
37
+ paymentIntentId
38
+ amount
39
+ transferAmount
40
+ feeAmount
41
+ feeIds
42
+ createdAt
43
+ createdBy
44
+ promotionCode
45
+ paymentMethodType
46
+ }
35
47
  upgrades {
36
48
  _id
37
49
  name
@@ -1 +1 @@
1
- {"version":3,"file":"createOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrder.mutation.ts"],"names":[],"mappings":";;AAAA,2CAAmC;AAEnC,MAAM,QAAQ,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"createOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrder.mutation.ts"],"names":[],"mappings":";;AAAA,2CAAqC;AAErC,MAAM,QAAQ,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}