repzo 1.0.213 → 1.0.214
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/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +3 -3
package/lib/types/index.d.ts
CHANGED
|
@@ -15977,7 +15977,7 @@ export declare namespace Service {
|
|
|
15977
15977
|
export {};
|
|
15978
15978
|
}
|
|
15979
15979
|
namespace NotificationsCenter {
|
|
15980
|
-
export type Command = "update-categories" | "update-clients" | "bulk-update-clients" | "update-inventory" | "update-measureunitFamilies" | "update-measureunits" | "update-pricelistItems" | "update-pricelists" | "update-products" | "update-rep" | "update-salesmsl" | "update-settings" | "update-tags" | "update-taxes" | "update-transfer" | "update-warehouses" | "update-jobCategories" | "update-plans" | "update-workorders" | "update-commentsThread" | "update-approval-request" | "update-variant-batch" | "update-asset-part-type" | "update-asset-part" | "update-asset-part-unit" | "update-custom-status" | "update-module-custom-validator" | "update-feedback-options" | "update-customfields" | "update-speciality" | "update-presentation" | "update-sequence" | "update-slide";
|
|
15980
|
+
export type Command = "update-categories" | "update-clients" | "bulk-update-clients" | "update-inventory" | "update-measureunitFamilies" | "update-measureunits" | "update-pricelistItems" | "update-pricelists" | "update-products" | "update-rep" | "update-salesmsl" | "update-settings" | "update-tags" | "update-taxes" | "update-transfer" | "update-warehouses" | "update-jobCategories" | "update-plans" | "update-workorders" | "update-commentsThread" | "update-approval-request" | "update-variant-batch" | "update-asset-part-type" | "update-asset-part" | "update-asset-part-unit" | "update-custom-status" | "update-module-custom-validator" | "update-feedback-options" | "update-customfields" | "update-speciality" | "update-clm-presentation" | "update-clm-sequence" | "update-clm-slide";
|
|
15981
15981
|
export interface Data {
|
|
15982
15982
|
_id: StringId;
|
|
15983
15983
|
command: Command;
|
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -18193,9 +18193,9 @@ export namespace Service {
|
|
|
18193
18193
|
| "update-feedback-options"
|
|
18194
18194
|
| "update-customfields"
|
|
18195
18195
|
| "update-speciality"
|
|
18196
|
-
| "update-presentation"
|
|
18197
|
-
| "update-sequence"
|
|
18198
|
-
| "update-slide";
|
|
18196
|
+
| "update-clm-presentation"
|
|
18197
|
+
| "update-clm-sequence"
|
|
18198
|
+
| "update-clm-slide";
|
|
18199
18199
|
|
|
18200
18200
|
export interface Data {
|
|
18201
18201
|
_id: StringId;
|