@connectedxm/admin 7.4.0 → 7.4.1

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.d.cts CHANGED
@@ -1737,9 +1737,7 @@ interface BaseEventPass {
1737
1737
  ticket: BaseEventPassType;
1738
1738
  location: string | null;
1739
1739
  usedAt: string | null;
1740
- transfer: {
1741
- id: string;
1742
- } | null;
1740
+ transferId: string | null;
1743
1741
  responses: BaseRegistrationQuestionResponse[];
1744
1742
  status: PurchaseStatus;
1745
1743
  reservationId: string | null;
package/dist/index.d.ts CHANGED
@@ -1737,9 +1737,7 @@ interface BaseEventPass {
1737
1737
  ticket: BaseEventPassType;
1738
1738
  location: string | null;
1739
1739
  usedAt: string | null;
1740
- transfer: {
1741
- id: string;
1742
- } | null;
1740
+ transferId: string | null;
1743
1741
  responses: BaseRegistrationQuestionResponse[];
1744
1742
  status: PurchaseStatus;
1745
1743
  reservationId: string | null;
package/openapi.json CHANGED
@@ -100093,16 +100093,8 @@
100093
100093
  "type": "string",
100094
100094
  "nullable": true
100095
100095
  },
100096
- "transfer": {
100097
- "type": "object",
100098
- "properties": {
100099
- "id": {
100100
- "type": "string"
100101
- }
100102
- },
100103
- "required": [
100104
- "id"
100105
- ],
100096
+ "transferId": {
100097
+ "type": "string",
100106
100098
  "nullable": true
100107
100099
  },
100108
100100
  "responses": {
@@ -100177,7 +100169,7 @@
100177
100169
  "ticket",
100178
100170
  "location",
100179
100171
  "usedAt",
100180
- "transfer",
100172
+ "transferId",
100181
100173
  "responses",
100182
100174
  "status",
100183
100175
  "reservationId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",