@connectedxm/admin-sdk 7.2.6 → 7.2.8

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/api.ts CHANGED
@@ -2301,6 +2301,7 @@ export interface BaseSideEffect {
2301
2301
  'newAccountTierId': string | null;
2302
2302
  'removedAccountTierId': string | null;
2303
2303
  'passWithQuestionChoiceId': string | null;
2304
+ 'purchasedAddOnId': string | null;
2304
2305
  'joinGroupId': string | null;
2305
2306
  'leaveGroupId': string | null;
2306
2307
  'addToTierId': string | null;
@@ -12697,6 +12698,7 @@ export interface SideEffect {
12697
12698
  'newAccountTierId': string | null;
12698
12699
  'removedAccountTierId': string | null;
12699
12700
  'passWithQuestionChoiceId': string | null;
12701
+ 'purchasedAddOnId': string | null;
12700
12702
  'joinGroupId': string | null;
12701
12703
  'leaveGroupId': string | null;
12702
12704
  'addToTierId': string | null;
@@ -12710,6 +12712,7 @@ export interface SideEffect {
12710
12712
  'newAccountTier': BaseTier | null;
12711
12713
  'removedAccountTier': BaseTier | null;
12712
12714
  'passWithQuestionChoice': BaseRegistrationQuestionChoice | null;
12715
+ 'purchasedAddOn': BaseEventAddOn | null;
12713
12716
  'joinGroup': BaseGroup | null;
12714
12717
  'leaveGroup': BaseGroup | null;
12715
12718
  'addToTier': BaseTier | null;
@@ -12738,7 +12741,8 @@ export enum SideEffectTriggerType {
12738
12741
  NewAccountTier = 'NEW_ACCOUNT_TIER',
12739
12742
  RemovedAccountTier = 'REMOVED_ACCOUNT_TIER',
12740
12743
  NewPassOfPassType = 'NEW_PASS_OF_PASS_TYPE',
12741
- PassWithQuestionChoice = 'PASS_WITH_QUESTION_CHOICE'
12744
+ PassWithQuestionChoice = 'PASS_WITH_QUESTION_CHOICE',
12745
+ PurchasedAddon = 'PURCHASED_ADDON'
12742
12746
  }
12743
12747
 
12744
12748
 
package/dist/api.d.ts CHANGED
@@ -2134,6 +2134,7 @@ export interface BaseSideEffect {
2134
2134
  'newAccountTierId': string | null;
2135
2135
  'removedAccountTierId': string | null;
2136
2136
  'passWithQuestionChoiceId': string | null;
2137
+ 'purchasedAddOnId': string | null;
2137
2138
  'joinGroupId': string | null;
2138
2139
  'leaveGroupId': string | null;
2139
2140
  'addToTierId': string | null;
@@ -11276,6 +11277,7 @@ export interface SideEffect {
11276
11277
  'newAccountTierId': string | null;
11277
11278
  'removedAccountTierId': string | null;
11278
11279
  'passWithQuestionChoiceId': string | null;
11280
+ 'purchasedAddOnId': string | null;
11279
11281
  'joinGroupId': string | null;
11280
11282
  'leaveGroupId': string | null;
11281
11283
  'addToTierId': string | null;
@@ -11289,6 +11291,7 @@ export interface SideEffect {
11289
11291
  'newAccountTier': BaseTier | null;
11290
11292
  'removedAccountTier': BaseTier | null;
11291
11293
  'passWithQuestionChoice': BaseRegistrationQuestionChoice | null;
11294
+ 'purchasedAddOn': BaseEventAddOn | null;
11292
11295
  'joinGroup': BaseGroup | null;
11293
11296
  'leaveGroup': BaseGroup | null;
11294
11297
  'addToTier': BaseTier | null;
@@ -11313,7 +11316,8 @@ export declare enum SideEffectTriggerType {
11313
11316
  NewAccountTier = "NEW_ACCOUNT_TIER",
11314
11317
  RemovedAccountTier = "REMOVED_ACCOUNT_TIER",
11315
11318
  NewPassOfPassType = "NEW_PASS_OF_PASS_TYPE",
11316
- PassWithQuestionChoice = "PASS_WITH_QUESTION_CHOICE"
11319
+ PassWithQuestionChoice = "PASS_WITH_QUESTION_CHOICE",
11320
+ PurchasedAddon = "PURCHASED_ADDON"
11317
11321
  }
11318
11322
  export interface SponsorshipLevelTranslation {
11319
11323
  'id': number;
package/dist/api.js CHANGED
@@ -2420,6 +2420,7 @@ var SideEffectTriggerType;
2420
2420
  SideEffectTriggerType["RemovedAccountTier"] = "REMOVED_ACCOUNT_TIER";
2421
2421
  SideEffectTriggerType["NewPassOfPassType"] = "NEW_PASS_OF_PASS_TYPE";
2422
2422
  SideEffectTriggerType["PassWithQuestionChoice"] = "PASS_WITH_QUESTION_CHOICE";
2423
+ SideEffectTriggerType["PurchasedAddon"] = "PURCHASED_ADDON";
2423
2424
  })(SideEffectTriggerType || (exports.SideEffectTriggerType = SideEffectTriggerType = {}));
2424
2425
  var StorageConfigTypeEnum;
2425
2426
  (function (StorageConfigTypeEnum) {
package/dist/esm/api.d.ts CHANGED
@@ -2134,6 +2134,7 @@ export interface BaseSideEffect {
2134
2134
  'newAccountTierId': string | null;
2135
2135
  'removedAccountTierId': string | null;
2136
2136
  'passWithQuestionChoiceId': string | null;
2137
+ 'purchasedAddOnId': string | null;
2137
2138
  'joinGroupId': string | null;
2138
2139
  'leaveGroupId': string | null;
2139
2140
  'addToTierId': string | null;
@@ -11276,6 +11277,7 @@ export interface SideEffect {
11276
11277
  'newAccountTierId': string | null;
11277
11278
  'removedAccountTierId': string | null;
11278
11279
  'passWithQuestionChoiceId': string | null;
11280
+ 'purchasedAddOnId': string | null;
11279
11281
  'joinGroupId': string | null;
11280
11282
  'leaveGroupId': string | null;
11281
11283
  'addToTierId': string | null;
@@ -11289,6 +11291,7 @@ export interface SideEffect {
11289
11291
  'newAccountTier': BaseTier | null;
11290
11292
  'removedAccountTier': BaseTier | null;
11291
11293
  'passWithQuestionChoice': BaseRegistrationQuestionChoice | null;
11294
+ 'purchasedAddOn': BaseEventAddOn | null;
11292
11295
  'joinGroup': BaseGroup | null;
11293
11296
  'leaveGroup': BaseGroup | null;
11294
11297
  'addToTier': BaseTier | null;
@@ -11313,7 +11316,8 @@ export declare enum SideEffectTriggerType {
11313
11316
  NewAccountTier = "NEW_ACCOUNT_TIER",
11314
11317
  RemovedAccountTier = "REMOVED_ACCOUNT_TIER",
11315
11318
  NewPassOfPassType = "NEW_PASS_OF_PASS_TYPE",
11316
- PassWithQuestionChoice = "PASS_WITH_QUESTION_CHOICE"
11319
+ PassWithQuestionChoice = "PASS_WITH_QUESTION_CHOICE",
11320
+ PurchasedAddon = "PURCHASED_ADDON"
11317
11321
  }
11318
11322
  export interface SponsorshipLevelTranslation {
11319
11323
  'id': number;
package/dist/esm/api.js CHANGED
@@ -2391,6 +2391,7 @@ export var SideEffectTriggerType;
2391
2391
  SideEffectTriggerType["RemovedAccountTier"] = "REMOVED_ACCOUNT_TIER";
2392
2392
  SideEffectTriggerType["NewPassOfPassType"] = "NEW_PASS_OF_PASS_TYPE";
2393
2393
  SideEffectTriggerType["PassWithQuestionChoice"] = "PASS_WITH_QUESTION_CHOICE";
2394
+ SideEffectTriggerType["PurchasedAddon"] = "PURCHASED_ADDON";
2394
2395
  })(SideEffectTriggerType || (SideEffectTriggerType = {}));
2395
2396
  export var StorageConfigTypeEnum;
2396
2397
  (function (StorageConfigTypeEnum) {
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **newAccountTierId** | **string** | | [default to undefined]
12
12
  **removedAccountTierId** | **string** | | [default to undefined]
13
13
  **passWithQuestionChoiceId** | **string** | | [default to undefined]
14
+ **purchasedAddOnId** | **string** | | [default to undefined]
14
15
  **joinGroupId** | **string** | | [default to undefined]
15
16
  **leaveGroupId** | **string** | | [default to undefined]
16
17
  **addToTierId** | **string** | | [default to undefined]
@@ -31,6 +32,7 @@ const instance: BaseSideEffect = {
31
32
  newAccountTierId,
32
33
  removedAccountTierId,
33
34
  passWithQuestionChoiceId,
35
+ purchasedAddOnId,
34
36
  joinGroupId,
35
37
  leaveGroupId,
36
38
  addToTierId,
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **newAccountTierId** | **string** | | [default to undefined]
12
12
  **removedAccountTierId** | **string** | | [default to undefined]
13
13
  **passWithQuestionChoiceId** | **string** | | [default to undefined]
14
+ **purchasedAddOnId** | **string** | | [default to undefined]
14
15
  **joinGroupId** | **string** | | [default to undefined]
15
16
  **leaveGroupId** | **string** | | [default to undefined]
16
17
  **addToTierId** | **string** | | [default to undefined]
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
24
25
  **newAccountTier** | [**BaseTier**](BaseTier.md) | | [default to undefined]
25
26
  **removedAccountTier** | [**BaseTier**](BaseTier.md) | | [default to undefined]
26
27
  **passWithQuestionChoice** | [**BaseRegistrationQuestionChoice**](BaseRegistrationQuestionChoice.md) | | [default to undefined]
28
+ **purchasedAddOn** | [**BaseEventAddOn**](BaseEventAddOn.md) | | [default to undefined]
27
29
  **joinGroup** | [**BaseGroup**](BaseGroup.md) | | [default to undefined]
28
30
  **leaveGroup** | [**BaseGroup**](BaseGroup.md) | | [default to undefined]
29
31
  **addToTier** | [**BaseTier**](BaseTier.md) | | [default to undefined]
@@ -46,6 +48,7 @@ const instance: SideEffect = {
46
48
  newAccountTierId,
47
49
  removedAccountTierId,
48
50
  passWithQuestionChoiceId,
51
+ purchasedAddOnId,
49
52
  joinGroupId,
50
53
  leaveGroupId,
51
54
  addToTierId,
@@ -59,6 +62,7 @@ const instance: SideEffect = {
59
62
  newAccountTier,
60
63
  removedAccountTier,
61
64
  passWithQuestionChoice,
65
+ purchasedAddOn,
62
66
  joinGroup,
63
67
  leaveGroup,
64
68
  addToTier,
@@ -13,4 +13,6 @@
13
13
 
14
14
  * `PassWithQuestionChoice` (value: `'PASS_WITH_QUESTION_CHOICE'`)
15
15
 
16
+ * `PurchasedAddon` (value: `'PURCHASED_ADDON'`)
17
+
16
18
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "7.2.6",
3
+ "version": "7.2.8",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {