@joeygrable94/utm-src-pub-validators 0.0.124 → 0.0.125
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -66,7 +66,6 @@ declare const SDeleteGroupUserDocument: v.ObjectSchema<{
|
|
|
66
66
|
type SDeleteGroupUserDocument = v.InferOutput<typeof SDeleteGroupUserDocument>;
|
|
67
67
|
declare const SVerifyGroupUserDocument: v.ObjectSchema<{
|
|
68
68
|
readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
69
|
-
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
70
69
|
}, undefined>;
|
|
71
70
|
type SVerifyGroupUserDocument = v.InferOutput<typeof SVerifyGroupUserDocument>;
|
|
72
71
|
declare const SGroupUserDocumentStatus: v.ObjectSchema<{
|
package/dist/index.d.ts
CHANGED
|
@@ -66,7 +66,6 @@ declare const SDeleteGroupUserDocument: v.ObjectSchema<{
|
|
|
66
66
|
type SDeleteGroupUserDocument = v.InferOutput<typeof SDeleteGroupUserDocument>;
|
|
67
67
|
declare const SVerifyGroupUserDocument: v.ObjectSchema<{
|
|
68
68
|
readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
69
|
-
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
70
69
|
}, undefined>;
|
|
71
70
|
type SVerifyGroupUserDocument = v.InferOutput<typeof SVerifyGroupUserDocument>;
|
|
72
71
|
declare const SGroupUserDocumentStatus: v.ObjectSchema<{
|
package/dist/index.js
CHANGED
|
@@ -1800,8 +1800,7 @@ var SDeleteGroupUserDocument = v.object({
|
|
|
1800
1800
|
documentId: IsValidReferenceDocumentId
|
|
1801
1801
|
});
|
|
1802
1802
|
var SVerifyGroupUserDocument = v.object({
|
|
1803
|
-
group: IsValidReferenceDocumentId
|
|
1804
|
-
user: IsValidReferenceDocumentId
|
|
1803
|
+
group: IsValidReferenceDocumentId
|
|
1805
1804
|
});
|
|
1806
1805
|
var SGroupUserDocumentStatus = v.object({
|
|
1807
1806
|
verified: v.boolean(),
|