@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/package.json +1 -1
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;
|
package/dist/sharing/index.d.mts
CHANGED
|
@@ -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/dist/sharing/index.d.ts
CHANGED
|
@@ -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;
|