@lessly/sdk-app 47.0.0 → 47.1.0
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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-BFHxhTU7.d.cts → client.gen-BsvWS7J-.d.cts} +8 -0
- package/dist/{client.gen-BFHxhTU7.d.ts → client.gen-BsvWS7J-.d.ts} +8 -0
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/content/index.d.cts +1 -1
- package/dist/content/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/docs/README.md +1 -1
- package/docs/recipes/federation.md +158 -10
- package/docs/rules.md +150 -4
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +8 -0
- package/src/gen/types.gen.ts +8 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1507,6 +1507,14 @@ var bindings = {
|
|
|
1507
1507
|
{
|
|
1508
1508
|
"in": "query",
|
|
1509
1509
|
"name": "offset"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"in": "query",
|
|
1513
|
+
"name": "scheduledFrom"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"in": "query",
|
|
1517
|
+
"name": "scheduledTo"
|
|
1510
1518
|
}
|
|
1511
1519
|
],
|
|
1512
1520
|
"path": "/content/publications",
|