@dailydotdev/schema 0.2.73 → 0.2.74

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.
@@ -1 +1 @@
1
- var e,E=Object.defineProperty,n=Object.getOwnPropertyDescriptor,t=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,r={};((e,n)=>{for(var t in n)E(e,t,{get:n[t],enumerable:!0})})(r,{UserFeedbackCategory:()=>U,UserFeedbackClassification:()=>s,UserFeedbackSentiment:()=>_,UserFeedbackTeam:()=>T,UserFeedbackUrgency:()=>m}),module.exports=(e=r,((e,r,o,U)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let _ of t(r))a.call(e,_)||_===o||E(e,_,{get:()=>r[_],enumerable:!(U=n(r,_))||U.enumerable});return e})(E({},"__esModule",{value:!0}),e));var o=require("@bufbuild/protobuf"),U=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.BUG=1]="BUG",e[e.FEATURE_REQUEST=2]="FEATURE_REQUEST",e[e.GENERAL=3]="GENERAL",e[e.OTHER=4]="OTHER",e))(U||{});o.proto3.util.setEnumType(U,"bragi.feedback.UserFeedbackCategory",[{no:0,name:"USER_FEEDBACK_CATEGORY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_CATEGORY_BUG"},{no:2,name:"USER_FEEDBACK_CATEGORY_FEATURE_REQUEST"},{no:3,name:"USER_FEEDBACK_CATEGORY_GENERAL"},{no:4,name:"USER_FEEDBACK_CATEGORY_OTHER"}]);var _=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.POSITIVE=1]="POSITIVE",e[e.NEGATIVE=2]="NEGATIVE",e[e.NEUTRAL=3]="NEUTRAL",e[e.MIXED=4]="MIXED",e))(_||{});o.proto3.util.setEnumType(_,"bragi.feedback.UserFeedbackSentiment",[{no:0,name:"USER_FEEDBACK_SENTIMENT_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_SENTIMENT_POSITIVE"},{no:2,name:"USER_FEEDBACK_SENTIMENT_NEGATIVE"},{no:3,name:"USER_FEEDBACK_SENTIMENT_NEUTRAL"},{no:4,name:"USER_FEEDBACK_SENTIMENT_MIXED"}]);var m=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.CRITICAL=1]="CRITICAL",e[e.HIGH=2]="HIGH",e[e.MEDIUM=3]="MEDIUM",e[e.LOW=4]="LOW",e))(m||{});o.proto3.util.setEnumType(m,"bragi.feedback.UserFeedbackUrgency",[{no:0,name:"USER_FEEDBACK_URGENCY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_URGENCY_CRITICAL"},{no:2,name:"USER_FEEDBACK_URGENCY_HIGH"},{no:3,name:"USER_FEEDBACK_URGENCY_MEDIUM"},{no:4,name:"USER_FEEDBACK_URGENCY_LOW"}]);var T=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.ENGINEERING=1]="ENGINEERING",e[e.PRODUCT=2]="PRODUCT",e[e.SUPPORT=3]="SUPPORT",e))(T||{});o.proto3.util.setEnumType(T,"bragi.feedback.UserFeedbackTeam",[{no:0,name:"USER_FEEDBACK_TEAM_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_TEAM_ENGINEERING"},{no:2,name:"USER_FEEDBACK_TEAM_PRODUCT"},{no:3,name:"USER_FEEDBACK_TEAM_SUPPORT"}]);class s extends o.Message{sentiment=0;urgency=0;tags=[];summary="";hasPromptInjection=!1;suggestedTeam=0;constructor(e){super(),o.proto3.util.initPartial(e,this)}static runtime=o.proto3;static typeName="bragi.feedback.UserFeedbackClassification";static fields=o.proto3.util.newFieldList((()=>[{no:1,name:"sentiment",kind:"enum",T:o.proto3.getEnumType(_)},{no:2,name:"urgency",kind:"enum",T:o.proto3.getEnumType(m)},{no:3,name:"tags",kind:"scalar",T:9,repeated:!0},{no:4,name:"summary",kind:"scalar",T:9},{no:5,name:"has_prompt_injection",kind:"scalar",T:8},{no:6,name:"suggested_team",kind:"enum",T:o.proto3.getEnumType(T)}]));static fromBinary(e,E){return(new s).fromBinary(e,E)}static fromJson(e,E){return(new s).fromJson(e,E)}static fromJsonString(e,E){return(new s).fromJsonString(e,E)}static equals(e,E){return o.proto3.util.equals(s,e,E)}}
1
+ var E,e=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,t=Object.prototype.hasOwnProperty,r={};((E,n)=>{for(var a in n)e(E,a,{get:n[a],enumerable:!0})})(r,{UserFeedbackCategory:()=>U,UserFeedbackClassification:()=>C,UserFeedbackSentiment:()=>_,UserFeedbackTeam:()=>R,UserFeedbackUrgency:()=>T}),module.exports=(E=r,((E,r,o,U)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let _ of a(r))t.call(E,_)||_===o||e(E,_,{get:()=>r[_],enumerable:!(U=n(r,_))||U.enumerable});return E})(e({},"__esModule",{value:!0}),E));var o=require("@bufbuild/protobuf"),U=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.BUG=1]="BUG",E[E.FEATURE_REQUEST=2]="FEATURE_REQUEST",E[E.GENERAL=3]="GENERAL",E[E.OTHER=4]="OTHER",E[E.UX_ISSUE=5]="UX_ISSUE",E[E.PERFORMANCE=6]="PERFORMANCE",E[E.CONTENT_QUALITY=7]="CONTENT_QUALITY",E))(U||{});o.proto3.util.setEnumType(U,"bragi.feedback.UserFeedbackCategory",[{no:0,name:"USER_FEEDBACK_CATEGORY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_CATEGORY_BUG"},{no:2,name:"USER_FEEDBACK_CATEGORY_FEATURE_REQUEST"},{no:3,name:"USER_FEEDBACK_CATEGORY_GENERAL"},{no:4,name:"USER_FEEDBACK_CATEGORY_OTHER"},{no:5,name:"USER_FEEDBACK_CATEGORY_UX_ISSUE"},{no:6,name:"USER_FEEDBACK_CATEGORY_PERFORMANCE"},{no:7,name:"USER_FEEDBACK_CATEGORY_CONTENT_QUALITY"}]);var _=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.POSITIVE=1]="POSITIVE",E[E.NEGATIVE=2]="NEGATIVE",E[E.NEUTRAL=3]="NEUTRAL",E[E.MIXED=4]="MIXED",E))(_||{});o.proto3.util.setEnumType(_,"bragi.feedback.UserFeedbackSentiment",[{no:0,name:"USER_FEEDBACK_SENTIMENT_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_SENTIMENT_POSITIVE"},{no:2,name:"USER_FEEDBACK_SENTIMENT_NEGATIVE"},{no:3,name:"USER_FEEDBACK_SENTIMENT_NEUTRAL"},{no:4,name:"USER_FEEDBACK_SENTIMENT_MIXED"}]);var T=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.CRITICAL=1]="CRITICAL",E[E.HIGH=2]="HIGH",E[E.MEDIUM=3]="MEDIUM",E[E.LOW=4]="LOW",E))(T||{});o.proto3.util.setEnumType(T,"bragi.feedback.UserFeedbackUrgency",[{no:0,name:"USER_FEEDBACK_URGENCY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_URGENCY_CRITICAL"},{no:2,name:"USER_FEEDBACK_URGENCY_HIGH"},{no:3,name:"USER_FEEDBACK_URGENCY_MEDIUM"},{no:4,name:"USER_FEEDBACK_URGENCY_LOW"}]);var R=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.ENGINEERING=1]="ENGINEERING",E[E.PRODUCT=2]="PRODUCT",E[E.SUPPORT=3]="SUPPORT",E))(R||{});o.proto3.util.setEnumType(R,"bragi.feedback.UserFeedbackTeam",[{no:0,name:"USER_FEEDBACK_TEAM_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_TEAM_ENGINEERING"},{no:2,name:"USER_FEEDBACK_TEAM_PRODUCT"},{no:3,name:"USER_FEEDBACK_TEAM_SUPPORT"}]);class C extends o.Message{sentiment=0;urgency=0;tags=[];summary="";hasPromptInjection=!1;suggestedTeam=0;constructor(E){super(),o.proto3.util.initPartial(E,this)}static runtime=o.proto3;static typeName="bragi.feedback.UserFeedbackClassification";static fields=o.proto3.util.newFieldList((()=>[{no:1,name:"sentiment",kind:"enum",T:o.proto3.getEnumType(_)},{no:2,name:"urgency",kind:"enum",T:o.proto3.getEnumType(T)},{no:3,name:"tags",kind:"scalar",T:9,repeated:!0},{no:4,name:"summary",kind:"scalar",T:9},{no:5,name:"has_prompt_injection",kind:"scalar",T:8},{no:6,name:"suggested_team",kind:"enum",T:o.proto3.getEnumType(R)}]));static fromBinary(E,e){return(new C).fromBinary(E,e)}static fromJson(E,e){return(new C).fromJson(E,e)}static fromJsonString(E,e){return(new C).fromJsonString(E,e)}static equals(E,e){return o.proto3.util.equals(C,E,e)}}
@@ -25,7 +25,19 @@ declare enum UserFeedbackCategory {
25
25
  /**
26
26
  * @generated from enum value: USER_FEEDBACK_CATEGORY_OTHER = 4;
27
27
  */
28
- OTHER = 4
28
+ OTHER = 4,
29
+ /**
30
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_UX_ISSUE = 5;
31
+ */
32
+ UX_ISSUE = 5,
33
+ /**
34
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_PERFORMANCE = 6;
35
+ */
36
+ PERFORMANCE = 6,
37
+ /**
38
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_CONTENT_QUALITY = 7;
39
+ */
40
+ CONTENT_QUALITY = 7
29
41
  }
30
42
  /**
31
43
  * Sentiment detected by AI classification
@@ -25,7 +25,19 @@ declare enum UserFeedbackCategory {
25
25
  /**
26
26
  * @generated from enum value: USER_FEEDBACK_CATEGORY_OTHER = 4;
27
27
  */
28
- OTHER = 4
28
+ OTHER = 4,
29
+ /**
30
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_UX_ISSUE = 5;
31
+ */
32
+ UX_ISSUE = 5,
33
+ /**
34
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_PERFORMANCE = 6;
35
+ */
36
+ PERFORMANCE = 6,
37
+ /**
38
+ * @generated from enum value: USER_FEEDBACK_CATEGORY_CONTENT_QUALITY = 7;
39
+ */
40
+ CONTENT_QUALITY = 7
29
41
  }
30
42
  /**
31
43
  * Sentiment detected by AI classification
@@ -1 +1 @@
1
- import{Message as E,proto3 as e}from"@bufbuild/protobuf";var n=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.BUG=1]="BUG",E[E.FEATURE_REQUEST=2]="FEATURE_REQUEST",E[E.GENERAL=3]="GENERAL",E[E.OTHER=4]="OTHER",E))(n||{});e.util.setEnumType(n,"bragi.feedback.UserFeedbackCategory",[{no:0,name:"USER_FEEDBACK_CATEGORY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_CATEGORY_BUG"},{no:2,name:"USER_FEEDBACK_CATEGORY_FEATURE_REQUEST"},{no:3,name:"USER_FEEDBACK_CATEGORY_GENERAL"},{no:4,name:"USER_FEEDBACK_CATEGORY_OTHER"}]);var a=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.POSITIVE=1]="POSITIVE",E[E.NEGATIVE=2]="NEGATIVE",E[E.NEUTRAL=3]="NEUTRAL",E[E.MIXED=4]="MIXED",E))(a||{});e.util.setEnumType(a,"bragi.feedback.UserFeedbackSentiment",[{no:0,name:"USER_FEEDBACK_SENTIMENT_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_SENTIMENT_POSITIVE"},{no:2,name:"USER_FEEDBACK_SENTIMENT_NEGATIVE"},{no:3,name:"USER_FEEDBACK_SENTIMENT_NEUTRAL"},{no:4,name:"USER_FEEDBACK_SENTIMENT_MIXED"}]);var t=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.CRITICAL=1]="CRITICAL",E[E.HIGH=2]="HIGH",E[E.MEDIUM=3]="MEDIUM",E[E.LOW=4]="LOW",E))(t||{});e.util.setEnumType(t,"bragi.feedback.UserFeedbackUrgency",[{no:0,name:"USER_FEEDBACK_URGENCY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_URGENCY_CRITICAL"},{no:2,name:"USER_FEEDBACK_URGENCY_HIGH"},{no:3,name:"USER_FEEDBACK_URGENCY_MEDIUM"},{no:4,name:"USER_FEEDBACK_URGENCY_LOW"}]);var U=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.ENGINEERING=1]="ENGINEERING",E[E.PRODUCT=2]="PRODUCT",E[E.SUPPORT=3]="SUPPORT",E))(U||{});e.util.setEnumType(U,"bragi.feedback.UserFeedbackTeam",[{no:0,name:"USER_FEEDBACK_TEAM_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_TEAM_ENGINEERING"},{no:2,name:"USER_FEEDBACK_TEAM_PRODUCT"},{no:3,name:"USER_FEEDBACK_TEAM_SUPPORT"}]);class _ extends E{sentiment=0;urgency=0;tags=[];summary="";hasPromptInjection=!1;suggestedTeam=0;constructor(E){super(),e.util.initPartial(E,this)}static runtime=e;static typeName="bragi.feedback.UserFeedbackClassification";static fields=e.util.newFieldList((()=>[{no:1,name:"sentiment",kind:"enum",T:e.getEnumType(a)},{no:2,name:"urgency",kind:"enum",T:e.getEnumType(t)},{no:3,name:"tags",kind:"scalar",T:9,repeated:!0},{no:4,name:"summary",kind:"scalar",T:9},{no:5,name:"has_prompt_injection",kind:"scalar",T:8},{no:6,name:"suggested_team",kind:"enum",T:e.getEnumType(U)}]));static fromBinary(E,e){return(new _).fromBinary(E,e)}static fromJson(E,e){return(new _).fromJson(E,e)}static fromJsonString(E,e){return(new _).fromJsonString(E,e)}static equals(E,n){return e.util.equals(_,E,n)}}export{n as UserFeedbackCategory,_ as UserFeedbackClassification,a as UserFeedbackSentiment,U as UserFeedbackTeam,t as UserFeedbackUrgency};
1
+ import{Message as E,proto3 as e}from"@bufbuild/protobuf";var n=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.BUG=1]="BUG",E[E.FEATURE_REQUEST=2]="FEATURE_REQUEST",E[E.GENERAL=3]="GENERAL",E[E.OTHER=4]="OTHER",E[E.UX_ISSUE=5]="UX_ISSUE",E[E.PERFORMANCE=6]="PERFORMANCE",E[E.CONTENT_QUALITY=7]="CONTENT_QUALITY",E))(n||{});e.util.setEnumType(n,"bragi.feedback.UserFeedbackCategory",[{no:0,name:"USER_FEEDBACK_CATEGORY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_CATEGORY_BUG"},{no:2,name:"USER_FEEDBACK_CATEGORY_FEATURE_REQUEST"},{no:3,name:"USER_FEEDBACK_CATEGORY_GENERAL"},{no:4,name:"USER_FEEDBACK_CATEGORY_OTHER"},{no:5,name:"USER_FEEDBACK_CATEGORY_UX_ISSUE"},{no:6,name:"USER_FEEDBACK_CATEGORY_PERFORMANCE"},{no:7,name:"USER_FEEDBACK_CATEGORY_CONTENT_QUALITY"}]);var a=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.POSITIVE=1]="POSITIVE",E[E.NEGATIVE=2]="NEGATIVE",E[E.NEUTRAL=3]="NEUTRAL",E[E.MIXED=4]="MIXED",E))(a||{});e.util.setEnumType(a,"bragi.feedback.UserFeedbackSentiment",[{no:0,name:"USER_FEEDBACK_SENTIMENT_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_SENTIMENT_POSITIVE"},{no:2,name:"USER_FEEDBACK_SENTIMENT_NEGATIVE"},{no:3,name:"USER_FEEDBACK_SENTIMENT_NEUTRAL"},{no:4,name:"USER_FEEDBACK_SENTIMENT_MIXED"}]);var _=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.CRITICAL=1]="CRITICAL",E[E.HIGH=2]="HIGH",E[E.MEDIUM=3]="MEDIUM",E[E.LOW=4]="LOW",E))(_||{});e.util.setEnumType(_,"bragi.feedback.UserFeedbackUrgency",[{no:0,name:"USER_FEEDBACK_URGENCY_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_URGENCY_CRITICAL"},{no:2,name:"USER_FEEDBACK_URGENCY_HIGH"},{no:3,name:"USER_FEEDBACK_URGENCY_MEDIUM"},{no:4,name:"USER_FEEDBACK_URGENCY_LOW"}]);var U=(E=>(E[E.UNSPECIFIED=0]="UNSPECIFIED",E[E.ENGINEERING=1]="ENGINEERING",E[E.PRODUCT=2]="PRODUCT",E[E.SUPPORT=3]="SUPPORT",E))(U||{});e.util.setEnumType(U,"bragi.feedback.UserFeedbackTeam",[{no:0,name:"USER_FEEDBACK_TEAM_UNSPECIFIED"},{no:1,name:"USER_FEEDBACK_TEAM_ENGINEERING"},{no:2,name:"USER_FEEDBACK_TEAM_PRODUCT"},{no:3,name:"USER_FEEDBACK_TEAM_SUPPORT"}]);class T extends E{sentiment=0;urgency=0;tags=[];summary="";hasPromptInjection=!1;suggestedTeam=0;constructor(E){super(),e.util.initPartial(E,this)}static runtime=e;static typeName="bragi.feedback.UserFeedbackClassification";static fields=e.util.newFieldList((()=>[{no:1,name:"sentiment",kind:"enum",T:e.getEnumType(a)},{no:2,name:"urgency",kind:"enum",T:e.getEnumType(_)},{no:3,name:"tags",kind:"scalar",T:9,repeated:!0},{no:4,name:"summary",kind:"scalar",T:9},{no:5,name:"has_prompt_injection",kind:"scalar",T:8},{no:6,name:"suggested_team",kind:"enum",T:e.getEnumType(U)}]));static fromBinary(E,e){return(new T).fromBinary(E,e)}static fromJson(E,e){return(new T).fromJson(E,e)}static fromJsonString(E,e){return(new T).fromJsonString(E,e)}static equals(E,n){return e.util.equals(T,E,n)}}export{n as UserFeedbackCategory,T as UserFeedbackClassification,a as UserFeedbackSentiment,U as UserFeedbackTeam,_ as UserFeedbackUrgency};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dailydotdev/schema",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "author": "@dailydotdev",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",