@joeygrable94/utm-src-pub-validators 0.0.65 → 0.0.66
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.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1226,6 +1226,10 @@ var SUpdateGroupUserDocumentRequest = v35__namespace.object({
|
|
|
1226
1226
|
var SDeleteGroupUserDocument = v35__namespace.object({
|
|
1227
1227
|
documentId: IsValidReferenceDocumentId
|
|
1228
1228
|
});
|
|
1229
|
+
var SVerifyGroupUserDocument = v35__namespace.object({
|
|
1230
|
+
group: IsValidReferenceDocumentId,
|
|
1231
|
+
user: IsValidReferenceDocumentId
|
|
1232
|
+
});
|
|
1229
1233
|
var SGroupUserDocumentStatus = v35__namespace.object({
|
|
1230
1234
|
verified: v35__namespace.boolean(),
|
|
1231
1235
|
groupUser: v35__namespace.nullable(SGroupDocumentWithRelations),
|
|
@@ -3564,6 +3568,7 @@ exports.SUserRelationTrackingLinks = SUserRelationTrackingLinks;
|
|
|
3564
3568
|
exports.SUserRelationsDocument = SUserRelationsDocument;
|
|
3565
3569
|
exports.SUtmLinkBuilderPartCampaignDateOptions = SUtmLinkBuilderPartCampaignDateOptions;
|
|
3566
3570
|
exports.SUtmLinkBuilderTableForm = SUtmLinkBuilderTableForm;
|
|
3571
|
+
exports.SVerifyGroupUserDocument = SVerifyGroupUserDocument;
|
|
3567
3572
|
exports.SWebsiteDocument = SWebsiteDocument;
|
|
3568
3573
|
exports.SWebsiteDocumentWithRelations = SWebsiteDocumentWithRelations;
|
|
3569
3574
|
exports.SWebsiteRelationsDocument = SWebsiteRelationsDocument;
|