@squidcloud/backend 1.0.367 → 1.0.369

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,7 +1,7 @@
1
+ import { IntegrationId } from '@squidcloud/client';
2
+ import { CollectionName, DocumentData } from '@squidcloud/client';
1
3
  import { FieldSort, Operator, Query, SimpleCondition } from '@squidcloud/client';
2
4
  import { DeepRecord, FieldOf, PartialBy, Paths } from '@squidcloud/client';
3
- import { CollectionName, DocumentData } from '@squidcloud/client';
4
- import { IntegrationId } from '@squidcloud/client';
5
5
  /**
6
6
  * Represents the Squid query context.
7
7
  * Passed to methods that require query details, such as those annotated with the `@secureCollection` annotation.
@@ -1,5 +1,5 @@
1
- import { StorageActionType } from './bundle-data.public-types';
2
1
  import { IntegrationId } from '@squidcloud/client';
2
+ import { StorageActionType } from './bundle-data.public-types';
3
3
  /** Supported types of storage operations. */
4
4
  export type StorageFunctionality = 'fileUpload' | 'getFileMetadata' | 'getDownloadUrl' | 'deleteFiles' | 'listDirectoryContents';
5
5
  /** Context for performing a storage-related operation. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/backend",
3
- "version": "1.0.367",
3
+ "version": "1.0.369",
4
4
  "description": "Squid Cloud's backend SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -34,7 +34,7 @@
34
34
  "typedoc-plugin-markdown": "^4.5.2"
35
35
  },
36
36
  "peerDependencies": {
37
- "@squidcloud/client": "^1.0.367"
37
+ "@squidcloud/client": "^1.0.369"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20.0.0"