@longvansoftware/storefront-js-client 1.9.6 → 1.9.8
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 +93 -93
- package/dist/src/graphql/auth/mutations.js +88 -88
- package/dist/src/graphql/auth/queries.js +20 -20
- package/dist/src/graphql/campaign/queries.js +170 -170
- package/dist/src/graphql/cloud/mutations.js +103 -103
- package/dist/src/graphql/cloud/queries.js +112 -112
- package/dist/src/graphql/computing/mutations.js +96 -96
- package/dist/src/graphql/computing/queries.js +41 -41
- package/dist/src/graphql/crm/mutations.d.ts +1 -0
- package/dist/src/graphql/crm/mutations.js +792 -769
- package/dist/src/graphql/crm/queries.d.ts +1 -0
- package/dist/src/graphql/crm/queries.js +582 -550
- package/dist/src/graphql/payment/mutations.js +39 -37
- package/dist/src/graphql/payment/queries.js +57 -57
- package/dist/src/graphql/paymentV2/mutations.js +4 -4
- package/dist/src/graphql/paymentV2/queries.js +59 -59
- package/dist/src/graphql/product/queries.js +342 -342
- package/dist/src/graphql/service/mutations.js +304 -304
- package/dist/src/graphql/service/queries.js +131 -131
- package/dist/src/graphql/user/mutations.js +110 -110
- package/dist/src/graphql/user/queries.js +279 -279
- package/dist/src/lib/crm/index.d.ts +2 -0
- package/dist/src/lib/crm/index.js +34 -0
- package/dist/src/lib/serviceSDK.js +12 -12
- package/package.json +43 -43
- package/dist/src/lib/shareZalo/index.d.ts +0 -5
- package/dist/src/lib/shareZalo/index.js +0 -32
|
@@ -9,3 +9,4 @@ export declare const GET_WORK_EFFORTS: import("graphql").DocumentNode;
|
|
|
9
9
|
export declare const GET_WORK_EFFORT_BY_ID: import("graphql").DocumentNode;
|
|
10
10
|
export declare const GET_CONNECTOR_BY_RESOURCE: import("graphql").DocumentNode;
|
|
11
11
|
export declare const GET_TAG: import("graphql").DocumentNode;
|
|
12
|
+
export declare const SEARCH_TOPIC: import("graphql").DocumentNode;
|