@sentio/api 1.0.2-rc.8 → 1.0.2-rc.9

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.
@@ -124,7 +124,8 @@ export interface GoogleProtobufAny {
124
124
  *
125
125
  * Note: this functionality is not currently available in the official
126
126
  * protobuf release, and it is not used for type URLs beginning with
127
- * type.googleapis.com.
127
+ * type.googleapis.com. As of May 2023, there are no widely used type server
128
+ * implementations and no plans to implement one.
128
129
  *
129
130
  * Schemes other than `http`, `https` (or the empty scheme) might be
130
131
  * used with implementation specific semantics.
@@ -1 +1 @@
1
- {"version":3,"file":"GoogleProtobufAny.js","sourceRoot":"","sources":["../../../src/models/GoogleProtobufAny.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAgIH;;GAEG;AACH,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACrD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEC,GAAG,IAAI;QACX,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC5D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAgC;IACpE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEC,GAAG,KAAK;QACZ,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;KACzB,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"GoogleProtobufAny.js","sourceRoot":"","sources":["../../../src/models/GoogleProtobufAny.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiIH;;GAEG;AACH,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACrD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEC,GAAG,IAAI;QACX,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC5D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAgC;IACpE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEC,GAAG,KAAK;QACZ,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;KACzB,CAAC;AACN,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.2-rc.8",
3
+ "version": "1.0.2-rc.9",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -128,7 +128,8 @@ export interface GoogleProtobufAny {
128
128
  *
129
129
  * Note: this functionality is not currently available in the official
130
130
  * protobuf release, and it is not used for type URLs beginning with
131
- * type.googleapis.com.
131
+ * type.googleapis.com. As of May 2023, there are no widely used type server
132
+ * implementations and no plans to implement one.
132
133
  *
133
134
  * Schemes other than `http`, `https` (or the empty scheme) might be
134
135
  * used with implementation specific semantics.