@joeygrable94/utm-src-pub-validators 0.0.43 → 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 +11 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +72 -1
- package/dist/index.d.ts +72 -1
- package/dist/index.js +10 -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 = [
|
|
@@ -2150,6 +2154,11 @@ var SGroupUserDocumentWithRelations = v47__namespace.intersect([
|
|
|
2150
2154
|
SBaseGroupUserDocument,
|
|
2151
2155
|
SGroupUserRelationsDocument
|
|
2152
2156
|
]);
|
|
2157
|
+
var SGroupUserDocumentReqRelations = v47__namespace.intersect([
|
|
2158
|
+
SBaseDocument,
|
|
2159
|
+
SBaseGroupUserDocument,
|
|
2160
|
+
SGroupUserRelationsReqDocument
|
|
2161
|
+
]);
|
|
2153
2162
|
var SGroupDocumentWithRelations = v47__namespace.intersect([
|
|
2154
2163
|
SBaseDocument,
|
|
2155
2164
|
SBaseGroupDocument,
|
|
@@ -2562,8 +2571,10 @@ exports.SGroupRelationTrackingLinks = SGroupRelationTrackingLinks;
|
|
|
2562
2571
|
exports.SGroupRelationWebsites = SGroupRelationWebsites;
|
|
2563
2572
|
exports.SGroupRelationsDocument = SGroupRelationsDocument;
|
|
2564
2573
|
exports.SGroupUserDocument = SGroupUserDocument;
|
|
2574
|
+
exports.SGroupUserDocumentReqRelations = SGroupUserDocumentReqRelations;
|
|
2565
2575
|
exports.SGroupUserDocumentWithRelations = SGroupUserDocumentWithRelations;
|
|
2566
2576
|
exports.SGroupUserRelationsDocument = SGroupUserRelationsDocument;
|
|
2577
|
+
exports.SGroupUserRelationsReqDocument = SGroupUserRelationsReqDocument;
|
|
2567
2578
|
exports.SLoginUserDocument = SLoginUserDocument;
|
|
2568
2579
|
exports.SMediumDocument = SMediumDocument;
|
|
2569
2580
|
exports.SMediumDocumentWithRelations = SMediumDocumentWithRelations;
|