Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 1.85 KB

benefitcreate.md

File metadata and controls

82 lines (67 loc) · 1.85 KB

BenefitCreate

Supported Types

components.BenefitCustomCreate

const value: components.BenefitCustomCreate = {
  description: "for furthermore careless provided readjust",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};

components.BenefitDiscordCreate

const value: components.BenefitDiscordCreate = {
  description: "posh anenst yet physical boulevard",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {
    guildToken: "<value>",
    roleId: "<id>",
  },
};

components.BenefitDownloadablesCreate

const value: components.BenefitDownloadablesCreate = {
  description: "mortally violent horst puff role toward",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {
    files: [
      "<value>",
    ],
  },
};

components.BenefitGitHubRepositoryCreate

const value: components.BenefitGitHubRepositoryCreate = {
  description:
    "amidst psst broadcast huzzah consequently tentacle idealistic ack hard-to-find boohoo",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {
    repositoryOwner: "polarsource",
    repositoryName: "private_repo",
    permission: "admin",
  },
};

components.BenefitLicenseKeysCreate

const value: components.BenefitLicenseKeysCreate = {
  description:
    "what vein basic soap scarcely indeed petty censor airline cautiously",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};

components.BenefitMeterCreditCreate

const value: components.BenefitMeterCreditCreate = {
  description:
    "revere swiftly epic incidentally minion noisily internalise while braid",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {
    units: 697633,
    meterId: "<value>",
  },
};