@droz-js/sdk 0.9.87 → 0.9.89
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/drozbase.d.ts +8 -6
- package/src/sdks/drozbase.js +1 -0
- package/src/sdks/drozbot.d.ts +2 -1
- package/src/sdks/drozbot.js +1 -0
package/package.json
CHANGED
package/src/sdks/drozbase.d.ts
CHANGED
|
@@ -1694,6 +1694,7 @@ export type OrganizationSettingsAiInput = {
|
|
|
1694
1694
|
widgetEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1695
1695
|
};
|
|
1696
1696
|
export type OrganizationSettingsContent = {
|
|
1697
|
+
customQnaPrompt?: Maybe<Scalars['String']['output']>;
|
|
1697
1698
|
enableAnswers?: Maybe<Scalars['Boolean']['output']>;
|
|
1698
1699
|
notifyRecordUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
1699
1700
|
requireTags?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -1701,6 +1702,7 @@ export type OrganizationSettingsContent = {
|
|
|
1701
1702
|
scriptsHeader?: Maybe<Scalars['String']['output']>;
|
|
1702
1703
|
};
|
|
1703
1704
|
export type OrganizationSettingsContentInput = {
|
|
1705
|
+
customQnaPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
1704
1706
|
enableAnswers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1705
1707
|
notifyRecordUpdates?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1706
1708
|
requireTags?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -4619,7 +4621,7 @@ export type CreateInitialContentMutation = Pick<Mutation, 'createInitialContent'
|
|
|
4619
4621
|
export type OrganizationSettingsInfoFragment = Pick<OrganizationSettingsInfo, 'title' | 'logo' | 'description' | 'content' | 'showTitleOnHomePage' | 'showLogoOnHomePage' | 'domain'>;
|
|
4620
4622
|
export type OrganizationSettingsLicenseFragment = Pick<OrganizationSettingsLicense, 'storageInBytes' | 'maxUsers' | 'readOnly'>;
|
|
4621
4623
|
export type OrganizationSettingsUsageFragment = Pick<OrganizationSettingsUsage, 'storageInBytes'>;
|
|
4622
|
-
export type OrganizationSettingsContentFragment = Pick<OrganizationSettingsContent, 'requireTags' | 'enableAnswers' | 'notifyRecordUpdates' | 'scriptsHeader' | 'scriptsFooter'>;
|
|
4624
|
+
export type OrganizationSettingsContentFragment = Pick<OrganizationSettingsContent, 'requireTags' | 'enableAnswers' | 'customQnaPrompt' | 'notifyRecordUpdates' | 'scriptsHeader' | 'scriptsFooter'>;
|
|
4623
4625
|
export type OrganizationSettingsReactionsFragment = Pick<OrganizationSettingsReactions, 'positive1' | 'positive2' | 'positive3' | 'positive4' | 'positive5' | 'negative1' | 'negative2' | 'negative3' | 'negative4' | 'negative5'>;
|
|
4624
4626
|
export type OrganizationSettingsTypographyFragment = (Pick<OrganizationSettingsTypography, 'fontFamily' | 'letterSpacing' | 'cssStyle'> & {
|
|
4625
4627
|
h1?: Maybe<TypographyStyleFragment>;
|
|
@@ -5324,7 +5326,7 @@ export declare const EmailPreferencesFragmentDoc = "\n fragment emailPreferen
|
|
|
5324
5326
|
export declare const OrganizationSettingsInfoFragmentDoc = "\n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n ";
|
|
5325
5327
|
export declare const OrganizationSettingsLicenseFragmentDoc = "\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n ";
|
|
5326
5328
|
export declare const OrganizationSettingsUsageFragmentDoc = "\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n ";
|
|
5327
|
-
export declare const OrganizationSettingsContentFragmentDoc = "\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5329
|
+
export declare const OrganizationSettingsContentFragmentDoc = "\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n customQnaPrompt\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5328
5330
|
export declare const OrganizationSettingsReactionsFragmentDoc = "\n fragment organizationSettingsReactions on OrganizationSettingsReactions {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n}\n ";
|
|
5329
5331
|
export declare const TypographyStyleFragmentDoc = "\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n ";
|
|
5330
5332
|
export declare const OrganizationSettingsTypographyFragmentDoc = "\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n ";
|
|
@@ -5542,9 +5544,9 @@ export declare const UnsubscribeDocument = "\n mutation unsubscribe($input: U
|
|
|
5542
5544
|
export declare const NotifyPlanUpgradeDocument = "\n mutation notifyPlanUpgrade($input: NotifyPlanUpgradeInput!) {\n notifyPlanUpgrade(input: $input)\n}\n ";
|
|
5543
5545
|
export declare const OnNotificationDocument = "\n subscription onNotification {\n onNotification {\n ...notification\n }\n}\n \n fragment notification on Notification {\n id\n actor {\n ...userInfo\n }\n action\n ref {\n ...record\n }\n alternativeRef {\n ...record\n }\n content\n seen\n read\n createdAt\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5544
5546
|
export declare const CreateInitialContentDocument = "\n mutation createInitialContent {\n createInitialContent\n}\n ";
|
|
5545
|
-
export declare const GetOrganizationSettingsDocument = "\n query getOrganizationSettings {\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsGroups {\n ...organizationSettingsGroups\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsGame {\n ...organizationSettingsGame\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n organizationSettingsAi {\n ...organizationSettingsAi\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsGroups on OrganizationSettingsGroups {\n groupsMapping\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsGame on OrganizationSettingsGame {\n variablePointsFactor\n enableGameWeeklyDigest\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment organizationSettingsAi on OrganizationSettingsAi {\n widgetEnabled\n aiPublicEnabled\n}\n ";
|
|
5547
|
+
export declare const GetOrganizationSettingsDocument = "\n query getOrganizationSettings {\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsGroups {\n ...organizationSettingsGroups\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsGame {\n ...organizationSettingsGame\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n organizationSettingsAi {\n ...organizationSettingsAi\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n customQnaPrompt\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsGroups on OrganizationSettingsGroups {\n groupsMapping\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsGame on OrganizationSettingsGame {\n variablePointsFactor\n enableGameWeeklyDigest\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment organizationSettingsAi on OrganizationSettingsAi {\n widgetEnabled\n aiPublicEnabled\n}\n ";
|
|
5546
5548
|
export declare const GetOrganizationSettingsInfoDocument = "\n query getOrganizationSettingsInfo {\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n ";
|
|
5547
|
-
export declare const GetOrganizationSettingsContentDocument = "\n query getOrganizationSettingsContent {\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n}\n \n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5549
|
+
export declare const GetOrganizationSettingsContentDocument = "\n query getOrganizationSettingsContent {\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n}\n \n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n customQnaPrompt\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5548
5550
|
export declare const GetOrganizationSettingsTypographyDocument = "\n query getOrganizationSettingsTypography {\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n}\n \n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n ";
|
|
5549
5551
|
export declare const GetOrganizationSettingsThemeDocument = "\n query getOrganizationSettingsTheme {\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n}\n \n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n ";
|
|
5550
5552
|
export declare const GetOrganizationSettingsSecurityDocument = "\n query getOrganizationSettingsSecurity {\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n}\n \n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n ";
|
|
@@ -5555,7 +5557,7 @@ export declare const GetOrganizationSettingsLicenseDocument = "\n query getOr
|
|
|
5555
5557
|
export declare const GetOrganizationSettingsUsageDocument = "\n query getOrganizationSettingsUsage {\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n}\n \n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n ";
|
|
5556
5558
|
export declare const GetOrganizationSettingsAiDocument = "\n query getOrganizationSettingsAi {\n organizationSettingsAi {\n ...organizationSettingsAi\n }\n}\n \n fragment organizationSettingsAi on OrganizationSettingsAi {\n widgetEnabled\n aiPublicEnabled\n}\n ";
|
|
5557
5559
|
export declare const UpdateOrganizationSettingsInfoDocument = "\n mutation updateOrganizationSettingsInfo($input: OrganizationSettingsInfoInput!) {\n updateOrganizationSettingsInfo(input: $input) {\n ...organizationSettingsInfo\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n ";
|
|
5558
|
-
export declare const UpdateOrganizationSettingsContentDocument = "\n mutation updateOrganizationSettingsContent($input: OrganizationSettingsContentInput!) {\n updateOrganizationSettingsContent(input: $input) {\n ...organizationSettingsContent\n }\n}\n \n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5560
|
+
export declare const UpdateOrganizationSettingsContentDocument = "\n mutation updateOrganizationSettingsContent($input: OrganizationSettingsContentInput!) {\n updateOrganizationSettingsContent(input: $input) {\n ...organizationSettingsContent\n }\n}\n \n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n customQnaPrompt\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5559
5561
|
export declare const UpdateOrganizationSettingsTypographyDocument = "\n mutation updateOrganizationSettingsTypography($input: OrganizationSettingsTypographyInput!) {\n updateOrganizationSettingsTypography(input: $input) {\n ...organizationSettingsTypography\n }\n}\n \n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n ";
|
|
5560
5562
|
export declare const UpdateOrganizationSettingsThemeDocument = "\n mutation updateOrganizationSettingsTheme($input: OrganizationSettingsThemeInput!) {\n updateOrganizationSettingsTheme(input: $input) {\n ...organizationSettingsTheme\n }\n}\n \n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n ";
|
|
5561
5563
|
export declare const UpdateOrganizationSettingsSecurityDocument = "\n mutation updateOrganizationSettingsSecurity($input: OrganizationSettingsSecurityInput!) {\n updateOrganizationSettingsSecurity(input: $input) {\n ...organizationSettingsSecurity\n }\n}\n \n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n ";
|
|
@@ -5605,7 +5607,7 @@ export declare const OnFileDocument = "\n subscription onFile($id: ID!) {\n
|
|
|
5605
5607
|
export declare const OnFilesDocument = "\n subscription onFiles($parent: ID!) {\n onFiles(parent: $parent) {\n ...storage\n }\n}\n \n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n ";
|
|
5606
5608
|
export declare const GetSystemInfoDocument = "\n query getSystemInfo {\n systemInfo {\n ...systemInfo\n }\n}\n \n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n ";
|
|
5607
5609
|
export declare const GetSystemTimeDocument = "\n query getSystemTime {\n systemTime\n}\n ";
|
|
5608
|
-
export declare const BootstrapDocument = "\n query bootstrap {\n session {\n ...session\n }\n systemInfo {\n ...systemInfo\n }\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsReactions {\n ...organizationSettingsReactions\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n apps {\n ...app\n }\n spaces(parent: \"ROOT\") {\n ...space\n }\n}\n \n fragment session on Session {\n token_use\n sub\n name\n email\n picture\n groups\n error {\n code\n message\n }\n}\n \n\n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n \n\n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsReactions on OrganizationSettingsReactions {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment app on App {\n typename\n enabled\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5610
|
+
export declare const BootstrapDocument = "\n query bootstrap {\n session {\n ...session\n }\n systemInfo {\n ...systemInfo\n }\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsReactions {\n ...organizationSettingsReactions\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n apps {\n ...app\n }\n spaces(parent: \"ROOT\") {\n ...space\n }\n}\n \n fragment session on Session {\n token_use\n sub\n name\n email\n picture\n groups\n error {\n code\n message\n }\n}\n \n\n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n \n\n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n customQnaPrompt\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsReactions on OrganizationSettingsReactions {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment app on App {\n typename\n enabled\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5609
5611
|
export declare const GetTaskDocument = "\n query getTask($id: ID!) {\n task(id: $id) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5610
5612
|
export declare const GetUserTasksDocument = "\n query getUserTasks($after: Base64, $limit: Int) {\n userTasks(after: $after, limit: $limit) {\n nodes {\n ...task\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5611
5613
|
export declare const LeaveTaskDocument = "\n mutation leaveTask($input: LeaveTaskInput!) {\n leaveTask(input: $input) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
package/src/sdks/drozbase.js
CHANGED
package/src/sdks/drozbot.d.ts
CHANGED
|
@@ -242,7 +242,8 @@ export type DrozBotWhatsAppTemplate = {
|
|
|
242
242
|
type: DrozBotWhatsAppTemplateTypes;
|
|
243
243
|
};
|
|
244
244
|
export declare enum DrozBotWhatsAppTemplateStates {
|
|
245
|
-
Approved = "APPROVED"
|
|
245
|
+
Approved = "APPROVED",
|
|
246
|
+
Disabled = "DISABLED"
|
|
246
247
|
}
|
|
247
248
|
export declare enum DrozBotWhatsAppTemplateTypes {
|
|
248
249
|
Text = "TEXT"
|
package/src/sdks/drozbot.js
CHANGED
|
@@ -37,6 +37,7 @@ var DrozBotWhatsAppBotProviders;
|
|
|
37
37
|
var DrozBotWhatsAppTemplateStates;
|
|
38
38
|
(function (DrozBotWhatsAppTemplateStates) {
|
|
39
39
|
DrozBotWhatsAppTemplateStates["Approved"] = "APPROVED";
|
|
40
|
+
DrozBotWhatsAppTemplateStates["Disabled"] = "DISABLED";
|
|
40
41
|
})(DrozBotWhatsAppTemplateStates || (exports.DrozBotWhatsAppTemplateStates = DrozBotWhatsAppTemplateStates = {}));
|
|
41
42
|
var DrozBotWhatsAppTemplateTypes;
|
|
42
43
|
(function (DrozBotWhatsAppTemplateTypes) {
|