@wix/auto_sdk_restaurants_operations 1.0.29 → 1.0.31

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/build/index.d.mts CHANGED
@@ -8,6 +8,7 @@ interface CreateOperationSignature {
8
8
  * Creates a new operation.
9
9
  * @param - Operation to create.
10
10
  * @returns Created operation.
11
+ * @deprecated
11
12
  */
12
13
  (operation: Operation): Promise<Operation>;
13
14
  }
@@ -43,6 +44,7 @@ interface DeleteOperationSignature {
43
44
  /**
44
45
  * Deletes an operation.
45
46
  * @param - ID of the operation to delete.
47
+ * @deprecated
46
48
  */
47
49
  (operationId: string): Promise<void>;
48
50
  }
package/build/index.d.ts CHANGED
@@ -8,6 +8,7 @@ interface CreateOperationSignature {
8
8
  * Creates a new operation.
9
9
  * @param - Operation to create.
10
10
  * @returns Created operation.
11
+ * @deprecated
11
12
  */
12
13
  (operation: Operation): Promise<Operation>;
13
14
  }
@@ -43,6 +44,7 @@ interface DeleteOperationSignature {
43
44
  /**
44
45
  * Deletes an operation.
45
46
  * @param - ID of the operation to delete.
47
+ * @deprecated
46
48
  */
47
49
  (operationId: string): Promise<void>;
48
50
  }