@01.software/sdk 0.28.0 → 0.29.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.
@@ -1,4 +1,4 @@
1
- import { C as CustomerProfile, a as CustomerProfileList, P as Post, b as Comment, R as Reaction, c as Config } from './payload-types-BrSYb-sh.js';
1
+ import { C as CustomerProfile, a as CustomerProfileList, P as Post, b as Comment, R as Reaction, c as Config } from './payload-types-Ci-ZA7aM.js';
2
2
 
3
3
  type PublicCustomerProfile = Omit<CustomerProfile, 'tenant' | 'customer' | 'isPublic' | 'anonymizedAt' | 'metadata'>;
4
4
  type PublicProfileRelation = string | PublicCustomerProfile;
@@ -1,4 +1,4 @@
1
- import { C as CustomerProfile, a as CustomerProfileList, P as Post, b as Comment, R as Reaction, c as Config } from './payload-types-BrSYb-sh.cjs';
1
+ import { C as CustomerProfile, a as CustomerProfileList, P as Post, b as Comment, R as Reaction, c as Config } from './payload-types-Ci-ZA7aM.cjs';
2
2
 
3
3
  type PublicCustomerProfile = Omit<CustomerProfile, 'tenant' | 'customer' | 'isPublic' | 'anonymizedAt' | 'metadata'>;
4
4
  type PublicProfileRelation = string | PublicCustomerProfile;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { F as Form } from '../payload-types-BrSYb-sh.cjs';
2
+ import { F as Form } from '../payload-types-Ci-ZA7aM.cjs';
3
3
  import { RichTextData } from './rich-text.cjs';
4
4
  import '@payloadcms/richtext-lexical';
5
5
  import '@payloadcms/richtext-lexical/lexical';
package/dist/ui/form.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { F as Form } from '../payload-types-BrSYb-sh.js';
2
+ import { F as Form } from '../payload-types-Ci-ZA7aM.js';
3
3
  import { RichTextData } from './rich-text.js';
4
4
  import '@payloadcms/richtext-lexical';
5
5
  import '@payloadcms/richtext-lexical/lexical';
@@ -1,7 +1,7 @@
1
1
  import React, { CSSProperties } from 'react';
2
2
  import { MuxPlayerProps, MuxPlayerRefAttributes } from '@mux/mux-player-react';
3
3
  export { MuxPlayerRefAttributes as VideoPlayerRef } from '@mux/mux-player-react';
4
- import { V as Video } from '../payload-types-BrSYb-sh.cjs';
4
+ import { V as Video } from '../payload-types-Ci-ZA7aM.cjs';
5
5
  export { V as VideoGifOptions, a as VideoThumbnailOptions, g as getVideoGif, b as getVideoMp4Url, c as getVideoStoryboard, d as getVideoStreamUrl, e as getVideoThumbnail } from '../video-WR_TFO9a.cjs';
6
6
 
7
7
  interface VideoPlayerCSSProperties extends CSSProperties {
@@ -1,7 +1,7 @@
1
1
  import React, { CSSProperties } from 'react';
2
2
  import { MuxPlayerProps, MuxPlayerRefAttributes } from '@mux/mux-player-react';
3
3
  export { MuxPlayerRefAttributes as VideoPlayerRef } from '@mux/mux-player-react';
4
- import { V as Video } from '../payload-types-BrSYb-sh.js';
4
+ import { V as Video } from '../payload-types-Ci-ZA7aM.js';
5
5
  export { V as VideoGifOptions, a as VideoThumbnailOptions, g as getVideoGif, b as getVideoMp4Url, c as getVideoStoryboard, d as getVideoStreamUrl, e as getVideoThumbnail } from '../video-WR_TFO9a.js';
6
6
 
7
7
  interface VideoPlayerCSSProperties extends CSSProperties {
@@ -1,6 +1,6 @@
1
- import { a as Collection } from './const-Cz9Ki_I7.cjs';
2
- import { C as CollectionType } from './types-CW4PaIL7.cjs';
3
- import './payload-types-BrSYb-sh.cjs';
1
+ import { a as Collection } from './const-Dsixdi6z.cjs';
2
+ import { C as CollectionType } from './types-zKjATmDK.cjs';
3
+ import './payload-types-Ci-ZA7aM.cjs';
4
4
 
5
5
  type WebhookOperation = string;
6
6
  interface WebhookEvent<T extends Collection | string = Collection, TData = T extends Collection ? CollectionType<T> : Record<string, unknown>> {
package/dist/webhook.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { a as Collection } from './const-mdQQtIOz.js';
2
- import { C as CollectionType } from './types-BLUb4cYq.js';
3
- import './payload-types-BrSYb-sh.js';
1
+ import { a as Collection } from './const-DAjQYNuM.js';
2
+ import { C as CollectionType } from './types-BWq_WlbB.js';
3
+ import './payload-types-Ci-ZA7aM.js';
4
4
 
5
5
  type WebhookOperation = string;
6
6
  interface WebhookEvent<T extends Collection | string = Collection, TData = T extends Collection ? CollectionType<T> : Record<string, unknown>> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01.software/sdk",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "01.software SDK",
5
5
  "author": "<office@01.works>",
6
6
  "repository": {
@@ -175,8 +175,8 @@
175
175
  "tsup": "^8.5.1",
176
176
  "typescript": "5.7.3",
177
177
  "vitest": "3.2.3",
178
- "@repo/eslint-config": "0.0.0",
179
- "@repo/typescript-config": "0.0.0"
178
+ "@repo/typescript-config": "0.0.0",
179
+ "@repo/eslint-config": "0.0.0"
180
180
  },
181
181
  "dependencies": {
182
182
  "@payloadcms/richtext-lexical": ">=3.84.1",