@getcommunity/gc-validators 0.0.289 → 0.0.291
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/{abac-CpbcNkbR.mjs → abac-CGxdvbQf.mjs} +35 -0
- package/dist/{abac-COY7Q7ag.cjs → abac-DIUw6Nr_.cjs} +35 -0
- package/dist/base/index.cjs +2 -2
- package/dist/base/index.d.cts +1 -1
- package/dist/base/index.d.mts +1 -1
- package/dist/base/index.mjs +2 -2
- package/dist/constants/index.cjs +8 -1
- package/dist/constants/index.d.cts +23 -2
- package/dist/constants/index.d.mts +23 -2
- package/dist/constants/index.mjs +3 -2
- package/dist/{constants-DB2bRdS_.mjs → constants-B1uUxM_L.mjs} +7 -0
- package/dist/{constants-Bn1xFL1W.cjs → constants-mrp_BI6r.cjs} +7 -0
- package/dist/{document-CPHhI3jF.d.cts → document-BDzkSuMs.d.cts} +245 -31
- package/dist/{document-DmlmGzg1.cjs → document-COvzAXMs.cjs} +48 -25
- package/dist/{document-DHJf5HxE.d.mts → document-ClH7HY-M.d.mts} +245 -31
- package/dist/{document-D8qKQkPt.mjs → document-xaZwhufe.mjs} +43 -26
- package/dist/entities/audit-log/mutation.cjs +1 -1
- package/dist/entities/audit-log/mutation.mjs +1 -1
- package/dist/entities/audit-log/query.cjs +1 -1
- package/dist/entities/audit-log/query.mjs +1 -1
- package/dist/entities/blog-post/fields.cjs +1 -1
- package/dist/entities/blog-post/fields.mjs +1 -1
- package/dist/entities/blog-post/query.cjs +2 -2
- package/dist/entities/blog-post/query.mjs +2 -2
- package/dist/entities/category/mutation.cjs +1 -1
- package/dist/entities/category/mutation.mjs +1 -1
- package/dist/entities/category/query.cjs +1 -1
- package/dist/entities/category/query.mjs +1 -1
- package/dist/entities/client/document.cjs +1 -1
- package/dist/entities/client/document.d.cts +1 -1
- package/dist/entities/client/document.d.mts +1 -1
- package/dist/entities/client/document.mjs +1 -1
- package/dist/entities/client/mutation.cjs +1 -1
- package/dist/entities/client/mutation.mjs +1 -1
- package/dist/entities/client/query.cjs +1 -1
- package/dist/entities/client/query.mjs +1 -1
- package/dist/entities/client-content-pillar/document.cjs +1 -1
- package/dist/entities/client-content-pillar/document.d.cts +1 -1
- package/dist/entities/client-content-pillar/document.d.mts +1 -1
- package/dist/entities/client-content-pillar/document.mjs +1 -1
- package/dist/entities/client-content-pillar/mutation.cjs +1 -1
- package/dist/entities/client-content-pillar/mutation.mjs +1 -1
- package/dist/entities/client-content-pillar/query.cjs +1 -1
- package/dist/entities/client-content-pillar/query.mjs +1 -1
- package/dist/entities/client-email/constants.cjs +5 -0
- package/dist/entities/client-email/constants.d.cts +4 -0
- package/dist/entities/client-email/constants.d.mts +4 -0
- package/dist/entities/client-email/constants.mjs +4 -0
- package/dist/entities/client-email/document.cjs +3 -0
- package/dist/entities/client-email/document.d.cts +2 -0
- package/dist/entities/client-email/document.d.mts +2 -0
- package/dist/entities/client-email/document.mjs +2 -0
- package/dist/entities/client-email/fields.cjs +13 -0
- package/dist/entities/client-email/fields.d.cts +8 -0
- package/dist/entities/client-email/fields.d.mts +8 -0
- package/dist/entities/client-email/fields.mjs +8 -0
- package/dist/entities/client-email/mutation.cjs +54 -0
- package/dist/entities/client-email/mutation.d.cts +71 -0
- package/dist/entities/client-email/mutation.d.mts +71 -0
- package/dist/entities/client-email/mutation.mjs +46 -0
- package/dist/entities/client-email/query.cjs +33 -0
- package/dist/entities/client-email/query.d.cts +28 -0
- package/dist/entities/client-email/query.d.mts +28 -0
- package/dist/entities/client-email/query.mjs +29 -0
- package/dist/entities/client-media-platform/document.cjs +1 -1
- package/dist/entities/client-media-platform/document.d.cts +1 -1
- package/dist/entities/client-media-platform/document.d.mts +1 -1
- package/dist/entities/client-media-platform/document.mjs +1 -1
- package/dist/entities/client-media-platform/mutation.cjs +1 -1
- package/dist/entities/client-media-platform/mutation.mjs +1 -1
- package/dist/entities/client-media-platform/query.cjs +1 -1
- package/dist/entities/client-media-platform/query.mjs +1 -1
- package/dist/entities/client-project/document.cjs +1 -1
- package/dist/entities/client-project/document.d.cts +1 -1
- package/dist/entities/client-project/document.d.mts +1 -1
- package/dist/entities/client-project/document.mjs +1 -1
- package/dist/entities/client-project/mutation.cjs +1 -1
- package/dist/entities/client-project/mutation.mjs +1 -1
- package/dist/entities/client-project/query.cjs +1 -1
- package/dist/entities/client-project/query.mjs +1 -1
- package/dist/entities/client-report/document.cjs +1 -1
- package/dist/entities/client-report/document.d.cts +1 -1
- package/dist/entities/client-report/document.d.mts +1 -1
- package/dist/entities/client-report/document.mjs +1 -1
- package/dist/entities/client-report/mutation.cjs +1 -1
- package/dist/entities/client-report/mutation.mjs +1 -1
- package/dist/entities/client-report/query.cjs +1 -1
- package/dist/entities/client-report/query.mjs +1 -1
- package/dist/entities/client-styleguide/document.cjs +1 -1
- package/dist/entities/client-styleguide/document.d.cts +1 -1
- package/dist/entities/client-styleguide/document.d.mts +1 -1
- package/dist/entities/client-styleguide/document.mjs +1 -1
- package/dist/entities/client-styleguide/mutation.cjs +1 -1
- package/dist/entities/client-styleguide/mutation.mjs +1 -1
- package/dist/entities/client-styleguide/query.cjs +1 -1
- package/dist/entities/client-styleguide/query.mjs +1 -1
- package/dist/entities/client-user/document.cjs +1 -1
- package/dist/entities/client-user/document.d.cts +1 -1
- package/dist/entities/client-user/document.d.mts +1 -1
- package/dist/entities/client-user/document.mjs +1 -1
- package/dist/entities/client-user/fields.cjs +1 -1
- package/dist/entities/client-user/fields.d.cts +1 -1
- package/dist/entities/client-user/fields.d.mts +1 -1
- package/dist/entities/client-user/fields.mjs +1 -1
- package/dist/entities/client-user/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.d.cts +1 -1
- package/dist/entities/client-user/mutation.d.mts +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +1 -1
- package/dist/entities/client-user/query.d.cts +1 -1
- package/dist/entities/client-user/query.d.mts +1 -1
- package/dist/entities/client-user/query.mjs +1 -1
- package/dist/entities/content-pillar/document.cjs +1 -1
- package/dist/entities/content-pillar/document.d.cts +1 -1
- package/dist/entities/content-pillar/document.d.mts +1 -1
- package/dist/entities/content-pillar/document.mjs +1 -1
- package/dist/entities/content-pillar/mutation.cjs +1 -1
- package/dist/entities/content-pillar/mutation.mjs +1 -1
- package/dist/entities/content-pillar/query.cjs +1 -1
- package/dist/entities/content-pillar/query.mjs +1 -1
- package/dist/entities/formatter/constants.cjs +5 -24
- package/dist/entities/formatter/constants.d.cts +2 -7
- package/dist/entities/formatter/constants.d.mts +2 -7
- package/dist/entities/formatter/constants.mjs +2 -17
- package/dist/entities/formatter/fields.d.cts +2 -2
- package/dist/entities/formatter/fields.d.mts +2 -2
- package/dist/entities/gcflytour/document.cjs +1 -1
- package/dist/entities/gcflytour/document.d.cts +1 -1
- package/dist/entities/gcflytour/document.d.mts +1 -1
- package/dist/entities/gcflytour/document.mjs +1 -1
- package/dist/entities/gcflytour/mutation.cjs +1 -1
- package/dist/entities/gcflytour/mutation.mjs +1 -1
- package/dist/entities/gcflytour/query.cjs +1 -1
- package/dist/entities/gcflytour/query.mjs +1 -1
- package/dist/entities/gcflytour-snap/document.cjs +1 -1
- package/dist/entities/gcflytour-snap/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap/document.mjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.cjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.mjs +1 -1
- package/dist/entities/gcflytour-snap/query.cjs +1 -1
- package/dist/entities/gcflytour-snap/query.mjs +1 -1
- package/dist/entities/lead/mutation.cjs +1 -1
- package/dist/entities/lead/mutation.mjs +1 -1
- package/dist/entities/media-content-type/document.cjs +1 -1
- package/dist/entities/media-content-type/document.d.cts +1 -1
- package/dist/entities/media-content-type/document.d.mts +1 -1
- package/dist/entities/media-content-type/document.mjs +1 -1
- package/dist/entities/media-content-type/mutation.cjs +1 -1
- package/dist/entities/media-content-type/mutation.mjs +1 -1
- package/dist/entities/media-content-type/query.cjs +1 -1
- package/dist/entities/media-content-type/query.mjs +1 -1
- package/dist/entities/media-creative-format/document.cjs +1 -1
- package/dist/entities/media-creative-format/document.d.cts +1 -1
- package/dist/entities/media-creative-format/document.d.mts +1 -1
- package/dist/entities/media-creative-format/document.mjs +1 -1
- package/dist/entities/media-creative-format/mutation.cjs +1 -1
- package/dist/entities/media-creative-format/mutation.mjs +1 -1
- package/dist/entities/media-creative-format/query.cjs +1 -1
- package/dist/entities/media-creative-format/query.mjs +1 -1
- package/dist/entities/media-medium/document.cjs +1 -1
- package/dist/entities/media-medium/document.d.cts +1 -1
- package/dist/entities/media-medium/document.d.mts +1 -1
- package/dist/entities/media-medium/document.mjs +1 -1
- package/dist/entities/media-medium/mutation.cjs +1 -1
- package/dist/entities/media-medium/mutation.mjs +1 -1
- package/dist/entities/media-medium/query.cjs +1 -1
- package/dist/entities/media-medium/query.mjs +1 -1
- package/dist/entities/media-platform/document.cjs +1 -1
- package/dist/entities/media-platform/document.d.cts +1 -1
- package/dist/entities/media-platform/document.d.mts +1 -1
- package/dist/entities/media-platform/document.mjs +1 -1
- package/dist/entities/media-platform/mutation.cjs +1 -1
- package/dist/entities/media-platform/mutation.mjs +1 -1
- package/dist/entities/media-platform/query.cjs +1 -1
- package/dist/entities/media-platform/query.mjs +1 -1
- package/dist/entities/monday-workspace/document.cjs +1 -1
- package/dist/entities/monday-workspace/document.d.cts +1 -1
- package/dist/entities/monday-workspace/document.d.mts +1 -1
- package/dist/entities/monday-workspace/document.mjs +1 -1
- package/dist/entities/monday-workspace/mutation.cjs +1 -1
- package/dist/entities/monday-workspace/mutation.mjs +1 -1
- package/dist/entities/monday-workspace/query.cjs +1 -1
- package/dist/entities/monday-workspace/query.mjs +1 -1
- package/dist/entities/newsletter-signup/mutation.cjs +1 -1
- package/dist/entities/newsletter-signup/mutation.mjs +1 -1
- package/dist/entities/product-highlight/document.cjs +1 -1
- package/dist/entities/product-highlight/document.d.cts +1 -1
- package/dist/entities/product-highlight/document.d.mts +1 -1
- package/dist/entities/product-highlight/document.mjs +1 -1
- package/dist/entities/resume/mutation.cjs +1 -1
- package/dist/entities/resume/mutation.mjs +1 -1
- package/dist/entities/tag/mutation.cjs +1 -1
- package/dist/entities/tag/mutation.mjs +1 -1
- package/dist/entities/tag/query.cjs +1 -1
- package/dist/entities/tag/query.mjs +1 -1
- package/dist/entities/team-member/query.cjs +1 -1
- package/dist/entities/team-member/query.mjs +1 -1
- package/dist/entities/trend/mutation.cjs +1 -1
- package/dist/entities/trend/mutation.mjs +1 -1
- package/dist/entities/up-auth/mutation.d.cts +1 -1
- package/dist/entities/up-auth/mutation.d.mts +1 -1
- package/dist/entities/up-permission/document.cjs +1 -1
- package/dist/entities/up-permission/document.d.cts +1 -1
- package/dist/entities/up-permission/document.d.mts +1 -1
- package/dist/entities/up-permission/document.mjs +1 -1
- package/dist/entities/up-permission/fields.d.cts +1 -1
- package/dist/entities/up-permission/fields.d.mts +1 -1
- package/dist/entities/up-role/document.cjs +1 -1
- package/dist/entities/up-role/document.d.cts +1 -1
- package/dist/entities/up-role/document.d.mts +1 -1
- package/dist/entities/up-role/document.mjs +1 -1
- package/dist/entities/up-role/query.cjs +1 -1
- package/dist/entities/up-role/query.d.cts +1 -1
- package/dist/entities/up-role/query.d.mts +1 -1
- package/dist/entities/up-role/query.mjs +1 -1
- package/dist/entities/up-user/document.cjs +1 -1
- package/dist/entities/up-user/document.d.cts +1 -1
- package/dist/entities/up-user/document.d.mts +1 -1
- package/dist/entities/up-user/document.mjs +1 -1
- package/dist/entities/up-user/query.cjs +1 -1
- package/dist/entities/up-user/query.d.cts +1 -1
- package/dist/entities/up-user/query.d.mts +1 -1
- package/dist/entities/up-user/query.mjs +1 -1
- package/dist/entities/upload/mutation.cjs +9 -0
- package/dist/entities/upload/mutation.d.cts +10 -1
- package/dist/entities/upload/mutation.d.mts +10 -1
- package/dist/entities/upload/mutation.mjs +9 -1
- package/dist/entities/url-redirect/query.cjs +1 -1
- package/dist/entities/url-redirect/query.mjs +1 -1
- package/dist/entities/user-account/document.cjs +1 -1
- package/dist/entities/user-account/document.d.cts +1 -1
- package/dist/entities/user-account/document.d.mts +1 -1
- package/dist/entities/user-account/document.mjs +1 -1
- package/dist/entities/user-account/mutation.cjs +1 -1
- package/dist/entities/user-account/mutation.mjs +1 -1
- package/dist/entities/user-account/query.cjs +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +1 -1
- package/dist/entities/utm-link-builder/mutation.mjs +1 -1
- package/dist/entities/utm-tracking-link/document.cjs +1 -1
- package/dist/entities/utm-tracking-link/document.d.cts +1 -1
- package/dist/entities/utm-tracking-link/document.d.mts +1 -1
- package/dist/entities/utm-tracking-link/document.mjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.cjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.mjs +1 -1
- package/dist/entities/utm-tracking-link/query.cjs +2 -2
- package/dist/entities/utm-tracking-link/query.d.cts +1 -1
- package/dist/entities/utm-tracking-link/query.d.mts +1 -1
- package/dist/entities/utm-tracking-link/query.mjs +2 -2
- package/dist/{fields-DaAvm6kj.d.cts → fields-CRaDKzi3.d.cts} +1 -1
- package/dist/{fields-CPhXlK2H.d.cts → fields-CcH10Ybe.d.cts} +1 -0
- package/dist/{fields-CPhXlK2H.d.mts → fields-CcH10Ybe.d.mts} +1 -0
- package/dist/{fields-BoIWv7BD.d.mts → fields-DbNgWbgS.d.mts} +1 -1
- package/dist/filters/index.cjs +1 -1
- package/dist/filters/index.mjs +1 -1
- package/dist/{identifier-CXlBnKdk.mjs → identifier-CeOY3BU-.mjs} +1 -1
- package/dist/{identifier-Dmax1xo2.cjs → identifier-Di0Gx239.cjs} +1 -1
- package/dist/{index-BKBU3KSE.d.mts → index-COEq2o6s.d.mts} +6 -6
- package/dist/{index-C4ndicLs.d.cts → index-C_iAaSf1.d.cts} +6 -6
- package/dist/mime-types-Czgq2Q_k.mjs +35 -0
- package/dist/mime-types-Ds7pD7ws.cjs +70 -0
- package/dist/permissions/index.cjs +2 -2
- package/dist/permissions/index.d.cts +2 -2
- package/dist/permissions/index.d.mts +2 -2
- package/dist/permissions/index.mjs +2 -2
- package/dist/{query-Ck2SJ88F.d.cts → query-79CK1qXP.d.cts} +4 -4
- package/dist/{query-B_Kr4diZ.mjs → query-Bzv2SS5C.mjs} +2 -2
- package/dist/{query-DHuJnqmE.d.mts → query-C-1Mp1j6.d.mts} +2 -2
- package/dist/{query-C1EUVVMT.cjs → query-CQVW_n7R.cjs} +1 -1
- package/dist/{query-CQEN_HJN.mjs → query-Ctmp66KS.mjs} +1 -1
- package/dist/{query-BkrbXapq.mjs → query-DVIHcRpR.mjs} +1 -1
- package/dist/{query-v1y5ioJw.cjs → query-Dh3ryD3m.cjs} +12 -12
- package/dist/{query-okrI1jn4.cjs → query-Do9f-PY3.cjs} +2 -2
- package/dist/{query-BPwlZCZP.d.cts → query-Dxilctoo.d.cts} +2 -2
- package/dist/{query-D_xMsBEz.cjs → query-M5dC8L8L.cjs} +1 -1
- package/dist/{query-BFgNXzID.mjs → query-WLdChTbq.mjs} +13 -13
- package/dist/{query-CTqyKcbH.cjs → query-hXEB-Beo.cjs} +1 -1
- package/dist/{query-CSOBMIJi.mjs → query-k5JTPobF.mjs} +1 -1
- package/dist/{query-DzgCwtIj.d.mts → query-z32wChYv.d.mts} +4 -4
- package/dist/{relationships-BjJkIfbK.cjs → relationships-BiOl8YTc.cjs} +1 -1
- package/dist/{relationships-BFmesnzw.mjs → relationships-CrME6xzN.mjs} +1 -1
- package/dist/{strapi-CbzOOgDf.mjs → strapi-BC-FAeFs.mjs} +12 -0
- package/dist/{strapi-So9y0Azv.cjs → strapi-DmXh0tey.cjs} +12 -0
- package/dist/utilities/index.cjs +1 -1
- package/dist/utilities/index.d.cts +2 -2
- package/dist/utilities/index.d.mts +2 -2
- package/dist/utilities/index.mjs +1 -1
- package/package.json +4 -1
|
@@ -41,6 +41,13 @@ const ROLE_PERMISSIONS = {
|
|
|
41
41
|
update: false,
|
|
42
42
|
delete: false
|
|
43
43
|
},
|
|
44
|
+
"client-email": {
|
|
45
|
+
list: false,
|
|
46
|
+
create: false,
|
|
47
|
+
read: false,
|
|
48
|
+
update: false,
|
|
49
|
+
delete: false
|
|
50
|
+
},
|
|
44
51
|
"client-media-platform": {
|
|
45
52
|
list: false,
|
|
46
53
|
create: false,
|
|
@@ -168,6 +175,13 @@ const ROLE_PERMISSIONS = {
|
|
|
168
175
|
update: false,
|
|
169
176
|
delete: false
|
|
170
177
|
},
|
|
178
|
+
"client-email": {
|
|
179
|
+
list: false,
|
|
180
|
+
create: false,
|
|
181
|
+
read: false,
|
|
182
|
+
update: false,
|
|
183
|
+
delete: false
|
|
184
|
+
},
|
|
171
185
|
"client-media-platform": {
|
|
172
186
|
list: false,
|
|
173
187
|
create: false,
|
|
@@ -296,6 +310,13 @@ const ROLE_PERMISSIONS = {
|
|
|
296
310
|
update: (u, p, d) => p.scopes.includes("client-content-pillar:update"),
|
|
297
311
|
delete: false
|
|
298
312
|
},
|
|
313
|
+
"client-email": {
|
|
314
|
+
list: (u, p, d) => true,
|
|
315
|
+
create: (u, p) => p.scopes.includes("client-email:create"),
|
|
316
|
+
read: (u, p, d) => true,
|
|
317
|
+
update: (u, p, d) => p.scopes.includes("client-email:update"),
|
|
318
|
+
delete: (u, p, d) => p.scopes.includes("client-email:delete")
|
|
319
|
+
},
|
|
299
320
|
"client-media-platform": {
|
|
300
321
|
list: (u, p, d) => p.scopes.includes("client-media-platform:list"),
|
|
301
322
|
create: (u, p) => p.scopes.includes("client-media-platform:create"),
|
|
@@ -424,6 +445,13 @@ const ROLE_PERMISSIONS = {
|
|
|
424
445
|
update: true,
|
|
425
446
|
delete: true
|
|
426
447
|
},
|
|
448
|
+
"client-email": {
|
|
449
|
+
list: true,
|
|
450
|
+
create: true,
|
|
451
|
+
read: true,
|
|
452
|
+
update: true,
|
|
453
|
+
delete: true
|
|
454
|
+
},
|
|
427
455
|
"client-media-platform": {
|
|
428
456
|
list: true,
|
|
429
457
|
create: true,
|
|
@@ -552,6 +580,13 @@ const ROLE_PERMISSIONS = {
|
|
|
552
580
|
update: (u, p, d) => p.scopes.includes("client-content-pillar:update"),
|
|
553
581
|
delete: false
|
|
554
582
|
},
|
|
583
|
+
"client-email": {
|
|
584
|
+
list: (u, p, d) => true,
|
|
585
|
+
create: (u, p) => p.scopes.includes("client-email:create"),
|
|
586
|
+
read: (u, p, d) => true,
|
|
587
|
+
update: (u, p, d) => p.scopes.includes("client-email:update"),
|
|
588
|
+
delete: (u, p, d) => p.scopes.includes("client-email:delete")
|
|
589
|
+
},
|
|
555
590
|
"client-media-platform": {
|
|
556
591
|
list: (u, p, d) => p.scopes.includes("client-media-platform:list"),
|
|
557
592
|
create: (u, p) => p.scopes.includes("client-media-platform:create"),
|
|
@@ -41,6 +41,13 @@ const ROLE_PERMISSIONS = {
|
|
|
41
41
|
update: false,
|
|
42
42
|
delete: false
|
|
43
43
|
},
|
|
44
|
+
"client-email": {
|
|
45
|
+
list: false,
|
|
46
|
+
create: false,
|
|
47
|
+
read: false,
|
|
48
|
+
update: false,
|
|
49
|
+
delete: false
|
|
50
|
+
},
|
|
44
51
|
"client-media-platform": {
|
|
45
52
|
list: false,
|
|
46
53
|
create: false,
|
|
@@ -168,6 +175,13 @@ const ROLE_PERMISSIONS = {
|
|
|
168
175
|
update: false,
|
|
169
176
|
delete: false
|
|
170
177
|
},
|
|
178
|
+
"client-email": {
|
|
179
|
+
list: false,
|
|
180
|
+
create: false,
|
|
181
|
+
read: false,
|
|
182
|
+
update: false,
|
|
183
|
+
delete: false
|
|
184
|
+
},
|
|
171
185
|
"client-media-platform": {
|
|
172
186
|
list: false,
|
|
173
187
|
create: false,
|
|
@@ -296,6 +310,13 @@ const ROLE_PERMISSIONS = {
|
|
|
296
310
|
update: (u, p, d) => p.scopes.includes("client-content-pillar:update"),
|
|
297
311
|
delete: false
|
|
298
312
|
},
|
|
313
|
+
"client-email": {
|
|
314
|
+
list: (u, p, d) => true,
|
|
315
|
+
create: (u, p) => p.scopes.includes("client-email:create"),
|
|
316
|
+
read: (u, p, d) => true,
|
|
317
|
+
update: (u, p, d) => p.scopes.includes("client-email:update"),
|
|
318
|
+
delete: (u, p, d) => p.scopes.includes("client-email:delete")
|
|
319
|
+
},
|
|
299
320
|
"client-media-platform": {
|
|
300
321
|
list: (u, p, d) => p.scopes.includes("client-media-platform:list"),
|
|
301
322
|
create: (u, p) => p.scopes.includes("client-media-platform:create"),
|
|
@@ -424,6 +445,13 @@ const ROLE_PERMISSIONS = {
|
|
|
424
445
|
update: true,
|
|
425
446
|
delete: true
|
|
426
447
|
},
|
|
448
|
+
"client-email": {
|
|
449
|
+
list: true,
|
|
450
|
+
create: true,
|
|
451
|
+
read: true,
|
|
452
|
+
update: true,
|
|
453
|
+
delete: true
|
|
454
|
+
},
|
|
427
455
|
"client-media-platform": {
|
|
428
456
|
list: true,
|
|
429
457
|
create: true,
|
|
@@ -552,6 +580,13 @@ const ROLE_PERMISSIONS = {
|
|
|
552
580
|
update: (u, p, d) => p.scopes.includes("client-content-pillar:update"),
|
|
553
581
|
delete: false
|
|
554
582
|
},
|
|
583
|
+
"client-email": {
|
|
584
|
+
list: (u, p, d) => true,
|
|
585
|
+
create: (u, p) => p.scopes.includes("client-email:create"),
|
|
586
|
+
read: (u, p, d) => true,
|
|
587
|
+
update: (u, p, d) => p.scopes.includes("client-email:update"),
|
|
588
|
+
delete: (u, p, d) => p.scopes.includes("client-email:delete")
|
|
589
|
+
},
|
|
555
590
|
"client-media-platform": {
|
|
556
591
|
list: (u, p, d) => p.scopes.includes("client-media-platform:list"),
|
|
557
592
|
create: (u, p) => p.scopes.includes("client-media-platform:create"),
|
package/dist/base/index.cjs
CHANGED
|
@@ -2,8 +2,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_chunk = require("../chunk-D6vf50IK.cjs");
|
|
3
3
|
const require_component = require("../component-C1Babote.cjs");
|
|
4
4
|
const require_document = require("../document-ELoPkmwU.cjs");
|
|
5
|
-
const require_relationships = require("../relationships-
|
|
6
|
-
const require_query = require("../query-
|
|
5
|
+
const require_relationships = require("../relationships-BiOl8YTc.cjs");
|
|
6
|
+
const require_query = require("../query-Do9f-PY3.cjs");
|
|
7
7
|
const require_fonts = require("../fonts-STT8wGz3.cjs");
|
|
8
8
|
const require_json = require("../json-Tsc8HEYI.cjs");
|
|
9
9
|
const require_theme = require("../theme-BNknkRG9.cjs");
|
package/dist/base/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as FormSelectInputOption, A as StrapiErrorResult, B as AssociateManyEntitiesOptional, C as SortOrder, D as StrapiAttributeErrorResponse, E as StrapiAttributeErrorKey, F as StrapiSingleResponse, G as SSetEntityRelationshipRequest, H as AssociateOneEntityOptional, I as AssociateEntityPosition, J as STRAPI_LINK_REL, K as QueryStrapiPaginated, L as AssociateEntityPositionDocumentRequest, M as StrapiPagination, N as StrapiResponseMeta, O as StrapiErrorDetail, P as StrapiResponseMetaWithPagination, Q as StrapiLinkTarget, R as AssociateEntityRelationshipRequest, S as SORT_ORDER, T as StrapiAttributeErrorDetail, U as QueryManyEntities, V as AssociateOneEntity, W as SEntityPosition, X as StrapiLinkReferrerPolicy, Y as STRAPI_LINK_TARGET, Z as StrapiLinkRel, _ as ContentStatus, a as STRAPI_ICON_POSITION, at as WEBSAFE_FONT_SERIF, b as ValidStrapiSpecialEntity, c as STRAPI_THEME_OPTIONS, ct as WebSafeFontMono, d as StrapiGapSizes, dt as BaseDocument, et as FONT_HEADER_SIZE, f as StrapiIconName, ft as BaseComponent, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, it as WEBSAFE_FONT_SANS, j as StrapiListResponse, k as StrapiErrorResponse, l as StrapiBgColorOptions, lt as WebSafeFontSans, m as StrapiLinkType, n as STRAPI_DIRECTION, nt as WEBSAFE_FONT_DISPLAY, o as STRAPI_LINK_TYPE, ot as WebSafeFont, p as StrapiIconPosition, pt as BaseComponentId, q as STRAPI_LINK_REFERRER_POLICY, r as STRAPI_GAP_SIZES, rt as WEBSAFE_FONT_MONO, s as STRAPI_TEXT_COLOR_OPTIONS, st as WebSafeFontDisplay, t as STRAPI_BG_COLOR_OPTIONS, tt as FontHeaderSize, u as StrapiDirection, ut as WebSafeFontSerif, v as ValidStrapiCollectionEntity, w as SortString, x as QuerySortValues, y as ValidStrapiSingleEntity, z as AssociateManyEntities } from "../index-
|
|
1
|
+
import { $ as FormSelectInputOption, A as StrapiErrorResult, B as AssociateManyEntitiesOptional, C as SortOrder, D as StrapiAttributeErrorResponse, E as StrapiAttributeErrorKey, F as StrapiSingleResponse, G as SSetEntityRelationshipRequest, H as AssociateOneEntityOptional, I as AssociateEntityPosition, J as STRAPI_LINK_REL, K as QueryStrapiPaginated, L as AssociateEntityPositionDocumentRequest, M as StrapiPagination, N as StrapiResponseMeta, O as StrapiErrorDetail, P as StrapiResponseMetaWithPagination, Q as StrapiLinkTarget, R as AssociateEntityRelationshipRequest, S as SORT_ORDER, T as StrapiAttributeErrorDetail, U as QueryManyEntities, V as AssociateOneEntity, W as SEntityPosition, X as StrapiLinkReferrerPolicy, Y as STRAPI_LINK_TARGET, Z as StrapiLinkRel, _ as ContentStatus, a as STRAPI_ICON_POSITION, at as WEBSAFE_FONT_SERIF, b as ValidStrapiSpecialEntity, c as STRAPI_THEME_OPTIONS, ct as WebSafeFontMono, d as StrapiGapSizes, dt as BaseDocument, et as FONT_HEADER_SIZE, f as StrapiIconName, ft as BaseComponent, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, it as WEBSAFE_FONT_SANS, j as StrapiListResponse, k as StrapiErrorResponse, l as StrapiBgColorOptions, lt as WebSafeFontSans, m as StrapiLinkType, n as STRAPI_DIRECTION, nt as WEBSAFE_FONT_DISPLAY, o as STRAPI_LINK_TYPE, ot as WebSafeFont, p as StrapiIconPosition, pt as BaseComponentId, q as STRAPI_LINK_REFERRER_POLICY, r as STRAPI_GAP_SIZES, rt as WEBSAFE_FONT_MONO, s as STRAPI_TEXT_COLOR_OPTIONS, st as WebSafeFontDisplay, t as STRAPI_BG_COLOR_OPTIONS, tt as FontHeaderSize, u as StrapiDirection, ut as WebSafeFontSerif, v as ValidStrapiCollectionEntity, w as SortString, x as QuerySortValues, y as ValidStrapiSingleEntity, z as AssociateManyEntities } from "../index-C_iAaSf1.cjs";
|
|
2
2
|
import { a as QueryStrapiByPhone, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as FilterStrapiBase, t as QueryStrapiByDocumentId } from "../query-BOv5YhYc.cjs";
|
|
3
3
|
import { n as JsonSchema, t as JsonData } from "../json-Ygk2txLN.cjs";
|
|
4
4
|
import { n as MediaFormats, r as MediaUploadDocument, t as MediaFormat } from "../media-upload-B8nH0XyP.cjs";
|
package/dist/base/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as FormSelectInputOption, A as StrapiErrorResult, B as AssociateManyEntitiesOptional, C as SortOrder, D as StrapiAttributeErrorResponse, E as StrapiAttributeErrorKey, F as StrapiSingleResponse, G as SSetEntityRelationshipRequest, H as AssociateOneEntityOptional, I as AssociateEntityPosition, J as STRAPI_LINK_REL, K as QueryStrapiPaginated, L as AssociateEntityPositionDocumentRequest, M as StrapiPagination, N as StrapiResponseMeta, O as StrapiErrorDetail, P as StrapiResponseMetaWithPagination, Q as StrapiLinkTarget, R as AssociateEntityRelationshipRequest, S as SORT_ORDER, T as StrapiAttributeErrorDetail, U as QueryManyEntities, V as AssociateOneEntity, W as SEntityPosition, X as StrapiLinkReferrerPolicy, Y as STRAPI_LINK_TARGET, Z as StrapiLinkRel, _ as ContentStatus, a as STRAPI_ICON_POSITION, at as WEBSAFE_FONT_SERIF, b as ValidStrapiSpecialEntity, c as STRAPI_THEME_OPTIONS, ct as WebSafeFontMono, d as StrapiGapSizes, dt as BaseDocument, et as FONT_HEADER_SIZE, f as StrapiIconName, ft as BaseComponent, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, it as WEBSAFE_FONT_SANS, j as StrapiListResponse, k as StrapiErrorResponse, l as StrapiBgColorOptions, lt as WebSafeFontSans, m as StrapiLinkType, n as STRAPI_DIRECTION, nt as WEBSAFE_FONT_DISPLAY, o as STRAPI_LINK_TYPE, ot as WebSafeFont, p as StrapiIconPosition, pt as BaseComponentId, q as STRAPI_LINK_REFERRER_POLICY, r as STRAPI_GAP_SIZES, rt as WEBSAFE_FONT_MONO, s as STRAPI_TEXT_COLOR_OPTIONS, st as WebSafeFontDisplay, t as STRAPI_BG_COLOR_OPTIONS, tt as FontHeaderSize, u as StrapiDirection, ut as WebSafeFontSerif, v as ValidStrapiCollectionEntity, w as SortString, x as QuerySortValues, y as ValidStrapiSingleEntity, z as AssociateManyEntities } from "../index-
|
|
1
|
+
import { $ as FormSelectInputOption, A as StrapiErrorResult, B as AssociateManyEntitiesOptional, C as SortOrder, D as StrapiAttributeErrorResponse, E as StrapiAttributeErrorKey, F as StrapiSingleResponse, G as SSetEntityRelationshipRequest, H as AssociateOneEntityOptional, I as AssociateEntityPosition, J as STRAPI_LINK_REL, K as QueryStrapiPaginated, L as AssociateEntityPositionDocumentRequest, M as StrapiPagination, N as StrapiResponseMeta, O as StrapiErrorDetail, P as StrapiResponseMetaWithPagination, Q as StrapiLinkTarget, R as AssociateEntityRelationshipRequest, S as SORT_ORDER, T as StrapiAttributeErrorDetail, U as QueryManyEntities, V as AssociateOneEntity, W as SEntityPosition, X as StrapiLinkReferrerPolicy, Y as STRAPI_LINK_TARGET, Z as StrapiLinkRel, _ as ContentStatus, a as STRAPI_ICON_POSITION, at as WEBSAFE_FONT_SERIF, b as ValidStrapiSpecialEntity, c as STRAPI_THEME_OPTIONS, ct as WebSafeFontMono, d as StrapiGapSizes, dt as BaseDocument, et as FONT_HEADER_SIZE, f as StrapiIconName, ft as BaseComponent, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, it as WEBSAFE_FONT_SANS, j as StrapiListResponse, k as StrapiErrorResponse, l as StrapiBgColorOptions, lt as WebSafeFontSans, m as StrapiLinkType, n as STRAPI_DIRECTION, nt as WEBSAFE_FONT_DISPLAY, o as STRAPI_LINK_TYPE, ot as WebSafeFont, p as StrapiIconPosition, pt as BaseComponentId, q as STRAPI_LINK_REFERRER_POLICY, r as STRAPI_GAP_SIZES, rt as WEBSAFE_FONT_MONO, s as STRAPI_TEXT_COLOR_OPTIONS, st as WebSafeFontDisplay, t as STRAPI_BG_COLOR_OPTIONS, tt as FontHeaderSize, u as StrapiDirection, ut as WebSafeFontSerif, v as ValidStrapiCollectionEntity, w as SortString, x as QuerySortValues, y as ValidStrapiSingleEntity, z as AssociateManyEntities } from "../index-COEq2o6s.mjs";
|
|
2
2
|
import { a as QueryStrapiByPhone, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as FilterStrapiBase, t as QueryStrapiByDocumentId } from "../query-BQkvCQDy.mjs";
|
|
3
3
|
import { n as JsonSchema, t as JsonData } from "../json-Ygk2txLN.mjs";
|
|
4
4
|
import { n as MediaFormats, r as MediaUploadDocument, t as MediaFormat } from "../media-upload-B8nH0XyP.mjs";
|
package/dist/base/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as BaseComponentId, t as BaseComponent } from "../component-DmmlXZsZ.mjs";
|
|
2
2
|
import { t as BaseDocument } from "../document-CBGZr7I-.mjs";
|
|
3
|
-
import { a as AssociateManyEntitiesOptional, c as QueryManyEntities, d as ContentStatus, f as ValidStrapiCollectionEntity, i as AssociateManyEntities, l as SEntityPosition, m as ValidStrapiSpecialEntity, n as AssociateEntityPositionDocumentRequest, o as AssociateOneEntity, p as ValidStrapiSingleEntity, r as AssociateEntityRelationshipRequest, s as AssociateOneEntityOptional, t as AssociateEntityPosition, u as SSetEntityRelationshipRequest } from "../relationships-
|
|
4
|
-
import { a as QueryStrapiByPhone, c as FilterStrapiBase, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as QueryStrapiPaginated, t as QueryStrapiByDocumentId } from "../query-
|
|
3
|
+
import { a as AssociateManyEntitiesOptional, c as QueryManyEntities, d as ContentStatus, f as ValidStrapiCollectionEntity, i as AssociateManyEntities, l as SEntityPosition, m as ValidStrapiSpecialEntity, n as AssociateEntityPositionDocumentRequest, o as AssociateOneEntity, p as ValidStrapiSingleEntity, r as AssociateEntityRelationshipRequest, s as AssociateOneEntityOptional, t as AssociateEntityPosition, u as SSetEntityRelationshipRequest } from "../relationships-CrME6xzN.mjs";
|
|
4
|
+
import { a as QueryStrapiByPhone, c as FilterStrapiBase, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as QueryStrapiPaginated, t as QueryStrapiByDocumentId } from "../query-Bzv2SS5C.mjs";
|
|
5
5
|
import { a as WEBSAFE_FONT_SANS, c as WebSafeFontDisplay, d as WebSafeFontSerif, i as WEBSAFE_FONT_MONO, l as WebSafeFontMono, n as FontHeaderSize, o as WEBSAFE_FONT_SERIF, r as WEBSAFE_FONT_DISPLAY, s as WebSafeFont, t as FONT_HEADER_SIZE, u as WebSafeFontSans } from "../fonts-Xd1HQzm1.mjs";
|
|
6
6
|
import { t as JsonSchema } from "../json-BJPzCgmI.mjs";
|
|
7
7
|
import { S as StrapiLinkTarget, _ as STRAPI_LINK_REFERRER_POLICY, a as STRAPI_ICON_POSITION, b as StrapiLinkReferrerPolicy, c as STRAPI_THEME_OPTIONS, d as StrapiGapSizes, f as StrapiIconName, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, l as StrapiBgColorOptions, m as StrapiLinkType, n as STRAPI_DIRECTION, o as STRAPI_LINK_TYPE, p as StrapiIconPosition, r as STRAPI_GAP_SIZES, s as STRAPI_TEXT_COLOR_OPTIONS, t as STRAPI_BG_COLOR_OPTIONS, u as StrapiDirection, v as STRAPI_LINK_REL, x as StrapiLinkRel, y as STRAPI_LINK_TARGET } from "../theme-Dtb4Jddr.mjs";
|
package/dist/constants/index.cjs
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_strapi = require("../strapi-
|
|
2
|
+
const require_strapi = require("../strapi-DmXh0tey.cjs");
|
|
3
3
|
const require_limits = require("../limits-Drbhufdn.cjs");
|
|
4
4
|
const require_regex = require("../regex-CyP06YBM.cjs");
|
|
5
5
|
const require_error_messages = require("../error-messages-CmNKheX2.cjs");
|
|
6
6
|
const require_pagination = require("../pagination-CDGlCs8j.cjs");
|
|
7
|
+
const require_mime_types = require("../mime-types-Ds7pD7ws.cjs");
|
|
7
8
|
//#region src/constants/form-generics.ts
|
|
8
9
|
const NUMBER_OF_EMPLOYEE_OPTIONS = [
|
|
9
10
|
{
|
|
@@ -196,7 +197,10 @@ exports.ERROR_MESSAGE_UTM_URL = require_error_messages.ERROR_MESSAGE_UTM_URL;
|
|
|
196
197
|
exports.GC_DESIRED_CONTENT_OPTIONS = GC_DESIRED_CONTENT_OPTIONS;
|
|
197
198
|
exports.GC_SERVICE_OPTIONS = GC_SERVICE_OPTIONS;
|
|
198
199
|
exports.GC_VIDEO_SERVICE_OPTIONS = GC_VIDEO_SERVICE_OPTIONS;
|
|
200
|
+
exports.HTML_MIME_TYPES = require_mime_types.HTML_MIME_TYPES;
|
|
201
|
+
exports.IMAGE_MIME_TYPES = require_mime_types.IMAGE_MIME_TYPES;
|
|
199
202
|
exports.JOB_ROLE_GROUP = JOB_ROLE_GROUP;
|
|
203
|
+
exports.JSON_MIME_TYPES = require_mime_types.JSON_MIME_TYPES;
|
|
200
204
|
exports.LIMIT_LONG_STRING_MAX_LENGTH = require_limits.LIMIT_LONG_STRING_MAX_LENGTH;
|
|
201
205
|
exports.LIMIT_MAX_DESTINATION = require_limits.LIMIT_MAX_DESTINATION;
|
|
202
206
|
exports.LIMIT_MAX_EMAIL = require_limits.LIMIT_MAX_EMAIL;
|
|
@@ -234,6 +238,7 @@ exports.LIMIT_VAL_20 = require_limits.LIMIT_VAL_20;
|
|
|
234
238
|
exports.LIMIT_VAL_255 = require_limits.LIMIT_VAL_255;
|
|
235
239
|
exports.LIMIT_VAL_32 = require_limits.LIMIT_VAL_32;
|
|
236
240
|
exports.LIMIT_VAL_64 = require_limits.LIMIT_VAL_64;
|
|
241
|
+
exports.MJML_MIME_TYPES = require_mime_types.MJML_MIME_TYPES;
|
|
237
242
|
exports.NUMBER_OF_EMPLOYEE_OPTIONS = NUMBER_OF_EMPLOYEE_OPTIONS;
|
|
238
243
|
exports.RATING_RANGE_5 = RATING_RANGE_5;
|
|
239
244
|
exports.REGEX_BRAND_COLOR_SLUG = require_regex.REGEX_BRAND_COLOR_SLUG;
|
|
@@ -244,4 +249,6 @@ exports.STRAPI_COLLECTION_ENTITY_ENDPOINTS = require_strapi.STRAPI_COLLECTION_EN
|
|
|
244
249
|
exports.STRAPI_ENTITY_UIDS = require_strapi.STRAPI_ENTITY_UIDS;
|
|
245
250
|
exports.STRAPI_SINGLE_ENTITY_ENDPOINTS = require_strapi.STRAPI_SINGLE_ENTITY_ENDPOINTS;
|
|
246
251
|
exports.STRAPI_SPECIAL_ENTITIES = require_strapi.STRAPI_SPECIAL_ENTITIES;
|
|
252
|
+
exports.TXT_MIME_TYPES = require_mime_types.TXT_MIME_TYPES;
|
|
253
|
+
exports.XML_MIME_TYPES = require_mime_types.XML_MIME_TYPES;
|
|
247
254
|
exports.getStrapiEntityValues = require_strapi.getStrapiEntityValues;
|
|
@@ -174,6 +174,15 @@ declare const LIMIT_MAX_UTM_TERM = 2028;
|
|
|
174
174
|
declare const LIMIT_MIN_UTM_ID = 1;
|
|
175
175
|
declare const LIMIT_MAX_UTM_ID = 2030;
|
|
176
176
|
//#endregion
|
|
177
|
+
//#region src/constants/mime-types.d.ts
|
|
178
|
+
type MimeType = `${string}/${string}`;
|
|
179
|
+
declare const IMAGE_MIME_TYPES: ["image/jpeg", "image/png", "image/gif", "image/webp"];
|
|
180
|
+
declare const MJML_MIME_TYPES: ["text/plain", "application/xml", "text/xml", "application/octet-stream"];
|
|
181
|
+
declare const HTML_MIME_TYPES: ["text/html", "application/xhtml+xml", "application/html"];
|
|
182
|
+
declare const XML_MIME_TYPES: ["text/xml", "application/xml", "application/rss+xml", "application/atom+xml"];
|
|
183
|
+
declare const JSON_MIME_TYPES: ["text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines"];
|
|
184
|
+
declare const TXT_MIME_TYPES: ["text/plain", "application/octet-stream"];
|
|
185
|
+
//#endregion
|
|
177
186
|
//#region src/constants/pagination.d.ts
|
|
178
187
|
declare const LIMIT_TABLE_PAGINATION_DEFAULT_SIZE = 10;
|
|
179
188
|
declare const LIMIT_PAGINATION_DEFAULT_SIZE = 20;
|
|
@@ -265,6 +274,18 @@ declare const STRAPI_ENTITY_UIDS: {
|
|
|
265
274
|
readonly verifyClientAccess: true;
|
|
266
275
|
readonly verifyScopeAccess: false;
|
|
267
276
|
};
|
|
277
|
+
readonly CLIENT_EMAIL: {
|
|
278
|
+
readonly uid: "api::client-email.client-email";
|
|
279
|
+
readonly nameSingular: "Client Email";
|
|
280
|
+
readonly namePlural: "Client Emails";
|
|
281
|
+
readonly scopeKey: "client-email";
|
|
282
|
+
readonly endpoint: "client-emails";
|
|
283
|
+
readonly apiType: "collection";
|
|
284
|
+
readonly auditOps: true;
|
|
285
|
+
readonly verifyOwner: false;
|
|
286
|
+
readonly verifyClientAccess: true;
|
|
287
|
+
readonly verifyScopeAccess: false;
|
|
288
|
+
};
|
|
268
289
|
readonly CLIENT_MEDIA_PLATFORM: {
|
|
269
290
|
readonly uid: "api::client-media-platform.client-media-platform";
|
|
270
291
|
readonly nameSingular: "Client Media Platform";
|
|
@@ -687,7 +708,7 @@ declare const STRAPI_ENTITY_UIDS: {
|
|
|
687
708
|
};
|
|
688
709
|
};
|
|
689
710
|
type StrapiEntity = (typeof STRAPI_ENTITY_UIDS)[keyof typeof STRAPI_ENTITY_UIDS];
|
|
690
|
-
declare const STRAPI_COLLECTION_ENTITY_ENDPOINTS: ("tags" | "clients" | "users" | "audit-logs" | "blog-posts" | "categories" | "client-users" | "client-content-pillars" | "client-media-platforms" | "client-projects" | "client-reports" | "client-styleguides" | "comments" | "comment-reports" | "content-pillars" | "gc-fly-tours" | "gc-fly-tour-snaps" | "leads" | "media-content-types" | "media-creative-formats" | "media-mediums" | "media-platforms" | "monday-workspaces" | "newsletter-signups" | "products" | "product-highlights" | "resumes" | "team-members" | "trends" | "roles" | "user-accounts" | "url-redirections" | "utm-tracking-links")[];
|
|
711
|
+
declare const STRAPI_COLLECTION_ENTITY_ENDPOINTS: ("tags" | "clients" | "users" | "audit-logs" | "blog-posts" | "categories" | "client-users" | "client-content-pillars" | "client-emails" | "client-media-platforms" | "client-projects" | "client-reports" | "client-styleguides" | "comments" | "comment-reports" | "content-pillars" | "gc-fly-tours" | "gc-fly-tour-snaps" | "leads" | "media-content-types" | "media-creative-formats" | "media-mediums" | "media-platforms" | "monday-workspaces" | "newsletter-signups" | "products" | "product-highlights" | "resumes" | "team-members" | "trends" | "roles" | "user-accounts" | "url-redirections" | "utm-tracking-links")[];
|
|
691
712
|
declare const STRAPI_SINGLE_ENTITY_ENDPOINTS: ("faq" | "blog-page" | "careers-page" | "landing-page" | "privacy-policy" | "sms-policy" | "team-page" | "utm-meta")[];
|
|
692
713
|
//#endregion
|
|
693
|
-
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, JOB_ROLE_GROUP, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, StrapiEntity, getStrapiEntityValues };
|
|
714
|
+
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, HTML_MIME_TYPES, IMAGE_MIME_TYPES, JOB_ROLE_GROUP, JSON_MIME_TYPES, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, MJML_MIME_TYPES, MimeType, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, StrapiEntity, TXT_MIME_TYPES, XML_MIME_TYPES, getStrapiEntityValues };
|
|
@@ -174,6 +174,15 @@ declare const LIMIT_MAX_UTM_TERM = 2028;
|
|
|
174
174
|
declare const LIMIT_MIN_UTM_ID = 1;
|
|
175
175
|
declare const LIMIT_MAX_UTM_ID = 2030;
|
|
176
176
|
//#endregion
|
|
177
|
+
//#region src/constants/mime-types.d.ts
|
|
178
|
+
type MimeType = `${string}/${string}`;
|
|
179
|
+
declare const IMAGE_MIME_TYPES: ["image/jpeg", "image/png", "image/gif", "image/webp"];
|
|
180
|
+
declare const MJML_MIME_TYPES: ["text/plain", "application/xml", "text/xml", "application/octet-stream"];
|
|
181
|
+
declare const HTML_MIME_TYPES: ["text/html", "application/xhtml+xml", "application/html"];
|
|
182
|
+
declare const XML_MIME_TYPES: ["text/xml", "application/xml", "application/rss+xml", "application/atom+xml"];
|
|
183
|
+
declare const JSON_MIME_TYPES: ["text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines"];
|
|
184
|
+
declare const TXT_MIME_TYPES: ["text/plain", "application/octet-stream"];
|
|
185
|
+
//#endregion
|
|
177
186
|
//#region src/constants/pagination.d.ts
|
|
178
187
|
declare const LIMIT_TABLE_PAGINATION_DEFAULT_SIZE = 10;
|
|
179
188
|
declare const LIMIT_PAGINATION_DEFAULT_SIZE = 20;
|
|
@@ -265,6 +274,18 @@ declare const STRAPI_ENTITY_UIDS: {
|
|
|
265
274
|
readonly verifyClientAccess: true;
|
|
266
275
|
readonly verifyScopeAccess: false;
|
|
267
276
|
};
|
|
277
|
+
readonly CLIENT_EMAIL: {
|
|
278
|
+
readonly uid: "api::client-email.client-email";
|
|
279
|
+
readonly nameSingular: "Client Email";
|
|
280
|
+
readonly namePlural: "Client Emails";
|
|
281
|
+
readonly scopeKey: "client-email";
|
|
282
|
+
readonly endpoint: "client-emails";
|
|
283
|
+
readonly apiType: "collection";
|
|
284
|
+
readonly auditOps: true;
|
|
285
|
+
readonly verifyOwner: false;
|
|
286
|
+
readonly verifyClientAccess: true;
|
|
287
|
+
readonly verifyScopeAccess: false;
|
|
288
|
+
};
|
|
268
289
|
readonly CLIENT_MEDIA_PLATFORM: {
|
|
269
290
|
readonly uid: "api::client-media-platform.client-media-platform";
|
|
270
291
|
readonly nameSingular: "Client Media Platform";
|
|
@@ -687,7 +708,7 @@ declare const STRAPI_ENTITY_UIDS: {
|
|
|
687
708
|
};
|
|
688
709
|
};
|
|
689
710
|
type StrapiEntity = (typeof STRAPI_ENTITY_UIDS)[keyof typeof STRAPI_ENTITY_UIDS];
|
|
690
|
-
declare const STRAPI_COLLECTION_ENTITY_ENDPOINTS: ("tags" | "clients" | "users" | "audit-logs" | "blog-posts" | "categories" | "client-users" | "client-content-pillars" | "client-media-platforms" | "client-projects" | "client-reports" | "client-styleguides" | "comments" | "comment-reports" | "content-pillars" | "gc-fly-tours" | "gc-fly-tour-snaps" | "leads" | "media-content-types" | "media-creative-formats" | "media-mediums" | "media-platforms" | "monday-workspaces" | "newsletter-signups" | "products" | "product-highlights" | "resumes" | "team-members" | "trends" | "roles" | "user-accounts" | "url-redirections" | "utm-tracking-links")[];
|
|
711
|
+
declare const STRAPI_COLLECTION_ENTITY_ENDPOINTS: ("tags" | "clients" | "users" | "audit-logs" | "blog-posts" | "categories" | "client-users" | "client-content-pillars" | "client-emails" | "client-media-platforms" | "client-projects" | "client-reports" | "client-styleguides" | "comments" | "comment-reports" | "content-pillars" | "gc-fly-tours" | "gc-fly-tour-snaps" | "leads" | "media-content-types" | "media-creative-formats" | "media-mediums" | "media-platforms" | "monday-workspaces" | "newsletter-signups" | "products" | "product-highlights" | "resumes" | "team-members" | "trends" | "roles" | "user-accounts" | "url-redirections" | "utm-tracking-links")[];
|
|
691
712
|
declare const STRAPI_SINGLE_ENTITY_ENDPOINTS: ("faq" | "blog-page" | "careers-page" | "landing-page" | "privacy-policy" | "sms-policy" | "team-page" | "utm-meta")[];
|
|
692
713
|
//#endregion
|
|
693
|
-
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, JOB_ROLE_GROUP, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, StrapiEntity, getStrapiEntityValues };
|
|
714
|
+
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, HTML_MIME_TYPES, IMAGE_MIME_TYPES, JOB_ROLE_GROUP, JSON_MIME_TYPES, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, MJML_MIME_TYPES, MimeType, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, StrapiEntity, TXT_MIME_TYPES, XML_MIME_TYPES, getStrapiEntityValues };
|
package/dist/constants/index.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { a as STRAPI_SPECIAL_ENTITIES, i as STRAPI_SINGLE_ENTITY_ENDPOINTS, n as STRAPI_COLLECTION_ENTITY_ENDPOINTS, o as getStrapiEntityValues, r as STRAPI_ENTITY_UIDS, t as CONTENT_STATUS } from "../strapi-
|
|
1
|
+
import { a as STRAPI_SPECIAL_ENTITIES, i as STRAPI_SINGLE_ENTITY_ENDPOINTS, n as STRAPI_COLLECTION_ENTITY_ENDPOINTS, o as getStrapiEntityValues, r as STRAPI_ENTITY_UIDS, t as CONTENT_STATUS } from "../strapi-BC-FAeFs.mjs";
|
|
2
2
|
import { A as LIMIT_VAL_100, C as LIMIT_MIN_UTM_ID, D as LIMIT_MIN_VALUE, E as LIMIT_MIN_UTM_TERM, M as LIMIT_VAL_255, N as LIMIT_VAL_32, O as LIMIT_SHORT_STRING_MAX_LENGTH, P as LIMIT_VAL_64, S as LIMIT_MIN_UTM_CREATIVE_FORMAT, T as LIMIT_MIN_UTM_SOURCE, _ as LIMIT_MIN_PASSWORD, a as LIMIT_MAX_PHONE, b as LIMIT_MIN_UTM_CAMPAIGN, c as LIMIT_MAX_UTM_CONTENT, d as LIMIT_MAX_UTM_MEDIUM, f as LIMIT_MAX_UTM_SOURCE, g as LIMIT_MIN_EMAIL, h as LIMIT_MIN_DESTINATION, i as LIMIT_MAX_PASSWORD, j as LIMIT_VAL_20, k as LIMIT_VAL_10, l as LIMIT_MAX_UTM_CREATIVE_FORMAT, m as LIMIT_MEDIUM_STRING_MAX_LENGTH, n as LIMIT_MAX_DESTINATION, o as LIMIT_MAX_USERNAME, p as LIMIT_MAX_UTM_TERM, r as LIMIT_MAX_EMAIL, s as LIMIT_MAX_UTM_CAMPAIGN, t as LIMIT_LONG_STRING_MAX_LENGTH, u as LIMIT_MAX_UTM_ID, v as LIMIT_MIN_PHONE, w as LIMIT_MIN_UTM_MEDIUM, x as LIMIT_MIN_UTM_CONTENT, y as LIMIT_MIN_USERNAME } from "../limits-Dlni_x0-.mjs";
|
|
3
3
|
import { a as REGEX_NANP_PHONE, i as REGEX_BRAND_COLOR_SLUG, n as ERROR_MESSAGE_REGEX_URL_SLUG, o as REGEX_URL_SLUG, r as ERROR_MESSAGE_REGEX_UTM_VALUE, s as REGEX_UTM_VALUE, t as ERROR_MESSAGE_REGEX_PHONE } from "../regex-B0yrJN5-.mjs";
|
|
4
4
|
import { a as ERROR_MESSAGE_URL_NO_QUERY_PARAMS, i as ERROR_MESSAGE_ROBOT, n as ERROR_MESSAGE_INVALID_URL, o as ERROR_MESSAGE_URL_PREFIX, r as ERROR_MESSAGE_ONE_PROJECT_STATUS, s as ERROR_MESSAGE_UTM_URL, t as ERROR_MESSAGE_COMMA_SEPPARATED_URLS } from "../error-messages-DhQj-feN.mjs";
|
|
5
5
|
import { n as LIMIT_PAGINATION_MAX_SIZE, r as LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, t as LIMIT_PAGINATION_DEFAULT_SIZE } from "../pagination-xZGVCCEK.mjs";
|
|
6
|
+
import { a as TXT_MIME_TYPES, i as MJML_MIME_TYPES, n as IMAGE_MIME_TYPES, o as XML_MIME_TYPES, r as JSON_MIME_TYPES, t as HTML_MIME_TYPES } from "../mime-types-Czgq2Q_k.mjs";
|
|
6
7
|
//#region src/constants/form-generics.ts
|
|
7
8
|
const NUMBER_OF_EMPLOYEE_OPTIONS = [
|
|
8
9
|
{
|
|
@@ -181,4 +182,4 @@ const RATING_RANGE_5 = [
|
|
|
181
182
|
}
|
|
182
183
|
];
|
|
183
184
|
//#endregion
|
|
184
|
-
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, JOB_ROLE_GROUP, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, getStrapiEntityValues };
|
|
185
|
+
export { CONTENT_STATUS, ERROR_MESSAGE_COMMA_SEPPARATED_URLS, ERROR_MESSAGE_INVALID_URL, ERROR_MESSAGE_ONE_PROJECT_STATUS, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, ERROR_MESSAGE_ROBOT, ERROR_MESSAGE_URL_NO_QUERY_PARAMS, ERROR_MESSAGE_URL_PREFIX, ERROR_MESSAGE_UTM_URL, GC_DESIRED_CONTENT_OPTIONS, GC_SERVICE_OPTIONS, GC_VIDEO_SERVICE_OPTIONS, HTML_MIME_TYPES, IMAGE_MIME_TYPES, JOB_ROLE_GROUP, JSON_MIME_TYPES, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESTINATION, LIMIT_MAX_EMAIL, LIMIT_MAX_PASSWORD, LIMIT_MAX_PHONE, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_EMAIL, LIMIT_MIN_PASSWORD, LIMIT_MIN_PHONE, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_VAL_10, LIMIT_VAL_100, LIMIT_VAL_20, LIMIT_VAL_255, LIMIT_VAL_32, LIMIT_VAL_64, MJML_MIME_TYPES, NUMBER_OF_EMPLOYEE_OPTIONS, RATING_RANGE_5, REGEX_BRAND_COLOR_SLUG, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, STRAPI_COLLECTION_ENTITY_ENDPOINTS, STRAPI_ENTITY_UIDS, STRAPI_SINGLE_ENTITY_ENDPOINTS, STRAPI_SPECIAL_ENTITIES, TXT_MIME_TYPES, XML_MIME_TYPES, getStrapiEntityValues };
|