@timardex/cluemart-shared 1.5.582 → 1.5.583
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/{auth-DttNPSUK.d.ts → auth-BgVCcndZ.d.ts} +1 -1
- package/dist/{auth-Dxgu9tng.d.mts → auth-CEER2MHh.d.mts} +1 -1
- package/dist/{chunk-I2HBQYH7.mjs → chunk-HBGUKVG7.mjs} +2 -1
- package/dist/chunk-HBGUKVG7.mjs.map +1 -0
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-Bvoxleva.d.ts → global-DL6-Ehpa.d.ts} +1 -0
- package/dist/{global-d07Ak_vP.d.mts → global-Yh8xpsi8.d.mts} +1 -0
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-XGznD4pG.d.mts → post-BYsquNfk.d.mts} +1 -1
- package/dist/{post-BjU07ya4.d.ts → post-aShHZ8AI.d.ts} +1 -1
- package/dist/{resourceActivities-tDVhWyh2.d.mts → resourceActivities-Cpt-893w.d.mts} +1 -1
- package/dist/{resourceActivities-BIoN__lL.d.ts → resourceActivities-MwefkHkN.d.ts} +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-I2HBQYH7.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -388,6 +388,7 @@ interface VendorType extends BaseResourceType {
|
|
|
388
388
|
relationId: string | null;
|
|
389
389
|
relationDates: RelationDate[] | null;
|
|
390
390
|
}[] | null;
|
|
391
|
+
unregisteredVendorId?: string | null;
|
|
391
392
|
}
|
|
392
393
|
type VendorInfoType = Omit<VendorInfoFormData, "_id" | "documentsUpload"> & {
|
|
393
394
|
_id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -388,6 +388,7 @@ interface VendorType extends BaseResourceType {
|
|
|
388
388
|
relationId: string | null;
|
|
389
389
|
relationDates: RelationDate[] | null;
|
|
390
390
|
}[] | null;
|
|
391
|
+
unregisteredVendorId?: string | null;
|
|
391
392
|
}
|
|
392
393
|
type VendorInfoType = Omit<VendorInfoFormData, "_id" | "documentsUpload"> & {
|
|
393
394
|
_id: string;
|