@timardex/cluemart-shared 1.5.548 → 1.5.549
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/{chunk-HYU4YHHL.mjs → chunk-FICQ3PR5.mjs} +1 -1
- package/dist/{chunk-HYU4YHHL.mjs.map → chunk-FICQ3PR5.mjs.map} +1 -1
- package/dist/{chunk-XUQ6GKX7.mjs → chunk-UBAAAYJY.mjs} +2 -1
- package/dist/{chunk-XUQ6GKX7.mjs.map → chunk-UBAAAYJY.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +3 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -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 +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DjuHzWo7.d.mts → post-CY53UsA7.d.mts} +1 -0
- package/dist/{post-C0CIWXwc.d.ts → post-Lc5PrxY6.d.ts} +1 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -5854,6 +5854,7 @@ var POST_FIELDS_FRAGMENT = gql30`
|
|
|
5854
5854
|
postType
|
|
5855
5855
|
resource {
|
|
5856
5856
|
resourceId
|
|
5857
|
+
resourceRegion
|
|
5857
5858
|
resourceType
|
|
5858
5859
|
}
|
|
5859
5860
|
tags
|
|
@@ -6987,6 +6988,7 @@ var postSchema = yup8.object().shape({
|
|
|
6987
6988
|
postType: yup8.mixed().oneOf(Object.values(EnumPostType)).required(),
|
|
6988
6989
|
resource: yup8.object({
|
|
6989
6990
|
resourceId: yup8.string().required(),
|
|
6991
|
+
resourceRegion: yup8.string().required(),
|
|
6990
6992
|
resourceType: yup8.mixed().oneOf(Object.values(EnumResourceType)).required()
|
|
6991
6993
|
}).nullable().optional(),
|
|
6992
6994
|
tags: yup8.array().of(yup8.string().required()).nullable().optional(),
|