@joeygrable94/utm-src-pub-validators 0.0.44 → 0.0.45
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 +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -1
- package/dist/index.d.ts +40 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2154,6 +2154,11 @@ var SGroupUserDocumentWithRelations = v47__namespace.intersect([
|
|
|
2154
2154
|
SBaseGroupUserDocument,
|
|
2155
2155
|
SGroupUserRelationsDocument
|
|
2156
2156
|
]);
|
|
2157
|
+
var SGroupUserDocumentReqRelations = v47__namespace.intersect([
|
|
2158
|
+
SBaseDocument,
|
|
2159
|
+
SBaseGroupUserDocument,
|
|
2160
|
+
SGroupUserRelationsReqDocument
|
|
2161
|
+
]);
|
|
2157
2162
|
var SGroupDocumentWithRelations = v47__namespace.intersect([
|
|
2158
2163
|
SBaseDocument,
|
|
2159
2164
|
SBaseGroupDocument,
|
|
@@ -2566,6 +2571,7 @@ exports.SGroupRelationTrackingLinks = SGroupRelationTrackingLinks;
|
|
|
2566
2571
|
exports.SGroupRelationWebsites = SGroupRelationWebsites;
|
|
2567
2572
|
exports.SGroupRelationsDocument = SGroupRelationsDocument;
|
|
2568
2573
|
exports.SGroupUserDocument = SGroupUserDocument;
|
|
2574
|
+
exports.SGroupUserDocumentReqRelations = SGroupUserDocumentReqRelations;
|
|
2569
2575
|
exports.SGroupUserDocumentWithRelations = SGroupUserDocumentWithRelations;
|
|
2570
2576
|
exports.SGroupUserRelationsDocument = SGroupUserRelationsDocument;
|
|
2571
2577
|
exports.SGroupUserRelationsReqDocument = SGroupUserRelationsReqDocument;
|