@droz-js/sdk 0.12.18 → 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 +1 -1
- package/src/sdks/nucleus.d.ts +1 -0
- package/src/sdks/nucleus.js +1 -0
package/package.json
CHANGED
package/src/sdks/nucleus.d.ts
CHANGED
|
@@ -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",
|
package/src/sdks/nucleus.js
CHANGED
|
@@ -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";
|