dsd-constants-lib
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -114,14 +114,14 @@ /** | ||
return { | ||
LicenseOwnership: { name: "ownership", id: 1, conditional: false, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseAccess: { name: "access", id: 2, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseAccessTerms.id] }, | ||
LicenseCustody: { name: "custody", id: 4, conditional: false, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseOwnership: { name: "ownership", id: 1, conditional: false, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id ] }, | ||
LicenseAccess: { name: "access", id: 2, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id, Constants.termsSheetLicense.licenseAccessTerms.id ] }, | ||
LicenseCustody: { name: "custody", id: 4, conditional: false, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id] }, | ||
LicenseDabForTag: { name: "dab-for-tag", id: 8, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseTagForDab: { name: "tag-for-dab", id: 16, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseTagForDabs: { name: "tag-for-dabs", id: 32, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseDabForTags: { name: "dab-for-tags", id: 64, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseExplore: { name: "explore", id: 128, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseBulk: { name: "bulk", id: 256, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseBulkTerms.id] }, | ||
LicenseTransitive: { name: "transitive", id: 512, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseBulkTerms.id] }, | ||
LicenseReshare: { name: "reshare", id: 600, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id] }, | ||
LicenseRoyalty: { name: "royalty", id: 610, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseAccessTerms.id, Constants.termsSheetLicense.licenseRoyaltyTerms.id ] }, | ||
LicenseTagForDabs: { name: "tag-for-dabs", id: 32, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id] }, | ||
LicenseDabForTags: { name: "dab-for-tags", id: 64, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id] }, | ||
LicenseExplore: { name: "explore", id: 128, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id] }, | ||
LicenseBulk: { name: "bulk", id: 256, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id, Constants.termsSheetLicense.licenseBulkTerms.id] }, | ||
LicenseTransitive: { name: "transitive", id: 512, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id, Constants.termsSheetLicense.licenseBulkTerms.id] }, | ||
LicenseReshare: { name: "reshare", id: 600, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id] }, | ||
LicenseRoyalty: { name: "royalty", id: 610, conditional: true, terms: [Constants.termsSheetLicense.licenseUnrestrictedTerms.id, Constants.termsSheetLicense.licenseGrantCodeTerms.id, Constants.termsSheetLicense.licenseAccessTerms.id, Constants.termsSheetLicense.licenseRoyaltyTerms.id ] }, | ||
LicenseSatCreateNonEdition: { name: "satcreate-nonedition", id: 619, conditional: true, terms: [Constants.termsSheetLicense.licenseSatCreateTerms.id, Constants.termsSheetLicense.licenseSatCreateTerms.id] }, | ||
@@ -146,3 +146,4 @@ LicenseSatCreate: { name: "satcreate", id: 620, conditional: true, terms: [Constants.termsSheetLicense.licenseSatCreateTerms.id, Constants.termsSheetLicense.licenseSatCreateTerms.id] } | ||
licenseSatCreateTerms: { id: "licenseSatCreateTerms", idx: 3 }, | ||
licenseRoyaltyTerms: { id: "licenseRoyaltyTerms", idx: 4 }//6 -acceptance | ||
licenseRoyaltyTerms: { id: "licenseRoyaltyTerms", idx: 4 },//6 -acceptance | ||
licenseGrantCodeTerms: { id: "licenseGrantCodeTerms", idx: 5 } | ||
}; | ||
@@ -215,2 +216,3 @@ } | ||
licenseRoyaltyTerms: { id: Constants.contracts.TermsLicenseStore.id + 1 + Constants.termsSheetLicense.licenseRoyaltyTerms.idx }, | ||
licenseGrantCodeTerms: { id: Constants.contracts.TermsLicenseStore.id + 1 + Constants.termsSheetLicense.licenseGrantCodeTerms.idx }, | ||
@@ -281,3 +283,4 @@ TermsPaymentStore: { id: 3000 }, | ||
SmartRelationBackup: { name: "backup", id: 1 }, | ||
SmartRelationSticky: { name: "sticky", id: 2 } | ||
SmartRelationSticky: { name: "sticky", id: 2 }, | ||
SmartRelationPreview: { name: "preview", id: 10 } | ||
}; | ||
@@ -284,0 +287,0 @@ } |
@@ -286,2 +286,5 @@ /** | ||
{name: "fundSellOffer", params: [ "A_funderId", "S_funderCredentials", "I_forBuyOfferId" ]}, | ||
{name: "fundBuyOffer", params: [ "A_funderId", "S_funderCredentials", "I_forSellOfferId" ]}, | ||
{name: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerCredentials", "A_buyerId", "I_dabId", "I_minLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"}, | ||
@@ -288,0 +291,0 @@ {name: "offerBuyCommonLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerCredentials", "I_dabId", "I_maxLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"}, |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "scripts": { |
97943
1173