@droz-js/sdk 0.12.17 → 0.12.19

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@droz-js/sdk",
3
3
  "description": "Droz SDK",
4
- "version": "0.12.17",
4
+ "version": "0.12.19",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
@@ -1131,6 +1131,7 @@ export type StringMatcherInput = {
1131
1131
  ne?: InputMaybe<Scalars['String']['input']>;
1132
1132
  };
1133
1133
  export declare enum SystemRole {
1134
+ Admin = "Admin",
1134
1135
  CampaignsAdmin = "CampaignsAdmin",
1135
1136
  DrozBotIntegration = "DrozBotIntegration",
1136
1137
  DrozChatAdmin = "DrozChatAdmin",
@@ -75,6 +75,7 @@ var StateMachineConfigStatus;
75
75
  })(StateMachineConfigStatus || (exports.StateMachineConfigStatus = StateMachineConfigStatus = {}));
76
76
  var SystemRole;
77
77
  (function (SystemRole) {
78
+ SystemRole["Admin"] = "Admin";
78
79
  SystemRole["CampaignsAdmin"] = "CampaignsAdmin";
79
80
  SystemRole["DrozBotIntegration"] = "DrozBotIntegration";
80
81
  SystemRole["DrozChatAdmin"] = "DrozChatAdmin";