@timardex/cluemart-shared 1.5.589 → 1.5.590

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.mts CHANGED
@@ -2668,7 +2668,7 @@ type ShareEventInfoForInvitation = {
2668
2668
  };
2669
2669
  /** Minimal vendor info fields for application share copy (GraphQL share queries). */
2670
2670
  type ShareVendorInfoForApplication = {
2671
- compliance: {
2671
+ compliance?: {
2672
2672
  liabilityInsurance: boolean;
2673
2673
  foodBeverageLicense: boolean;
2674
2674
  } | null;
package/dist/index.d.ts CHANGED
@@ -2668,7 +2668,7 @@ type ShareEventInfoForInvitation = {
2668
2668
  };
2669
2669
  /** Minimal vendor info fields for application share copy (GraphQL share queries). */
2670
2670
  type ShareVendorInfoForApplication = {
2671
- compliance: {
2671
+ compliance?: {
2672
2672
  liabilityInsurance: boolean;
2673
2673
  foodBeverageLicense: boolean;
2674
2674
  } | null;
@@ -39,7 +39,7 @@ type ShareEventInfoForInvitation = {
39
39
  };
40
40
  /** Minimal vendor info fields for application share copy (GraphQL share queries). */
41
41
  type ShareVendorInfoForApplication = {
42
- compliance: {
42
+ compliance?: {
43
43
  liabilityInsurance: boolean;
44
44
  foodBeverageLicense: boolean;
45
45
  } | null;
@@ -39,7 +39,7 @@ type ShareEventInfoForInvitation = {
39
39
  };
40
40
  /** Minimal vendor info fields for application share copy (GraphQL share queries). */
41
41
  type ShareVendorInfoForApplication = {
42
- compliance: {
42
+ compliance?: {
43
43
  liabilityInsurance: boolean;
44
44
  foodBeverageLicense: boolean;
45
45
  } | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.5.589",
3
+ "version": "1.5.590",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",