@v-office/website-sdk 1.0.1 → 1.2.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/README.md CHANGED
@@ -244,7 +244,13 @@ serialization contract.
244
244
 
245
245
  ### Waiting
246
246
 
247
- #### Custom Attributes
247
+ ## v9
248
+
249
+ - Alternatives
250
+ - Filter für getRentals
251
+ - Always applied Filter für search
252
+
253
+ ### Custom Attributes
248
254
 
249
255
  - Suche mit Filter nach Custom-Attribute (boolean)
250
256
  - v10 nicht implementiert - wird bald
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as defineCMSSDKOptions, t as createCMSSDKFromParsedConfig } from "./client-BFtPZZZh.mjs";
2
+ import { n as defineCMSSDKOptions, t as createCMSSDKFromParsedConfig } from "./client-DYP0Y59i.mjs";
3
3
  import { Console, Effect, FileSystem, Layer, Option, Path, Stdio, Terminal } from "effect";
4
4
  import { Command, Flag } from "effect/unstable/cli";
5
5
  import { inspect } from "node:util";