@joeygrable94/utm-src-pub-validators 0.0.121 → 0.0.122
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 +0 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2022,7 +2022,6 @@ var SStripeCheckoutCreateSession = v__namespace.object({
|
|
|
2022
2022
|
cancel_url: IsValidOrUndefinedUrlDestination
|
|
2023
2023
|
});
|
|
2024
2024
|
var SQueryParamsTrackingLinkDocuments = v__namespace.object({
|
|
2025
|
-
documentId: IsValidReferenceDocumentId,
|
|
2026
2025
|
page: VPage(),
|
|
2027
2026
|
size: VSize(TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT),
|
|
2028
2027
|
sort: VSortTrackingLink,
|
|
@@ -2450,7 +2449,6 @@ var SDeleteCampaignKeyDocument = v__namespace.object({
|
|
|
2450
2449
|
documentId: IsValidReferenceDocumentId
|
|
2451
2450
|
});
|
|
2452
2451
|
var SQueryParamsCampaignPhaseDocuments = v__namespace.object({
|
|
2453
|
-
documentId: IsValidReferenceDocumentId,
|
|
2454
2452
|
page: VPage(),
|
|
2455
2453
|
size: VSize(CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT),
|
|
2456
2454
|
sort: VSortCampaignPhase,
|
|
@@ -2583,7 +2581,6 @@ var SDeleteCampaignProductDocument = v__namespace.object({
|
|
|
2583
2581
|
documentId: IsValidReferenceDocumentId
|
|
2584
2582
|
});
|
|
2585
2583
|
var SQueryParamsCampaignTargetDocuments = v__namespace.object({
|
|
2586
|
-
documentId: IsValidReferenceDocumentId,
|
|
2587
2584
|
page: VPage(),
|
|
2588
2585
|
size: VSize(CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT),
|
|
2589
2586
|
sort: VSortCampaignTarget,
|