repzo 1.0.137 → 1.0.138
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.
|
File without changes
|
package/lib/types/index.d.ts
CHANGED
|
@@ -13836,8 +13836,8 @@ export declare namespace Service {
|
|
|
13836
13836
|
namespace Asset {
|
|
13837
13837
|
export interface Data {
|
|
13838
13838
|
_id: StringId;
|
|
13839
|
-
creator:
|
|
13840
|
-
editor?:
|
|
13839
|
+
creator: AdminOrRep;
|
|
13840
|
+
editor?: AdminOrRep;
|
|
13841
13841
|
name: string;
|
|
13842
13842
|
local_name?: string;
|
|
13843
13843
|
description?: string;
|
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -13323,8 +13323,8 @@ export namespace Service {
|
|
|
13323
13323
|
export namespace Asset {
|
|
13324
13324
|
export interface Data {
|
|
13325
13325
|
_id: StringId;
|
|
13326
|
-
creator:
|
|
13327
|
-
editor?:
|
|
13326
|
+
creator: AdminOrRep;
|
|
13327
|
+
editor?: AdminOrRep;
|
|
13328
13328
|
name: string;
|
|
13329
13329
|
local_name?: string;
|
|
13330
13330
|
description?: string;
|