Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/data-backend-public-sdk-poc

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/data-backend-public-sdk-poc - npm Package Compare versions

Comparing version 1.0.69 to 1.0.70

6

package.json
{
"name": "@wix/data-backend-public-sdk-poc",
"version": "1.0.69",
"version": "1.0.70",
"publishConfig": {

@@ -21,3 +21,3 @@ "registry": "https://registry.npmjs.org/",

"dependencies": {
"@wix/data-backend-public-sdk-poc_data": "1.0.22"
"@wix/data-backend-public-sdk-poc_data": "1.0.23"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"falconPackageHash": "e31d0d12c57a5df8240684d2ecff3216796232e15b57a86876c09564"
"falconPackageHash": "a42eea14d2535c07610d18d63cccf2ca973101eb0f3e9d5aa8196abd"
}

@@ -585,2 +585,3 @@ interface Item {

type RESTFunctionDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> = (httpClient: HttpClient) => T;
interface HttpClient {

@@ -610,2 +611,3 @@ request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>;

};
type BuildRESTFunction<T extends RESTFunctionDescriptor> = T extends RESTFunctionDescriptor<infer U> ? U : never;

@@ -619,7 +621,6 @@ declare global {

declare const __metadata: {
PACKAGE_NAME: string;
};
declare function query(httpClient: HttpClient): (options?: QueryOptions) => Promise<QueryResponse & QueryResponseNonNullableFields>;
declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
declare const query: ReturnType<typeof createRESTModule<typeof publicQuery>>;
type index_d_AggregationRequest = AggregationRequest;

@@ -698,8 +699,7 @@ type index_d_AggregationResponse = AggregationResponse;

type index_d_UpdateResponse = UpdateResponse;
declare const index_d___metadata: typeof __metadata;
declare const index_d_query: typeof query;
declare namespace index_d {
export { type index_d_AggregationRequest as AggregationRequest, type index_d_AggregationResponse as AggregationResponse, type index_d_ApplicationError as ApplicationError, type index_d_BulkError as BulkError, type index_d_BulkInsertReferencesRequest as BulkInsertReferencesRequest, type index_d_BulkInsertReferencesResponse as BulkInsertReferencesResponse, type index_d_BulkInsertRequest as BulkInsertRequest, type index_d_BulkInsertResponse as BulkInsertResponse, type index_d_BulkPatchRequest as BulkPatchRequest, type index_d_BulkPatchResponse as BulkPatchResponse, type index_d_BulkRemoveReferencesRequest as BulkRemoveReferencesRequest, type index_d_BulkRemoveReferencesResponse as BulkRemoveReferencesResponse, type index_d_BulkRemoveRequest as BulkRemoveRequest, type index_d_BulkRemoveRequestEntry as BulkRemoveRequestEntry, type index_d_BulkRemoveResponse as BulkRemoveResponse, type index_d_BulkReplaceReferencesRequest as BulkReplaceReferencesRequest, type index_d_BulkReplaceReferencesResponse as BulkReplaceReferencesResponse, type index_d_BulkSaveRequest as BulkSaveRequest, type index_d_BulkSaveResponse as BulkSaveResponse, type index_d_BulkUpdateRequest as BulkUpdateRequest, type index_d_BulkUpdateResponse as BulkUpdateResponse, type index_d_CountRequest as CountRequest, type index_d_CountResponse as CountResponse, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_Details as Details, type index_d_DistinctRequest as DistinctRequest, type index_d_DistinctResponse as DistinctResponse, type index_d_Entry as Entry, type index_d_GetRequest as GetRequest, type index_d_GetResponse as GetResponse, type index_d_InsertRequest as InsertRequest, type index_d_InsertResponse as InsertResponse, type index_d_IsReferencedRequest as IsReferencedRequest, type index_d_IsReferencedResponse as IsReferencedResponse, type index_d_Item as Item, type index_d_Options as Options, index_d_Order as Order, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_PatchRequest as PatchRequest, type index_d_PatchResponse as PatchResponse, type index_d_PatchWhereRequest as PatchWhereRequest, type index_d_PatchWhereResponse as PatchWhereResponse, type index_d_Query as Query, type index_d_QueryOptions as QueryOptions, type index_d_QueryReferencedRequest as QueryReferencedRequest, type index_d_QueryReferencedResponse as QueryReferencedResponse, type index_d_QueryRequest as QueryRequest, type index_d_QueryResponse as QueryResponse, type index_d_QueryResponseNonNullableFields as QueryResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_ReadOptions as ReadOptions, type index_d_Reference as Reference, type index_d_ReferencedEntity as ReferencedEntity, type index_d_ReferencedEntityEntityOneOf as ReferencedEntityEntityOneOf, type index_d_RemoveRequest as RemoveRequest, type index_d_RemoveResponse as RemoveResponse, type index_d_RestoreFromTrashBinRequest as RestoreFromTrashBinRequest, type index_d_RestoreFromTrashBinResponse as RestoreFromTrashBinResponse, type index_d_SaveRequest as SaveRequest, type index_d_SaveResponse as SaveResponse, index_d_Segment as Segment, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_TruncateRequest as TruncateRequest, type index_d_TruncateResponse as TruncateResponse, type index_d_UpdateRequest as UpdateRequest, type index_d_UpdateResponse as UpdateResponse, index_d___metadata as __metadata, index_d_query as query };
export { type index_d_AggregationRequest as AggregationRequest, type index_d_AggregationResponse as AggregationResponse, type index_d_ApplicationError as ApplicationError, type index_d_BulkError as BulkError, type index_d_BulkInsertReferencesRequest as BulkInsertReferencesRequest, type index_d_BulkInsertReferencesResponse as BulkInsertReferencesResponse, type index_d_BulkInsertRequest as BulkInsertRequest, type index_d_BulkInsertResponse as BulkInsertResponse, type index_d_BulkPatchRequest as BulkPatchRequest, type index_d_BulkPatchResponse as BulkPatchResponse, type index_d_BulkRemoveReferencesRequest as BulkRemoveReferencesRequest, type index_d_BulkRemoveReferencesResponse as BulkRemoveReferencesResponse, type index_d_BulkRemoveRequest as BulkRemoveRequest, type index_d_BulkRemoveRequestEntry as BulkRemoveRequestEntry, type index_d_BulkRemoveResponse as BulkRemoveResponse, type index_d_BulkReplaceReferencesRequest as BulkReplaceReferencesRequest, type index_d_BulkReplaceReferencesResponse as BulkReplaceReferencesResponse, type index_d_BulkSaveRequest as BulkSaveRequest, type index_d_BulkSaveResponse as BulkSaveResponse, type index_d_BulkUpdateRequest as BulkUpdateRequest, type index_d_BulkUpdateResponse as BulkUpdateResponse, type index_d_CountRequest as CountRequest, type index_d_CountResponse as CountResponse, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_Details as Details, type index_d_DistinctRequest as DistinctRequest, type index_d_DistinctResponse as DistinctResponse, type index_d_Entry as Entry, type index_d_GetRequest as GetRequest, type index_d_GetResponse as GetResponse, type index_d_InsertRequest as InsertRequest, type index_d_InsertResponse as InsertResponse, type index_d_IsReferencedRequest as IsReferencedRequest, type index_d_IsReferencedResponse as IsReferencedResponse, type index_d_Item as Item, type index_d_Options as Options, index_d_Order as Order, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_PatchRequest as PatchRequest, type index_d_PatchResponse as PatchResponse, type index_d_PatchWhereRequest as PatchWhereRequest, type index_d_PatchWhereResponse as PatchWhereResponse, type index_d_Query as Query, type index_d_QueryOptions as QueryOptions, type index_d_QueryReferencedRequest as QueryReferencedRequest, type index_d_QueryReferencedResponse as QueryReferencedResponse, type index_d_QueryRequest as QueryRequest, type index_d_QueryResponse as QueryResponse, type index_d_QueryResponseNonNullableFields as QueryResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_ReadOptions as ReadOptions, type index_d_Reference as Reference, type index_d_ReferencedEntity as ReferencedEntity, type index_d_ReferencedEntityEntityOneOf as ReferencedEntityEntityOneOf, type index_d_RemoveRequest as RemoveRequest, type index_d_RemoveResponse as RemoveResponse, type index_d_RestoreFromTrashBinRequest as RestoreFromTrashBinRequest, type index_d_RestoreFromTrashBinResponse as RestoreFromTrashBinResponse, type index_d_SaveRequest as SaveRequest, type index_d_SaveResponse as SaveResponse, index_d_Segment as Segment, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_TruncateRequest as TruncateRequest, type index_d_TruncateResponse as TruncateResponse, type index_d_UpdateRequest as UpdateRequest, type index_d_UpdateResponse as UpdateResponse, index_d_query as query };
}
export { index_d as data };
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc