@joeygrable94/utm-src-pub-validators 0.0.42 → 0.0.44
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 +33 -1
- package/dist/index.d.ts +33 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1184,6 +1184,10 @@ var SGroupUserRelationsDocument = v47__namespace.intersect([
|
|
|
1184
1184
|
SBaseRelationUser,
|
|
1185
1185
|
SBaseRelationGroup
|
|
1186
1186
|
]);
|
|
1187
|
+
var SGroupUserRelationsReqDocument = v47__namespace.intersect([
|
|
1188
|
+
SBaseRelationReqUser,
|
|
1189
|
+
SBaseRelationReqGroup
|
|
1190
|
+
]);
|
|
1187
1191
|
|
|
1188
1192
|
// src/actions/link-builder.crud.ts
|
|
1189
1193
|
var SUtmLinkBuilderPartCampaignDateOptions = [
|
|
@@ -2564,6 +2568,7 @@ exports.SGroupRelationsDocument = SGroupRelationsDocument;
|
|
|
2564
2568
|
exports.SGroupUserDocument = SGroupUserDocument;
|
|
2565
2569
|
exports.SGroupUserDocumentWithRelations = SGroupUserDocumentWithRelations;
|
|
2566
2570
|
exports.SGroupUserRelationsDocument = SGroupUserRelationsDocument;
|
|
2571
|
+
exports.SGroupUserRelationsReqDocument = SGroupUserRelationsReqDocument;
|
|
2567
2572
|
exports.SLoginUserDocument = SLoginUserDocument;
|
|
2568
2573
|
exports.SMediumDocument = SMediumDocument;
|
|
2569
2574
|
exports.SMediumDocumentWithRelations = SMediumDocumentWithRelations;
|