@xcpcio/types 0.78.2 → 0.78.4

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/dist/index.d.cts CHANGED
@@ -108,6 +108,7 @@ interface Organization {
108
108
  id: string;
109
109
  name: Text;
110
110
  logo?: Image;
111
+ icpc_id?: string;
111
112
  }
112
113
  type Organizations = Array<Organization>;
113
114
 
package/dist/index.d.mts CHANGED
@@ -108,6 +108,7 @@ interface Organization {
108
108
  id: string;
109
109
  name: Text;
110
110
  logo?: Image;
111
+ icpc_id?: string;
111
112
  }
112
113
  type Organizations = Array<Organization>;
113
114
 
package/dist/index.d.ts CHANGED
@@ -108,6 +108,7 @@ interface Organization {
108
108
  id: string;
109
109
  name: Text;
110
110
  logo?: Image;
111
+ icpc_id?: string;
111
112
  }
112
113
  type Organizations = Array<Organization>;
113
114
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.78.2",
4
+ "version": "0.78.4",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",