@crowdin/crowdin-apps-functions
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -76,3 +76,3 @@ import Crowdin, { SourceFilesModel, TranslationsModel } from '@crowdin/crowdin-api-client'; | ||
initializedAt: string; | ||
constructor(subscribeLink: string); | ||
constructor(subscribeLink: string, initializedAt: string); | ||
} | ||
@@ -79,0 +79,0 @@ /** |
@@ -158,3 +158,3 @@ "use strict"; | ||
class PaymentRequiredError extends Error { | ||
constructor(subscribeLink) { | ||
constructor(subscribeLink, initializedAt) { | ||
super('Payment required'); | ||
@@ -161,0 +161,0 @@ this.subscribeLink = subscribeLink; |
{ | ||
"name": "@crowdin/crowdin-apps-functions", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Utility library to easily and quickly develop Crowdin App", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40727