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
@@ -13836,8 +13836,8 @@ export declare namespace Service {
13836
13836
  namespace Asset {
13837
13837
  export interface Data {
13838
13838
  _id: StringId;
13839
- creator: AdminCreator;
13840
- editor?: AdminCreator;
13839
+ creator: AdminOrRep;
13840
+ editor?: AdminOrRep;
13841
13841
  name: string;
13842
13842
  local_name?: string;
13843
13843
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -13323,8 +13323,8 @@ export namespace Service {
13323
13323
  export namespace Asset {
13324
13324
  export interface Data {
13325
13325
  _id: StringId;
13326
- creator: AdminCreator;
13327
- editor?: AdminCreator;
13326
+ creator: AdminOrRep;
13327
+ editor?: AdminOrRep;
13328
13328
  name: string;
13329
13329
  local_name?: string;
13330
13330
  description?: string;