@pellux/goodvibes-contracts 1.3.0 → 1.3.2

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.
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "1.3.0"
6
+ "version": "1.3.2"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -57142,6 +57142,9 @@
57142
57142
  },
57143
57143
  "error": {
57144
57144
  "type": "string"
57145
+ },
57146
+ "platformLimitReason": {
57147
+ "type": "string"
57145
57148
  }
57146
57149
  },
57147
57150
  "required": [
@@ -57339,6 +57342,9 @@
57339
57342
  },
57340
57343
  "error": {
57341
57344
  "type": "string"
57345
+ },
57346
+ "platformLimitReason": {
57347
+ "type": "string"
57342
57348
  }
57343
57349
  },
57344
57350
  "required": [
@@ -59771,6 +59777,9 @@
59771
59777
  },
59772
59778
  "error": {
59773
59779
  "type": "string"
59780
+ },
59781
+ "platformLimitReason": {
59782
+ "type": "string"
59774
59783
  }
59775
59784
  },
59776
59785
  "required": [
@@ -59851,6 +59860,9 @@
59851
59860
  },
59852
59861
  "error": {
59853
59862
  "type": "string"
59863
+ },
59864
+ "platformLimitReason": {
59865
+ "type": "string"
59854
59866
  }
59855
59867
  },
59856
59868
  "required": [
@@ -1,6 +1,6 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "1.3.0";
3
+ readonly productVersion: "1.3.2";
4
4
  readonly operatorMethodCount: 327;
5
5
  readonly operatorEventCount: 31;
6
6
  readonly peerEndpointCount: 6;
@@ -1,6 +1,6 @@
1
1
  export const FOUNDATION_METADATA = {
2
2
  "productId": "goodvibes",
3
- "productVersion": "1.3.0",
3
+ "productVersion": "1.3.2",
4
4
  "operatorMethodCount": 327,
5
5
  "operatorEventCount": 31,
6
6
  "peerEndpointCount": 6
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA6++EtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAy/+EtB,CAAC"}
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "1.3.0"
6
+ "version": "1.3.2"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -57142,6 +57142,9 @@ export const OPERATOR_CONTRACT = {
57142
57142
  },
57143
57143
  "error": {
57144
57144
  "type": "string"
57145
+ },
57146
+ "platformLimitReason": {
57147
+ "type": "string"
57145
57148
  }
57146
57149
  },
57147
57150
  "required": [
@@ -57339,6 +57342,9 @@ export const OPERATOR_CONTRACT = {
57339
57342
  },
57340
57343
  "error": {
57341
57344
  "type": "string"
57345
+ },
57346
+ "platformLimitReason": {
57347
+ "type": "string"
57342
57348
  }
57343
57349
  },
57344
57350
  "required": [
@@ -59771,6 +59777,9 @@ export const OPERATOR_CONTRACT = {
59771
59777
  },
59772
59778
  "error": {
59773
59779
  "type": "string"
59780
+ },
59781
+ "platformLimitReason": {
59782
+ "type": "string"
59774
59783
  }
59775
59784
  },
59776
59785
  "required": [
@@ -59851,6 +59860,9 @@ export const OPERATOR_CONTRACT = {
59851
59860
  },
59852
59861
  "error": {
59853
59862
  "type": "string"
59863
+ },
59864
+ "platformLimitReason": {
59865
+ "type": "string"
59854
59866
  }
59855
59867
  },
59856
59868
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-contracts",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"