@connectedxm/admin-sdk 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.
@@ -132,7 +132,6 @@ docs/BaseEventPage.md
132
132
  docs/BaseEventPass.md
133
133
  docs/BaseEventPassAttendee.md
134
134
  docs/BaseEventPassAttendeeAccount.md
135
- docs/BaseEventPassTransfer.md
136
135
  docs/BaseEventPassType.md
137
136
  docs/BaseEventPassTypePriceSchedule.md
138
137
  docs/BaseEventPassTypeRefundSchedule.md
package/README.md CHANGED
@@ -1373,7 +1373,6 @@ Class | Method | HTTP request | Description
1373
1373
  - [BaseEventPass](docs/BaseEventPass.md)
1374
1374
  - [BaseEventPassAttendee](docs/BaseEventPassAttendee.md)
1375
1375
  - [BaseEventPassAttendeeAccount](docs/BaseEventPassAttendeeAccount.md)
1376
- - [BaseEventPassTransfer](docs/BaseEventPassTransfer.md)
1377
1376
  - [BaseEventPassType](docs/BaseEventPassType.md)
1378
1377
  - [BaseEventPassTypePriceSchedule](docs/BaseEventPassTypePriceSchedule.md)
1379
1378
  - [BaseEventPassTypeRefundSchedule](docs/BaseEventPassTypeRefundSchedule.md)
package/api.ts CHANGED
@@ -1373,7 +1373,7 @@ export interface BaseEventPass {
1373
1373
  'ticket': BaseEventPassType;
1374
1374
  'location': string | null;
1375
1375
  'usedAt': string | null;
1376
- 'transfer': BaseEventPassTransfer | null;
1376
+ 'transferId': string | null;
1377
1377
  'responses': Array<BaseRegistrationQuestionResponse>;
1378
1378
  'status': PurchaseStatus;
1379
1379
  'reservationId': string | null;
@@ -1398,9 +1398,6 @@ export interface BaseEventPassAttendeeAccount {
1398
1398
  'lastName': string | null;
1399
1399
  'email': string;
1400
1400
  }
1401
- export interface BaseEventPassTransfer {
1402
- 'id': string;
1403
- }
1404
1401
  export interface BaseEventPassType {
1405
1402
  'id': string;
1406
1403
  'slug': string;
@@ -5372,7 +5369,7 @@ export interface EventPass {
5372
5369
  'ticket': BaseEventPassType;
5373
5370
  'location': string | null;
5374
5371
  'usedAt': string | null;
5375
- 'transfer': BaseEventPassTransfer | null;
5372
+ 'transferId': string | null;
5376
5373
  'responses': Array<BaseRegistrationQuestionResponse>;
5377
5374
  'status': PurchaseStatus;
5378
5375
  'reservationId': string | null;
package/dist/api.d.ts CHANGED
@@ -1260,7 +1260,7 @@ export interface BaseEventPass {
1260
1260
  'ticket': BaseEventPassType;
1261
1261
  'location': string | null;
1262
1262
  'usedAt': string | null;
1263
- 'transfer': BaseEventPassTransfer | null;
1263
+ 'transferId': string | null;
1264
1264
  'responses': Array<BaseRegistrationQuestionResponse>;
1265
1265
  'status': PurchaseStatus;
1266
1266
  'reservationId': string | null;
@@ -1283,9 +1283,6 @@ export interface BaseEventPassAttendeeAccount {
1283
1283
  'lastName': string | null;
1284
1284
  'email': string;
1285
1285
  }
1286
- export interface BaseEventPassTransfer {
1287
- 'id': string;
1288
- }
1289
1286
  export interface BaseEventPassType {
1290
1287
  'id': string;
1291
1288
  'slug': string;
@@ -4889,7 +4886,7 @@ export interface EventPass {
4889
4886
  'ticket': BaseEventPassType;
4890
4887
  'location': string | null;
4891
4888
  'usedAt': string | null;
4892
- 'transfer': BaseEventPassTransfer | null;
4889
+ 'transferId': string | null;
4893
4890
  'responses': Array<BaseRegistrationQuestionResponse>;
4894
4891
  'status': PurchaseStatus;
4895
4892
  'reservationId': string | null;
package/dist/esm/api.d.ts CHANGED
@@ -1260,7 +1260,7 @@ export interface BaseEventPass {
1260
1260
  'ticket': BaseEventPassType;
1261
1261
  'location': string | null;
1262
1262
  'usedAt': string | null;
1263
- 'transfer': BaseEventPassTransfer | null;
1263
+ 'transferId': string | null;
1264
1264
  'responses': Array<BaseRegistrationQuestionResponse>;
1265
1265
  'status': PurchaseStatus;
1266
1266
  'reservationId': string | null;
@@ -1283,9 +1283,6 @@ export interface BaseEventPassAttendeeAccount {
1283
1283
  'lastName': string | null;
1284
1284
  'email': string;
1285
1285
  }
1286
- export interface BaseEventPassTransfer {
1287
- 'id': string;
1288
- }
1289
1286
  export interface BaseEventPassType {
1290
1287
  'id': string;
1291
1288
  'slug': string;
@@ -4889,7 +4886,7 @@ export interface EventPass {
4889
4886
  'ticket': BaseEventPassType;
4890
4887
  'location': string | null;
4891
4888
  'usedAt': string | null;
4892
- 'transfer': BaseEventPassTransfer | null;
4889
+ 'transferId': string | null;
4893
4890
  'responses': Array<BaseRegistrationQuestionResponse>;
4894
4891
  'status': PurchaseStatus;
4895
4892
  'reservationId': string | null;
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **ticket** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
15
15
  **location** | **string** | | [default to undefined]
16
16
  **usedAt** | **string** | | [default to undefined]
17
- **transfer** | [**BaseEventPassTransfer**](BaseEventPassTransfer.md) | | [default to undefined]
17
+ **transferId** | **string** | | [default to undefined]
18
18
  **responses** | [**Array&lt;BaseRegistrationQuestionResponse&gt;**](BaseRegistrationQuestionResponse.md) | | [default to undefined]
19
19
  **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
20
20
  **reservationId** | **string** | | [default to undefined]
@@ -43,7 +43,7 @@ const instance: BaseEventPass = {
43
43
  ticket,
44
44
  location,
45
45
  usedAt,
46
- transfer,
46
+ transferId,
47
47
  responses,
48
48
  status,
49
49
  reservationId,
package/docs/EventPass.md CHANGED
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **ticket** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
15
15
  **location** | **string** | | [default to undefined]
16
16
  **usedAt** | **string** | | [default to undefined]
17
- **transfer** | [**BaseEventPassTransfer**](BaseEventPassTransfer.md) | | [default to undefined]
17
+ **transferId** | **string** | | [default to undefined]
18
18
  **responses** | [**Array&lt;BaseRegistrationQuestionResponse&gt;**](BaseRegistrationQuestionResponse.md) | | [default to undefined]
19
19
  **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
20
20
  **reservationId** | **string** | | [default to undefined]
@@ -50,7 +50,7 @@ const instance: EventPass = {
50
50
  ticket,
51
51
  location,
52
52
  usedAt,
53
- transfer,
53
+ transferId,
54
54
  responses,
55
55
  status,
56
56
  reservationId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,20 +0,0 @@
1
- # BaseEventPassTransfer
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { BaseEventPassTransfer } from '@connectedxm/admin-sdk';
14
-
15
- const instance: BaseEventPassTransfer = {
16
- id,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)