@connectedxm/admin 2.4.3 → 2.4.4

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
@@ -4091,6 +4091,7 @@ interface EventSessionQuestionCreateInputs {
4091
4091
  choices?: string[] | null;
4092
4092
  price?: number | string | null;
4093
4093
  supply?: number | string | null;
4094
+ matchType?: keyof typeof MatchQuestionType;
4094
4095
  }
4095
4096
  interface EventSessionQuestionSearchInputs {
4096
4097
  value: string;
@@ -4126,6 +4127,7 @@ interface EventSessionQuestionUpdateInputs {
4126
4127
  featured?: boolean;
4127
4128
  price?: number | string | null;
4128
4129
  supply?: number | string | null;
4130
+ matchType?: keyof typeof MatchQuestionType;
4129
4131
  }
4130
4132
  interface EventSessionSectionCreateInputs {
4131
4133
  name: string;
package/dist/index.d.ts CHANGED
@@ -4091,6 +4091,7 @@ interface EventSessionQuestionCreateInputs {
4091
4091
  choices?: string[] | null;
4092
4092
  price?: number | string | null;
4093
4093
  supply?: number | string | null;
4094
+ matchType?: keyof typeof MatchQuestionType;
4094
4095
  }
4095
4096
  interface EventSessionQuestionSearchInputs {
4096
4097
  value: string;
@@ -4126,6 +4127,7 @@ interface EventSessionQuestionUpdateInputs {
4126
4127
  featured?: boolean;
4127
4128
  price?: number | string | null;
4128
4129
  supply?: number | string | null;
4130
+ matchType?: keyof typeof MatchQuestionType;
4129
4131
  }
4130
4132
  interface EventSessionSectionCreateInputs {
4131
4133
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",