@wix/auto_sdk_events_ticket-definitions 1.0.2 → 1.0.3

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.
@@ -954,7 +954,7 @@ export interface CreateTicketDefinitionOptions {
954
954
  * @public
955
955
  * @requiredField definitionId
956
956
  * @requiredField eventId
957
- * @requiredField options.definition.pricing
957
+ * @requiredField options.definition.pricing.price
958
958
  * @param identifiers - Details of the ticket definition to update.
959
959
  * @param options - Ticket definition details to update.
960
960
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -446,7 +446,7 @@ exports.createTicketDefinition = createTicketDefinition;
446
446
  * @public
447
447
  * @requiredField definitionId
448
448
  * @requiredField eventId
449
- * @requiredField options.definition.pricing
449
+ * @requiredField options.definition.pricing.price
450
450
  * @param identifiers - Details of the ticket definition to update.
451
451
  * @param options - Ticket definition details to update.
452
452
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -954,7 +954,7 @@ export interface CreateTicketDefinitionOptions {
954
954
  * @public
955
955
  * @requiredField definitionId
956
956
  * @requiredField eventId
957
- * @requiredField options.definition.pricing
957
+ * @requiredField options.definition.pricing.price
958
958
  * @param identifiers - Details of the ticket definition to update.
959
959
  * @param options - Ticket definition details to update.
960
960
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -415,7 +415,7 @@ export async function createTicketDefinition(eventId, options) {
415
415
  * @public
416
416
  * @requiredField definitionId
417
417
  * @requiredField eventId
418
- * @requiredField options.definition.pricing
418
+ * @requiredField options.definition.pricing.price
419
419
  * @param identifiers - Details of the ticket definition to update.
420
420
  * @param options - Ticket definition details to update.
421
421
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -960,7 +960,7 @@ export interface CreateTicketDefinitionOptions {
960
960
  * @public
961
961
  * @requiredField definitionId
962
962
  * @requiredField eventId
963
- * @requiredField options.definition.pricing
963
+ * @requiredField options.definition.pricing.price
964
964
  * @param identifiers - Details of the ticket definition to update.
965
965
  * @param options - Ticket definition details to update.
966
966
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -446,7 +446,7 @@ exports.createTicketDefinition = createTicketDefinition;
446
446
  * @public
447
447
  * @requiredField definitionId
448
448
  * @requiredField eventId
449
- * @requiredField options.definition.pricing
449
+ * @requiredField options.definition.pricing.price
450
450
  * @param identifiers - Details of the ticket definition to update.
451
451
  * @param options - Ticket definition details to update.
452
452
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -960,7 +960,7 @@ export interface CreateTicketDefinitionOptions {
960
960
  * @public
961
961
  * @requiredField definitionId
962
962
  * @requiredField eventId
963
- * @requiredField options.definition.pricing
963
+ * @requiredField options.definition.pricing.price
964
964
  * @param identifiers - Details of the ticket definition to update.
965
965
  * @param options - Ticket definition details to update.
966
966
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
@@ -415,7 +415,7 @@ export async function createTicketDefinition(eventId, options) {
415
415
  * @public
416
416
  * @requiredField definitionId
417
417
  * @requiredField eventId
418
- * @requiredField options.definition.pricing
418
+ * @requiredField options.definition.pricing.price
419
419
  * @param identifiers - Details of the ticket definition to update.
420
420
  * @param options - Ticket definition details to update.
421
421
  * @permissionId WIX_EVENTS.MANAGE_TICKET_DEFINITIONS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_ticket-definitions",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.events.v1.ticket_definition"
49
49
  }
50
50
  },
51
- "falconPackageHash": "ec2c92efd8321f109a45a9bbda16f1184f4dd20fba54982af00779c5"
51
+ "falconPackageHash": "343c2c803e87c11080b50f654258041d436c9270c47a3e3e202408b4"
52
52
  }