@joeygrable94/utm-src-pub-validators 0.0.45 → 0.0.46
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 +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +45 -1
- package/dist/index.d.ts +45 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -877,6 +877,7 @@ var SUserAccountDocument = v47__namespace.intersect([
|
|
|
877
877
|
SBaseUserAccountDocument
|
|
878
878
|
]);
|
|
879
879
|
var SUserAccountRelationsDocument = v47__namespace.intersect([SBaseRelationUser]);
|
|
880
|
+
var SUserAccountRelationsReqDocument = v47__namespace.intersect([SBaseRelationReqUser]);
|
|
880
881
|
var SBaseUserLimitationsDocument = v47__namespace.object({
|
|
881
882
|
limit_groups: v47__namespace.number(),
|
|
882
883
|
limit_group_users: v47__namespace.number(),
|
|
@@ -2179,6 +2180,11 @@ var SUserAccountDocumentWithRelations = v47__namespace.intersect([
|
|
|
2179
2180
|
SBaseUserAccountDocument,
|
|
2180
2181
|
SUserAccountRelationsDocument
|
|
2181
2182
|
]);
|
|
2183
|
+
var SUserAccountDocumentReqRelations = v47__namespace.intersect([
|
|
2184
|
+
SBaseDocument,
|
|
2185
|
+
SBaseUserAccountDocument,
|
|
2186
|
+
SUserAccountRelationsReqDocument
|
|
2187
|
+
]);
|
|
2182
2188
|
var SUserLimitationsDocumentWithRelations = v47__namespace.intersect([
|
|
2183
2189
|
SBaseDocument,
|
|
2184
2190
|
SBaseUserLimitationsDocument,
|
|
@@ -2726,8 +2732,10 @@ exports.SUpdateUserAccountDocument = SUpdateUserAccountDocument;
|
|
|
2726
2732
|
exports.SUpdateUserLimitationsDocument = SUpdateUserLimitationsDocument;
|
|
2727
2733
|
exports.SUpdateWebsiteDocumentRequest = SUpdateWebsiteDocumentRequest;
|
|
2728
2734
|
exports.SUserAccountDocument = SUserAccountDocument;
|
|
2735
|
+
exports.SUserAccountDocumentReqRelations = SUserAccountDocumentReqRelations;
|
|
2729
2736
|
exports.SUserAccountDocumentWithRelations = SUserAccountDocumentWithRelations;
|
|
2730
2737
|
exports.SUserAccountRelationsDocument = SUserAccountRelationsDocument;
|
|
2738
|
+
exports.SUserAccountRelationsReqDocument = SUserAccountRelationsReqDocument;
|
|
2731
2739
|
exports.SUserAuthorizationSuccessResponse = SUserAuthorizationSuccessResponse;
|
|
2732
2740
|
exports.SUserDocument = SUserDocument;
|
|
2733
2741
|
exports.SUserDocumentWithAccountAndRoleRelations = SUserDocumentWithAccountAndRoleRelations;
|