diff --git a/.gitignore b/.gitignore
index 1a84bfa0..22f6ac21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,12 @@
.env
coverage
node_modules
-.vscode-test/**
+.vscode-test*
+out/
+dist/
**/*.map
+**/*test.js
+**/*test.js.map
package-lock.json
.vscode/settings.json
*.vsix
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 860d4392..bf66cba5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,16 @@ All notable changes to the "Znuny" extension will be documented in this file.
- Added esbuild to get Browser Editor support.
- Refactored code.
+## [1.4.1]
+
+### Snippets
+
+- Updated Snippets
+- Added Snippets
+ - `znuny.Module.AgentTicketMarkSeenUnseen.code-snippets`
+ - `znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets`
+ - `znuny.SupportDataCollectorObject.DeleteCache.code-snippets`
+
## [1.3.1]
### Fixed
diff --git a/README.md b/README.md
index cb232386..54f4526c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
| Versions | Status |
| ------ | ------ |
-| ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.0) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.4) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.5)
![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%207.0) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/DK4/dev) | [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/VSCode-Znuny/1.3.1/dev)](https://github.com/dennykorsukewitz/VSCode-Znuny/compare/1.3.1...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/lint.yml/badge.svg?branch=dev&style=flat&label=Lint) [![Snippet](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/snippet.yml/badge.svg)](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/snippet.yml) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/pages.yml/badge.svg?branch=dev&style=flat&label=GitHub%20Pages) |
+| ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.0) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.4) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%206.5)
![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/dennykorsukewitz/Znuny%207.0) ![GitHub label version](https://img.shields.io/github/labels/dennykorsukewitz/DK4/dev) | [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/VSCode-Znuny/1.4.1/dev)](https://github.com/dennykorsukewitz/VSCode-Znuny/compare/1.4.1...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/lint.yml/badge.svg?branch=dev&style=flat&label=Lint) [![Snippet](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/snippet.yml/badge.svg)](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/snippet.yml) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/VSCode-Znuny/actions/workflows/pages.yml/badge.svg?branch=dev&style=flat&label=GitHub%20Pages) |
## Features
diff --git a/RELEASE.md b/RELEASE.md
index 0b68fa17..17e36c3d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,12 +1,9 @@
-# [1.3.0]
+# [1.4.1]
-## AddFolderToWorkspace
+## Snippets
-### Maintenance
-
-- Added additional check if vscode.workspace.workspaceFolders exists.
-- Saves the new manually entered directory globally.
-
-### Recursive Workspaces (only first level)
-
-- Added new setting `znuny.addFolderToWorkspace.recursiveWorkspaces` to use recursive Workspaces (only first level).
+- Updated Snippets
+- Added Snippets
+ - `znuny.Module.AgentTicketMarkSeenUnseen.code-snippets`
+ - `znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets`
+ - `znuny.SupportDataCollectorObject.DeleteCache.code-snippets`
diff --git a/package.json b/package.json
index 36e8d1cf..87fab7ca 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "znuny",
"displayName": "Znuny",
"description": "Znuny is an extension that helps you to make Znuny development easier, faster and more error-free.",
- "version": "1.3.1",
+ "version": "1.4.1",
"publisher": "dennykorsukewitz",
"icon": "doc/images/icon.png",
"license": "SEE LICENSE IN LICENSE",
@@ -1126,6 +1126,10 @@
"language": "perl",
"path": "./snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets"
},
+ {
+ "language": "perl",
+ "path": "./snippets/Modules/znuny.Module.AgentTicketMarkSeenUnseen.code-snippets"
+ },
{
"language": "perl",
"path": "./snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets"
@@ -2202,6 +2206,10 @@
"language": "perl",
"path": "./snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets"
},
+ {
+ "language": "perl",
+ "path": "./snippets/Functions/DBObject/znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets"
+ },
{
"language": "perl",
"path": "./snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets"
@@ -5166,6 +5174,10 @@
"language": "perl",
"path": "./snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets"
},
+ {
+ "language": "perl",
+ "path": "./snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.DeleteCache.code-snippets"
+ },
{
"language": "perl",
"path": "./snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets"
diff --git a/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogCompletedCheck.code-snippets b/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogCompletedCheck.code-snippets
index 0b9e017d..c095d771 100644
--- a/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogCompletedCheck.code-snippets
+++ b/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogCompletedCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ActivityDialogObject.ActivityDialogCompletedCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ActivityDialogObject.ActivityDialogCompletedCheck": {
"body": [
"${1:my \\$Completed = \\$ActivityDialogObject->ActivityDialogCompletedCheck(",
" ActivityDialogEntityID => \\$ActivityDialogEntityID,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.ActivityDialogObject.ActivityDialogCompletedCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogGet.code-snippets b/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogGet.code-snippets
index 7da6954a..bdafa9c3 100644
--- a/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogGet.code-snippets
+++ b/snippets/Functions/ActivityDialogObject/znuny.ActivityDialogObject.ActivityDialogGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ActivityDialogObject.ActivityDialogGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ActivityDialogObject.ActivityDialogGet": {
"body": [
"${1:my \\$ActivityDialog = \\$ActivityDialogObject->ActivityDialogGet(",
" ActivityDialogEntityID => \\$ActivityDialogEntityID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ActivityDialogObject.ActivityDialogGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityGet.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityGet.code-snippets
index c808233f..71e5161e 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityGet.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ActivityObject.ActivityGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ActivityObject.ActivityGet": {
"body": [
"${1:my \\$Activity = \\$ActivityObject->ActivityGet(",
" ActivityEntityID => \\$ActivityEntityID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ActivityObject.ActivityGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityList.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityList.code-snippets
index f73cadf7..34eba700 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityList.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ActivityObject.ActivityList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ActivityObject.ActivityList": {
"body": [
"${1:my \\$Activities = \\$ActivityObject->ActivityList();}",
],
"prefix": "znuny.ActivityObject.ActivityList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.Add.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.Add.code-snippets
index 986dde50..4b9d0d7d 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.Add.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.Add.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.Add": {
+ "7.0|7.1 - znuny.ActivityObject.Add": {
"body": [
"${1:my \\$CreatedID = \\$ActivityObject->Add(",
" ID => '...',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.Add",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataAdd.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataAdd.code-snippets
index f1b8c125..6b1bd943 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataAdd.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataAdd": {
+ "7.0|7.1 - znuny.ActivityObject.DataAdd": {
"body": [
"${1:my \\$CreatedID = \\$ActivityObject->DataAdd(",
" ID => '...',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataAdd",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataDelete.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataDelete.code-snippets
index cb429bbc..1d68148b 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataDelete.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataDelete": {
+ "7.0|7.1 - znuny.ActivityObject.DataDelete": {
"body": [
"${1:my \\$Success = \\$ActivityObject->DataDelete(",
" ID => '...', # optional",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataDelete",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataGet.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataGet.code-snippets
index c3387e66..35d1ef62 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataGet.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataGet": {
+ "7.0|7.1 - znuny.ActivityObject.DataGet": {
"body": [
"${1:my %Data = \\$ActivityObject->DataGet(",
" ID => '...', # optional",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataGet",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataListGet.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataListGet.code-snippets
index 6cc59e0a..1fb70bba 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataListGet.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataListGet": {
+ "7.0|7.1 - znuny.ActivityObject.DataListGet": {
"body": [
"${1:my @Data = \\$ActivityObject->DataListGet(",
" ID => '...', # optional",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataListGet",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataSearch.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataSearch.code-snippets
index 0b3838de..ab919ad5 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataSearch.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataSearch": {
+ "7.0|7.1 - znuny.ActivityObject.DataSearch": {
"body": [
"${1:my %Data = \\$ActivityObject->DataSearch(",
" Search => 'test*test',",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataSearch",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataUpdate.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataUpdate.code-snippets
index 09a98e2a..dc5b1289 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.DataUpdate.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.DataUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.DataUpdate": {
+ "7.0|7.1 - znuny.ActivityObject.DataUpdate": {
"body": [
"${1:my \\$Success = \\$ActivityObject->DataUpdate(",
" ID => 1234,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ActivityObject.DataUpdate",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.Get.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.Get.code-snippets
index b70125e2..11a4ed3d 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.Get.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.Get.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.Get": {
+ "7.0|7.1 - znuny.ActivityObject.Get": {
"body": [
"${1:my \\$Success = \\$ActivityObject->Get();",
" ID => 1,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.Get",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.GetLink.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.GetLink.code-snippets
index 3b0e6389..5188a5b0 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.GetLink.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.GetLink.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.GetLink": {
+ "7.0|7.1 - znuny.ActivityObject.GetLink": {
"body": [
"${1:my \\$String = \\$ActivityObject->GetLink(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ActivityObject.GetLink",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.InitConfig.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.InitConfig.code-snippets
index c007243f..433586c3 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.InitConfig.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.InitConfig.code-snippets
@@ -1,10 +1,10 @@
{
- "7.0 - znuny.ActivityObject.InitConfig": {
+ "7.0|7.1 - znuny.ActivityObject.InitConfig": {
"body": [
"${1:my \\$Success = \\$ActivityObject->InitConfig();}",
],
"prefix": "znuny.ActivityObject.InitConfig",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ActivityObject/znuny.ActivityObject.ListGet.code-snippets b/snippets/Functions/ActivityObject/znuny.ActivityObject.ListGet.code-snippets
index 9f028b7f..2037d6bd 100644
--- a/snippets/Functions/ActivityObject/znuny.ActivityObject.ListGet.code-snippets
+++ b/snippets/Functions/ActivityObject/znuny.ActivityObject.ListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.ActivityObject.ListGet": {
+ "7.0|7.1 - znuny.ActivityObject.ListGet": {
"body": [
"${1:my @Activities = \\$ActivityObject->ListGet(",
" ID => '...', # optional",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ActivityObject.ListGet",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeDelete.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeDelete.code-snippets
index 601ce8a9..e093b3b8 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeDelete.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleAccountedTimeDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAccountedTimeDelete": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleAccountedTimeDelete(",
" ArticleID => \\$ArticleID,",
");}",
],
"prefix": "znuny.ArticleObject.ArticleAccountedTimeDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeGet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeGet.code-snippets
index c9984f64..1a3e7dae 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeGet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleAccountedTimeGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAccountedTimeGet": {
"body": [
"${1:my \\$AccountedTime = \\$ArticleObject->ArticleAccountedTimeGet(",
" ArticleID => \\$ArticleID,",
");}",
],
"prefix": "znuny.ArticleObject.ArticleAccountedTimeGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachment.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachment.code-snippets
index 3db75c6d..38dbe05d 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachment.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachment.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleAttachment": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAttachment": {
"body": [
"${1:my %Attachment = \\$ArticleObject->ArticleAttachment(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleAttachment",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentCount.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentCount.code-snippets
index 64d5c739..897fbdf7 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentCount.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentCount.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleAttachmentCount": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAttachmentCount": {
"body": [
"${1:my \\$Count = \\$ArticleObject->ArticleAttachmentCount(",
" TicketID => \\$TicketID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleAttachmentCount",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentIndex.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentIndex.code-snippets
index 457750e7..39f2532b 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentIndex.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentIndex.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleAttachmentIndex": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAttachmentIndex": {
"body": [
"${1:my %AttachmentIndex = \\$ArticleObject->ArticleAttachmentIndex(",
" TicketID => \\$TicketID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleAttachmentIndex",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleContentPathGet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleContentPathGet.code-snippets
index 8a9e2ae4..8365f2b1 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleContentPathGet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleContentPathGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleContentPathGet": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleContentPathGet": {
"body": [
"${1:my \\$Path = \\$ArticleObject->ArticleContentPathGet(",
" ArticleID => \\$ArticleID,",
");}",
],
"prefix": "znuny.ArticleObject.ArticleContentPathGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleCount.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleCount.code-snippets
index 0b1443e9..f995fdda 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleCount.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleCount.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleCount": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleCount": {
"body": [
"${1:my \\$Count = \\$ArticleObject->ArticleCount(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.ArticleObject.ArticleCount",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagDelete.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagDelete.code-snippets
index d7d2bfc3..f9dc5614 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagDelete.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleFlagDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleFlagDelete": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleFlagDelete(",
" TicketID => \\$TicketID,",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleFlagDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagGet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagGet.code-snippets
index 34c590d0..0d7972a9 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagGet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleFlagGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleFlagGet": {
"body": [
"${1:my %Flags = \\$ArticleObject->ArticleFlagGet(",
" ArticleID => \\$ArticleID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleFlagGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagSet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagSet.code-snippets
index 1b6f8682..49444a74 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagSet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleFlagSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleFlagSet": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleFlagSet(",
" TicketID => \\$TicketID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleFlagSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagsOfTicketGet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagsOfTicketGet.code-snippets
index 171fd594..99574b72 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagsOfTicketGet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleFlagsOfTicketGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleFlagsOfTicketGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleFlagsOfTicketGet": {
"body": [
"${1:my %Flags = \\$ArticleObject->ArticleFlagsOfTicketGet(",
" TicketID => \\$TicketID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleFlagsOfTicketGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleIndex.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleIndex.code-snippets
index 4acd9e7f..93c1e203 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleIndex.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleIndex.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleIndex": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleIndex": {
"body": [
"${1:my @ArticleIDs = \\$ArticleObject->ArticleIndex(",
" SenderType => 'customer', # optional, to limit to a certain sender type",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleIndex",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleList.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleList.code-snippets
index e31ec822..126511c1 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleList.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleList": {
"body": [
"${1:my @Articles = \\$ArticleObject->ArticleList(",
"",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexBuild.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexBuild.code-snippets
index 173340e3..8b1f8648 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexBuild.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexBuild": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleSearchIndexBuild(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexDelete.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexDelete.code-snippets
index e47c4df0..69c646f3 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexDelete.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexDelete": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleSearchIndexDelete(",
" ArticleID => \\$ArticleID, # required, deletes search index for single article",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagList.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagList.code-snippets
index 89e2ff9f..935be478 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagList.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexRebuildFlagList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexRebuildFlagList": {
"body": [
"${1:my %ArticleTicketIDs = \\$ArticleObject->ArticleSearchIndexRebuildFlagList(",
" Value => 1, # (optional) 0/1 default 0",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexRebuildFlagList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet.code-snippets
index 0d63fcc8..2222ff8d 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleSearchIndexRebuildFlagSet(",
" ArticleIDs => [ 123, 234, 345 ] # (Either 'ArticleIDs' or 'All' must be provided) The ArticleIDs to be updated.",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoin.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoin.code-snippets
index 85d4b259..b9f2f595 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoin.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoin.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexSQLJoin": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexSQLJoin": {
"body": [
"${1:my \\$SQLExtenion = \\$ArticleObject->ArticleSearchIndexSQLJoin(",
" SearchParams => {",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexSQLJoin",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded.code-snippets
index fc751d43..85ca87e7 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded": {
"body": [
"${1:my \\$Needed = \\$ArticleObject->ArticleSearchIndexSQLJoinNeeded(",
" SearchParams => {",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexStatus.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexStatus.code-snippets
index e2cb6f41..27ad8ebf 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexStatus.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexStatus.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexStatus": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexStatus": {
"body": [
"${1:my %Status = \\$ArticleObject->ArticleSearchIndexStatus();}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexStatus",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexWhereCondition.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexWhereCondition.code-snippets
index 5b5e8d5b..76e26a5e 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexWhereCondition.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchIndexWhereCondition.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchIndexWhereCondition": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchIndexWhereCondition": {
"body": [
"${1:my \\$SQLExtenion = \\$ArticleObject->ArticleSearchIndexWhereCondition(",
" SearchParams => {",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSearchIndexWhereCondition",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchableFieldsList.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchableFieldsList.code-snippets
index 67f96a9a..7bc7d79d 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchableFieldsList.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSearchableFieldsList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSearchableFieldsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSearchableFieldsList": {
"body": [
"${1:my %SearchableFields = \\$ArticleObject->ArticleSearchableFieldsList();}",
],
"prefix": "znuny.ArticleObject.ArticleSearchableFieldsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeList.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeList.code-snippets
index 0941278e..c0f0cda9 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeList.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSenderTypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSenderTypeList": {
"body": [
"${1:my %ArticleSenderTypeList = \\$ArticleObject->ArticleSenderTypeList();}",
],
"prefix": "znuny.ArticleObject.ArticleSenderTypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeLookup.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeLookup.code-snippets
index 732a3be7..587e80b5 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeLookup.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleSenderTypeLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleSenderTypeLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleSenderTypeLookup": {
"body": [
"${1:my \\$SenderType = \\$ArticleObject->ArticleSenderTypeLookup(",
" SenderTypeID => \\$SenderTypeID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleSenderTypeLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleWriteAttachment.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleWriteAttachment.code-snippets
index c46e1956..6389bd25 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleWriteAttachment.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleWriteAttachment.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ArticleObject.ArticleWriteAttachment": {
+ "6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleWriteAttachment": {
"body": [
"${1:my \\$Success = \\$ArticleObject->ArticleWriteAttachment(",
" TicketID => \\$TicketID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ArticleObject.ArticleWriteAttachment",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForArticle.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForArticle.code-snippets
index fe21fd99..c0a432c9 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForArticle.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForArticle.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.BackendForArticle": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.BackendForArticle": {
"body": [
"${1:my \\$ArticleBackendObject = \\$ArticleObject->BackendForArticle( %BaseArticle );}",
"${2:my \\$ArticleBackendObject = \\$ArticleObject->BackendForArticle( TicketID => \\$TicketID, ArticleID => 123 );}",
],
"prefix": "znuny.ArticleObject.BackendForArticle",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForChannel.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForChannel.code-snippets
index 3f5891ec..3e6a9f8b 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForChannel.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.BackendForChannel.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.BackendForChannel": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.BackendForChannel": {
"body": [
"${1:my \\$ArticleBackendObject = \\$ArticleObject->BackendForChannel( ChannelName => 'Email' );}",
],
"prefix": "znuny.ArticleObject.BackendForChannel",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsFind.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsFind.code-snippets
index afd98d80..493857bd 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsFind.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsFind.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.SearchStringStopWordsFind": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.SearchStringStopWordsFind": {
"body": [
"${1:my \\$StopWords = \\$ArticleObject->SearchStringStopWordsFind(",
" SearchStrings => {",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ArticleObject.SearchStringStopWordsFind",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsUsageWarningActive.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsUsageWarningActive.code-snippets
index 21367217..bb61a975 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsUsageWarningActive.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.SearchStringStopWordsUsageWarningActive.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.SearchStringStopWordsUsageWarningActive": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.SearchStringStopWordsUsageWarningActive": {
"body": [
"${1:my \\$WarningActive = \\$ArticleObject->SearchStringStopWordsUsageWarningActive();}",
],
"prefix": "znuny.ArticleObject.SearchStringStopWordsUsageWarningActive",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ArticleObject/znuny.ArticleObject.TicketIDLookup.code-snippets b/snippets/Functions/ArticleObject/znuny.ArticleObject.TicketIDLookup.code-snippets
index 1cf73600..923fe9aa 100644
--- a/snippets/Functions/ArticleObject/znuny.ArticleObject.TicketIDLookup.code-snippets
+++ b/snippets/Functions/ArticleObject/znuny.ArticleObject.TicketIDLookup.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ArticleObject.TicketIDLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.TicketIDLookup": {
"body": [
"${1:my \\$TicketID = \\$ArticleObject->TicketIDLookup(",
" ArticleID => \\$ArticleID, # required",
");}",
],
"prefix": "znuny.ArticleObject.TicketIDLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AuthObject/znuny.AuthObject.Auth.code-snippets b/snippets/Functions/AuthObject/znuny.AuthObject.Auth.code-snippets
index daf9e9e7..ff9d659f 100644
--- a/snippets/Functions/AuthObject/znuny.AuthObject.Auth.code-snippets
+++ b/snippets/Functions/AuthObject/znuny.AuthObject.Auth.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AuthObject.Auth": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AuthObject.Auth": {
"body": [
"${1:if ( \\$AuthObject->Auth( User => \\$User, Pw => \\$Pw ) ) {",
" print \\"Auth ok!\n\\";",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.AuthObject.Auth",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AuthObject/znuny.AuthObject.GetLastErrorMessage.code-snippets b/snippets/Functions/AuthObject/znuny.AuthObject.GetLastErrorMessage.code-snippets
index 0f733680..c01fd161 100644
--- a/snippets/Functions/AuthObject/znuny.AuthObject.GetLastErrorMessage.code-snippets
+++ b/snippets/Functions/AuthObject/znuny.AuthObject.GetLastErrorMessage.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AuthObject.GetLastErrorMessage": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AuthObject.GetLastErrorMessage": {
"body": [
"${1:my \\$AuthErrorMessage = \\$AuthObject->GetLastErrorMessage();}",
],
"prefix": "znuny.AuthObject.GetLastErrorMessage",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AuthObject/znuny.AuthObject.GetOption.code-snippets b/snippets/Functions/AuthObject/znuny.AuthObject.GetOption.code-snippets
index 7023844e..e6fc10b4 100644
--- a/snippets/Functions/AuthObject/znuny.AuthObject.GetOption.code-snippets
+++ b/snippets/Functions/AuthObject/znuny.AuthObject.GetOption.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AuthObject.GetOption": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AuthObject.GetOption": {
"body": [
"${1:if ( \\$AuthObject->GetOption( What => 'PreAuth' ) ) {",
" print \\"No login screen is needed. Authentication is based on some other options. E. g. \\$ENV{REMOTE_USER\\}\n\\";",
@@ -10,7 +10,7 @@
"${3:my \\$AuthOption = \\$AuthObject->GetOption(What => 'PreAuth');}",
],
"prefix": "znuny.AuthObject.GetOption",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseAdd.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseAdd.code-snippets
index 8c7ea17e..a1ac31c8 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseAdd.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseAdd": {
"body": [
"${1:\\$AutoResponseObject->AutoResponseAdd(",
" Name => 'Some::AutoResponse',",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGet.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGet.code-snippets
index a8f8e889..50e9d477 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGet.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseGet": {
"body": [
"${1:my %Data = \\$AutoResponseObject->AutoResponseGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGetByTypeQueueID.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGetByTypeQueueID.code-snippets
index cc0327ef..e8b0ad4c 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGetByTypeQueueID.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseGetByTypeQueueID.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseGetByTypeQueueID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseGetByTypeQueueID": {
"body": [
"${1:my %QueueAddressData = \\$AutoResponseObject->AutoResponseGetByTypeQueueID(",
" QueueID => \\$QueueID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseGetByTypeQueueID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseList.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseList.code-snippets
index c8ddb734..013c9200 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseList.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseList": {
"body": [
"${1:my %AutoResponse = \\$AutoResponseObject->AutoResponseList(",
" Valid => 1, # (optional) default 1",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseQueue.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseQueue.code-snippets
index 4d5f4044..fd920411 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseQueue.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseQueue.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseQueue": {
+ "6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseQueue": {
"body": [
"${1:my \\$Success = \\$AutoResponseObject->AutoResponseQueue(",
" QueueID => \\$QueueID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseQueue",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseTypeList.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseTypeList.code-snippets
index fa936202..b255b9ed 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseTypeList.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseTypeList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseTypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseTypeList": {
"body": [
"${1:my %AutoResponseType = \\$AutoResponseObject->AutoResponseTypeList(",
" Valid => 1, # (optional) default 1",
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseTypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseUpdate.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseUpdate.code-snippets
index ceb12db9..e73c5cf6 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseUpdate.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseUpdate": {
"body": [
"${1:\\$AutoResponseObject->AutoResponseUpdate(",
" ID => 123,",
@@ -25,7 +25,7 @@
");}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseWithoutQueue.code-snippets b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseWithoutQueue.code-snippets
index 76b04967..bf7c855e 100644
--- a/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseWithoutQueue.code-snippets
+++ b/snippets/Functions/AutoResponseObject/znuny.AutoResponseObject.AutoResponseWithoutQueue.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.AutoResponseObject.AutoResponseWithoutQueue": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.AutoResponseObject.AutoResponseWithoutQueue": {
"body": [
"${1:my %AutoResponseWithoutQueue = \\$AutoResponseObject->AutoResponseWithoutQueue();}",
],
"prefix": "znuny.AutoResponseObject.AutoResponseWithoutQueue",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetAutocompletionSettings.code-snippets b/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetAutocompletionSettings.code-snippets
index 57ca4aa5..567a02f2 100644
--- a/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetAutocompletionSettings.code-snippets
+++ b/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetAutocompletionSettings.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.AutocompletionObject.GetAutocompletionSettings": {
+ "6.4|6.5|7.0|7.1 - znuny.AutocompletionObject.GetAutocompletionSettings": {
"body": [
"${1:my \\$AutocompletionSettings = \\$AutocompletionObject->GetAutocompletionSettings();}",
],
"prefix": "znuny.AutocompletionObject.GetAutocompletionSettings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetData.code-snippets b/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetData.code-snippets
index 72407a02..da3ac5be 100644
--- a/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetData.code-snippets
+++ b/snippets/Functions/AutocompletionObject/znuny.AutocompletionObject.GetData.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.AutocompletionObject.GetData": {
+ "6.4|6.5|7.0|7.1 - znuny.AutocompletionObject.GetData": {
"body": [
"${1:my \\$Data = \\$AutocompletionObject->GetData(",
" Trigger => '!EX', # !EX is from example autocompletion module Kernel::System::Autocompletion::Example",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.AutocompletionObject.GetData",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.AllValuesDelete.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.AllValuesDelete.code-snippets
index c33aea11..28cc6a90 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.AllValuesDelete.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.AllValuesDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.AllValuesDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.AllValuesDelete": {
"body": [
"${1:my \\$Success = \\$BackendObject->AllValuesDelete(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.BackendObject.AllValuesDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.BuildSelectionDataGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.BuildSelectionDataGet.code-snippets
index 920a5cc1..0215b6f5 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.BuildSelectionDataGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.BuildSelectionDataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.BuildSelectionDataGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.BuildSelectionDataGet": {
"body": [
"${1:my \\$DataValues = \\$BackendObject->BuildSelectionDataGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.BackendObject.BuildSelectionDataGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ColumnFilterValuesGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ColumnFilterValuesGet.code-snippets
index 47eb1359..a767c44c 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ColumnFilterValuesGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ColumnFilterValuesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ColumnFilterValuesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ColumnFilterValuesGet": {
"body": [
"${1:my \\$ColumnFilterValues = \\$BackendObject->ColumnFilterValuesGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, #DynamicField configuraction",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.BackendObject.ColumnFilterValuesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.DisplayValueRender.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.DisplayValueRender.code-snippets
index 1b1c546f..235102af 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.DisplayValueRender.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.DisplayValueRender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.DisplayValueRender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.DisplayValueRender": {
"body": [
"${1:my \\$ValueStrg = \\$BackendObject->DisplayValueRender(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.BackendObject.DisplayValueRender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldRender.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldRender.code-snippets
index 4a786504..454257b2 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldRender.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldRender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.EditFieldRender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.EditFieldRender": {
"body": [
"${1:my \\$FieldHTML = \\$BackendObject->EditFieldRender(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -37,7 +37,7 @@
");}",
],
"prefix": "znuny.BackendObject.EditFieldRender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueGet.code-snippets
index 5aab8050..4a8432e2 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.EditFieldValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.EditFieldValueGet": {
"body": [
"${1:my \\$Value = \\$BackendObject->EditFieldValueGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -29,7 +29,7 @@
");}",
],
"prefix": "znuny.BackendObject.EditFieldValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueValidate.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueValidate.code-snippets
index 86cfb19c..0ec0819b 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueValidate.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.EditFieldValueValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.EditFieldValueValidate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.EditFieldValueValidate": {
"body": [
"${1:my \\$Result = \\$BackendObject->EditFieldValueValidate(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.BackendObject.EditFieldValueValidate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.FieldValueValidate.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.FieldValueValidate.code-snippets
index 25f9ea1f..1b4dc2bd 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.FieldValueValidate.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.FieldValueValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.FieldValueValidate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.FieldValueValidate": {
"body": [
"${1:my \\$Success = \\$BackendObject->FieldValueValidate(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # Complete config of the DynamicField.",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.BackendObject.FieldValueValidate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.HasBehavior.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.HasBehavior.code-snippets
index edd21ba6..7f96e857 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.HasBehavior.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.HasBehavior.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.HasBehavior": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.HasBehavior": {
"body": [
"${1:my \\$Success = \\$BackendObject->HasBehavior(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.BackendObject.HasBehavior",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.HistoricalValuesGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.HistoricalValuesGet.code-snippets
index cf7781c4..f96b1d5a 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.HistoricalValuesGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.HistoricalValuesGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.HistoricalValuesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.HistoricalValuesGet": {
"body": [
"${1:my \\$HistorialValues = \\$BackendObject->HistoricalValuesGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
");}",
],
"prefix": "znuny.BackendObject.HistoricalValuesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ObjectMatch.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ObjectMatch.code-snippets
index a48a6129..383ef825 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ObjectMatch.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ObjectMatch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ObjectMatch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ObjectMatch": {
"body": [
"${1:my \\$Match = \\$BackendObject->ObjectMatch(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.ObjectMatch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.PossibleValuesGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.PossibleValuesGet.code-snippets
index e982e514..b8ac5cff 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.PossibleValuesGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.PossibleValuesGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.PossibleValuesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.PossibleValuesGet": {
"body": [
"${1:my \\$PossibleValues = \\$BackendObject->PossibleValuesGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
");}",
],
"prefix": "znuny.BackendObject.PossibleValuesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.RandomValueSet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.RandomValueSet.code-snippets
index 3db97ad1..6fe61045 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.RandomValueSet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.RandomValueSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.RandomValueSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.RandomValueSet": {
"body": [
"${1:my \\$Result = \\$BackendObject->RandomValueSet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.RandomValueSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ReadableValueRender.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ReadableValueRender.code-snippets
index 19bae789..79988da3 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ReadableValueRender.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ReadableValueRender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ReadableValueRender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ReadableValueRender": {
"body": [
"${1:my \\$ValueStrg = \\$BackendObject->ReadableValueRender(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.ReadableValueRender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldParameterBuild.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldParameterBuild.code-snippets
index b2084841..c414e5c2 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldParameterBuild.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldParameterBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchFieldParameterBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchFieldParameterBuild": {
"body": [
"${1:my \\$DynamicFieldSearchParameter = \\$BackendObject->SearchFieldParameterBuild(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.SearchFieldParameterBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldPreferences.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldPreferences.code-snippets
index 55d577dd..25bd1a69 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldPreferences.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldPreferences.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchFieldPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchFieldPreferences": {
"body": [
"${1:my \\$SearchFieldPreferences = \\$BackendObject->SearchFieldPreferences(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
");}",
],
"prefix": "znuny.BackendObject.SearchFieldPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldRender.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldRender.code-snippets
index fb42e697..1d0a429d 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldRender.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldRender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchFieldRender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchFieldRender": {
"body": [
"${1:my \\$FieldHTML = \\$BackendObject->SearchFieldRender(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -33,7 +33,7 @@
");}",
],
"prefix": "znuny.BackendObject.SearchFieldRender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldValueGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldValueGet.code-snippets
index 0f231e40..7fb4c151 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldValueGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchFieldValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchFieldValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchFieldValueGet": {
"body": [
"${1:my \\$Value = \\$BackendObject->SearchFieldValueGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.BackendObject.SearchFieldValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLGet.code-snippets
index 69f1446f..1f5b6a54 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchSQLGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchSQLGet": {
"body": [
"${1:my \\$SQL = \\$BackendObject->SearchSQLGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.BackendObject.SearchSQLGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLOrderFieldGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLOrderFieldGet.code-snippets
index 425c74d5..fedfeab0 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLOrderFieldGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.SearchSQLOrderFieldGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.SearchSQLOrderFieldGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.SearchSQLOrderFieldGet": {
"body": [
"${1:my \\$SQL = \\$BackendObject->SearchSQLOrderFieldGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.BackendObject.SearchSQLOrderFieldGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.StatsFieldParameterBuild.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.StatsFieldParameterBuild.code-snippets
index cc776f98..7ac0eec3 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.StatsFieldParameterBuild.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.StatsFieldParameterBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.StatsFieldParameterBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.StatsFieldParameterBuild": {
"body": [
"${1:my \\$DynamicFieldStatsParameter = \\$BackendObject->StatsFieldParameterBuild(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.StatsFieldParameterBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.StatsSearchFieldParameterBuild.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.StatsSearchFieldParameterBuild.code-snippets
index 8bfd9e4f..696368e2 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.StatsSearchFieldParameterBuild.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.StatsSearchFieldParameterBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.StatsSearchFieldParameterBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.StatsSearchFieldParameterBuild": {
"body": [
"${1:my \\$DynamicFieldStatsSearchParameter = \\$BackendObject->StatsSearchFieldParameterBuild(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.BackendObject.StatsSearchFieldParameterBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.TemplateValueTypeGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.TemplateValueTypeGet.code-snippets
index 5d8f3063..924641af 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.TemplateValueTypeGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.TemplateValueTypeGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.TemplateValueTypeGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.TemplateValueTypeGet": {
"body": [
"${1:my \\$ValueType = \\$BackendObject->TemplateValueTypeGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig,",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.BackendObject.TemplateValueTypeGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueDelete.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueDelete.code-snippets
index dee2d19d..6db1244f 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueDelete.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueDelete": {
"body": [
"${1:my \\$Success = \\$BackendObject->ValueDelete(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueGet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueGet.code-snippets
index 81a42362..fce39854 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueGet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueGet": {
"body": [
"${1:my \\$Value = \\$BackendObject->ValueGet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueIsDifferent.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueIsDifferent.code-snippets
index 4a36bd84..2c517222 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueIsDifferent.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueIsDifferent.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueIsDifferent": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueIsDifferent": {
"body": [
"${1:my \\$Success = \\$BackendObject->ValueIsDifferent(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueIsDifferent",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueLookup.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueLookup.code-snippets
index 1cc9ae8f..fbd38683 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueLookup.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueLookup": {
"body": [
"${1:my \\$Value = \\$BackendObject->ValueLookup(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueSearch.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueSearch.code-snippets
index 5bff17a2..0444ad54 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueSearch.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueSearch": {
"body": [
"${1:my \\$Value = \\$BackendObject->ValueSearch(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueSet.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueSet.code-snippets
index 19c91017..6ff489de 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueSet.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueSet": {
"body": [
"${1:my \\$Success = \\$BackendObject->ValueSet(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/BackendObject/znuny.BackendObject.ValueValidate.code-snippets b/snippets/Functions/BackendObject/znuny.BackendObject.ValueValidate.code-snippets
index b1d3d882..fd4d862b 100644
--- a/snippets/Functions/BackendObject/znuny.BackendObject.ValueValidate.code-snippets
+++ b/snippets/Functions/BackendObject/znuny.BackendObject.ValueValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.BackendObject.ValueValidate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.BackendObject.ValueValidate": {
"body": [
"${1:my \\$Success = \\$BackendObject->ValueValidate(",
" DynamicFieldConfig => \\$DynamicFieldConfig, # complete config of the DynamicField",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.BackendObject.ValueValidate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CSVObject/znuny.CSVObject.Array2CSV.code-snippets b/snippets/Functions/CSVObject/znuny.CSVObject.Array2CSV.code-snippets
index 66ac3427..9854d0e7 100644
--- a/snippets/Functions/CSVObject/znuny.CSVObject.Array2CSV.code-snippets
+++ b/snippets/Functions/CSVObject/znuny.CSVObject.Array2CSV.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CSVObject.Array2CSV": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CSVObject.Array2CSV": {
"body": [
"${1:\\$CSV = \\$CSVObject->Array2CSV(",
" WithHeader => [ 'RowA', 'RowB', ], # optional",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.CSVObject.Array2CSV",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CSVObject/znuny.CSVObject.CSV2Array.code-snippets b/snippets/Functions/CSVObject/znuny.CSVObject.CSV2Array.code-snippets
index 10304521..4d3ccd67 100644
--- a/snippets/Functions/CSVObject/znuny.CSVObject.CSV2Array.code-snippets
+++ b/snippets/Functions/CSVObject/znuny.CSVObject.CSV2Array.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CSVObject.CSV2Array": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CSVObject.CSV2Array": {
"body": [
"${1:my \\$RefArray = \\$CSVObject->CSV2Array(",
" String => \\$CSVString,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CSVObject.CSV2Array",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CacheObject/znuny.CacheObject.CleanUp.code-snippets b/snippets/Functions/CacheObject/znuny.CacheObject.CleanUp.code-snippets
index fc4b4364..d9ff38c2 100644
--- a/snippets/Functions/CacheObject/znuny.CacheObject.CleanUp.code-snippets
+++ b/snippets/Functions/CacheObject/znuny.CacheObject.CleanUp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CacheObject.CleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CacheObject.CleanUp": {
"body": [
"${1:\\$CacheObject->CleanUp(",
" Expired => 1, # optional, defaults to 0",
@@ -13,7 +13,7 @@
"${4:\\$CacheObject->CleanUp();}",
],
"prefix": "znuny.CacheObject.CleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CacheObject/znuny.CacheObject.Configure.code-snippets b/snippets/Functions/CacheObject/znuny.CacheObject.Configure.code-snippets
index 359e7067..38e1dcd4 100644
--- a/snippets/Functions/CacheObject/znuny.CacheObject.Configure.code-snippets
+++ b/snippets/Functions/CacheObject/znuny.CacheObject.Configure.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CacheObject.Configure": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CacheObject.Configure": {
"body": [
"${1:\\$CacheObject->Configure(",
" CacheInMemory => 1, # optional",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CacheObject.Configure",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CacheObject/znuny.CacheObject.Delete.code-snippets b/snippets/Functions/CacheObject/znuny.CacheObject.Delete.code-snippets
index 944b5abd..45c48f8b 100644
--- a/snippets/Functions/CacheObject/znuny.CacheObject.Delete.code-snippets
+++ b/snippets/Functions/CacheObject/znuny.CacheObject.Delete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CacheObject.Delete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CacheObject.Delete": {
"body": [
"${1:\\$CacheObject->Delete(",
" Type => 'ObjectName', # only [a-zA-Z0-9_] chars usable",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CacheObject.Delete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CacheObject/znuny.CacheObject.Get.code-snippets b/snippets/Functions/CacheObject/znuny.CacheObject.Get.code-snippets
index 66048b69..876e5652 100644
--- a/snippets/Functions/CacheObject/znuny.CacheObject.Get.code-snippets
+++ b/snippets/Functions/CacheObject/znuny.CacheObject.Get.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CacheObject.Get": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CacheObject.Get": {
"body": [
"${1:my \\$Value = \\$CacheObject->Get(",
" Type => 'ObjectName',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.CacheObject.Get",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CacheObject/znuny.CacheObject.Set.code-snippets b/snippets/Functions/CacheObject/znuny.CacheObject.Set.code-snippets
index f8c1a367..6d237d3e 100644
--- a/snippets/Functions/CacheObject/znuny.CacheObject.Set.code-snippets
+++ b/snippets/Functions/CacheObject/znuny.CacheObject.Set.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CacheObject.Set": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CacheObject.Set": {
"body": [
"${1:\\$CacheObject->Set(",
" Type => 'ObjectName',",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.CacheObject.Set",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.BuildString.code-snippets b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.BuildString.code-snippets
index e22f74be..282effac 100644
--- a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.BuildString.code-snippets
+++ b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.BuildString.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.CalendarEventsObject.BuildString": {
+ "6.4|6.5|7.0|7.1 - znuny.CalendarEventsObject.BuildString": {
"body": [
"${1:my \\$OutputString = \\$CalendarEventsObject->BuildString(",
" Data => {",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.CalendarEventsObject.BuildString",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.FindEvents.code-snippets b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.FindEvents.code-snippets
index b0ae74a4..06bdeb62 100644
--- a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.FindEvents.code-snippets
+++ b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.FindEvents.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.CalendarEventsObject.FindEvents": {
+ "6.4|6.5|7.0|7.1 - znuny.CalendarEventsObject.FindEvents": {
"body": [
"${1:my \\$Result = \\$CalendarEventsObject->FindEvents(",
" String => [",
@@ -31,7 +31,7 @@
");}",
],
"prefix": "znuny.CalendarEventsObject.FindEvents",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.Parse.code-snippets b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.Parse.code-snippets
index 15d62f5d..bdad9c06 100644
--- a/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.Parse.code-snippets
+++ b/snippets/Functions/CalendarEventsObject/znuny.CalendarEventsObject.Parse.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.CalendarEventsObject.Parse": {
+ "6.4|6.5|7.0|7.1 - znuny.CalendarEventsObject.Parse": {
"body": [
"${1:my \\$CalendarEventsData = \\$CalendarEventsObject->Parse(",
" TicketID => \\$Param{TicketID\\},",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.CalendarEventsObject.Parse",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarCreate.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarCreate.code-snippets
index 2c5c8c7f..ec8be3a4 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarCreate.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarCreate": {
"body": [
"${1:my %Calendar = \\$CalendarObject->CalendarCreate(",
" CalendarName => 'Meetings', # (required) Personal calendar name",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarExport.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarExport.code-snippets
index f1be94b7..d06d8d8a 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarExport.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarExport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarExport": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarExport": {
"body": [
"${1:my %Data = \\$CalendarObject->CalendarExport(",
" CalendarID => \\$CalendarID,",
@@ -7,7 +7,7 @@
"\\}}",
],
"prefix": "znuny.CalendarObject.CalendarExport",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarGet.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarGet.code-snippets
index 4ff7fe9c..542eb2ae 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarGet.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarGet": {
"body": [
"${1:my %Calendar = \\$CalendarObject->CalendarGet(",
" CalendarName => 'Meetings', # (required) Calendar name",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarImport.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarImport.code-snippets
index e7e0e01a..d4a53264 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarImport.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarImport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarImport": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarImport": {
"body": [
"${1:my \\$Success = \\$CalendarObject->CalendarImport(",
" Data => {",
@@ -28,7 +28,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarImport",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarList.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarList.code-snippets
index c6e6f777..0d549c34 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarList.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarList": {
"body": [
"${1:my @Result = \\$CalendarObject->CalendarList(",
" UserID => \\$UserID, # (optional) For permission check",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarPermissionGet.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarPermissionGet.code-snippets
index 092db604..f5d95346 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarPermissionGet.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarPermissionGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarPermissionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarPermissionGet": {
"body": [
"${1:my \\$Permission = \\$CalendarObject->CalendarPermissionGet(",
" CalendarID => \\$CalendarID, # (required) CalendarID",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarPermissionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarUpdate.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarUpdate.code-snippets
index 0fd7c040..2b843873 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarUpdate.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.CalendarUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.CalendarUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.CalendarUpdate": {
"body": [
"${1:my \\$Success = \\$CalendarObject->CalendarUpdate(",
" CalendarID => \\$CalendarID, # (required) CalendarID",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.CalendarObject.CalendarUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.GetAccessToken.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.GetAccessToken.code-snippets
index eb04f5ed..272cd0fe 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.GetAccessToken.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.GetAccessToken.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.GetAccessToken": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.GetAccessToken": {
"body": [
"${1:my \\$Token = \\$CalendarObject->GetAccessToken(",
" CalendarID => \\$CalendarID, # (required) CalendarID",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CalendarObject.GetAccessToken",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.GetTextColor.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.GetTextColor.code-snippets
index 30a6e832..106c6518 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.GetTextColor.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.GetTextColor.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.GetTextColor": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.GetTextColor": {
"body": [
"${1:my \\$BestTextColor = \\$CalendarObject->GetTextColor(",
" Background => '#FFF', # (required) must be in valid hexadecimal RGB notation",
");}",
],
"prefix": "znuny.CalendarObject.GetTextColor",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentDelete.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentDelete.code-snippets
index ec01c26d..7602706f 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentDelete.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentDelete": {
"body": [
"${1:my \\$Success = \\$CalendarObject->TicketAppointmentDelete(",
" CalendarID => \\$CalendarID, # (required) CalendarID",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessCalendar.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessCalendar.code-snippets
index 04de74db..75082e8a 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessCalendar.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessCalendar.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentProcessCalendar": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentProcessCalendar": {
"body": [
"${1:my %Result = \\$CalendarObject->TicketAppointmentProcessCalendar(",
" CalendarID => \\$CalendarID,",
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentProcessCalendar",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessRule.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessRule.code-snippets
index 82125f79..14836c62 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessRule.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessRule.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentProcessRule": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentProcessRule": {
"body": [
"${1:my \\$Success = \\$CalendarObject->TicketAppointmentProcessRule(",
" CalendarID => \\$CalendarID,",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentProcessRule",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessTicket.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessTicket.code-snippets
index 9e85fa2b..f3953b7e 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessTicket.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentProcessTicket.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentProcessTicket": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentProcessTicket": {
"body": [
"${1:\\$CalendarObject->TicketAppointmentProcessTicket(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentProcessTicket",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleGet.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleGet.code-snippets
index 6c95c491..eec2e0ab 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleGet.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentRuleGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentRuleGet": {
"body": [
"${1:my \\$Rule = \\$CalendarObject->TicketAppointmentRuleGet(",
" CalendarID => \\$CalendarID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentRuleGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleIDsGet.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleIDsGet.code-snippets
index 3afc81a4..40f2229c 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleIDsGet.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentRuleIDsGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentRuleIDsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentRuleIDsGet": {
"body": [
"${1:my @RuleIDs = \\$CalendarObject->TicketAppointmentRuleIDsGet(",
" CalendarID => \\$CalendarID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentRuleIDsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTicketID.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTicketID.code-snippets
index c7403398..f3c2e6cd 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTicketID.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTicketID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentTicketID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentTicketID": {
"body": [
"${1:my \\$TicketID = \\$CalendarObject->TicketAppointmentTicketID(",
" AppointmentID => \\$AppointmentID,",
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentTicketID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTypesGet.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTypesGet.code-snippets
index d2f35acf..3010c57e 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTypesGet.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentTypesGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentTypesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentTypesGet": {
"body": [
"${1:my %TicketAppointmentTypes = \\$CalendarObject->TicketAppointmentTypesGet();}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentTypesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentUpdateTicket.code-snippets b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentUpdateTicket.code-snippets
index 7f15e6a7..b9e18dac 100644
--- a/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentUpdateTicket.code-snippets
+++ b/snippets/Functions/CalendarObject/znuny.CalendarObject.TicketAppointmentUpdateTicket.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CalendarObject.TicketAppointmentUpdateTicket": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CalendarObject.TicketAppointmentUpdateTicket": {
"body": [
"${1:\\$CalendarObject->TicketAppointmentUpdateTicket(",
" AppointmentID => \\$AppointmentID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CalendarObject.TicketAppointmentUpdateTicket",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.AreEmailAddressesValid.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.AreEmailAddressesValid.code-snippets
index 9c488fa5..ef0ade4a 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.AreEmailAddressesValid.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.AreEmailAddressesValid.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.CheckItemObject.AreEmailAddressesValid": {
+ "6.4|6.5|7.0|7.1 - znuny.CheckItemObject.AreEmailAddressesValid": {
"body": [
"${1:my \\$EmailAddressesAreValid = \\$CheckItemObject->AreEmailAddressesValid(",
" EmailAddresses => 'test@example.org, test2@example.org',",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.CheckItemObject.AreEmailAddressesValid",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckEmail.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckEmail.code-snippets
index b34af494..73080fea 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckEmail.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckEmail.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CheckItemObject.CheckEmail": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CheckItemObject.CheckEmail": {
"body": [
"${1:my \\$Valid = \\$CheckItemObject->CheckEmail(",
" Address => 'info@example.com',",
");}",
],
"prefix": "znuny.CheckItemObject.CheckEmail",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckError.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckError.code-snippets
index 6bde0387..f6cc9bec 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckError.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckError.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CheckItemObject.CheckError": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CheckItemObject.CheckError": {
"body": [
"${1:my \\$Error = \\$CheckItemObject->CheckError();}",
],
"prefix": "znuny.CheckItemObject.CheckError",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckErrorType.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckErrorType.code-snippets
index d5eb4d70..bdc5612d 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckErrorType.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CheckErrorType.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CheckItemObject.CheckErrorType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CheckItemObject.CheckErrorType": {
"body": [
"${1:my \\$ErrorType = \\$CheckItemObject->CheckErrorType();}",
],
"prefix": "znuny.CheckItemObject.CheckErrorType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CreditCardClean.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CreditCardClean.code-snippets
index 825b3b38..8a3dcfae 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CreditCardClean.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.CreditCardClean.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CheckItemObject.CreditCardClean": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CheckItemObject.CreditCardClean": {
"body": [
"${1:my (\\$StringRef, \\$Found) = \\$CheckItemObject->CreditCardClean(",
" StringRef => \'String',",
");}",
],
"prefix": "znuny.CheckItemObject.CreditCardClean",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.StringClean.code-snippets b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.StringClean.code-snippets
index 6c1e6397..7770eba8 100644
--- a/snippets/Functions/CheckItemObject/znuny.CheckItemObject.StringClean.code-snippets
+++ b/snippets/Functions/CheckItemObject/znuny.CheckItemObject.StringClean.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CheckItemObject.StringClean": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CheckItemObject.StringClean": {
"body": [
"${1:my \\$StringRef = \\$CheckItemObject->StringClean(",
" StringRef => \'String',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.CheckItemObject.StringClean",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelAdd.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelAdd.code-snippets
index 3c33e056..1fd27537 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelAdd.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelAdd": {
"body": [
"${1:my \\$ChannelID = \\$CommunicationChannelObject->ChannelAdd(",
" ChannelName => 'Email', # (required) Communication channel name",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDelete.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDelete.code-snippets
index 893f8784..a1675499 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDelete.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelDelete": {
"body": [
"${1:my \\$Success = \\$CommunicationChannelObject->ChannelDelete(",
" ChannelID => \\$ChannelID, # (optional) Delete by ChannelID",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDrop.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDrop.code-snippets
index 38d2274a..730fc9d4 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDrop.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelDrop.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelDrop": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelDrop": {
"body": [
"${1:my \\$Success = \\$CommunicationChannelObject->ChannelDrop(",
" ChannelID => \\$ChannelID, # (required) Delete by channel ID",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelDrop",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelGet.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelGet.code-snippets
index cf3ecc5d..2858b890 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelGet.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelGet": {
"body": [
"${1:my %CommunicationChannel = \\$CommunicationChannelObject->ChannelGet(",
" ChannelID => \\$ChannelID, # (optional) Communication channel id",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelList.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelList.code-snippets
index f1566b40..d6aac95a 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelList.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelList": {
"body": [
"${1:my @CommunicationChannels = \\$CommunicationChannelObject->ChannelList(",
" ValidID => \\$ValidID, # (optional) filter by ValidID",
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelObjectGet.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelObjectGet.code-snippets
index 03d3771f..ca89dfc7 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelObjectGet.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelObjectGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelObjectGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelObjectGet": {
"body": [
"${1:my \\$Object = \\$CommunicationChannelObject->ChannelObjectGet(",
" ChannelID => \\$ChannelID, # ChannelName or ChannelID required",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelObjectGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelSync.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelSync.code-snippets
index 3333bd72..6785914a 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelSync.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelSync.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelSync": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelSync": {
"body": [
"${1:my %Result = \\$CommunicationChannelObject->ChannelSync(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelSync",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelUpdate.code-snippets b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelUpdate.code-snippets
index d7525e38..e8139f5e 100644
--- a/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelUpdate.code-snippets
+++ b/snippets/Functions/CommunicationChannelObject/znuny.CommunicationChannelObject.ChannelUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationChannelObject.ChannelUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationChannelObject.ChannelUpdate": {
"body": [
"${1:my \\$Success = \\$CommunicationChannelObject->ChannelUpdate(",
" ChannelID => \\$ChannelID, # (required) ChannelID that will be updated",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.CommunicationChannelObject.ChannelUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationIDGet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationIDGet.code-snippets
index 20d59b56..ccef35e6 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationIDGet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationIDGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.CommunicationIDGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.CommunicationIDGet": {
"body": [
"${1:my \\$CommunicationID = \\$CommunicationLogObject->CommunicationIDGet();}",
],
"prefix": "znuny.CommunicationLogObject.CommunicationIDGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationStop.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationStop.code-snippets
index 40c95649..fb8ba079 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationStop.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.CommunicationStop.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.CommunicationStop": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.CommunicationStop": {
"body": [
"${1:my \\$Success = \\$CommunicationLogObject->CommunicationStop(",
" Status => 'Successful', # (required) Needs to be either 'Successful', 'Warning' or 'Failed'",
");}",
],
"prefix": "znuny.CommunicationLogObject.CommunicationStop",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.DirectionGet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.DirectionGet.code-snippets
index 88861d5f..6925e5e0 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.DirectionGet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.DirectionGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.DirectionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.DirectionGet": {
"body": [
"${1:my \\$Direction = \\$CommunicationLogObject->DirectionGet();}",
],
"prefix": "znuny.CommunicationLogObject.DirectionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.IsObjectLogOpen.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.IsObjectLogOpen.code-snippets
index 977f5132..4b6a2711 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.IsObjectLogOpen.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.IsObjectLogOpen.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.IsObjectLogOpen": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.IsObjectLogOpen": {
"body": [
"${1:my \\$Result = \\$CommunicationLogObject->IsObjectLogOpen(",
" ObjectLogType => '...', # Required",
");}",
],
"prefix": "znuny.CommunicationLogObject.IsObjectLogOpen",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLog.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLog.code-snippets
index 7be61064..57b45e00 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLog.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLog.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.ObjectLog": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.ObjectLog": {
"body": [
"${1:my \\$Success = \\$CommunicationLogObject->ObjectLog(",
" ObjectLogType => '...', # (required) To be defined by the related LogObject",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CommunicationLogObject.ObjectLog",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStart.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStart.code-snippets
index 4f8b6805..8df642a9 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStart.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStart.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.ObjectLogStart": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.ObjectLogStart": {
"body": [
"${1:my \\$ObjectID = \\$CommunicationLogObject->ObjectLogStart(",
" ObjectType => 'Connection' # (required) Can be 'Connection' or 'Message'",
");}",
],
"prefix": "znuny.CommunicationLogObject.ObjectLogStart",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStop.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStop.code-snippets
index 0baeb862..4de0aeb4 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStop.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLogStop.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.ObjectLogStop": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.ObjectLogStop": {
"body": [
"${1:my \\$Success = \\$CommunicationLogObject->ObjectLogStop(",
" ObjectLogType => 'Connection', # (required) Can be 'Connection' or 'Message'",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CommunicationLogObject.ObjectLogStop",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupGet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupGet.code-snippets
index fe463289..7a57346a 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupGet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.ObjectLookupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.ObjectLookupGet": {
"body": [
"${1:my \\$Result = \\$CommunicationLogObject->ObjectLookupGet(",
" TargetObjectID => \\$TargetObjectID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CommunicationLogObject.ObjectLookupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupSet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupSet.code-snippets
index ff80459a..ac838230 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupSet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.ObjectLookupSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.ObjectLookupSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.ObjectLookupSet": {
"body": [
"${1:my \\$Result = \\$CommunicationLogObject->ObjectLookupSet(",
" ObjectID => \\$ObjectID, # (required)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CommunicationLogObject.ObjectLookupSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.StatusGet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.StatusGet.code-snippets
index 8ab6aef1..3d54e06b 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.StatusGet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.StatusGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.StatusGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.StatusGet": {
"body": [
"${1:my \\$Direction = \\$CommunicationLogObject->StatusGet();}",
],
"prefix": "znuny.CommunicationLogObject.StatusGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.TransportGet.code-snippets b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.TransportGet.code-snippets
index 36c2bad9..b96fb2d5 100644
--- a/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.TransportGet.code-snippets
+++ b/snippets/Functions/CommunicationLogObject/znuny.CommunicationLogObject.TransportGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CommunicationLogObject.TransportGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CommunicationLogObject.TransportGet": {
"body": [
"${1:my \\$Transport = \\$CommunicationLogObject->TransportGet();}",
],
"prefix": "znuny.CommunicationLogObject.TransportGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ConfigObject/znuny.ConfigObject.Get.code-snippets b/snippets/Functions/ConfigObject/znuny.ConfigObject.Get.code-snippets
index fa8fa693..e5b9d255 100644
--- a/snippets/Functions/ConfigObject/znuny.ConfigObject.Get.code-snippets
+++ b/snippets/Functions/ConfigObject/znuny.ConfigObject.Get.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ConfigObject.Get": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ConfigObject.Get": {
"body": [
"${1:my \\$Value = \\$ConfigObject->Get('My::Setting::Name');}",
],
"prefix": "znuny.ConfigObject.Get",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ConfigObject/znuny.ConfigObject.Set.code-snippets b/snippets/Functions/ConfigObject/znuny.ConfigObject.Set.code-snippets
index ba170c9a..071b994e 100644
--- a/snippets/Functions/ConfigObject/znuny.ConfigObject.Set.code-snippets
+++ b/snippets/Functions/ConfigObject/znuny.ConfigObject.Set.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ConfigObject.Set": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ConfigObject.Set": {
"body": [
"${1:\\$ConfigObject->Set(",
" Key => 'My::Setting::Name',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ConfigObject.Set",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CronEventObject/znuny.CronEventObject.GenericAgentSchedule2CronTab.code-snippets b/snippets/Functions/CronEventObject/znuny.CronEventObject.GenericAgentSchedule2CronTab.code-snippets
index ce8e3454..677d88c2 100644
--- a/snippets/Functions/CronEventObject/znuny.CronEventObject.GenericAgentSchedule2CronTab.code-snippets
+++ b/snippets/Functions/CronEventObject/znuny.CronEventObject.GenericAgentSchedule2CronTab.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CronEventObject.GenericAgentSchedule2CronTab": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CronEventObject.GenericAgentSchedule2CronTab": {
"body": [
"${1:my \\$Schedule = \\$CronEventObject->GenericAgentSchedule2CronTab(",
" ScheduleMinutes [1,2,3],",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CronEventObject.GenericAgentSchedule2CronTab",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventGet.code-snippets b/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventGet.code-snippets
index 997b5545..de7728b2 100644
--- a/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventGet.code-snippets
+++ b/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CronEventObject.NextEventGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CronEventObject.NextEventGet": {
"body": [
"${1:my \\$EventSystemTime = \\$CronEventObject->NextEventGet(",
" Schedule => '*/2 * * * *', # recurrence parameters based in cron notation",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CronEventObject.NextEventGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventList.code-snippets b/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventList.code-snippets
index 92f4deff..4b36b141 100644
--- a/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventList.code-snippets
+++ b/snippets/Functions/CronEventObject/znuny.CronEventObject.NextEventList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CronEventObject.NextEventList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CronEventObject.NextEventList": {
"body": [
"${1:my @NextEvents = \\$CronEventObject->NextEventList(",
" Schedule => '*/2 * * * *', # recurrence parameters based in cron notation",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CronEventObject.NextEventList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CronEventObject/znuny.CronEventObject.PreviousEventGet.code-snippets b/snippets/Functions/CronEventObject/znuny.CronEventObject.PreviousEventGet.code-snippets
index e4700205..57bcae13 100644
--- a/snippets/Functions/CronEventObject/znuny.CronEventObject.PreviousEventGet.code-snippets
+++ b/snippets/Functions/CronEventObject/znuny.CronEventObject.PreviousEventGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CronEventObject.PreviousEventGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CronEventObject.PreviousEventGet": {
"body": [
"${1:my \\$PreviousSystemTime = \\$CronEventObject->PreviousEventGet(",
" Schedule => '*/2 * * * *', # recurrence parameters based in Cron notation",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CronEventObject.PreviousEventGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.Auth.code-snippets b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.Auth.code-snippets
index 87286a87..72531b81 100644
--- a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.Auth.code-snippets
+++ b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.Auth.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerAuthObject.Auth": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerAuthObject.Auth": {
"body": [
"${1:if (\\$CustomerAuthObject->Auth(User => \\$User, Pw => \\$Pw)) {",
" print \\"Auth ok!\n\\";",
@@ -9,7 +9,7 @@
"\\}}",
],
"prefix": "znuny.CustomerAuthObject.Auth",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetLastErrorMessage.code-snippets b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetLastErrorMessage.code-snippets
index dd3971af..65c91e0c 100644
--- a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetLastErrorMessage.code-snippets
+++ b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetLastErrorMessage.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerAuthObject.GetLastErrorMessage": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerAuthObject.GetLastErrorMessage": {
"body": [
"${1:my \\$AuthErrorMessage = \\$CustomerAuthObject->GetLastErrorMessage();}",
],
"prefix": "znuny.CustomerAuthObject.GetLastErrorMessage",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetOption.code-snippets b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetOption.code-snippets
index 0772b401..0d9e2a4a 100644
--- a/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetOption.code-snippets
+++ b/snippets/Functions/CustomerAuthObject/znuny.CustomerAuthObject.GetOption.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerAuthObject.GetOption": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerAuthObject.GetOption": {
"body": [
"${1:if (\\$CustomerAuthObject->GetOption(What => 'PreAuth')) {",
" print \\"No login screen is needed. Authentication is based on other options. E. g. \\$ENV{REMOTE_USER\\}\n\\";",
"\\}}",
],
"prefix": "znuny.CustomerAuthObject.GetOption",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyAdd.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyAdd.code-snippets
index 7c458966..e6c8818c 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyAdd.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanyAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanyAdd": {
"body": [
"${1:my \\$ID = \\$CustomerCompanyObject->CustomerCompanyAdd(",
" CustomerID => \\$CustomerID,",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanyAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyGet.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyGet.code-snippets
index d2811ab7..c2f3dd25 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyGet.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanyGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanyGet": {
"body": [
"${1:my %CustomerCompany = \\$CustomerCompanyObject->CustomerCompanyGet(",
" CustomerID => \\$CustomerID,",
");}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanyGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyList.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyList.code-snippets
index f0dfe266..5067a9f4 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyList.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanyList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanyList": {
"body": [
"${1:my %List = \\$CustomerCompanyObject->CustomerCompanyList(",
" Search => 'somecompany',",
@@ -11,7 +11,7 @@
"${3:my %List = \\$CustomerCompanyObject->CustomerCompanyList();}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanyList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchDetail.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchDetail.code-snippets
index b983d1e3..83c706da 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchDetail.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchDetail.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanySearchDetail": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanySearchDetail": {
"body": [
"${1:my \\$CustomerCompanyIDsRef = \\$CustomerCompanyObject->CustomerCompanySearchDetail(",
"",
@@ -25,7 +25,7 @@
" \\}}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanySearchDetail",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchFields.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchFields.code-snippets
index 6645df2c..87688f22 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchFields.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySearchFields.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanySearchFields": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanySearchFields": {
"body": [
"${1:my @SeachFields = \\$CustomerCompanyObject->CustomerCompanySearchFields(",
" Source => 'CustomerCompany', # optional, but important in the CustomerCompanySearchDetail to get the right database fields",
");}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanySearchFields",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySourceList.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySourceList.code-snippets
index 2ff4616c..dee53a06 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySourceList.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanySourceList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanySourceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanySourceList": {
"body": [
"${1:my %List = \\$CustomerCompanyObject->CustomerCompanySourceList(",
" ReadOnly => 0 # optional, 1 returns only RO backends, 0 returns writable, if not passed returns all backends",
");}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanySourceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyUpdate.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyUpdate.code-snippets
index 61e7d7fc..dc2b2920 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyUpdate.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.CustomerCompanyUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.CustomerCompanyUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.CustomerCompanyUpdate": {
"body": [
"${1:\\$CustomerCompanyObject->CustomerCompanyUpdate(",
" CustomerCompanyID => \\$CustomerCompanyID, # required for CustomerCompanyID-update",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.CustomerCompanyObject.CustomerCompanyUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldConfig.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldConfig.code-snippets
index b3b07180..251352d8 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldConfig.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldConfig.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.GetFieldConfig": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.GetFieldConfig": {
"body": [
"${1:my %FieldConfig = \\$CustomerCompanyObject->GetFieldConfig(",
" FieldName => 'CustomerCompanyName',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerCompanyObject.GetFieldConfig",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldSelections.code-snippets b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldSelections.code-snippets
index a76ce0bf..ae06cbd7 100644
--- a/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldSelections.code-snippets
+++ b/snippets/Functions/CustomerCompanyObject/znuny.CustomerCompanyObject.GetFieldSelections.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerCompanyObject.GetFieldSelections": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerCompanyObject.GetFieldSelections": {
"body": [
"${1:my %SelectionsData = \\$CustomerCompanyObject->GetFieldSelections(",
" FieldName => 'CustomerCompanyCountry',",
");}",
],
"prefix": "znuny.CustomerCompanyObject.GetFieldSelections",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextCustomers.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextCustomers.code-snippets
index 005cc5b8..ffdf78e1 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextCustomers.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextCustomers.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupContextCustomers": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupContextCustomers": {
"body": [
"${1:my %Customers = \\$CustomerGroupObject->GroupContextCustomers(",
" CustomerUserID => \\$CustomerUserID,",
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupContextCustomers",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameGet.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameGet.code-snippets
index 24aec4f1..860b7f74 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameGet.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupContextNameGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupContextNameGet": {
"body": [
"${1:my \\$ContextName = \\$CustomerGroupObject->GroupContextNameGet(",
" SysConfigName => '100-CustomerID-other', # optional, defaults to '001-CustomerID-same'",
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupContextNameGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameList.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameList.code-snippets
index df04a92e..6d42bf73 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameList.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupContextNameList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupContextNameList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupContextNameList": {
"body": [
"${1:my @ContextNames = \\$CustomerGroupObject->GroupContextNameList();}",
],
"prefix": "znuny.CustomerGroupObject.GroupContextNameList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerAdd.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerAdd.code-snippets
index 7e6864d9..c1f8c3c6 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerAdd.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupCustomerAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupCustomerAdd": {
"body": [
"${1:my \\$Success = \\$CustomerGroupObject->GroupCustomerAdd(",
" GID => \\$GID,",
@@ -27,7 +27,7 @@
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupCustomerAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerList.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerList.code-snippets
index 68b1ec19..ee5722f5 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerList.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupCustomerList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupCustomerList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupCustomerList": {
"body": [
"${1:my %Customers = \\$CustomerGroupObject->GroupCustomerList(",
" GroupID => \\$GroupID,",
@@ -45,7 +45,7 @@
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupCustomerList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupLookup.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupLookup.code-snippets
index 602a56f7..f6476891 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupLookup.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupLookup.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupLookup": {
"body": [
"${1:my \\$Group = \\$CustomerGroupObject->GroupLookup(GroupID => \\$GroupID);}",
"${2:my \\$GroupID = \\$CustomerGroupObject->GroupLookup(Group => \\$Group);}",
],
"prefix": "znuny.CustomerGroupObject.GroupLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberAdd.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberAdd.code-snippets
index fdf5f610..25c4b7c4 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberAdd.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupMemberAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupMemberAdd": {
"body": [
"${1:my \\$Success = \\$CustomerGroupObject->GroupMemberAdd(",
" GID => \\$GID,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupMemberAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberList.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberList.code-snippets
index 8f94d348..0e7cbd57 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberList.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.GroupMemberList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.GroupMemberList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.GroupMemberList": {
"body": [
"${1:my %Groups = \\$CustomerGroupObject->GroupMemberList(",
" UserID => \\$UserID,",
@@ -45,7 +45,7 @@
");}",
],
"prefix": "znuny.CustomerGroupObject.GroupMemberList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.PermissionCheck.code-snippets b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.PermissionCheck.code-snippets
index d5068362..b256f273 100644
--- a/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.PermissionCheck.code-snippets
+++ b/snippets/Functions/CustomerGroupObject/znuny.CustomerGroupObject.PermissionCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerGroupObject.PermissionCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerGroupObject.PermissionCheck": {
"body": [
"${1:my \\$HasPermission = \\$CustomerGroupObject->PermissionCheck(",
" UserID => \\$UserID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CustomerGroupObject.PermissionCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDList.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDList.code-snippets
index 0e414582..b309f24c 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDList.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerIDList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerIDList": {
"body": [
"${1:my @CustomerIDs = \\$CustomerUserObject->CustomerIDList(",
" SearchTerm => 'somecustomer', # optional",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerIDList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDs.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDs.code-snippets
index 04cd4cf0..117a1811 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDs.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerIDs.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerIDs": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerIDs": {
"body": [
"${1:my @CustomerIDs = \\$CustomerUserObject->CustomerIDs(",
" User => 'some-login',",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerIDs",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerName.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerName.code-snippets
index fe2199a9..f7d526c4 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerName.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerName.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerName": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerName": {
"body": [
"${1:my \\$Name = \\$CustomerUserObject->CustomerName(",
" UserLogin => 'some-login',",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerName",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearch.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearch.code-snippets
index 21abe151..e21cbe46 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearch.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerSearch": {
"body": [
"${1:# email search",
"my %List = \\$CustomerUserObject->CustomerSearch(",
@@ -24,7 +24,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearchDetail.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearchDetail.code-snippets
index bdc1d30a..39d83acb 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearchDetail.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSearchDetail.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerSearchDetail": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerSearchDetail": {
"body": [
"${1:my \\$CustomerUserIDsRef = \\$CustomerUserObject->CustomerSearchDetail(",
"",
@@ -29,7 +29,7 @@
" \\}}",
],
"prefix": "znuny.CustomerUserObject.CustomerSearchDetail",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSourceList.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSourceList.code-snippets
index f3ef245f..5248da4a 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSourceList.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerSourceList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerSourceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerSourceList": {
"body": [
"${1:my %List = \\$CustomerUserObject->CustomerSourceList(",
" ReadOnly => 0 # optional, 1 returns only RO backends, 0 returns writable, if not passed returns all backends",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerSourceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserAdd.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserAdd.code-snippets
index 38dbc25a..94a4054b 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserAdd.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserAdd": {
"body": [
"${1:my \\$UserLogin = \\$CustomerUserObject->CustomerUserAdd(",
" Source => 'CustomerUser', # CustomerUser source config",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCacheClear.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCacheClear.code-snippets
index bce46263..1a712815 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCacheClear.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCacheClear.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserCacheClear": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserCacheClear": {
"body": [
"${1:\\$CustomerUserObject->CustomerUserCacheClear(",
" UserLogin => 'mhuber',",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserCacheClear",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberAdd.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberAdd.code-snippets
index 98317dca..9b29acea 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberAdd.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserCustomerMemberAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserCustomerMemberAdd": {
"body": [
"${1:my \\$Success = \\$CustomerUserObject->CustomerUserCustomerMemberAdd(",
" CustomerUserID => \\$CustomerUserID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserCustomerMemberAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberList.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberList.code-snippets
index 222e60dc..c1cb6824 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberList.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserCustomerMemberList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserCustomerMemberList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserCustomerMemberList": {
"body": [
"${1:my @CustomerIDs = \\$CustomerUserObject->CustomerUserCustomerMemberList(",
" CustomerUserID => \\$CustomerUserID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserCustomerMemberList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserDataGet.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserDataGet.code-snippets
index f4a65fb9..619abb81 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserDataGet.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserDataGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserDataGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserDataGet": {
"body": [
"${1:my %User = \\$CustomerUserObject->CustomerUserDataGet(",
" User => 'franz',",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserDataGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserSearchFields.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserSearchFields.code-snippets
index 6eb03a91..ae58e17b 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserSearchFields.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserSearchFields.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserSearchFields": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserSearchFields": {
"body": [
"${1:my @SeachFields = \\$CustomerUserObject->CustomerUserSearchFields(",
" Source => 'CustomerUser', # optional, but important in the CustomerSearchDetail to get the right database fields",
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserSearchFields",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserUpdate.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserUpdate.code-snippets
index e1b39570..75eb9ad4 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserUpdate.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.CustomerUserUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.CustomerUserUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.CustomerUserUpdate": {
"body": [
"${1:\\$CustomerUserObject->CustomerUserUpdate(",
" Source => 'CustomerUser', # CustomerUser source config",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.CustomerUserUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GenerateRandomPassword.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GenerateRandomPassword.code-snippets
index daf9d606..f2e72c1d 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GenerateRandomPassword.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GenerateRandomPassword.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.GenerateRandomPassword": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.GenerateRandomPassword": {
"body": [
"${1:my \\$Password = \\$CustomerUserObject->GenerateRandomPassword(",
" Size => 16,",
@@ -7,7 +7,7 @@
"${2:my \\$Password = \\$CustomerUserObject->GenerateRandomPassword();}",
],
"prefix": "znuny.CustomerUserObject.GenerateRandomPassword",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldConfig.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldConfig.code-snippets
index c12dd086..5c7d9436 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldConfig.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldConfig.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.GetFieldConfig": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.GetFieldConfig": {
"body": [
"${1:my %FieldConfig = \\$CustomerUserObject->GetFieldConfig(",
" FieldName => 'UserEmail',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.GetFieldConfig",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldSelections.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldSelections.code-snippets
index 8a12ae86..b611bc9c 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldSelections.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetFieldSelections.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.GetFieldSelections": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.GetFieldSelections": {
"body": [
"${1:my %SelectionsData = \\$CustomerUserObject->GetFieldSelections(",
" FieldName => 'UserTitle',",
");}",
],
"prefix": "znuny.CustomerUserObject.GetFieldSelections",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetPreferences.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetPreferences.code-snippets
index 95552255..a6cb88ce 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetPreferences.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.GetPreferences.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.GetPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.GetPreferences": {
"body": [
"${1:my %Preferences = \\$CustomerUserObject->GetPreferences(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.CustomerUserObject.GetPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SearchPreferences.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SearchPreferences.code-snippets
index 3f86cf20..7f563fbb 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SearchPreferences.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SearchPreferences.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.SearchPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.SearchPreferences": {
"body": [
"${1:my %UserList = \\$CustomerUserObject->SearchPreferences(",
" Key => 'UserSomeKey',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.SearchPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPassword.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPassword.code-snippets
index 86828f39..8ddb8f05 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPassword.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPassword.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.SetPassword": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.SetPassword": {
"body": [
"${1:\\$CustomerUserObject->SetPassword(",
" UserLogin => 'some-login',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.SetPassword",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPreferences.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPreferences.code-snippets
index 7a12a4f4..809be3b8 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPreferences.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.SetPreferences.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.SetPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.SetPreferences": {
"body": [
"${1:\\$CustomerUserObject->SetPreferences(",
" Key => 'UserComment',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.SetPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenCheck.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenCheck.code-snippets
index f18100e5..ce5e2975 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenCheck.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.TokenCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.TokenCheck": {
"body": [
"${1:my \\$Valid = \\$CustomerUserObject>TokenCheck(",
" Token => \\$Token,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.CustomerUserObject.TokenCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenGenerate.code-snippets b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenGenerate.code-snippets
index 0b831a9a..2a0b9d18 100644
--- a/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenGenerate.code-snippets
+++ b/snippets/Functions/CustomerUserObject/znuny.CustomerUserObject.TokenGenerate.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.CustomerUserObject.TokenGenerate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.CustomerUserObject.TokenGenerate": {
"body": [
"${1:my \\$Token = \\$CustomerUserObject->TokenGenerate(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.CustomerUserObject.TokenGenerate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns.code-snippets
index ddaeb989..650bf00c 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->CreateMissingUUIDDatabaseTableColumns();}",
],
"prefix": "znuny.DBCRUDObject.CreateMissingUUIDDatabaseTableColumns",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn.code-snippets
index 3fd7d48c..de054c81 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn": {
"body": [
"${1:my \\$UUIDColumnCreated = \\$DBCRUDObject->CreateUUIDDatabaseTableColumn();}",
],
"prefix": "znuny.DBCRUDObject.CreateUUIDDatabaseTableColumn",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataAdd.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataAdd.code-snippets
index ce457e23..b9fbd228 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataAdd.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataAdd": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataAdd": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->DataAdd(",
" ID => '...',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataAdd",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataCopy.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataCopy.code-snippets
index 28aa8d28..4891fe76 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataCopy.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataCopy.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataCopy": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataCopy": {
"body": [
"${1:my \\$ObjectID = \\$DBCRUDObject->DataCopy(",
" ID => 123,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataCopy",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataDelete.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataDelete.code-snippets
index 571c2d64..301bbab0 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataDelete.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataDelete": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataDelete": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->DataDelete(",
" ID => '...', # optional",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataDelete",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataExport.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataExport.code-snippets
index 51aae361..558114d1 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataExport.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataExport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataExport": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataExport": {
"body": [
"${1:my \\$Export = \\$DBCRUDObject->DataExport(",
" Format => 'yml',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataExport",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataGet.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataGet.code-snippets
index b5456d74..b80f93a5 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataGet.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataGet": {
"body": [
"${1:my %Data = \\$DBCRUDObject->DataGet(",
" ID => '...', # optional",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataImport.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataImport.code-snippets
index b0b873c8..537bf633 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataImport.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataImport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataImport": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataImport": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->DataImport(",
" Content => \\$ContentString,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataImport",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataListGet.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataListGet.code-snippets
index 5bfd6eb4..6f58eaca 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataListGet.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataListGet": {
"body": [
"${1:my @Data = \\$DBCRUDObject->DataListGet(",
" ID => '...', # optional",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataNameExists.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataNameExists.code-snippets
index 62096bdf..1925d55c 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataNameExists.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataNameExists.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataNameExists": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataNameExists": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->DataNameExists(",
" Name => 'name',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataNameExists",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataSearch.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataSearch.code-snippets
index cfc07e52..63698197 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataSearch.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataSearch": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataSearch": {
"body": [
"${1:my %Data = \\$DBCRUDObject->DataSearch(",
" Search => 'test*test',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataSearch",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataUpdate.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataUpdate.code-snippets
index 79135425..93c9ac6b 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataUpdate.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.DataUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.DataUpdate": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.DataUpdate": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->DataUpdate(",
" ID => 1234,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DBCRUDObject.DataUpdate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent.code-snippets
index d3831ea3..f93b97eb 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent": {
"body": [
"${1:my \\$UUIDColumnPresent = \\$DBCRUDObject->IsUUIDDatabaseTableColumnPresent();}",
],
"prefix": "znuny.DBCRUDObject.IsUUIDDatabaseTableColumnPresent",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns.code-snippets b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns.code-snippets
index a83d2238..ee25cc65 100644
--- a/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns.code-snippets
+++ b/snippets/Functions/DBCRUDObject/znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns": {
"body": [
"${1:my \\$Success = \\$DBCRUDObject->MigrateUUIDDatabaseTableColumns();}",
],
"prefix": "znuny.DBCRUDObject.MigrateUUIDDatabaseTableColumns",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataAdd.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataAdd.code-snippets
index 53321ee1..e20f8963 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataAdd.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataAdd": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataAdd": {
"body": [
"${1:my \\$Success = \\$DBCRUDTestObject->DataAdd(",
" ID => '...',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataAdd",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataDelete.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataDelete.code-snippets
index d88899be..1107bf83 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataDelete.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataDelete": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataDelete": {
"body": [
"${1:my \\$Success = \\$DBCRUDTestObject->DataDelete(",
" ID => '...', # optional",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataDelete",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataExport.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataExport.code-snippets
index 8a2a1900..8e0517ed 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataExport.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataExport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataExport": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataExport": {
"body": [
"${1:my \\$Export = \\$DBCRUDTestObject->DataExport(",
" Format => 'yml',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataExport",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataGet.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataGet.code-snippets
index 9ba5bb30..6ec5cfe5 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataGet.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataGet": {
"body": [
"${1:my %Data = \\$DBCRUDTestObject->DataGet(",
" ID => '...', # optional",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataImport.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataImport.code-snippets
index eb1487b4..5bd178c8 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataImport.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataImport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataImport": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataImport": {
"body": [
"${1:my \\$Success = \\$DBCRUDTestObject->DataImport(",
" Content => \\$ContentString,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataImport",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataListGet.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataListGet.code-snippets
index 5be33c28..4e1752ee 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataListGet.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataListGet": {
"body": [
"${1:my @Data = \\$DBCRUDTestObject->DataListGet(",
" ID => '...', # optional",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataSearch.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataSearch.code-snippets
index 600c5d02..f33a3213 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataSearch.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.DataSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.DataSearch": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.DataSearch": {
"body": [
"${1:my %Data = \\$DBCRUDTestObject->DataSearch(",
" Search => 'test*test',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.DBCRUDTestObject.DataSearch",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.InitConfig.code-snippets b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.InitConfig.code-snippets
index 149f6e12..5b47a740 100644
--- a/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.InitConfig.code-snippets
+++ b/snippets/Functions/DBCRUDTestObject/znuny.DBCRUDTestObject.InitConfig.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.DBCRUDTestObject.InitConfig": {
+ "6.4|6.5|7.0|7.1 - znuny.DBCRUDTestObject.InitConfig": {
"body": [
"${1:my \\$Success = \\$DBCRUDTestObject->InitConfig();}",
],
"prefix": "znuny.DBCRUDTestObject.InitConfig",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets
new file mode 100644
index 00000000..f259ab32
--- /dev/null
+++ b/snippets/Functions/DBObject/znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets
@@ -0,0 +1,11 @@
+{
+ "7.1 - znuny.DBObject.CheckRequiredDatabaseVersion": {
+ "body": [
+ "${1:my %VersionInfo = \\$DBObject->CheckRequiredDatabaseVersion();}",
+ "${2:my %VersionInfos = \\$DBObject->CheckRequiredDatabaseVersion();}",
+ ],
+ "prefix": "znuny.DBObject.CheckRequiredDatabaseVersion",
+ "description": "7.1",
+ "scope": "perl"
+ }
+}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets
index 006258b3..ea842abd 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Connect": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Connect": {
"body": [
"${1:\\$DBObject->Connect();}",
],
"prefix": "znuny.DBObject.Connect",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Disconnect.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Disconnect.code-snippets
index f7753881..74b55300 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Disconnect.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Disconnect.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Disconnect": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Disconnect": {
"body": [
"${1:\\$DBObject->Disconnect();}",
],
"prefix": "znuny.DBObject.Disconnect",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Do.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Do.code-snippets
index e78ff5e1..bc9e3eab 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Do.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Do.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Do": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Do": {
"body": [
"${1:\\$DBObject->Do(",
" SQL => \\"INSERT INTO table (name1, name2) VALUES (?, ?)\\",",
@@ -9,7 +9,7 @@
"${3:\\$DBObject->Do( SQL => \\"INSERT INTO table (name) VALUES ('dog')\\" );}",
],
"prefix": "znuny.DBObject.Do",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Error.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Error.code-snippets
index 6a524025..3efcf7aa 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Error.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Error.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Error": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Error": {
"body": [
"${1:my \\$ErrorMessage = \\$DBObject->Error();}",
],
"prefix": "znuny.DBObject.Error",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.FetchrowArray.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.FetchrowArray.code-snippets
index 35a8734f..305ee557 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.FetchrowArray.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.FetchrowArray.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.FetchrowArray": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.FetchrowArray": {
"body": [
"${1:while (my @Row = \\$DBObject->FetchrowArray()) {",
" print \\"\\$Row[0]:\\$Row[1]\n\\";",
"\\}}",
],
"prefix": "znuny.DBObject.FetchrowArray",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.GetColumnNames.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.GetColumnNames.code-snippets
index 61e1f631..19e5741f 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.GetColumnNames.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.GetColumnNames.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.GetColumnNames": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.GetColumnNames": {
"body": [
"${1:my @Names = \\$DBObject->GetColumnNames();}",
],
"prefix": "znuny.DBObject.GetColumnNames",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.GetDatabaseFunction.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.GetDatabaseFunction.code-snippets
index ce70464e..55206356 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.GetDatabaseFunction.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.GetDatabaseFunction.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.GetDatabaseFunction": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.GetDatabaseFunction": {
"body": [
"${1:my \\$What = \\$DBObject->GetDatabaseFunction('DirectBlob');}",
],
"prefix": "znuny.DBObject.GetDatabaseFunction",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.ListTables.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.ListTables.code-snippets
index 68ffdbf9..b22758ef 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.ListTables.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.ListTables.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.ListTables": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.ListTables": {
"body": [
"${1:my @Tables = \\$DBObject->ListTables();}",
],
"prefix": "znuny.DBObject.ListTables",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Ping.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Ping.code-snippets
index 21d31b2b..c9ab2850 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Ping.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Ping.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Ping": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Ping": {
"body": [
"${1:my \\$Success = \\$DBObject->Ping(",
" AutoConnect => 0, # default 1",
");}",
],
"prefix": "znuny.DBObject.Ping",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Prepare.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Prepare.code-snippets
index ea493e8d..d0b8cc3f 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Prepare.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Prepare.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Prepare": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Prepare": {
"body": [
"${1:\\$DBObject->Prepare(",
" SQL => \\"SELECT id, name, content FROM table WHERE name_a = ? AND name_b = ?\\",",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.DBObject.Prepare",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.QueryCondition.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.QueryCondition.code-snippets
index b888aeb4..fb10411a 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.QueryCondition.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.QueryCondition.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.QueryCondition": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.QueryCondition": {
"body": [
"${1:my \\$SQL = \\$DBObject->QueryCondition(",
" Key => 'some_col',",
@@ -27,7 +27,7 @@
");}",
],
"prefix": "znuny.DBObject.QueryCondition",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.QueryInCondition.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.QueryInCondition.code-snippets
index 2660683a..130421a6 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.QueryInCondition.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.QueryInCondition.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.QueryInCondition": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.QueryInCondition": {
"body": [
"${1:my \\$SQL = \\$DBObject->QueryInCondition(",
" Key => 'table.column',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.DBObject.QueryInCondition",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.QueryStringEscape.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.QueryStringEscape.code-snippets
index b2969806..453e2a74 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.QueryStringEscape.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.QueryStringEscape.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.QueryStringEscape": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.QueryStringEscape": {
"body": [
"${1:my \\$QueryStringEscaped = \\$DBObject->QueryStringEscape(",
" QueryString => 'customer with (brackets) and & and -',",
");}",
],
"prefix": "znuny.DBObject.QueryStringEscape",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Quote.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Quote.code-snippets
index aa0670e7..084f8bc3 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Quote.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Quote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Quote": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Quote": {
"body": [
"${1:my \\$DBString = \\$DBObject->Quote( \\"2005-10-27 20:15:01\\" );}",
"${2:quote integers:",
@@ -13,7 +13,7 @@
"my \\$DBString = \\$DBObject->Quote( \\"This isn't a problem!\\" );}",
],
"prefix": "znuny.DBObject.Quote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.SQLProcessor.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.SQLProcessor.code-snippets
index 4ad201b1..cbfaa474 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.SQLProcessor.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.SQLProcessor.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.SQLProcessor": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.SQLProcessor": {
"body": [
"${1:my @SQL = \\$DBObject->SQLProcessor(",
" Database =>",
@@ -24,7 +24,7 @@
");}",
],
"prefix": "znuny.DBObject.SQLProcessor",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.SQLProcessorPost.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.SQLProcessorPost.code-snippets
index 4ed0298a..b75c05f3 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.SQLProcessorPost.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.SQLProcessorPost.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.SQLProcessorPost": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.SQLProcessorPost": {
"body": [
"${1:my @SQL = \\$DBObject->SQLProcessorPost();}",
],
"prefix": "znuny.DBObject.SQLProcessorPost",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.SelectAll.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.SelectAll.code-snippets
index 70612782..c7f9d495 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.SelectAll.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.SelectAll.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.SelectAll": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.SelectAll": {
"body": [
"${1:my \\$ResultAsArrayRef = \\$DBObject->SelectAll(",
" SQL => \\"SELECT id, name FROM table\\",",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DBObject.SelectAll",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DBObject/znuny.DBObject.Version.code-snippets b/snippets/Functions/DBObject/znuny.DBObject.Version.code-snippets
index 29733575..199ffdcc 100644
--- a/snippets/Functions/DBObject/znuny.DBObject.Version.code-snippets
+++ b/snippets/Functions/DBObject/znuny.DBObject.Version.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DBObject.Version": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DBObject.Version": {
"body": [
"${1:my \\$DBVersion = \\$DBObject->Version();}",
],
"prefix": "znuny.DBObject.Version",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Add.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Add.code-snippets
index f2eae116..6cbe619a 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Add.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Add.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Add": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Add": {
"body": [
"${1:my \\$Success = \\$DateTimeObject->Add(",
" Years => 1,",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.DateTimeObject.Add",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Clone.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Clone.code-snippets
index 8bda7814..3cd1a1e6 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Clone.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Clone.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Clone": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Clone": {
"body": [
"${1:my \\$ClonedDateTimeObject = \\$DateTimeObject->Clone();}",
],
"prefix": "znuny.DateTimeObject.Clone",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Compare.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Compare.code-snippets
index 2cca5624..96e1841e 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Compare.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Compare.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Compare": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Compare": {
"body": [
"${1: my @SortedDateTimeObjects = sort { \\$DateTimeObject->Compare( DateTimeObject => \\$b ); \\} @UnsortedDateTimeObjects:",
"",
@@ -9,7 +9,7 @@
"${2:my \\$Result = \\$DateTimeObject->Compare( DateTimeObject => \\$AnotherDateTimeObject );}",
],
"prefix": "znuny.DateTimeObject.Compare",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Delta.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Delta.code-snippets
index b304b76b..0e8c8a84 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Delta.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Delta.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Delta": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Delta": {
"body": [
"${1:my \\$Delta = \\$DateTimeObject->Delta( DateTimeObject => \\$AnotherDateTimeObject );}",
],
"prefix": "znuny.DateTimeObject.Delta",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Format.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Format.code-snippets
index de0e49e4..dd7a6d09 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Format.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Format.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Format": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Format": {
"body": [
"${1:my \\$DateTimeString = \\$DateTimeObject->Format( Format => '%Y-%m-%d %H:%M:%S' );}",
],
"prefix": "znuny.DateTimeObject.Format",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Get.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Get.code-snippets
index a5f31489..e9a485be 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Get.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Get.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Get": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Get": {
"body": [
"${1:my \\$DateTimeSettings = \\$DateTimeObject->Get();}",
],
"prefix": "znuny.DateTimeObject.Get",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.GetRealTimeZone.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.GetRealTimeZone.code-snippets
index e5e69afa..3c481d5d 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.GetRealTimeZone.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.GetRealTimeZone.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.GetRealTimeZone": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.GetRealTimeZone": {
"body": [
"${1:# You can also call this function without an object:",
"my \\$TimeZone = Kernel::System::DateTime->GetRealTimeZone( TimeZone => 'Africa/Addis_Ababa' );}",
"${2:my \\$TimeZone = \\$DateTimeObject->GetRealTimeZone( TimeZone => 'Africa/Addis_Ababa' );}",
],
"prefix": "znuny.DateTimeObject.GetRealTimeZone",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsTimeZoneValid.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsTimeZoneValid.code-snippets
index bc4dbf10..9f574e6a 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsTimeZoneValid.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsTimeZoneValid.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.IsTimeZoneValid": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.IsTimeZoneValid": {
"body": [
"${1:# You can also call this function without an object:",
"my \\$Valid = Kernel::System::DateTime->IsTimeZoneValid( TimeZone => 'Europe/Berlin' );}",
"${2:my \\$Valid = \\$DateTimeObject->IsTimeZoneValid( TimeZone => 'Europe/Berlin' );}",
],
"prefix": "znuny.DateTimeObject.IsTimeZoneValid",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsVacationDay.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsVacationDay.code-snippets
index c986e939..2968ff91 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsVacationDay.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.IsVacationDay.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.IsVacationDay": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.IsVacationDay": {
"body": [
"${1:my \\$IsVacationDay = \\$DateTimeObject->IsVacationDay(",
" Calendar => 9, # optional, OTRS vacation days otherwise",
");}",
],
"prefix": "znuny.DateTimeObject.IsVacationDay",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.LastDayOfMonthGet.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.LastDayOfMonthGet.code-snippets
index e619f64c..0b7cd38c 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.LastDayOfMonthGet.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.LastDayOfMonthGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.LastDayOfMonthGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.LastDayOfMonthGet": {
"body": [
"${1:\\$LastDayOfMonth = \\$DateTimeObject->LastDayOfMonthGet();}",
],
"prefix": "znuny.DateTimeObject.LastDayOfMonthGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.OTRSTimeZoneGet.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.OTRSTimeZoneGet.code-snippets
index b44074c1..1dbf84ec 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.OTRSTimeZoneGet.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.OTRSTimeZoneGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.OTRSTimeZoneGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.OTRSTimeZoneGet": {
"body": [
"${1:# You can also call this function without an object:",
"my \\$OTRSTimeZone = Kernel::System::DateTime->OTRSTimeZoneGet();}",
"${2:my \\$OTRSTimeZone = \\$DateTimeObject->OTRSTimeZoneGet();}",
],
"prefix": "znuny.DateTimeObject.OTRSTimeZoneGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Set.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Set.code-snippets
index a10e1f64..f53633a5 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Set.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Set.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Set": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Set": {
"body": [
"${1:# Setting values by hash:",
"my \\$Success = \\$DateTimeObject->Set(",
@@ -14,7 +14,7 @@
"my \\$Success = \\$DateTimeObject->Set( String => '2016-02-25 20:34:01' );}",
],
"prefix": "znuny.DateTimeObject.Set",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Subtract.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Subtract.code-snippets
index c49da835..1ff7c73a 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Subtract.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Subtract.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Subtract": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Subtract": {
"body": [
"${1:my \\$Success = \\$DateTimeObject->Subtract(",
" Years => 1,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DateTimeObject.Subtract",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.SystemTimeZoneGet.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.SystemTimeZoneGet.code-snippets
index 41264b33..134869bf 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.SystemTimeZoneGet.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.SystemTimeZoneGet.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.SystemTimeZoneGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.SystemTimeZoneGet": {
"body": [
"${1:my \\$SystemTimeZone = \\$DateTimeObject->SystemTimeZoneGet();}",
"${2:my \\$SystemTimeZone = Kernel::System::DateTime->SystemTimeZoneGet();}",
],
"prefix": "znuny.DateTimeObject.SystemTimeZoneGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneByOffsetList.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneByOffsetList.code-snippets
index 1fd2985c..7fd8955f 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneByOffsetList.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneByOffsetList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.TimeZoneByOffsetList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.TimeZoneByOffsetList": {
"body": [
"${1:my %TimeZoneByOffset = \\$DateTimeObject->TimeZoneByOffsetList();}",
],
"prefix": "znuny.DateTimeObject.TimeZoneByOffsetList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneList.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneList.code-snippets
index d928205f..af2666a2 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneList.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.TimeZoneList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.TimeZoneList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.TimeZoneList": {
"body": [
"${1:# You can add an obsolete time zone to the list if the time zone is valid.",
"# This is useful to keep the obsolete time zone from a stored setting",
@@ -22,7 +22,7 @@
"${4:my \\$TimeZones = Kernel::System::DateTime->TimeZoneList();}",
],
"prefix": "znuny.DateTimeObject.TimeZoneList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToCTimeString.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToCTimeString.code-snippets
index 399ec9fb..5de3ef0f 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToCTimeString.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToCTimeString.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.ToCTimeString": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToCTimeString": {
"body": [
"${1:my \\$CTimeString = \\$DateTimeObject->ToCTimeString();}",
],
"prefix": "znuny.DateTimeObject.ToCTimeString",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEmailTimeStamp.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEmailTimeStamp.code-snippets
index 849a6126..224561f4 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEmailTimeStamp.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEmailTimeStamp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.ToEmailTimeStamp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToEmailTimeStamp": {
"body": [
"${1:# If you already have a DateTime object, possibly in another time zone:",
"\\$DateTimeObject->ToOTRSTimeZone();",
@@ -11,7 +11,7 @@
"${3:my \\$MailTimeStamp = \\$DateTimeObject->ToEmailTimeStamp();}",
],
"prefix": "znuny.DateTimeObject.ToEmailTimeStamp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEpoch.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEpoch.code-snippets
index df47c582..99934663 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEpoch.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToEpoch.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.ToEpoch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToEpoch": {
"body": [
"${1:my \\$Epoch = \\$DateTimeObject->ToEpoch();}",
],
"prefix": "znuny.DateTimeObject.ToEpoch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToOTRSTimeZone.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToOTRSTimeZone.code-snippets
index 5981567f..b9ad5608 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToOTRSTimeZone.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToOTRSTimeZone.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.ToOTRSTimeZone": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToOTRSTimeZone": {
"body": [
"${1:my \\$Success = \\$DateTimeObject->ToOTRSTimeZone();}",
],
"prefix": "znuny.DateTimeObject.ToOTRSTimeZone",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToString.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToString.code-snippets
index 30ae4b8c..7a96700f 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToString.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToString.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.ToString": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToString": {
"body": [
"${1:my \\$DateTimeString = \\$DateTimeObject->ToString();}",
],
"prefix": "znuny.DateTimeObject.ToString",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToTimeZone.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToTimeZone.code-snippets
index 741d2485..e5adf879 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToTimeZone.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.ToTimeZone.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.DateTimeObject.ToTimeZone": {
+ "6.4|6.5|7.0|7.1 - znuny.DateTimeObject.ToTimeZone": {
"body": [
"${1:my \\$Success = \\$DateTimeObject->ToTimeZone(",
" TimeZone => 'Europe/Berlin',",
");}",
],
"prefix": "znuny.DateTimeObject.ToTimeZone",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.UserDefaultTimeZoneGet.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.UserDefaultTimeZoneGet.code-snippets
index 43a9394e..9ff960b7 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.UserDefaultTimeZoneGet.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.UserDefaultTimeZoneGet.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.UserDefaultTimeZoneGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.UserDefaultTimeZoneGet": {
"body": [
"${1:my \\$UserDefaultTimeZoneGet = \\$DateTimeObject->UserDefaultTimeZoneGet();}",
"${2:my \\$UserDefaultTimeZoneGet = Kernel::System::DateTime->UserDefaultTimeZoneGet();}",
],
"prefix": "znuny.DateTimeObject.UserDefaultTimeZoneGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Validate.code-snippets b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Validate.code-snippets
index 731be315..06b25a3f 100644
--- a/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Validate.code-snippets
+++ b/snippets/Functions/DateTimeObject/znuny.DateTimeObject.Validate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DateTimeObject.Validate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DateTimeObject.Validate": {
"body": [
"${1:my \\$IsValid = \\$DateTimeObject->Validate(",
" Year => 2016,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DateTimeObject.Validate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogAdd.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogAdd.code-snippets
index eb4633dd..135c1c51 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogAdd.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogAdd": {
"body": [
"${1:my \\$Success = \\$DebugLogObject->LogAdd(",
" CommunicationID => \\$CommunicationID,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.DebugLogObject.LogAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogCleanup.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogCleanup.code-snippets
index 51001c73..b6dd0cd3 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogCleanup.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogCleanup.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogCleanup": {
"body": [
"${1:my \\$Success = \\$DebugLogObject->LogCleanup(",
" CreatedAtOrBefore => '2011-12-31 23:59:59',",
");}",
],
"prefix": "znuny.DebugLogObject.LogCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogDelete.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogDelete.code-snippets
index 14866114..eeeba0e6 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogDelete.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogDelete": {
"body": [
"${1:my \\$Success = \\$DebugLogObject->LogDelete(",
" NoErrorIfEmpty => 1, # optional",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DebugLogObject.LogDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGet.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGet.code-snippets
index e1e2348c..1713ebc0 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGet.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogGet": {
"body": [
"${1:my \\$LogData = \\$DebugLogObject->LogGet(",
" CommunicationID => \\$CommunicationID,",
");}",
],
"prefix": "znuny.DebugLogObject.LogGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGetWithData.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGetWithData.code-snippets
index e5ef1de3..a9f4d034 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGetWithData.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogGetWithData.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogGetWithData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogGetWithData": {
"body": [
"${1:my \\$LogData = \\$DebugLogObject->LogGetWithData(",
" CommunicationID => \\$CommunicationID,",
");}",
],
"prefix": "znuny.DebugLogObject.LogGetWithData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogSearch.code-snippets b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogSearch.code-snippets
index 724bec5a..5deb678c 100644
--- a/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogSearch.code-snippets
+++ b/snippets/Functions/DebugLogObject/znuny.DebugLogObject.LogSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebugLogObject.LogSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebugLogObject.LogSearch": {
"body": [
"${1:my \\$LogData = \\$DebugLogObject->LogSearch(",
" CommunicationID => \\$CommunicationID, # optional",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.DebugLogObject.LogSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Debug.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Debug.code-snippets
index f4d504ff..dde2b2c2 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Debug.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Debug.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.Debug": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.Debug": {
"body": [
"${1:\\$DebuggerObject->Debug(",
" Summary => 'Short summary, one line',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.Debug",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.DebugLog.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.DebugLog.code-snippets
index b2784d95..f3294e39 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.DebugLog.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.DebugLog.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.DebugLog": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.DebugLog": {
"body": [
"${1:\\$DebuggerObject->DebugLog(",
" DebugLevel => 'debug',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.DebugLog",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Error.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Error.code-snippets
index 5dd20b13..c84b1d0e 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Error.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Error.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.Error": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.Error": {
"body": [
"${1:\\$DebuggerObject->Error(",
" Summary => 'Short summary, one line',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.Error",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleError.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleError.code-snippets
index 13654dbc..4a9440df 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleError.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleError.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.HandleError": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.HandleError": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->HandleError(",
" Data => { # data payload",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.HandleError",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleResponse.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleResponse.code-snippets
index efffe822..611d0236 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleResponse.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.HandleResponse.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.HandleResponse": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.HandleResponse": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->HandleResponse(",
" ResponseSuccess => 1, # success status of the remote web service",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.HandleResponse",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Info.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Info.code-snippets
index 76c7c1db..319a5feb 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Info.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Info.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.Info": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.Info": {
"body": [
"${1:\\$DebuggerObject->Info(",
" Summary => 'Short summary, one line',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.Info",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Map.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Map.code-snippets
index 22634227..c7713fac 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Map.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Map.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.Map": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.Map": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->Map(",
" Data => { # data payload before mapping",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.Map",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Notice.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Notice.code-snippets
index 667fee85..330aad61 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Notice.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.Notice.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.Notice": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.Notice": {
"body": [
"${1:\\$DebuggerObject->Notice(",
" Summary => 'Short summary, one line',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.Notice",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.PrepareRequest.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.PrepareRequest.code-snippets
index ff534c5e..caef67d2 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.PrepareRequest.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.PrepareRequest.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.PrepareRequest": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.PrepareRequest": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->PrepareRequest(",
" Data => { # data payload",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.PrepareRequest",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderGenerateResponse.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderGenerateResponse.code-snippets
index 816f0817..8e08b409 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderGenerateResponse.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderGenerateResponse.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.ProviderGenerateResponse": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.ProviderGenerateResponse": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->ProviderGenerateResponse(",
" Success => 1, # 1 or 0",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.ProviderGenerateResponse",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderProcessRequest.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderProcessRequest.code-snippets
index 776e1aa8..9cd61b87 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderProcessRequest.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.ProviderProcessRequest.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.ProviderProcessRequest": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.ProviderProcessRequest": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->ProviderProcessRequest();}",
],
"prefix": "znuny.DebuggerObject.ProviderProcessRequest",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.RequesterPerformRequest.code-snippets b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.RequesterPerformRequest.code-snippets
index 50ee40d9..615dc273 100644
--- a/snippets/Functions/DebuggerObject/znuny.DebuggerObject.RequesterPerformRequest.code-snippets
+++ b/snippets/Functions/DebuggerObject/znuny.DebuggerObject.RequesterPerformRequest.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DebuggerObject.RequesterPerformRequest": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DebuggerObject.RequesterPerformRequest": {
"body": [
"${1:my \\$Result = \\$DebuggerObject->RequesterPerformRequest(",
" Operation => 'remote_op', # name of remote operation to perform",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DebuggerObject.RequesterPerformRequest",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldAdd.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldAdd.code-snippets
index 430fb792..1ad8a524 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldAdd.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldAdd": {
"body": [
"${1:my \\$ID = \\$DynamicFieldObject->DynamicFieldAdd(",
" InternalField => 0, # optional, 0 or 1, internal fields are protected",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldDelete.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldDelete.code-snippets
index b4468694..d373397f 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldDelete.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldDelete": {
"body": [
"${1:my \\$Success = \\$DynamicFieldObject->DynamicFieldDelete(",
" ID => 123,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldGet.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldGet.code-snippets
index b4f17d10..9e822326 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldGet.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldGet": {
"body": [
"${1:my \\$DynamicField = \\$DynamicFieldObject->DynamicFieldGet(",
" ID => 123, # ID or Name must be provided",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldList.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldList.code-snippets
index 3bfab67e..5176b180 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldList.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldList": {
"body": [
"${1:my \\$List = \\$DynamicFieldObject->DynamicFieldList(",
" Valid => 0, # optional, defaults to 1",
@@ -22,7 +22,7 @@
"${2:my \\$List = \\$DynamicFieldObject->DynamicFieldList();}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldListGet.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldListGet.code-snippets
index 20b74e6e..d5a7ad28 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldListGet.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldListGet": {
"body": [
"${1:my \\$List = \\$DynamicFieldObject->DynamicFieldListGet(",
" Valid => 0, # optional, defaults to 1",
@@ -19,7 +19,7 @@
"${2:my \\$List = \\$DynamicFieldObject->DynamicFieldListGet();}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderCheck.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderCheck.code-snippets
index 3691b89b..51946537 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderCheck.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderCheck.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldOrderCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldOrderCheck": {
"body": [
"${1:my \\$Success = \\$DynamicFieldObject->DynamicFieldOrderCheck();}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldOrderCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderReset.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderReset.code-snippets
index b1a6d436..5b5622d6 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderReset.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldOrderReset.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldOrderReset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldOrderReset": {
"body": [
"${1:my \\$Success = \\$DynamicFieldObject->DynamicFieldOrderReset();}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldOrderReset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldUpdate.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldUpdate.code-snippets
index d4d2aa2f..4796dbb6 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldUpdate.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.DynamicFieldUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.DynamicFieldUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.DynamicFieldUpdate": {
"body": [
"${1:my \\$Success = \\$DynamicFieldObject->DynamicFieldUpdate(",
" ID => 1234, # mandatory",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.DynamicFieldUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingCreate.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingCreate.code-snippets
index 6d2dbc97..c4ffa732 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingCreate.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.ObjectMappingCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.ObjectMappingCreate": {
"body": [
"${1:my \\$ObjectID = \\$DynamicFieldObject->ObjectMappingCreate(",
" ObjectName => 'customer-1', # Name of the object to create the mapping for",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.ObjectMappingCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingGet.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingGet.code-snippets
index 7aa19ad7..2f6338f6 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingGet.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.ObjectMappingGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.ObjectMappingGet": {
"body": [
"${1:my \\$ObjectMapping = \\$DynamicFieldObject->ObjectMappingGet(",
" ObjectName => \\$ObjectName, # Name or array ref of names of the object(s) to get the ID(s) for",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.ObjectMappingGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingNameChange.code-snippets b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingNameChange.code-snippets
index 41c1e517..3542e4f2 100644
--- a/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingNameChange.code-snippets
+++ b/snippets/Functions/DynamicFieldObject/znuny.DynamicFieldObject.ObjectMappingNameChange.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldObject.ObjectMappingNameChange": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldObject.ObjectMappingNameChange": {
"body": [
"${1:my \\$Success = \\$DynamicFieldObject->ObjectMappingNameChange(",
" OldObjectName => 'customer-1',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DynamicFieldObject.ObjectMappingNameChange",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.AllValuesDelete.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.AllValuesDelete.code-snippets
index eedeb267..b5dfd037 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.AllValuesDelete.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.AllValuesDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.AllValuesDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.AllValuesDelete": {
"body": [
"${1:my \\$Success = \\$DynamicFieldValueObject->AllValuesDelete(",
" FieldID => \\$FieldID, # ID of the dynamic field",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.AllValuesDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.HistoricalValueGet.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.HistoricalValueGet.code-snippets
index 9431f725..51a11588 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.HistoricalValueGet.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.HistoricalValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.HistoricalValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.HistoricalValueGet": {
"body": [
"${1:my \\$HistoricalValues = \\$DynamicFieldValueObject->HistoricalValueGet(",
" FieldID => \\$FieldID, # ID of the dynamic field",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.HistoricalValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ObjectValuesDelete.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ObjectValuesDelete.code-snippets
index 9fad8b76..d68020a6 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ObjectValuesDelete.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ObjectValuesDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ObjectValuesDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ObjectValuesDelete": {
"body": [
"${1:my \\$Success = \\$DynamicFieldValueObject->ObjectValuesDelete(",
" ObjectType => 'Ticket', # Dynamic Field object type ( e. g. Ticket, Article, FAQ)",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ObjectValuesDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueDelete.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueDelete.code-snippets
index 59524a4a..46622c2a 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueDelete.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ValueDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ValueDelete": {
"body": [
"${1:my \\$Success = \\$DynamicFieldValueObject->ValueDelete(",
" FieldID => \\$FieldID, # ID of the dynamic field",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ValueDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueGet.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueGet.code-snippets
index 10b9bc92..b5e7bd85 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueGet.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ValueGet": {
"body": [
"${1:my \\$Value = \\$DynamicFieldValueObject->ValueGet(",
" FieldID => \\$FieldID, # ID of the dynamic field",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSearch.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSearch.code-snippets
index 557b4e05..182e58e9 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSearch.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ValueSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ValueSearch": {
"body": [
"${1:my \\$Value = \\$DynamicFieldValueObject->ValueSearch(",
" FieldID => \\$FieldID, # ID of dynamic field to search",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ValueSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSet.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSet.code-snippets
index 38e2b192..462a6985 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSet.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ValueSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ValueSet": {
"body": [
"${1:my \\$Success = \\$DynamicFieldValueObject->ValueSet(",
" FieldID => \\$FieldID, # ID of the dynamic field",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ValueSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueValidate.code-snippets b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueValidate.code-snippets
index 27df4b7a..93097d99 100644
--- a/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueValidate.code-snippets
+++ b/snippets/Functions/DynamicFieldValueObject/znuny.DynamicFieldValueObject.ValueValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.DynamicFieldValueObject.ValueValidate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.DynamicFieldValueObject.ValueValidate": {
"body": [
"${1:my \\$Success = \\$DynamicFieldValueObject->ValueValidate(",
" Value => {",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.DynamicFieldValueObject.ValueValidate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EmailObject/znuny.EmailObject.Bounce.code-snippets b/snippets/Functions/EmailObject/znuny.EmailObject.Bounce.code-snippets
index 035030ab..4b02470b 100644
--- a/snippets/Functions/EmailObject/znuny.EmailObject.Bounce.code-snippets
+++ b/snippets/Functions/EmailObject/znuny.EmailObject.Bounce.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EmailObject.Bounce": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EmailObject.Bounce": {
"body": [
"${1:\\$EmailObject->Bounce(",
" From => 'me@example.com',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.EmailObject.Bounce",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EmailObject/znuny.EmailObject.Check.code-snippets b/snippets/Functions/EmailObject/znuny.EmailObject.Check.code-snippets
index 2f611040..4742326f 100644
--- a/snippets/Functions/EmailObject/znuny.EmailObject.Check.code-snippets
+++ b/snippets/Functions/EmailObject/znuny.EmailObject.Check.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EmailObject.Check": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EmailObject.Check": {
"body": [
"${1:my %Check = \\$EmailObject->Check();}",
],
"prefix": "znuny.EmailObject.Check",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EmailObject/znuny.EmailObject.Send.code-snippets b/snippets/Functions/EmailObject/znuny.EmailObject.Send.code-snippets
index a972a5c5..aee9b335 100644
--- a/snippets/Functions/EmailObject/znuny.EmailObject.Send.code-snippets
+++ b/snippets/Functions/EmailObject/znuny.EmailObject.Send.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EmailObject.Send": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EmailObject.Send": {
"body": [
"${1:my \\$Sent = \\$EmailObject->Send(",
" From => 'me@example.com',",
@@ -60,7 +60,7 @@
");}",
],
"prefix": "znuny.EmailObject.Send",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EmailObject/znuny.EmailObject.SendExecute.code-snippets b/snippets/Functions/EmailObject/znuny.EmailObject.SendExecute.code-snippets
index 02cf9840..5c7da86d 100644
--- a/snippets/Functions/EmailObject/znuny.EmailObject.SendExecute.code-snippets
+++ b/snippets/Functions/EmailObject/znuny.EmailObject.SendExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EmailObject.SendExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EmailObject.SendExecute": {
"body": [
"${1:# or",
"my \\$Result = \\$EmailObject->SendExecute(",
@@ -25,7 +25,7 @@
");}",
],
"prefix": "znuny.EmailObject.SendExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.ConfigureOutputFileHandle.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.ConfigureOutputFileHandle.code-snippets
index 0ac45880..c63367db 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.ConfigureOutputFileHandle.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.ConfigureOutputFileHandle.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.ConfigureOutputFileHandle": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.ConfigureOutputFileHandle": {
"body": [
"${1:\\$EncodeObject->ConfigureOutputFileHandle( FileHandle => \\*STDOUT );}",
],
"prefix": "znuny.EncodeObject.ConfigureOutputFileHandle",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert.code-snippets
index 103d44d9..804fca77 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.Convert": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.Convert": {
"body": [
"${1:my \\$iso_8859_1 = \\$EncodeObject->Convert(",
" Text => \\$utf-8_string,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.EncodeObject.Convert",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert2CharsetInternal.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert2CharsetInternal.code-snippets
index 6349fbdb..2050b0b4 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert2CharsetInternal.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.Convert2CharsetInternal.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.Convert2CharsetInternal": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.Convert2CharsetInternal": {
"body": [
"${1:my \\$String = \\$EncodeObject->Convert2CharsetInternal(",
" Text => \\$String,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.EncodeObject.Convert2CharsetInternal",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeInput.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeInput.code-snippets
index c4ddf113..eaf8b999 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeInput.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeInput.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.EncodeInput": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.EncodeInput": {
"body": [
"${1:\\$EncodeObject->EncodeInput( \\\\\\$String );}",
"${2:\\$EncodeObject->EncodeInput( \\@Array );}",
],
"prefix": "znuny.EncodeObject.EncodeInput",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeOutput.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeOutput.code-snippets
index 255d616c..d1ce6b35 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeOutput.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodeOutput.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.EncodeOutput": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.EncodeOutput": {
"body": [
"${1:\\$EncodeObject->EncodeOutput( \\\\\\$String );}",
"${2:\\$EncodeObject->EncodeOutput( \\@Array );}",
],
"prefix": "znuny.EncodeObject.EncodeOutput",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodingIsAsciiSuperset.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodingIsAsciiSuperset.code-snippets
index 1ce2f104..a1374048 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodingIsAsciiSuperset.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.EncodingIsAsciiSuperset.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.EncodingIsAsciiSuperset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.EncodingIsAsciiSuperset": {
"body": [
"${1:my \\$IsSuperset = \\$EncodeObject->EncodingIsAsciiSuperset(",
" Encoding => 'UTF-8',",
");}",
],
"prefix": "znuny.EncodeObject.EncodingIsAsciiSuperset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.FindAsciiSupersetEncoding.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.FindAsciiSupersetEncoding.code-snippets
index 201c66b2..27273e5e 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.FindAsciiSupersetEncoding.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.FindAsciiSupersetEncoding.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EncodeObject.FindAsciiSupersetEncoding": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EncodeObject.FindAsciiSupersetEncoding": {
"body": [
"${1:my \\$Encoding = \\$EncodeObject->FindAsciiSupersetEncoding(",
" Encodings => [ 'UTF-16LE', 'UTF-8' ],",
");}",
],
"prefix": "znuny.EncodeObject.FindAsciiSupersetEncoding",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EncodeObject/znuny.EncodeObject.RemoveUTF8BOM.code-snippets b/snippets/Functions/EncodeObject/znuny.EncodeObject.RemoveUTF8BOM.code-snippets
index fc50c331..24c7d6f1 100644
--- a/snippets/Functions/EncodeObject/znuny.EncodeObject.RemoveUTF8BOM.code-snippets
+++ b/snippets/Functions/EncodeObject/znuny.EncodeObject.RemoveUTF8BOM.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.EncodeObject.RemoveUTF8BOM": {
+ "6.4|6.5|7.0|7.1 - znuny.EncodeObject.RemoveUTF8BOM": {
"body": [
"${1:my \\$StringWithoutBOM = \\$EncodeObject->RemoveUTF8BOM(",
" String => '....',",
");}",
],
"prefix": "znuny.EncodeObject.RemoveUTF8BOM",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.DBInfoGet.code-snippets b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.DBInfoGet.code-snippets
index 32be7640..9ec297d9 100644
--- a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.DBInfoGet.code-snippets
+++ b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.DBInfoGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EnvironmentObject.DBInfoGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EnvironmentObject.DBInfoGet": {
"body": [
"${1:my %DBInfo = \\$EnvironmentObject->DBInfoGet();}",
],
"prefix": "znuny.EnvironmentObject.DBInfoGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.ModuleVersionGet.code-snippets b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.ModuleVersionGet.code-snippets
index a3575779..e094a3bd 100644
--- a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.ModuleVersionGet.code-snippets
+++ b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.ModuleVersionGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EnvironmentObject.ModuleVersionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EnvironmentObject.ModuleVersionGet": {
"body": [
"${1:my \\$Version = \\$EnvironmentObject->ModuleVersionGet(",
" Module => 'MIME::Parser',",
");}",
],
"prefix": "znuny.EnvironmentObject.ModuleVersionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OSInfoGet.code-snippets b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OSInfoGet.code-snippets
index eca06ac2..ffa18934 100644
--- a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OSInfoGet.code-snippets
+++ b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OSInfoGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EnvironmentObject.OSInfoGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EnvironmentObject.OSInfoGet": {
"body": [
"${1:my %OSInfo = \\$EnvironmentObject->OSInfoGet();}",
],
"prefix": "znuny.EnvironmentObject.OSInfoGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OTRSInfoGet.code-snippets b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OTRSInfoGet.code-snippets
index a60e0aef..1409bdcc 100644
--- a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OTRSInfoGet.code-snippets
+++ b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.OTRSInfoGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EnvironmentObject.OTRSInfoGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EnvironmentObject.OTRSInfoGet": {
"body": [
"${1:my %OTRSInfo = \\$EnvironmentObject->OTRSInfoGet();}",
],
"prefix": "znuny.EnvironmentObject.OTRSInfoGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.PerlInfoGet.code-snippets b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.PerlInfoGet.code-snippets
index ea7faf4b..2849eb8e 100644
--- a/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.PerlInfoGet.code-snippets
+++ b/snippets/Functions/EnvironmentObject/znuny.EnvironmentObject.PerlInfoGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EnvironmentObject.PerlInfoGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EnvironmentObject.PerlInfoGet": {
"body": [
"${1:my %PerlInfo = \\$EnvironmentObject->PerlInfoGet(",
" BundledModules => 1,",
@@ -7,7 +7,7 @@
"${2:my %PerlInfo = \\$EnvironmentObject->PerlInfoGet();}",
],
"prefix": "znuny.EnvironmentObject.PerlInfoGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ErrorObject/znuny.ErrorObject.HandleError.code-snippets b/snippets/Functions/ErrorObject/znuny.ErrorObject.HandleError.code-snippets
index f2326b11..5a209107 100644
--- a/snippets/Functions/ErrorObject/znuny.ErrorObject.HandleError.code-snippets
+++ b/snippets/Functions/ErrorObject/znuny.ErrorObject.HandleError.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ErrorObject.HandleError": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ErrorObject.HandleError": {
"body": [
"${1:my \\$Result = \\$ErrorObject->HandleError(",
" WebserviceID => \\$WebserviceID, # ID of the configured remote web service to use",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ErrorObject.HandleError",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/EventObject/znuny.EventObject.EventList.code-snippets b/snippets/Functions/EventObject/znuny.EventObject.EventList.code-snippets
index fb6e2a9f..fb8f49b1 100644
--- a/snippets/Functions/EventObject/znuny.EventObject.EventList.code-snippets
+++ b/snippets/Functions/EventObject/znuny.EventObject.EventList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.EventObject.EventList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.EventObject.EventList": {
"body": [
"${1:my %Events = \\$EventObject->EventList(",
" ObjectTypes => ['Ticket', 'Article'], # optional filter",
");}",
],
"prefix": "znuny.EventObject.EventList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ExcelObject/znuny.ExcelObject.Array2Excel.code-snippets b/snippets/Functions/ExcelObject/znuny.ExcelObject.Array2Excel.code-snippets
index d25ff1b0..c7c0f613 100644
--- a/snippets/Functions/ExcelObject/znuny.ExcelObject.Array2Excel.code-snippets
+++ b/snippets/Functions/ExcelObject/znuny.ExcelObject.Array2Excel.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ExcelObject.Array2Excel": {
+ "6.4|6.5|7.0|7.1 - znuny.ExcelObject.Array2Excel": {
"body": [
"${1:my \\$ExcelFileContent = \\$ExcelObject->Array2Excel(",
" Data => [",
@@ -149,7 +149,7 @@
");}",
],
"prefix": "znuny.ExcelObject.Array2Excel",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnContentFormat.code-snippets b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnContentFormat.code-snippets
index 19448325..5e2c421e 100644
--- a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnContentFormat.code-snippets
+++ b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnContentFormat.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ExcelObject.GetColumnContentFormat": {
+ "6.4|6.5|7.0|7.1 - znuny.ExcelObject.GetColumnContentFormat": {
"body": [
"${1:my \\$ColumnContentFormat = \\$ExcelObject->GetColumnContentFormat(",
" Value => '123',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ExcelObject.GetColumnContentFormat",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnIdentifierByNumber.code-snippets b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnIdentifierByNumber.code-snippets
index e24a3e47..29fcdf30 100644
--- a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnIdentifierByNumber.code-snippets
+++ b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetColumnIdentifierByNumber.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.ExcelObject.GetColumnIdentifierByNumber": {
+ "6.4|6.5|7.0|7.1 - znuny.ExcelObject.GetColumnIdentifierByNumber": {
"body": [
"${1:my \\$ColumnIdentifier = \\$ExcelObject->GetColumnIdentifierByNumber(",
" ColumnNumber => 27,",
");}",
],
"prefix": "znuny.ExcelObject.GetColumnIdentifierByNumber",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetFormatDefinition.code-snippets b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetFormatDefinition.code-snippets
index 037578e0..f7a5d26e 100644
--- a/snippets/Functions/ExcelObject/znuny.ExcelObject.GetFormatDefinition.code-snippets
+++ b/snippets/Functions/ExcelObject/znuny.ExcelObject.GetFormatDefinition.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.ExcelObject.GetFormatDefinition": {
+ "6.4|6.5|7.0|7.1 - znuny.ExcelObject.GetFormatDefinition": {
"body": [
"${1:my \\$GetFormatDefinition = \\$ExcelObject->GetFormatDefinition(",
" Stat => \\$Stat,",
");}",
],
"prefix": "znuny.ExcelObject.GetFormatDefinition",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ExcelObject/znuny.ExcelObject.MergeFormatDefinitions.code-snippets b/snippets/Functions/ExcelObject/znuny.ExcelObject.MergeFormatDefinitions.code-snippets
index def8b522..db1af149 100644
--- a/snippets/Functions/ExcelObject/znuny.ExcelObject.MergeFormatDefinitions.code-snippets
+++ b/snippets/Functions/ExcelObject/znuny.ExcelObject.MergeFormatDefinitions.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ExcelObject.MergeFormatDefinitions": {
+ "6.4|6.5|7.0|7.1 - znuny.ExcelObject.MergeFormatDefinitions": {
"body": [
"${1:my %Format = \\$ExcelObject->MergeFormatDefinitions(",
" Merge => 1, # if 1, merges all format definitions from last to first in array 'FormatDefinitions'",
@@ -25,7 +25,7 @@
");}",
],
"prefix": "znuny.ExcelObject.MergeFormatDefinitions",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FetchMailObject/znuny.FetchMailObject.Fetch.code-snippets b/snippets/Functions/FetchMailObject/znuny.FetchMailObject.Fetch.code-snippets
index 52219bed..e28f0733 100644
--- a/snippets/Functions/FetchMailObject/znuny.FetchMailObject.Fetch.code-snippets
+++ b/snippets/Functions/FetchMailObject/znuny.FetchMailObject.Fetch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FetchMailObject.Fetch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FetchMailObject.Fetch": {
"body": [
"${1:my \\$Success = \\$FetchMailObject->Fetch(",
"",
@@ -73,7 +73,7 @@
");}",
],
"prefix": "znuny.FetchMailObject.Fetch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FileTempObject/znuny.FileTempObject.TempFile.code-snippets b/snippets/Functions/FileTempObject/znuny.FileTempObject.TempFile.code-snippets
index 1c72caa4..e81742cd 100644
--- a/snippets/Functions/FileTempObject/znuny.FileTempObject.TempFile.code-snippets
+++ b/snippets/Functions/FileTempObject/znuny.FileTempObject.TempFile.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FileTempObject.TempFile": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FileTempObject.TempFile": {
"body": [
"${1:my (\\$FileHandle, \\$Filename) = \\$FileTempObject->TempFile(",
" Suffix => '.png', # optional, defaults to '.tmp'",
");}",
],
"prefix": "znuny.FileTempObject.TempFile",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftAdd.code-snippets b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftAdd.code-snippets
index a1f96f8f..6a0334f8 100644
--- a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftAdd.code-snippets
+++ b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FormDraftObject.FormDraftAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FormDraftObject.FormDraftAdd": {
"body": [
"${1:my \\$Success = \\$FormDraftObject->FormDraftAdd(",
" FormData => {",
@@ -27,7 +27,7 @@
");}",
],
"prefix": "znuny.FormDraftObject.FormDraftAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftDelete.code-snippets b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftDelete.code-snippets
index 6bb334dc..6499e124 100644
--- a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftDelete.code-snippets
+++ b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FormDraftObject.FormDraftDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FormDraftObject.FormDraftDelete": {
"body": [
"${1:my \\$Success = \\$FormDraftObject->FormDraftDelete(",
" FormDraftID => \\$FormDraftID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.FormDraftObject.FormDraftDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftGet.code-snippets b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftGet.code-snippets
index 36c629c8..169631b6 100644
--- a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftGet.code-snippets
+++ b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FormDraftObject.FormDraftGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FormDraftObject.FormDraftGet": {
"body": [
"${1:my \\$FormDraft = \\$FormDraftObject->FormDraftGet(",
" FormDraftID => \\$FormDraftID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.FormDraftObject.FormDraftGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftListGet.code-snippets b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftListGet.code-snippets
index 01ebaff4..3db044c8 100644
--- a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftListGet.code-snippets
+++ b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FormDraftObject.FormDraftListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FormDraftObject.FormDraftListGet": {
"body": [
"${1:my \\$FormDraftList = \\$FormDraftObject->FormDraftListGet(",
" ObjectType => 'Ticket', # optional",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.FormDraftObject.FormDraftListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftUpdate.code-snippets b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftUpdate.code-snippets
index 6084e5d1..4d9ec0d1 100644
--- a/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftUpdate.code-snippets
+++ b/snippets/Functions/FormDraftObject/znuny.FormDraftObject.FormDraftUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.FormDraftObject.FormDraftUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.FormDraftObject.FormDraftUpdate": {
"body": [
"${1:my \\$Success = \\$FormDraftObject->FormDraftUpdate(",
" FormData => {",
@@ -28,7 +28,7 @@
");}",
],
"prefix": "znuny.FormDraftObject.FormDraftUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobAdd.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobAdd.code-snippets
index 65c9272f..04ad1cdc 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobAdd.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobAdd": {
"body": [
"${1:\\$GenericAgentObject->JobAdd(",
" Name => 'JobName',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.GenericAgentObject.JobAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobDelete.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobDelete.code-snippets
index bed2ce23..724c6c49 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobDelete.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobDelete": {
"body": [
"${1:my \\$Success = \\$GenericAgentObject->JobDelete(",
" Name => 'JobName',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GenericAgentObject.JobDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobEventList.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobEventList.code-snippets
index da7fb5fb..10c20948 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobEventList.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobEventList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobEventList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobEventList": {
"body": [
"${1:my %List = \\$GenericAgentObject->JobEventList();}",
],
"prefix": "znuny.GenericAgentObject.JobEventList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobGet.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobGet.code-snippets
index 882dd6b5..97db82b9 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobGet.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobGet": {
"body": [
"${1:my %Job = \\$GenericAgentObject->JobGet(Name => 'JobName');}",
],
"prefix": "znuny.GenericAgentObject.JobGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobList.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobList.code-snippets
index 5532bbe9..a85c5c1b 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobList.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobList": {
"body": [
"${1:my %List = \\$GenericAgentObject->JobList();}",
],
"prefix": "znuny.GenericAgentObject.JobList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobRun.code-snippets b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobRun.code-snippets
index a989324a..4dcd7aaa 100644
--- a/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobRun.code-snippets
+++ b/snippets/Functions/GenericAgentObject/znuny.GenericAgentObject.JobRun.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GenericAgentObject.JobRun": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GenericAgentObject.JobRun": {
"body": [
"${1:\\$GenericAgentObject->JobRun(",
" Job => 'JobName',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GenericAgentObject.JobRun",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupAdd.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupAdd.code-snippets
index 36dd5bc1..2753fc0b 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupAdd.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupAdd": {
"body": [
"${1:my \\$ID = \\$GroupObject->GroupAdd(",
" Name => 'example-group',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GroupObject.GroupAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupDataList.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupDataList.code-snippets
index 11879873..a4e6006e 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupDataList.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupDataList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupDataList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupDataList": {
"body": [
"${1:my %GroupDataList = \\$GroupObject->GroupDataList();}",
],
"prefix": "znuny.GroupObject.GroupDataList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupGet.code-snippets
index 8ff25012..d7ded5b1 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupGet": {
"body": [
"${1:my %GroupData = \\$GroupObject->GroupGet(",
" ID => 2,",
");}",
],
"prefix": "znuny.GroupObject.GroupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupList.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupList.code-snippets
index 9603102c..ef2bd4cc 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupList.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupList": {
"body": [
"${1:my %Groups = \\$GroupObject->GroupList(",
" Valid => 1, # (optional) default 0",
");}",
],
"prefix": "znuny.GroupObject.GroupList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupLookup.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupLookup.code-snippets
index a8066e69..efcb822e 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupLookup.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupLookup": {
"body": [
"${1:my \\$Group = \\$GroupObject->GroupLookup(",
" GroupID => \\$GroupID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GroupObject.GroupLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.GroupUpdate.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.GroupUpdate.code-snippets
index 5bbc129d..68039333 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.GroupUpdate.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.GroupUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.GroupUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.GroupUpdate": {
"body": [
"${1:my \\$Success = \\$GroupObject->GroupUpdate(",
" ID => 123,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.GroupObject.GroupUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionCheck.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionCheck.code-snippets
index d51b174a..e846b747 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionCheck.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionCheck": {
"body": [
"${1:my \\$HasPermission = \\$GroupObject->PermissionCheck(",
" UserID => \\$UserID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupGet.code-snippets
index bb24bfff..6b0be3dc 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionGroupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionGroupGet": {
"body": [
"${1:my %Users = \\$GroupObject->PermissionGroupGet(",
" GroupID => \\$GroupID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionGroupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleAdd.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleAdd.code-snippets
index 403f535c..8eb20a4e 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleAdd.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionGroupRoleAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionGroupRoleAdd": {
"body": [
"${1:my \\$Success = \\$GroupObject->PermissionGroupRoleAdd(",
" GID => \\$GID,",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionGroupRoleAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleGet.code-snippets
index d447f708..e343ee9f 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupRoleGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionGroupRoleGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionGroupRoleGet": {
"body": [
"${1:my %RoleList = \\$GroupObject->PermissionGroupRoleGet(",
" GroupID => \\$GroupID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionGroupRoleGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserAdd.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserAdd.code-snippets
index 4f8812f7..0f64aaed 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserAdd.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionGroupUserAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionGroupUserAdd": {
"body": [
"${1:my \\$Success = \\$GroupObject->PermissionGroupUserAdd(",
" GID => \\$GID,",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionGroupUserAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserGet.code-snippets
index a69e369e..cb283aa9 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionGroupUserGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionGroupUserGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionGroupUserGet": {
"body": [
"${1:my %UserList = \\$GroupObject->PermissionGroupUserGet(",
" GroupID => \\$GroupID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionGroupUserGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleGroupGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleGroupGet.code-snippets
index 2266729c..875b46e4 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleGroupGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleGroupGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionRoleGroupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionRoleGroupGet": {
"body": [
"${1:my %GroupList = \\$GroupObject->PermissionRoleGroupGet(",
" RoleID => \\$RoleID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionRoleGroupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserAdd.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserAdd.code-snippets
index 3a61d031..f778857c 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserAdd.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionRoleUserAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionRoleUserAdd": {
"body": [
"${1:my \\$Success = \\$GroupObject->PermissionRoleUserAdd(",
" UID => \\$UID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionRoleUserAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserGet.code-snippets
index 799621e2..ec7dfe2f 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionRoleUserGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionRoleUserGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionRoleUserGet": {
"body": [
"${1:my %UserList = \\$GroupObject->PermissionRoleUserGet(",
" RoleID => \\$RoleID,",
");}",
],
"prefix": "znuny.GroupObject.PermissionRoleUserGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGet.code-snippets
index b556a4c7..d5e49aaf 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionUserGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionUserGet": {
"body": [
"${1:my %Groups = \\$GroupObject->PermissionUserGet(",
" UserID => \\$UserID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionUserGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGroupGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGroupGet.code-snippets
index 938332e9..91852e6b 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGroupGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserGroupGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionUserGroupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionUserGroupGet": {
"body": [
"${1:my %GroupList = \\$GroupObject->PermissionUserGroupGet(",
" UserID => \\$UserID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionUserGroupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserInvolvedGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserInvolvedGet.code-snippets
index 23a5486e..b1c6d4d7 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserInvolvedGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserInvolvedGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionUserInvolvedGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionUserInvolvedGet": {
"body": [
"${1:my %Users = \\$GroupObject->PermissionUserInvolvedGet(",
" UserID => \\$UserID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.GroupObject.PermissionUserInvolvedGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserRoleGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserRoleGet.code-snippets
index f4f43eb2..58fd2b8a 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserRoleGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.PermissionUserRoleGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.PermissionUserRoleGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.PermissionUserRoleGet": {
"body": [
"${1:my %RoleList = \\$GroupObject->PermissionUserRoleGet(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.GroupObject.PermissionUserRoleGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleAdd.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleAdd.code-snippets
index 16f048a2..cbf0edcf 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleAdd.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleAdd": {
"body": [
"${1:my \\$RoleID = \\$GroupObject->RoleAdd(",
" Name => 'example-role',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GroupObject.RoleAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleDataList.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleDataList.code-snippets
index d4589169..947cc2dc 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleDataList.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleDataList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleDataList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleDataList": {
"body": [
"${1:my %RoleDataList = \\$GroupObject->RoleDataList();}",
],
"prefix": "znuny.GroupObject.RoleDataList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleGet.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleGet.code-snippets
index 57147247..ce2d1b10 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleGet.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleGet": {
"body": [
"${1:my %RoleData = \\$GroupObject->RoleGet(",
" ID => 2,",
");}",
],
"prefix": "znuny.GroupObject.RoleGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleList.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleList.code-snippets
index fbcb6f8a..ee862657 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleList.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleList": {
"body": [
"${1:my %Roles = \\$GroupObject->RoleList(",
" Valid => 1,",
");}",
],
"prefix": "znuny.GroupObject.RoleList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleLookup.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleLookup.code-snippets
index 81de7ddb..9609dbbb 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleLookup.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleLookup": {
"body": [
"${1:my \\$Role = \\$GroupObject->RoleLookup(",
" RoleID => \\$RoleID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.GroupObject.RoleLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/GroupObject/znuny.GroupObject.RoleUpdate.code-snippets b/snippets/Functions/GroupObject/znuny.GroupObject.RoleUpdate.code-snippets
index 63faeaa3..975f6a77 100644
--- a/snippets/Functions/GroupObject/znuny.GroupObject.RoleUpdate.code-snippets
+++ b/snippets/Functions/GroupObject/znuny.GroupObject.RoleUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.GroupObject.RoleUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.GroupObject.RoleUpdate": {
"body": [
"${1:my \\$Success = \\$GroupObject->RoleUpdate(",
" ID => 123,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.GroupObject.RoleUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentCleanup.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentCleanup.code-snippets
index 1fa638a2..f5535d26 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentCleanup.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentCleanup.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.DocumentCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.DocumentCleanup": {
"body": [
"${1:\\$HTMLBody = \\$HTMLUtilsObject->DocumentCleanup(",
" String => \\$HTMLBody,",
");}",
],
"prefix": "znuny.HTMLUtilsObject.DocumentCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentComplete.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentComplete.code-snippets
index c527655d..7c88762a 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentComplete.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentComplete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.DocumentComplete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.DocumentComplete": {
"body": [
"${1:my \\$HTMLDocument = \\$HTMLUtilsObject->DocumentComplete(",
" String => \\$String,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.DocumentComplete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentStrip.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentStrip.code-snippets
index b91fc536..8ce82c38 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentStrip.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.DocumentStrip.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.DocumentStrip": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.DocumentStrip": {
"body": [
"${1:my \\$HTMLString = \\$HTMLUtilsObject->DocumentStrip(",
" String => \\$String,",
");}",
],
"prefix": "znuny.HTMLUtilsObject.DocumentStrip",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.EmbeddedImagesExtract.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.EmbeddedImagesExtract.code-snippets
index b9a7aaa2..b51d18c2 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.EmbeddedImagesExtract.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.EmbeddedImagesExtract.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.EmbeddedImagesExtract": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.EmbeddedImagesExtract": {
"body": [
"${1:\\$HTMLUtilsObject->EmbeddedImagesExtract(",
" DocumentRef => \\\\\\$Body,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.EmbeddedImagesExtract",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.LinkQuote.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.LinkQuote.code-snippets
index 840a165f..2ba80381 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.LinkQuote.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.LinkQuote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.LinkQuote": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.LinkQuote": {
"body": [
"${1:my \\$HTMLWithLinks = \\$HTMLUtilsObject->LinkQuote(",
" String => \\$HTMLString,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.LinkQuote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.Safety.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.Safety.code-snippets
index 23939b82..0e41ab4f 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.Safety.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.Safety.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.Safety": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.Safety": {
"body": [
"${1:my %Safe = \\$HTMLUtilsObject->Safety(",
" String => \\$HTMLString,",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.Safety",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToAscii.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToAscii.code-snippets
index a693aa0e..dc549d34 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToAscii.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToAscii.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.ToAscii": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.ToAscii": {
"body": [
"${1:my \\$Ascii = \\$HTMLUtilsObject->ToAscii( String => \\$String );}",
],
"prefix": "znuny.HTMLUtilsObject.ToAscii",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToHTML.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToHTML.code-snippets
index d4da3775..9c5d6a66 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToHTML.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.ToHTML.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HTMLUtilsObject.ToHTML": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.ToHTML": {
"body": [
"${1:my \\$HTMLString = \\$HTMLUtilsObject->ToHTML(",
" String => \\$String,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.ToHTML",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.TruncateBodyQuote.code-snippets b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.TruncateBodyQuote.code-snippets
index 9d3e7486..970bf884 100644
--- a/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.TruncateBodyQuote.code-snippets
+++ b/snippets/Functions/HTMLUtilsObject/znuny.HTMLUtilsObject.TruncateBodyQuote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HTMLUtilsObject.TruncateBodyQuote": {
+ "6.4|6.5|7.0|7.1 - znuny.HTMLUtilsObject.TruncateBodyQuote": {
"body": [
"${1:\\$Body = \\$HTMLUtilsObject->TruncateBodyQuote(",
" Body => \\$Body,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.HTMLUtilsObject.TruncateBodyQuote",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ACLValuesGet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ACLValuesGet.code-snippets
index 47927d2d..15dfbe3f 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ACLValuesGet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ACLValuesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ACLValuesGet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ACLValuesGet": {
"body": [
"${1:my %Result = \\$HelperObject->ACLValuesGet(",
" Check => 'Action',",
@@ -43,7 +43,7 @@
");}",
],
"prefix": "znuny.HelperObject.ACLValuesGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDefaultDynamicFields.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDefaultDynamicFields.code-snippets
index e92cd37b..e2a16574 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDefaultDynamicFields.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDefaultDynamicFields.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ActivateDefaultDynamicFields": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ActivateDefaultDynamicFields": {
"body": [
"${1:my \\$Result = \\$HelperObject->ActivateDefaultDynamicFields();}",
],
"prefix": "znuny.HelperObject.ActivateDefaultDynamicFields",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDynamicFields.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDynamicFields.code-snippets
index 46debe58..cc5cc3ad 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDynamicFields.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ActivateDynamicFields.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ActivateDynamicFields": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ActivateDynamicFields": {
"body": [
"${1:\\$HelperObject->ActivateDynamicFields(",
" 'UnitTestDropdown',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.HelperObject.ActivateDynamicFields",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ArticleCreate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ArticleCreate.code-snippets
index 701ed0ac..b1202946 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ArticleCreate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ArticleCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ArticleCreate": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ArticleCreate": {
"body": [
"${1:my \\$ArticleID = \\$HelperObject->ArticleCreate(",
" TicketID => \\$TicketID,",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.HelperObject.ArticleCreate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.BeginWork.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.BeginWork.code-snippets
index fad65f06..206f96de 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.BeginWork.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.BeginWork.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.BeginWork": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.BeginWork": {
"body": [
"${1: \\$HelperObject->BeginWork()}",
"${2:\\$HelperObject->BeginWork();}",
],
"prefix": "znuny.HelperObject.BeginWork",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.CheckNumberOfEventExecution.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.CheckNumberOfEventExecution.code-snippets
index d5a83f73..1bd29a8a 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.CheckNumberOfEventExecution.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.CheckNumberOfEventExecution.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.CheckNumberOfEventExecution": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.CheckNumberOfEventExecution": {
"body": [
"${1:my \\$Result = \\$HelperObject->CheckNumberOfEventExecution(",
" TicketID => \\$TicketID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.HelperObject.CheckNumberOfEventExecution",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ConfigSettingChange.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ConfigSettingChange.code-snippets
index 01123d3b..33aa9adc 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ConfigSettingChange.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ConfigSettingChange.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ConfigSettingChange": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ConfigSettingChange": {
"body": [
"${1:\\$HelperObject->ConfigSettingChange(",
" Valid => 1, # (optional) enable or disable setting",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.HelperObject.ConfigSettingChange",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ConfigureViews.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ConfigureViews.code-snippets
index 725f5ea9..7fcc75ba 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ConfigureViews.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ConfigureViews.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ConfigureViews": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ConfigureViews": {
"body": [
"${1:my \\$Result = \\$HelperObject->ConfigureViews(",
" AgentTicketNote => {",
@@ -31,7 +31,7 @@
");}",
],
"prefix": "znuny.HelperObject.ConfigureViews",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ConsoleCommand.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ConsoleCommand.code-snippets
index e793584a..3b821eb1 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ConsoleCommand.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ConsoleCommand.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.ConsoleCommand": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.ConsoleCommand": {
"body": [
"${1:my \\$Result = \\$HelperObject->ConsoleCommand(",
" CommandModule => 'Kernel::System::Console::Command::Help',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.HelperObject.ConsoleCommand",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.CustomCodeActivate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.CustomCodeActivate.code-snippets
index ff174405..1681cbd5 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.CustomCodeActivate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.CustomCodeActivate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.CustomCodeActivate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.CustomCodeActivate": {
"body": [
"${1:\\$HelperObject->CustomCodeActivate(",
" Code => q^",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.HelperObject.CustomCodeActivate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.CustomFileCleanup.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.CustomFileCleanup.code-snippets
index 56ff7769..b49cd015 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.CustomFileCleanup.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.CustomFileCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.CustomFileCleanup": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.CustomFileCleanup": {
"body": [
"${1:\\$HelperObject->CustomFileCleanup();}",
],
"prefix": "znuny.HelperObject.CustomFileCleanup",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXML.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXML.code-snippets
index 314b6a42..e7e68024 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXML.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXML.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.DatabaseXML": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.DatabaseXML": {
"body": [
"${1:my \\$Success = \\$HelperObject->DatabaseXML(",
" Location => \\$ConfigObject->Get('Home') . '/scripts/development/db/schema.xml',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.HelperObject.DatabaseXML",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXMLExecute.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXMLExecute.code-snippets
index bcbf1449..ef2a80b8 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXMLExecute.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.DatabaseXMLExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.DatabaseXMLExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.DatabaseXMLExecute": {
"body": [
"${1:\\$HelperObject->DatabaseXMLExecute(",
" XML => \\$XML, # OTRS database XML schema to execute",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.HelperObject.DatabaseXMLExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.DisableAsyncCalls.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.DisableAsyncCalls.code-snippets
index 219befeb..b56dc5f2 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.DisableAsyncCalls.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.DisableAsyncCalls.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.DisableAsyncCalls": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.DisableAsyncCalls": {
"body": [
"${1:\\$HelperObject->DisableAsyncCalls();}",
],
"prefix": "znuny.HelperObject.DisableAsyncCalls",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.DisableSysConfigs.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.DisableSysConfigs.code-snippets
index c1bf016f..5e009069 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.DisableSysConfigs.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.DisableSysConfigs.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.DisableSysConfigs": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.DisableSysConfigs": {
"body": [
"${1:\\$HelperObject->DisableSysConfigs(",
" DisableSysConfigs => [",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.HelperObject.DisableSysConfigs",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.DynamicFieldSet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.DynamicFieldSet.code-snippets
index 32211665..e06beea0 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.DynamicFieldSet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.DynamicFieldSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.DynamicFieldSet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.DynamicFieldSet": {
"body": [
"${1:my \\$Success = \\$HelperObject->DynamicFieldSet(",
" Field => 'DF1',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.HelperObject.DynamicFieldSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FillTestEnvironment.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FillTestEnvironment.code-snippets
index 09509b69..ac30fe4c 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FillTestEnvironment.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FillTestEnvironment.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FillTestEnvironment": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FillTestEnvironment": {
"body": [
"${1:# create everything with defaults, except 20 agents",
"my \\$Result = \\$HelperObject->FillTestEnvironment(",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.HelperObject.FillTestEnvironment",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeAddSeconds.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeAddSeconds.code-snippets
index e9f7a42e..e16f078a 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeAddSeconds.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeAddSeconds.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FixedTimeAddSeconds": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FixedTimeAddSeconds": {
"body": [
"${1:\\$HelperObject->FixedTimeAddSeconds(5);}",
],
"prefix": "znuny.HelperObject.FixedTimeAddSeconds",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSet.code-snippets
index d19b65b2..e23b1665 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FixedTimeSet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FixedTimeSet": {
"body": [
"${1:# set to current date and time",
"my \\$Timestamp = \\$HelperObject->FixedTimeSet();}",
@@ -9,7 +9,7 @@
"my \\$Timestamp = \\$HelperObject->FixedTimeSet(\\$DateTimeObject);}",
],
"prefix": "znuny.HelperObject.FixedTimeSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByDate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByDate.code-snippets
index b40ef18b..9393a18e 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByDate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByDate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FixedTimeSetByDate": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FixedTimeSetByDate": {
"body": [
"${1:\\$HelperObject->FixedTimeSetByDate(",
" Year => 2016,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.HelperObject.FixedTimeSetByDate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByTimeStamp.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByTimeStamp.code-snippets
index 38277dfd..2d5293ec 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByTimeStamp.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeSetByTimeStamp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FixedTimeSetByTimeStamp": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FixedTimeSetByTimeStamp": {
"body": [
"${1:\\$HelperObject->FixedTimeSetByTimeStamp('2004-08-14 22:45:00');}",
],
"prefix": "znuny.HelperObject.FixedTimeSetByTimeStamp",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeUnset.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeUnset.code-snippets
index a91bc82c..eb51ab76 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeUnset.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FixedTimeUnset.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FixedTimeUnset": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FixedTimeUnset": {
"body": [
"${1:\\$HelperObject->FixedTimeUnset();}",
],
"prefix": "znuny.HelperObject.FixedTimeUnset",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.FullFeature.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.FullFeature.code-snippets
index cdc59bae..fc3b4a70 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.FullFeature.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.FullFeature.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.FullFeature": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.FullFeature": {
"body": [
"${1:\\$HelperObject->FullFeature();}",
],
"prefix": "znuny.HelperObject.FullFeature",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomID.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomID.code-snippets
index f4596a65..3b152405 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomID.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomID.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.GetRandomID": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.GetRandomID": {
"body": [
"${1:my \\$RandomID = \\$HelperObject->GetRandomID();}",
],
"prefix": "znuny.HelperObject.GetRandomID",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomNumber.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomNumber.code-snippets
index 4a5880e7..042b6bb7 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomNumber.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.GetRandomNumber.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.GetRandomNumber": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.GetRandomNumber": {
"body": [
"${1:my \\$RandomNumber = \\$HelperObject->GetRandomNumber();}",
],
"prefix": "znuny.HelperObject.GetRandomNumber",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.GetTestHTTPHostname.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.GetTestHTTPHostname.code-snippets
index 856525bb..706cbf7c 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.GetTestHTTPHostname.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.GetTestHTTPHostname.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.GetTestHTTPHostname": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.GetTestHTTPHostname": {
"body": [
"${1:my \\$Hostname = \\$HelperObject->GetTestHTTPHostname();}",
],
"prefix": "znuny.HelperObject.GetTestHTTPHostname",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.PostMaster.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.PostMaster.code-snippets
index a2196e32..e347e688 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.PostMaster.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.PostMaster.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.PostMaster": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.PostMaster": {
"body": [
"${1:my @Result = \\$HelperObject->PostMaster(",
" Location => \\$ConfigObject->Get('Home') . '/scripts/test/sample/Sample-1.box',",
");}",
],
"prefix": "znuny.HelperObject.PostMaster",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.ProvideTestDatabase.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.ProvideTestDatabase.code-snippets
index de89c6c1..59a8674b 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.ProvideTestDatabase.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.ProvideTestDatabase.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.ProvideTestDatabase": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.ProvideTestDatabase": {
"body": [
"${1:\\$HelperObject->ProvideTestDatabase(",
" DatabaseXMLString => \\$XML, # (optional) database XML schema to execute",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.HelperObject.ProvideTestDatabase",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.Rollback.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.Rollback.code-snippets
index cc114389..bb0db543 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.Rollback.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.Rollback.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.Rollback": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.Rollback": {
"body": [
"${1:\\$HelperObject->Rollback();}",
],
"prefix": "znuny.HelperObject.Rollback",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.SetupTestEnvironment.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.SetupTestEnvironment.code-snippets
index c853112d..d27e8b55 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.SetupTestEnvironment.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.SetupTestEnvironment.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.SetupTestEnvironment": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.SetupTestEnvironment": {
"body": [
"${1:my \\$Result = \\$HelperObject->SetupTestEnvironment(",
" # ... # Parameters get passed to the FillTestEnvironment and ConfigureViews function",
");}",
],
"prefix": "znuny.HelperObject.SetupTestEnvironment",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserCreate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserCreate.code-snippets
index c0e20e8d..5c209078 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserCreate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.TestCustomerUserCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.TestCustomerUserCreate": {
"body": [
"${1:my \\$TestCustomerUserLogin = \\$HelperObject->TestCustomerUserCreate(",
" Language => 'de', # optional, defaults to 'en' if not set",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.HelperObject.TestCustomerUserCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserDataGet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserDataGet.code-snippets
index 0c244a77..a3c1f220 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserDataGet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestCustomerUserDataGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.TestCustomerUserDataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.TestCustomerUserDataGet": {
"body": [
"${1:my %CustomerUserData = \\$HelperObject->TestCustomerUserDataGet(",
" Language => 'de' # optional, defaults to 'en' if not set",
");}",
],
"prefix": "znuny.HelperObject.TestCustomerUserDataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestDatabaseCleanup.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestDatabaseCleanup.code-snippets
index d4a2877e..d8e3cf50 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestDatabaseCleanup.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestDatabaseCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.TestDatabaseCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.TestDatabaseCleanup": {
"body": [
"${1:\\$HelperObject->TestDatabaseCleanup();}",
],
"prefix": "znuny.HelperObject.TestDatabaseCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserCreate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserCreate.code-snippets
index 77ee19a6..b5fcfecf 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserCreate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.HelperObject.TestUserCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.HelperObject.TestUserCreate": {
"body": [
"${1:my \\$TestUserLogin = \\$HelperObject->TestUserCreate(",
" Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.HelperObject.TestUserCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserDataGet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserDataGet.code-snippets
index 99d43ab3..dfccbc3f 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserDataGet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserDataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.TestUserDataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.TestUserDataGet": {
"body": [
"${1:my %UserData = \\$HelperObject->TestUserDataGet(",
" Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.HelperObject.TestUserDataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserPreferencesSet.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserPreferencesSet.code-snippets
index 6415a26c..2dddec1f 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TestUserPreferencesSet.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TestUserPreferencesSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.TestUserPreferencesSet": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.TestUserPreferencesSet": {
"body": [
"${1:my \\$Success = \\$HelperObject->TestUserPreferencesSet(",
" UserID => \\$UserID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.HelperObject.TestUserPreferencesSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.TicketCreate.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.TicketCreate.code-snippets
index 721a7463..81c7f2fa 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.TicketCreate.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.TicketCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.TicketCreate": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.TicketCreate": {
"body": [
"${1:my \\$TicketID = \\$HelperObject->TicketCreate(",
" CustomerUser => 'another_customer@example.com',",
@@ -18,7 +18,7 @@
"${3:my \\$TicketID = \\$HelperObject->TicketCreate();}",
],
"prefix": "znuny.HelperObject.TicketCreate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/HelperObject/znuny.HelperObject.UseTmpArticleDir.code-snippets b/snippets/Functions/HelperObject/znuny.HelperObject.UseTmpArticleDir.code-snippets
index a561a284..6e74c7d9 100644
--- a/snippets/Functions/HelperObject/znuny.HelperObject.UseTmpArticleDir.code-snippets
+++ b/snippets/Functions/HelperObject/znuny.HelperObject.UseTmpArticleDir.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.HelperObject.UseTmpArticleDir": {
+ "6.4|6.5|7.0|7.1 - znuny.HelperObject.UseTmpArticleDir": {
"body": [
"${1:\\$HelperObject->UseTmpArticleDir();}",
],
"prefix": "znuny.HelperObject.UseTmpArticleDir",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JSONObject/znuny.JSONObject.Decode.code-snippets b/snippets/Functions/JSONObject/znuny.JSONObject.Decode.code-snippets
index 54e2e8a6..772d36f4 100644
--- a/snippets/Functions/JSONObject/znuny.JSONObject.Decode.code-snippets
+++ b/snippets/Functions/JSONObject/znuny.JSONObject.Decode.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.JSONObject.Decode": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.JSONObject.Decode": {
"body": [
"${1:my \\$PerlStructureScalar = \\$JSONObject->Decode(",
" Data => \\$JSONString,",
");}",
],
"prefix": "znuny.JSONObject.Decode",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JSONObject/znuny.JSONObject.Encode.code-snippets b/snippets/Functions/JSONObject/znuny.JSONObject.Encode.code-snippets
index 69c12888..6179e2fe 100644
--- a/snippets/Functions/JSONObject/znuny.JSONObject.Encode.code-snippets
+++ b/snippets/Functions/JSONObject/znuny.JSONObject.Encode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.JSONObject.Encode": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.JSONObject.Encode": {
"body": [
"${1:my \\$JSONString = \\$JSONObject->Encode(",
" Data => \\$Data,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.JSONObject.Encode",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JSONObject/znuny.JSONObject.True.code-snippets b/snippets/Functions/JSONObject/znuny.JSONObject.True.code-snippets
index 28127f08..f99395ed 100644
--- a/snippets/Functions/JSONObject/znuny.JSONObject.True.code-snippets
+++ b/snippets/Functions/JSONObject/znuny.JSONObject.True.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.JSONObject.True": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.JSONObject.True": {
"body": [
"${1:my \\$TrueConstant = \\$JSONObject->True();}",
],
"prefix": "znuny.JSONObject.True",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JWTObject/znuny.JWTObject.Decode.code-snippets b/snippets/Functions/JWTObject/znuny.JWTObject.Decode.code-snippets
index eb55520a..e8e366b3 100644
--- a/snippets/Functions/JWTObject/znuny.JWTObject.Decode.code-snippets
+++ b/snippets/Functions/JWTObject/znuny.JWTObject.Decode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.JWTObject.Decode": {
+ "6.4|6.5|7.0|7.1 - znuny.JWTObject.Decode": {
"body": [
"${1:my \\$JWT = \\$JWTObject->Decode(",
" Token => '...',",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.JWTObject.Decode",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JWTObject/znuny.JWTObject.Encode.code-snippets b/snippets/Functions/JWTObject/znuny.JWTObject.Encode.code-snippets
index a7963762..cd69e100 100644
--- a/snippets/Functions/JWTObject/znuny.JWTObject.Encode.code-snippets
+++ b/snippets/Functions/JWTObject/znuny.JWTObject.Encode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.JWTObject.Encode": {
+ "6.4|6.5|7.0|7.1 - znuny.JWTObject.Encode": {
"body": [
"${1:my \\$JWT = \\$JWTObject->Encode(",
" Payload => {",
@@ -44,7 +44,7 @@
");}",
],
"prefix": "znuny.JWTObject.Encode",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/JWTObject/znuny.JWTObject.IsSupported.code-snippets b/snippets/Functions/JWTObject/znuny.JWTObject.IsSupported.code-snippets
index 8bfaa719..ef855289 100644
--- a/snippets/Functions/JWTObject/znuny.JWTObject.IsSupported.code-snippets
+++ b/snippets/Functions/JWTObject/znuny.JWTObject.IsSupported.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.JWTObject.IsSupported": {
+ "6.4|6.5|7.0|7.1 - znuny.JWTObject.IsSupported": {
"body": [
"${1:my \\$JWTObjectIsSupported = \\$JWTObject->IsSupported();}",
],
"prefix": "znuny.JWTObject.IsSupported",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.FormatTimeString.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.FormatTimeString.code-snippets
index d112559e..271d257c 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.FormatTimeString.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.FormatTimeString.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LanguageObject.FormatTimeString": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LanguageObject.FormatTimeString": {
"body": [
"${1:my \\$Date = \\$LanguageObject->FormatTimeString(",
" '2009-12-12 12:12:12', # timestamp",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.LanguageObject.FormatTimeString",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTemplateTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTemplateTranslatableStrings.code-snippets
index be5a039d..fc31a7a5 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTemplateTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTemplateTranslatableStrings.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetJSTemplateTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetJSTemplateTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetJSTemplateTranslatableStrings(",
" ModuleDirectory => \\"\\$Home/...\\", # optional, translates the Znuny module in the given directory",
");}",
],
"prefix": "znuny.LanguageObject.GetJSTemplateTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTranslatableStrings.code-snippets
index 48199ab0..581e4ece 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetJSTranslatableStrings.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetJSTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetJSTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetJSTranslatableStrings(",
" ModuleDirectory => \\"\\$Home/...\\", # optional, translates the Znuny module in the given directory",
");}",
],
"prefix": "znuny.LanguageObject.GetJSTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPerlModuleTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPerlModuleTranslatableStrings.code-snippets
index 5befa1a1..70aca3f9 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPerlModuleTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPerlModuleTranslatableStrings.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetPerlModuleTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetPerlModuleTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetPerlModuleTranslatableStrings(",
" ModuleDirectory => \\"\\$Home/...\\", # optional, translates the Znuny module in the given directory",
");}",
],
"prefix": "znuny.LanguageObject.GetPerlModuleTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPossibleCharsets.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPossibleCharsets.code-snippets
index 3567e3f8..959fe791 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPossibleCharsets.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetPossibleCharsets.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetPossibleCharsets": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetPossibleCharsets": {
"body": [
"${1:my @Charsets = \\$LanguageObject->GetPossibleCharsets();}",
],
"prefix": "znuny.LanguageObject.GetPossibleCharsets",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetRecommendedCharset.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetRecommendedCharset.code-snippets
index 68483b04..0890f103 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetRecommendedCharset.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetRecommendedCharset.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LanguageObject.GetRecommendedCharset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetRecommendedCharset": {
"body": [
"${1: my \\$Charset = \\$LanguageObject->GetRecommendedCharset().}",
"${2:my \\$Charset = \\$LanguageObject->GetRecommendedCharset();}",
],
"prefix": "znuny.LanguageObject.GetRecommendedCharset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetSysConfigTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetSysConfigTranslatableStrings.code-snippets
index c39e02f2..514cf29e 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetSysConfigTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetSysConfigTranslatableStrings.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetSysConfigTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetSysConfigTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetSysConfigTranslatableStrings();}",
],
"prefix": "znuny.LanguageObject.GetSysConfigTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetTTTemplateTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetTTTemplateTranslatableStrings.code-snippets
index ba129c01..8fed1584 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetTTTemplateTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetTTTemplateTranslatableStrings.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetTTTemplateTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetTTTemplateTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetTTTemplateTranslatableStrings(",
" ModuleDirectory => \\"\\$Home/...\\", # optional, translates the Znuny module in the given directory",
");}",
],
"prefix": "znuny.LanguageObject.GetTTTemplateTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetXMLTranslatableStrings.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetXMLTranslatableStrings.code-snippets
index 8243ff1b..59fd82ac 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.GetXMLTranslatableStrings.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.GetXMLTranslatableStrings.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.GetXMLTranslatableStrings": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.GetXMLTranslatableStrings": {
"body": [
"${1:my @TranslationStrings = \\$LanguageObject->GetXMLTranslatableStrings(",
" ModuleDirectory => \\"\\$Home/...\\", # optional, translates the Znuny module in the given directory",
");}",
],
"prefix": "znuny.LanguageObject.GetXMLTranslatableStrings",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.Time.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.Time.code-snippets
index f279fe87..839be8df 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.Time.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.Time.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LanguageObject.Time": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LanguageObject.Time": {
"body": [
"${1:\\$Time = \\$LanguageObject->Time(",
" Action => 'GET',",
@@ -32,7 +32,7 @@
");}",
],
"prefix": "znuny.LanguageObject.Time",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.Translatable.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.Translatable.code-snippets
index 441fce20..99e05309 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.Translatable.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.Translatable.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LanguageObject.Translatable": {
+ "6.4|6.5|7.0|7.1 - znuny.LanguageObject.Translatable": {
"body": [
"${1:my \\$Selection = \\$LayoutObject BuildSelection (",
" Data => {",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.LanguageObject.Translatable",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LanguageObject/znuny.LanguageObject.Translate.code-snippets b/snippets/Functions/LanguageObject/znuny.LanguageObject.Translate.code-snippets
index f273bd78..788b6894 100644
--- a/snippets/Functions/LanguageObject/znuny.LanguageObject.Translate.code-snippets
+++ b/snippets/Functions/LanguageObject/znuny.LanguageObject.Translate.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LanguageObject.Translate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LanguageObject.Translate": {
"body": [
"${1:my \\$Text = \\$LanguageObject->Translate('Hello %s!', 'world');}",
],
"prefix": "znuny.LanguageObject.Translate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Delete.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Delete.code-snippets
index 490ccd19..d5057e28 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Delete.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Delete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.Delete": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.Delete": {
"body": [
"${1:my \\$Success = \\$LastViewsObject->Delete(",
" SessionID => \\$Param{SessionID\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LastViewsObject.Delete",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Get.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Get.code-snippets
index 17064908..a397a9b3 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Get.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Get.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.Get": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.Get": {
"body": [
"${1:my %LastView = \\$LastViewsObject->Get(",
" %{ \\$Param{Request\\} \\},",
");}",
],
"prefix": "znuny.LastViewsObject.Get",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionIgnore.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionIgnore.code-snippets
index f90c6b21..4d9bebe7 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionIgnore.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionIgnore.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.GetActionIgnore": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.GetActionIgnore": {
"body": [
"${1:my @ActionIgnore = \\$LastViewsObject->GetActionIgnore();}",
],
"prefix": "znuny.LastViewsObject.GetActionIgnore",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionMapping.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionMapping.code-snippets
index 88608e4c..4f6f8118 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionMapping.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetActionMapping.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.GetActionMapping": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.GetActionMapping": {
"body": [
"${1:my %ActionMapping = \\$LastViewsObject->GetActionMapping();}",
],
"prefix": "znuny.LastViewsObject.GetActionMapping",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetList.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetList.code-snippets
index 268c81c3..2a50d4f9 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetList.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.GetList": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.GetList": {
"body": [
"${1:my @LastViews = \\$LastViewsObject->GetList(",
" SessionID => \\$SessionID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LastViewsObject.GetList",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetPopUpActions.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetPopUpActions.code-snippets
index 2defc2d5..dcd55597 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetPopUpActions.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetPopUpActions.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.GetPopUpActions": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.GetPopUpActions": {
"body": [
"${1:my %PopUpActions = \\$LastViewsObject->GetPopUpActions();}",
],
"prefix": "znuny.LastViewsObject.GetPopUpActions",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetSubactionIgnore.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetSubactionIgnore.code-snippets
index 1a554df8..e4044415 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetSubactionIgnore.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.GetSubactionIgnore.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.GetSubactionIgnore": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.GetSubactionIgnore": {
"body": [
"${1:my @SubactionIgnore = \\$LastViewsObject->GetSubactionIgnore();}",
],
"prefix": "znuny.LastViewsObject.GetSubactionIgnore",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.IsValidRequest.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.IsValidRequest.code-snippets
index ca64e4f3..a71ae8f3 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.IsValidRequest.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.IsValidRequest.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.IsValidRequest": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.IsValidRequest": {
"body": [
"${1:my \\$IsValidRequest = \\$LastViewsObject->IsValidRequest(",
" %Request",
");}",
],
"prefix": "znuny.LastViewsObject.IsValidRequest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Update.code-snippets b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Update.code-snippets
index 57e979b8..11b2b70a 100644
--- a/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Update.code-snippets
+++ b/snippets/Functions/LastViewsObject/znuny.LastViewsObject.Update.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LastViewsObject.Update": {
+ "6.4|6.5|7.0|7.1 - znuny.LastViewsObject.Update": {
"body": [
"${1:my \\$Success = \\$LastViewsObject->Update(",
" SessionID => \\$Self->{SessionID\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LastViewsObject.Update",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSData.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSData.code-snippets
index 3405d779..bfc819ea 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSData.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSData.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.AddJSData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.AddJSData": {
"body": [
"${1:\\$LayoutObject->AddJSData(",
" Key => 'Key1', # the key to store this data",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.AddJSData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentComplete.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentComplete.code-snippets
index ec65c1d4..cd94dc2b 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentComplete.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentComplete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.AddJSOnDocumentComplete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.AddJSOnDocumentComplete": {
"body": [
"${1:\\$LayoutObject->AddJSOnDocumentComplete(",
" Code => \\$MyCode,",
");}",
],
"prefix": "znuny.LayoutObject.AddJSOnDocumentComplete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists.code-snippets
index 0bc6317e..61ef26e0 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists": {
+ "6.4|6.5|7.0|7.1 - znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists": {
"body": [
"${1:my \\$Success = \\$LayoutObject->AddJSOnDocumentCompleteIfNotExists(",
" Key => 'identifier_key_of_your_js',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.AddJSOnDocumentCompleteIfNotExists",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddPopupProfiles.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddPopupProfiles.code-snippets
index f9b71d1a..9cdaf83d 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.AddPopupProfiles.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.AddPopupProfiles.code-snippets
@@ -1,11 +1,11 @@
{
- "6.5|7.0 - znuny.LayoutObject.AddPopupProfiles": {
+ "6.5|7.0|7.1 - znuny.LayoutObject.AddPopupProfiles": {
"body": [
"${1:\\$LayoutObject->AddPopupProfiles();}",
"${2:my \\$Success = \\$LayoutObject->AddPopupProfiles();}",
],
"prefix": "znuny.LayoutObject.AddPopupProfiles",
- "description": "6.5|7.0",
+ "description": "6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleActions.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleActions.code-snippets
index 29ae6f2d..a8c69164 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleActions.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleActions.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ArticleActions": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ArticleActions": {
"body": [
"${1:my @Actions = \\$LayoutObject->ArticleActions(",
" TicketID => \\$TicketID, # (required)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ArticleActions",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleCustomerRecipientsGet.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleCustomerRecipientsGet.code-snippets
index 1024f521..688fc56f 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleCustomerRecipientsGet.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleCustomerRecipientsGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ArticleCustomerRecipientsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ArticleCustomerRecipientsGet": {
"body": [
"${1:my @CustomerUserIDs = \\$LayoutObject->ArticleCustomerRecipientsGet(",
" TicketID => \\$TicketID, # (required)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ArticleCustomerRecipientsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleFields.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleFields.code-snippets
index 789d0e81..ec77f179 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleFields.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleFields.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ArticleFields": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ArticleFields": {
"body": [
"${1:my %ArticleFields = \\$LayoutObject->ArticleFields(",
" TicketID => \\$TicketID, # (required)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ArticleFields",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticlePreview.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticlePreview.code-snippets
index 13d7bb96..1048e1fa 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticlePreview.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticlePreview.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ArticlePreview": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ArticlePreview": {
"body": [
"${1:my \\$ArticlePreview = \\$LayoutObject->ArticlePreview(",
" TicketID => \\$TicketID, # (required)",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ArticlePreview",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleQuote.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleQuote.code-snippets
index 9c1b2132..bada3f57 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleQuote.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ArticleQuote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ArticleQuote": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ArticleQuote": {
"body": [
"${1:my \\$HTMLBody = \\$LayoutObject->ArticleQuote(",
" TicketID => \\$TicketID,",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ArticleQuote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2Html.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2Html.code-snippets
index 5f66bafa..f6cdd26a 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2Html.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2Html.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Ascii2Html": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Ascii2Html": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->Ascii2Html(",
" Text => 'Some <> Test Test',",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Ascii2Html",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2RichText.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2RichText.code-snippets
index 996d52d4..037e209a 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2RichText.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Ascii2RichText.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Ascii2RichText": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Ascii2RichText": {
"body": [
"${1:my \\$HTMLString = \\$LayoutObject->Ascii2RichText(",
" String => \\$TextString,",
");}",
],
"prefix": "znuny.LayoutObject.Ascii2RichText",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Attachment.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Attachment.code-snippets
index 43ad5936..2c9504c0 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Attachment.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Attachment.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Attachment": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Attachment": {
"body": [
"${1:\\$HTML = \\$LayoutObject->Attachment(",
" Type => 'inline', # optional, default: attachment, possible: inline|attachment",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Attachment",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Block.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Block.code-snippets
index 87ef4712..b1667d7c 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Block.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Block.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Block": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Block": {
"body": [
"${1:\\$LayoutObject->Block(",
" Name => 'Row',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Block",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildDateSelection.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildDateSelection.code-snippets
index 03a850de..2071ac5c 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildDateSelection.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildDateSelection.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.BuildDateSelection": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.BuildDateSelection": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->BuildDateSelection(",
" Prefix => 'some prefix', # optional, (needed to specify other parameters)",
@@ -49,7 +49,7 @@
");}",
],
"prefix": "znuny.LayoutObject.BuildDateSelection",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelection.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelection.code-snippets
index 67683f51..9fa79b82 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelection.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelection.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.BuildSelection": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.BuildSelection": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->BuildSelection(",
" Data => \\$ArrayRef, # use \\$HashRef, \\$ArrayRef or \\$ArrayHashRef (see below)",
@@ -53,7 +53,7 @@
");}",
],
"prefix": "znuny.LayoutObject.BuildSelection",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelectionJSON.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelectionJSON.code-snippets
index 9aaa5d38..84073e84 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelectionJSON.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.BuildSelectionJSON.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.BuildSelectionJSON": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.BuildSelectionJSON": {
"body": [
"${1:my \\$JSON = \\$LayoutObject->BuildSelectionJSON(",
" [",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.LayoutObject.BuildSelectionJSON",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.CleanUpCSSSelector.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.CleanUpCSSSelector.code-snippets
index 3723f1e2..f1645e44 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.CleanUpCSSSelector.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.CleanUpCSSSelector.code-snippets
@@ -1,12 +1,12 @@
{
- "7.0 - znuny.LayoutObject.CleanUpCSSSelector": {
+ "7.0|7.1 - znuny.LayoutObject.CleanUpCSSSelector": {
"body": [
"${1:my \\$CSSSelector = \\$LayoutObject->CleanUpCSSSelector(",
" CSSSelector => 'pending-auto-close+',",
");}",
],
"prefix": "znuny.LayoutObject.CleanUpCSSSelector",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ColorPicker.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ColorPicker.code-snippets
index 4d9a9a8b..b33b2ed6 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ColorPicker.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ColorPicker.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.LayoutObject.ColorPicker": {
+ "7.0|7.1 - znuny.LayoutObject.ColorPicker": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->ColorPicker(",
" Type => 'InputField', # Input returns only a single input field",
@@ -31,7 +31,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ColorPicker",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesGet.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesGet.code-snippets
index 050a832d..7f13ab3e 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesGet.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ComplexTablePreferencesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ComplexTablePreferencesGet": {
"body": [
"${1:my %Preferences = \\$LayoutObject->ComplexTablePreferencesGet(",
" Config => {",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ComplexTablePreferencesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesSet.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesSet.code-snippets
index a2f48865..298135a0 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesSet.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ComplexTablePreferencesSet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.ComplexTablePreferencesSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.ComplexTablePreferencesSet": {
"body": [
"${1:my \\$Success = \\$LayoutObject->ComplexTablePreferencesSet(",
" DestinationObject => 'Ticket',",
");}",
],
"prefix": "znuny.LayoutObject.ComplexTablePreferencesSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.ConvertToCSS.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.ConvertToCSS.code-snippets
index 3c466c63..39a3bb53 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.ConvertToCSS.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.ConvertToCSS.code-snippets
@@ -1,5 +1,5 @@
{
- "7.0 - znuny.LayoutObject.ConvertToCSS": {
+ "7.0|7.1 - znuny.LayoutObject.ConvertToCSS": {
"body": [
"${1:my \\$CSS = \\$LayoutObject->ConvertToCSS(",
" Data => {",
@@ -34,7 +34,7 @@
");}",
],
"prefix": "znuny.LayoutObject.ConvertToCSS",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.CreateDynamicCSS.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.CreateDynamicCSS.code-snippets
index 3e024263..b96ed6c5 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.CreateDynamicCSS.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.CreateDynamicCSS.code-snippets
@@ -1,10 +1,10 @@
{
- "7.0 - znuny.LayoutObject.CreateDynamicCSS": {
+ "7.0|7.1 - znuny.LayoutObject.CreateDynamicCSS": {
"body": [
"${1:my \\$CSS = \\$LayoutObject->CreateDynamicCSS();}",
],
"prefix": "znuny.LayoutObject.CreateDynamicCSS",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.CustomerUserAddressBookListShow.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.CustomerUserAddressBookListShow.code-snippets
index 80b48255..ca3188f9 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.CustomerUserAddressBookListShow.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.CustomerUserAddressBookListShow.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.CustomerUserAddressBookListShow": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.CustomerUserAddressBookListShow": {
"body": [
"${1:my \\$Output = \\$LayoutObject->CustomerUserAddressBookListShow(",
" CustomerUserIDs => \\$CustomerUserIDsRef, # total list of customer user ids, that can be listed",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.LayoutObject.CustomerUserAddressBookListShow",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.DatepickerGetVacationDays.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.DatepickerGetVacationDays.code-snippets
index cadb8217..9d90dec2 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.DatepickerGetVacationDays.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.DatepickerGetVacationDays.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.DatepickerGetVacationDays": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.DatepickerGetVacationDays": {
"body": [
"${1:\\$LayoutObject->DatepickerGetVacationDays();}",
],
"prefix": "znuny.LayoutObject.DatepickerGetVacationDays",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.HTMLLinkQuote.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.HTMLLinkQuote.code-snippets
index 6b04c276..76e4d7cc 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.HTMLLinkQuote.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.HTMLLinkQuote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.HTMLLinkQuote": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.HTMLLinkQuote": {
"body": [
"${1:my \\$HTMLWithLinks = \\$LayoutObject->HTMLLinkQuote(",
" String => \\$HTMLString,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.HTMLLinkQuote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Header.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Header.code-snippets
index ac331907..887c4e56 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Header.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Header.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Header": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Header": {
"body": [
"${1:my \\$Output = \\$LayoutObject->Header(",
" Type => 'Small', # (optional) '' (Default, full header) or 'Small' (blank header)",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Header",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.HumanReadableDataSize.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.HumanReadableDataSize.code-snippets
index 1307aac3..5fba72bd 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.HumanReadableDataSize.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.HumanReadableDataSize.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.HumanReadableDataSize": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.HumanReadableDataSize": {
"body": [
"${1:my \\$SizeStr = \\$LayoutObject->HumanReadableDataSize(",
" Size => 123, # size in bytes",
");}",
],
"prefix": "znuny.LayoutObject.HumanReadableDataSize",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.JSONEncode.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.JSONEncode.code-snippets
index ab4143a6..4f68086b 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.JSONEncode.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.JSONEncode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.JSONEncode": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.JSONEncode": {
"body": [
"${1:my \\$JSON = \\$LayoutObject->JSONEncode(",
" Data => \\$Data,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.JSONEncode",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkEncode.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkEncode.code-snippets
index abcbdc41..8a56dc26 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkEncode.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkEncode.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkEncode": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkEncode": {
"body": [
"${1:my \\$ParamValueEncoded = \\$LayoutObject->LinkEncode(\\$ParamValue);}",
],
"prefix": "znuny.LayoutObject.LinkEncode",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSearchOptionList.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSearchOptionList.code-snippets
index 6c5e13d9..0caaed6f 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSearchOptionList.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSearchOptionList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkObjectSearchOptionList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkObjectSearchOptionList": {
"body": [
"${1:my @SearchOptionList = \\$LayoutObject->LinkObjectSearchOptionList(",
" Object => 'Ticket',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkObjectSearchOptionList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSelectableObjectList.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSelectableObjectList.code-snippets
index 3434115b..9377fd06 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSelectableObjectList.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectSelectableObjectList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkObjectSelectableObjectList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkObjectSelectableObjectList": {
"body": [
"${1:my \\$String = \\$LayoutObject->LinkObjectSelectableObjectList(",
" Object => 'Ticket',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkObjectSelectableObjectList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreate.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreate.code-snippets
index c506b9ab..564260e0 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreate.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkObjectTableCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkObjectTableCreate": {
"body": [
"${1:my \\$String = \\$LayoutObject->LinkObjectTableCreate(",
" LinkListWithData => \\$LinkListWithDataRef,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkObjectTableCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateComplex.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateComplex.code-snippets
index bdd5487c..6a6ab646 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateComplex.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateComplex.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkObjectTableCreateComplex": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkObjectTableCreateComplex": {
"body": [
"${1:my \\$String = \\$LayoutObject->LinkObjectTableCreateComplex(",
" LinkListWithData => \\$LinkListRef,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkObjectTableCreateComplex",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateSimple.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateSimple.code-snippets
index bb0c06b3..a4c835f6 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateSimple.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkObjectTableCreateSimple.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkObjectTableCreateSimple": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkObjectTableCreateSimple": {
"body": [
"${1:my \\$String = \\$LayoutObject->LinkObjectTableCreateSimple(",
" LinkListWithData => \\$LinkListWithDataRef,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkObjectTableCreateSimple",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkQuote.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkQuote.code-snippets
index f8f3d061..b7c559f3 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkQuote.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LinkQuote.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LinkQuote": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LinkQuote": {
"body": [
"${1:my \\$HTMLWithLinks = \\$LayoutObject->LinkQuote(",
" Text => \\$HTMLWithOutLinks,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.LinkQuote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentCSSCalls.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentCSSCalls.code-snippets
index a7eddaa1..7951b4ec 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentCSSCalls.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentCSSCalls.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateAgentCSSCalls": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateAgentCSSCalls": {
"body": [
"${1:\\$LayoutObject->LoaderCreateAgentCSSCalls(",
" Skin => 'MySkin', # optional, if not provided skin is the configured by default",
");}",
],
"prefix": "znuny.LayoutObject.LoaderCreateAgentCSSCalls",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentJSCalls.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentJSCalls.code-snippets
index c56fdbd9..4ec943a7 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentJSCalls.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateAgentJSCalls.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateAgentJSCalls": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateAgentJSCalls": {
"body": [
"${1:\\$LayoutObject->LoaderCreateAgentJSCalls();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateAgentJSCalls",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerCSSCalls.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerCSSCalls.code-snippets
index 8f600b16..14f18546 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerCSSCalls.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerCSSCalls.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateCustomerCSSCalls": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateCustomerCSSCalls": {
"body": [
"${1:\\$LayoutObject->LoaderCreateCustomerCSSCalls();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateCustomerCSSCalls",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerJSCalls.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerJSCalls.code-snippets
index ba4770a2..02fb5800 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerJSCalls.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateCustomerJSCalls.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateCustomerJSCalls": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateCustomerJSCalls": {
"body": [
"${1:\\$LayoutObject->LoaderCreateCustomerJSCalls();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateCustomerJSCalls",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateDynamicCSS.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateDynamicCSS.code-snippets
index 5bf74e85..2d1c2b74 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateDynamicCSS.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateDynamicCSS.code-snippets
@@ -1,10 +1,10 @@
{
- "7.0 - znuny.LayoutObject.LoaderCreateDynamicCSS": {
+ "7.0|7.1 - znuny.LayoutObject.LoaderCreateDynamicCSS": {
"body": [
"${1:my \\$Success = \\$LayoutObject->LoaderCreateDynamicCSS();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateDynamicCSS",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTemplateData.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTemplateData.code-snippets
index b2d5322c..19fe322f 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTemplateData.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTemplateData.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateJavaScriptTemplateData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateJavaScriptTemplateData": {
"body": [
"${1:\\$LayoutObject->LoaderCreateJavaScriptTemplateData();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateJavaScriptTemplateData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTranslationData.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTranslationData.code-snippets
index 88c0df66..0ce90ecd 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTranslationData.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.LoaderCreateJavaScriptTranslationData.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.LoaderCreateJavaScriptTranslationData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.LoaderCreateJavaScriptTranslationData": {
"body": [
"${1:\\$LayoutObject->LoaderCreateJavaScriptTranslationData();}",
],
"prefix": "znuny.LayoutObject.LoaderCreateJavaScriptTranslationData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Notify.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Notify.code-snippets
index 91fc9d47..5e2228c4 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Notify.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Notify.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Notify": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Notify": {
"body": [
"${1:my \\$Output = \\$LayoutObject->Notify(",
" Priority => 'Warning',",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Notify",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.NotifyNonUpdatedTickets.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.NotifyNonUpdatedTickets.code-snippets
index f53d30d1..4a97454a 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.NotifyNonUpdatedTickets.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.NotifyNonUpdatedTickets.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.NotifyNonUpdatedTickets": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.NotifyNonUpdatedTickets": {
"body": [
"${1:my \\$Output = \\$LayoutObject->NotifyNonUpdatedTickets();}",
],
"prefix": "znuny.LayoutObject.NotifyNonUpdatedTickets",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Output.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Output.code-snippets
index b164509c..8c3d0cbb 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Output.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Output.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Output": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Output": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->Output(",
" Template => '[% Data.SomeKey | html %]',",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Output",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.PageNavBar.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.PageNavBar.code-snippets
index 327e77a0..4cb4129d 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.PageNavBar.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.PageNavBar.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.PageNavBar": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.PageNavBar": {
"body": [
"${1:my %PageNavBar = \\$LayoutObject->PageNavBar(",
" Limit => 100, # marks result of TotalHits red if Limit is gerater then AllHits",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.LayoutObject.PageNavBar",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Permission.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Permission.code-snippets
index 3db7c5d8..1be16976 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Permission.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Permission.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Permission": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Permission": {
"body": [
"${1:my \\$Access = \\$LayoutObject->Permission(",
" Action => 'AdminCustomerUser',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Permission",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.PopupClose.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.PopupClose.code-snippets
index 82bb3e67..009cc924 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.PopupClose.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.PopupClose.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.PopupClose": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.PopupClose": {
"body": [
"${1:# load specific URL in main window",
"\\$LayoutObject->PopupClose(",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.LayoutObject.PopupClose",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.Redirect.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.Redirect.code-snippets
index a583b937..32aa5908 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.Redirect.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.Redirect.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.Redirect": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.Redirect": {
"body": [
"${1:my \\$HTML = \\$LayoutObject->Redirect(",
" ExtURL => \\"http://some.example.com/\\",",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.Redirect",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichText2Ascii.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichText2Ascii.code-snippets
index dbf27ee5..a379b003 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichText2Ascii.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichText2Ascii.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.RichText2Ascii": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.RichText2Ascii": {
"body": [
"${1:my \\$TextString = \\$LayoutObject->RichText2Ascii(",
" String => \\$HTMLString,",
");}",
],
"prefix": "znuny.LayoutObject.RichText2Ascii",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentComplete.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentComplete.code-snippets
index aa2e9874..0c2f32ee 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentComplete.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentComplete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.RichTextDocumentComplete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.RichTextDocumentComplete": {
"body": [
"${1:\\$HTMLBody = \\$LayoutObject->RichTextDocumentComplete(",
" String => \\$HTMLBody,",
");}",
],
"prefix": "znuny.LayoutObject.RichTextDocumentComplete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentServe.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentServe.code-snippets
index 4f8e4e6e..4ee8c37d 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentServe.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.RichTextDocumentServe.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.RichTextDocumentServe": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.RichTextDocumentServe": {
"body": [
"${1:my %HTMLFile = \\$LayoutObject->RichTextDocumentServe(",
" Data => {",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.LayoutObject.RichTextDocumentServe",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.SkinValidate.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.SkinValidate.code-snippets
index ec773528..8431f5a1 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.SkinValidate.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.SkinValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.SkinValidate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.SkinValidate": {
"body": [
"${1:my \\$SkinIsValid = \\$LayoutObject->SkinValidate(",
" UserType => 'Agent' # Agent or Customer,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LayoutObject.SkinValidate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.TimeUnits.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.TimeUnits.code-snippets
index bd6d9806..2fc148be 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.TimeUnits.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.TimeUnits.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.LayoutObject.TimeUnits": {
+ "6.4|6.5|7.0|7.1 - znuny.LayoutObject.TimeUnits": {
"body": [
"${1:my \\$TimeUnitsBlock = \\$LayoutObject->TimeUnits(",
" ID => 'TimeUnits', # (optional) the HTML ID for this element, if not provided, the name will be used as ID as well",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LayoutObject.TimeUnits",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LayoutObject/znuny.LayoutObject.UserInitialsGet.code-snippets b/snippets/Functions/LayoutObject/znuny.LayoutObject.UserInitialsGet.code-snippets
index 0d96582d..e675091b 100644
--- a/snippets/Functions/LayoutObject/znuny.LayoutObject.UserInitialsGet.code-snippets
+++ b/snippets/Functions/LayoutObject/znuny.LayoutObject.UserInitialsGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LayoutObject.UserInitialsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LayoutObject.UserInitialsGet": {
"body": [
"${1:my \\$UserInitials = \\$LayoutObject->UserInitialsGet(",
" Fullname => 'John Doe',",
");}",
],
"prefix": "znuny.LayoutObject.UserInitialsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkAdd.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkAdd.code-snippets
index afef6637..ee640df2 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkAdd.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkAdd": {
"body": [
"${1:\\$True = \\$LinkObject->LinkAdd(",
" SourceObject => 'Ticket',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkCleanup.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkCleanup.code-snippets
index 9c521857..195bea0b 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkCleanup.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkCleanup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkCleanup": {
"body": [
"${1:\\$True = \\$LinkObject->LinkCleanup(",
" State => 'Temporary',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkDelete.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkDelete.code-snippets
index 66e53393..bc45420c 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkDelete.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkDelete": {
"body": [
"${1:\\$True = \\$LinkObject->LinkDelete(",
" Object1 => 'Ticket',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkDeleteAll.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkDeleteAll.code-snippets
index 68dcf3e4..39f0b7d6 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkDeleteAll.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkDeleteAll.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkDeleteAll": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkDeleteAll": {
"body": [
"${1:\\$True = \\$LinkObject->LinkDeleteAll(",
" Object => 'Ticket',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkDeleteAll",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyList.code-snippets
index b87b3d14..2e6ba56a 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkKeyList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkKeyList": {
"body": [
"${1:my %LinkKeyList = \\$LinkObject->LinkKeyList(",
" Object1 => 'Ticket',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkKeyList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyListWithData.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyListWithData.code-snippets
index 6bd66b5c..dee96c3b 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyListWithData.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkKeyListWithData.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkKeyListWithData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkKeyListWithData": {
"body": [
"${1:my %LinkKeyList = \\$LinkObject->LinkKeyListWithData(",
" Object1 => 'Ticket',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkKeyListWithData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkList.code-snippets
index 2c83cff0..566c2d83 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkList": {
"body": [
"${1:my \\$LinkList = \\$LinkObject->LinkList(",
" Object => 'Ticket',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.LinkListWithData.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.LinkListWithData.code-snippets
index 32c749b3..2da68e07 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.LinkListWithData.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.LinkListWithData.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.LinkListWithData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.LinkListWithData": {
"body": [
"${1:my \\$LinkList = \\$LinkObject->LinkListWithData(",
" Object => 'Ticket',",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.LinkObject.LinkListWithData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectDescriptionGet.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectDescriptionGet.code-snippets
index bdfe988d..3ad574e4 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectDescriptionGet.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectDescriptionGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.ObjectDescriptionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.ObjectDescriptionGet": {
"body": [
"${1:%Description = \\$LinkObject->ObjectDescriptionGet(",
" Object => 'Ticket',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.LinkObject.ObjectDescriptionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectLookup.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectLookup.code-snippets
index 6d2cbd7f..02e77442 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectLookup.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.ObjectLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.ObjectLookup": {
"body": [
"${1:\\$Name = \\$LinkObject->ObjectLookup(",
" ObjectID => \\$ObjectID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LinkObject.ObjectLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectPermission.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectPermission.code-snippets
index 20fd032f..88a0c844 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectPermission.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectPermission.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.ObjectPermission": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.ObjectPermission": {
"body": [
"${1:\\$Permission = \\$LinkObject->ObjectPermission(",
" Object => 'Ticket',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.LinkObject.ObjectPermission",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectSearch.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectSearch.code-snippets
index b3ce687d..cb73b6e5 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.ObjectSearch.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.ObjectSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.ObjectSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.ObjectSearch": {
"body": [
"${1:\\$ObjectList = \\$LinkObject->ObjectSearch(",
" Object => 'ITSMConfigItem',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LinkObject.ObjectSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleLinkList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleLinkList.code-snippets
index 15e329fd..cb62c5d0 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleLinkList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleLinkList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.PossibleLinkList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.PossibleLinkList": {
"body": [
"${1:my %PossibleLinkList = \\$LinkObject->PossibleLinkList();}",
],
"prefix": "znuny.LinkObject.PossibleLinkList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleObjectsList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleObjectsList.code-snippets
index 9a85d8df..68caf72a 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleObjectsList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleObjectsList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.PossibleObjectsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.PossibleObjectsList": {
"body": [
"${1:my %PossibleObjectsList = \\$LinkObject->PossibleObjectsList(",
" Object => 'Ticket',",
");}",
],
"prefix": "znuny.LinkObject.PossibleObjectsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleType.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleType.code-snippets
index 47b9a62c..159d7928 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleType.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleType.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.PossibleType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.PossibleType": {
"body": [
"${1:my \\$True = \\$LinkObject->PossibleType(",
" Type1 => 'Normal',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LinkObject.PossibleType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleTypesList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleTypesList.code-snippets
index 6c4a53d1..20049e62 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.PossibleTypesList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.PossibleTypesList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.PossibleTypesList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.PossibleTypesList": {
"body": [
"${1:my %PossibleTypesList = \\$LinkObject->PossibleTypesList(",
" Object1 => 'Ticket',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LinkObject.PossibleTypesList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.StateList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.StateList.code-snippets
index 461326c7..c188a7bc 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.StateList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.StateList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.StateList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.StateList": {
"body": [
"${1:my %StateList = \\$LinkObject->StateList(",
" Valid => 0, # (optional) default 1 (0|1)",
");}",
],
"prefix": "znuny.LinkObject.StateList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.StateLookup.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.StateLookup.code-snippets
index 0957e871..867d7b95 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.StateLookup.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.StateLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.StateLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.StateLookup": {
"body": [
"${1:\\$Name = \\$LinkObject->StateLookup(",
" StateID => \\$StateID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LinkObject.StateLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.TypeGet.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.TypeGet.code-snippets
index 18a5133a..5912b273 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.TypeGet.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.TypeGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.TypeGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.TypeGet": {
"body": [
"${1:%TypeData = \\$LinkObject->TypeGet(",
" TypeID => \\$TypeID,",
");}",
],
"prefix": "znuny.LinkObject.TypeGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.TypeGroupList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.TypeGroupList.code-snippets
index b273e751..5c513d20 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.TypeGroupList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.TypeGroupList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.TypeGroupList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.TypeGroupList": {
"body": [
"${1:my %TypeGroupList = \\$LinkObject->TypeGroupList();}",
],
"prefix": "znuny.LinkObject.TypeGroupList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.TypeList.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.TypeList.code-snippets
index ef171cf5..b8106417 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.TypeList.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.TypeList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.TypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.TypeList": {
"body": [
"${1:my %TypeList = \\$LinkObject->TypeList();}",
],
"prefix": "znuny.LinkObject.TypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LinkObject/znuny.LinkObject.TypeLookup.code-snippets b/snippets/Functions/LinkObject/znuny.LinkObject.TypeLookup.code-snippets
index f47db7b9..33cfa3e2 100644
--- a/snippets/Functions/LinkObject/znuny.LinkObject.TypeLookup.code-snippets
+++ b/snippets/Functions/LinkObject/znuny.LinkObject.TypeLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LinkObject.TypeLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LinkObject.TypeLookup": {
"body": [
"${1:\\$Name = \\$LinkObject->TypeLookup(",
" TypeID => \\$TypeID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.LinkObject.TypeLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheDelete.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheDelete.code-snippets
index 252fdcfc..d6edc339 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheDelete.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheDelete.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.CacheDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.CacheDelete": {
"body": [
"${1:my @DeletedFiles = \\$LoaderObject->CacheDelete();}",
],
"prefix": "znuny.LoaderObject.CacheDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheGenerate.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheGenerate.code-snippets
index ade091e3..ce8d1864 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheGenerate.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.CacheGenerate.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.CacheGenerate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.CacheGenerate": {
"body": [
"${1:my %GeneratedFiles = \\$LoaderObject->CacheGenerate();}",
],
"prefix": "znuny.LoaderObject.CacheGenerate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.GetMinifiedFile.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.GetMinifiedFile.code-snippets
index 4c7178ff..294def0a 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.GetMinifiedFile.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.GetMinifiedFile.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.GetMinifiedFile": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.GetMinifiedFile": {
"body": [
"${1:my \\$MinifiedCSS = \\$LoaderObject->GetMinifiedFile(",
" Location => \\$Filename,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LoaderObject.GetMinifiedFile",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.IsCSSMinifierXSAvailable.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.IsCSSMinifierXSAvailable.code-snippets
index a17ac42b..514e0374 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.IsCSSMinifierXSAvailable.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.IsCSSMinifierXSAvailable.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LoaderObject.IsCSSMinifierXSAvailable": {
+ "6.4|6.5|7.0|7.1 - znuny.LoaderObject.IsCSSMinifierXSAvailable": {
"body": [
"${1:my \\$IsCSSMinifierXSAvailable = \\$LoaderObject->IsCSSMinifierXSAvailable();}",
],
"prefix": "znuny.LoaderObject.IsCSSMinifierXSAvailable",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.IsJavaScriptMinifierXSAvailable.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.IsJavaScriptMinifierXSAvailable.code-snippets
index 2a64fbc5..5ec8a71e 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.IsJavaScriptMinifierXSAvailable.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.IsJavaScriptMinifierXSAvailable.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.LoaderObject.IsJavaScriptMinifierXSAvailable": {
+ "6.4|6.5|7.0|7.1 - znuny.LoaderObject.IsJavaScriptMinifierXSAvailable": {
"body": [
"${1:my \\$IsJavaScriptMinifierXSAvailable = \\$LoaderObject->IsJavaScriptMinifierXSAvailable();}",
],
"prefix": "znuny.LoaderObject.IsJavaScriptMinifierXSAvailable",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyCSS.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyCSS.code-snippets
index 405ff6be..a0855775 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyCSS.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyCSS.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.MinifyCSS": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.MinifyCSS": {
"body": [
"${1:my \\$MinifiedCSS = \\$LoaderObject->MinifyCSS( Code => \\$CSS );}",
],
"prefix": "znuny.LoaderObject.MinifyCSS",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyFiles.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyFiles.code-snippets
index a2a2472e..31489359 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyFiles.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyFiles.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.MinifyFiles": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.MinifyFiles": {
"body": [
"${1:my \\$TargetFilename = \\$LoaderObject->MinifyFiles(",
" List => [ # optional, minify list of files",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.LoaderObject.MinifyFiles",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyJavaScript.code-snippets b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyJavaScript.code-snippets
index 6e6a1bff..95dfc25c 100644
--- a/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyJavaScript.code-snippets
+++ b/snippets/Functions/LoaderObject/znuny.LoaderObject.MinifyJavaScript.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LoaderObject.MinifyJavaScript": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LoaderObject.MinifyJavaScript": {
"body": [
"${1:my \\$MinifiedJS = \\$LoaderObject->MinifyJavaScript( Code => \\$JavaScript );}",
],
"prefix": "znuny.LoaderObject.MinifyJavaScript",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LockObject/znuny.LockObject.LockList.code-snippets b/snippets/Functions/LockObject/znuny.LockObject.LockList.code-snippets
index 2ca6b213..ad3a7168 100644
--- a/snippets/Functions/LockObject/znuny.LockObject.LockList.code-snippets
+++ b/snippets/Functions/LockObject/znuny.LockObject.LockList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LockObject.LockList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LockObject.LockList": {
"body": [
"${1:my %List = \\$LockObject->LockList(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.LockObject.LockList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LockObject/znuny.LockObject.LockLookup.code-snippets b/snippets/Functions/LockObject/znuny.LockObject.LockLookup.code-snippets
index 61e82977..42753f5a 100644
--- a/snippets/Functions/LockObject/znuny.LockObject.LockLookup.code-snippets
+++ b/snippets/Functions/LockObject/znuny.LockObject.LockLookup.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LockObject.LockLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LockObject.LockLookup": {
"body": [
"${1:my \\$Lock = \\$LockObject->LockLookup( LockID => \\$LockID );}",
"${2:my \\$LockID = \\$LockObject->LockLookup( Lock => 'lock' );}",
],
"prefix": "znuny.LockObject.LockLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LockObject/znuny.LockObject.LockViewableLock.code-snippets b/snippets/Functions/LockObject/znuny.LockObject.LockViewableLock.code-snippets
index 0d4465e6..bacf2176 100644
--- a/snippets/Functions/LockObject/znuny.LockObject.LockViewableLock.code-snippets
+++ b/snippets/Functions/LockObject/znuny.LockObject.LockViewableLock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LockObject.LockViewableLock": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LockObject.LockViewableLock": {
"body": [
"${1:my @List = \\$LockObject->LockViewableLock(",
" Type => 'Name', # ID|Name",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.LockObject.LockViewableLock",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LogObject/znuny.LogObject.CleanUp.code-snippets b/snippets/Functions/LogObject/znuny.LogObject.CleanUp.code-snippets
index 013e11ab..be202c25 100644
--- a/snippets/Functions/LogObject/znuny.LogObject.CleanUp.code-snippets
+++ b/snippets/Functions/LogObject/znuny.LogObject.CleanUp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LogObject.CleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LogObject.CleanUp": {
"body": [
"${1:\\$LogObject->CleanUp();}",
],
"prefix": "znuny.LogObject.CleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LogObject/znuny.LogObject.Dumper.code-snippets b/snippets/Functions/LogObject/znuny.LogObject.Dumper.code-snippets
index 9de62182..7bf9242a 100644
--- a/snippets/Functions/LogObject/znuny.LogObject.Dumper.code-snippets
+++ b/snippets/Functions/LogObject/znuny.LogObject.Dumper.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LogObject.Dumper": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LogObject.Dumper": {
"body": [
"${1:\\$LogObject->Dumper(%Hash);}",
"${2:\\$LogObject->Dumper(@Array);}",
],
"prefix": "znuny.LogObject.Dumper",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LogObject/znuny.LogObject.GetLog.code-snippets b/snippets/Functions/LogObject/znuny.LogObject.GetLog.code-snippets
index d00ca897..e73d86f0 100644
--- a/snippets/Functions/LogObject/znuny.LogObject.GetLog.code-snippets
+++ b/snippets/Functions/LogObject/znuny.LogObject.GetLog.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LogObject.GetLog": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LogObject.GetLog": {
"body": [
"${1:my \\$CSVLog = \\$LogObject->GetLog();}",
],
"prefix": "znuny.LogObject.GetLog",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/LogObject/znuny.LogObject.GetLogEntry.code-snippets b/snippets/Functions/LogObject/znuny.LogObject.GetLogEntry.code-snippets
index e5dfa0d3..32e09146 100644
--- a/snippets/Functions/LogObject/znuny.LogObject.GetLogEntry.code-snippets
+++ b/snippets/Functions/LogObject/znuny.LogObject.GetLogEntry.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.LogObject.GetLogEntry": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.LogObject.GetLogEntry": {
"body": [
"${1:my \\$Message = \\$LogObject->GetLogEntry(",
" Type => 'error', # error|info|notice",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.LogObject.GetLogEntry",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.GetAuthenticationTypes.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.GetAuthenticationTypes.code-snippets
index 07e33aa6..4071bd72 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.GetAuthenticationTypes.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.GetAuthenticationTypes.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.MailAccountObject.GetAuthenticationTypes": {
+ "6.4|6.5|7.0|7.1 - znuny.MailAccountObject.GetAuthenticationTypes": {
"body": [
"${1:my %AuthenticationTypes = \\$MailAccountObject->GetAuthenticationTypes();}",
],
"prefix": "znuny.MailAccountObject.GetAuthenticationTypes",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountAdd.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountAdd.code-snippets
index 26a8b2a7..7e0e1c74 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountAdd.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountAdd": {
"body": [
"${1:\\$MailAccountObject->MailAccountAdd(",
" Login => 'mail',",
@@ -29,7 +29,7 @@
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountBackendList.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountBackendList.code-snippets
index 2f760e6e..a53874ee 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountBackendList.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountBackendList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountBackendList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountBackendList": {
"body": [
"${1:my %List = \\$MailAccountObject->MailAccountBackendList();}",
],
"prefix": "znuny.MailAccountObject.MailAccountBackendList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountCheck.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountCheck.code-snippets
index 44030ecc..7f9b4941 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountCheck.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountCheck": {
"body": [
"${1:my %Check = \\$MailAccountObject->MailAccountCheck(",
" Login => 'mail',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountDelete.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountDelete.code-snippets
index f3b7feae..0370ea12 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountDelete.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountDelete": {
"body": [
"${1:\\$MailAccountObject->MailAccountDelete(",
" ID => 123,",
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountFetch.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountFetch.code-snippets
index 631c9393..40150f11 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountFetch.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountFetch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountFetch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountFetch": {
"body": [
"${1:my \\$Ok = \\$MailAccountObject->MailAccountFetch(",
" Login => 'mail',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountFetch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGet.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGet.code-snippets
index 91cd80bc..ee57d044 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGet.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountGet": {
"body": [
"${1:my %MailAccount = \\$MailAccountObject->MailAccountGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGetAll.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGetAll.code-snippets
index d8dd2c54..8edf1a9b 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGetAll.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountGetAll.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountGetAll": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountGetAll": {
"body": [
"${1:my @MailAccounts = \\$MailAccountObject->MailAccountGetAll();}",
],
"prefix": "znuny.MailAccountObject.MailAccountGetAll",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountList.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountList.code-snippets
index 641dfd15..a27d1f3c 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountList.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountList": {
"body": [
"${1:my %List = \\$MailAccountObject->MailAccountList(",
" Valid => 0, # just valid/all accounts",
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountUpdate.code-snippets b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountUpdate.code-snippets
index 21594d98..8e06254c 100644
--- a/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountUpdate.code-snippets
+++ b/snippets/Functions/MailAccountObject/znuny.MailAccountObject.MailAccountUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailAccountObject.MailAccountUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailAccountObject.MailAccountUpdate": {
"body": [
"${1:\\$MailAccountObject->MailAccountUpdate(",
" ID => 1,",
@@ -31,7 +31,7 @@
");}",
],
"prefix": "znuny.MailAccountObject.MailAccountUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Create.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Create.code-snippets
index e267a383..67a63483 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Create.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Create.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.Create": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.Create": {
"body": [
"${1:my \\$Result = \\$MailQueueObject->Create(",
" ArticleID => \\$ArticleID, # optional",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.MailQueueObject.Create",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Delete.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Delete.code-snippets
index e682e1c4..da4ebb2d 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Delete.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Delete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.Delete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.Delete": {
"body": [
"${1:my \\$Result = \\$MailQueueObject->Delete(",
" %Filters, # See _FiltersSQLAndBinds",
");}",
],
"prefix": "znuny.MailQueueObject.Delete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Get.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Get.code-snippets
index 74770ea3..34d3d339 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Get.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Get.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.Get": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.Get": {
"body": [
"${1:my \\$Item = \\$MailQueueObject->Get(",
" ID => '...', # optional",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.MailQueueObject.Get",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.List.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.List.code-snippets
index 97a4de9c..542d2a81 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.List.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.List.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.List": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.List": {
"body": [
"${1:my \\$List = \\$MailQueueObject->List(",
" ID => '...', # optional",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.MailQueueObject.List",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Send.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Send.code-snippets
index ac689638..00db681f 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Send.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Send.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.Send": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.Send": {
"body": [
"${1:my \\$List = \\$MailQueueObject->Send(",
" ID => '...',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.MailQueueObject.Send",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Update.code-snippets b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Update.code-snippets
index a168bf2c..e8207f0b 100644
--- a/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Update.code-snippets
+++ b/snippets/Functions/MailQueueObject/znuny.MailQueueObject.Update.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MailQueueObject.Update": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MailQueueObject.Update": {
"body": [
"${1:my \\$Result = \\$MailQueueObject->Update(",
" Filters => {\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.MailQueueObject.Update",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.Die.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.Die.code-snippets
index 305c02be..dda7ea97 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.Die.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.Die.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.Die": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.Die": {
"body": [
"${1:\\$MainObject->Die('some message to die');}",
],
"prefix": "znuny.MainObject.Die",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.DirectoryRead.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.DirectoryRead.code-snippets
index f66bc07c..5b508ebb 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.DirectoryRead.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.DirectoryRead.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.DirectoryRead": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.DirectoryRead": {
"body": [
"${1:my @FilesInDirectory = \\$MainObject->DirectoryRead(",
" Directory => \\$Path,",
@@ -25,7 +25,7 @@
");}",
],
"prefix": "znuny.MainObject.DirectoryRead",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.Dump.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.Dump.code-snippets
index f3463b74..c539c7e9 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.Dump.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.Dump.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.Dump": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.Dump": {
"body": [
"${1:my \\$Dump = \\$MainObject->Dump(",
" \\$SomeVariable,",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.MainObject.Dump",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.FileDelete.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.FileDelete.code-snippets
index 752085e5..19d0ecbc 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.FileDelete.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.FileDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.FileDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.FileDelete": {
"body": [
"${1:my \\$Success = \\$MainObject->FileDelete(",
" Directory => 'c:\some\location',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.MainObject.FileDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.FileGetMTime.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.FileGetMTime.code-snippets
index 6ab96e8f..3e6608dc 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.FileGetMTime.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.FileGetMTime.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.FileGetMTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.FileGetMTime": {
"body": [
"${1:my \\$FileMTime = \\$MainObject->FileGetMTime(",
" Directory => 'c:\some\location',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.MainObject.FileGetMTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.FileRead.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.FileRead.code-snippets
index cb2f13c4..94cd1f8a 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.FileRead.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.FileRead.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.FileRead": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.FileRead": {
"body": [
"${1:my \\$ContentARRAYRef = \\$MainObject->FileRead(",
" Directory => 'c:\some\location',",
@@ -28,7 +28,7 @@
");}",
],
"prefix": "znuny.MainObject.FileRead",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.FileWrite.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.FileWrite.code-snippets
index 2dfba87e..37b0550f 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.FileWrite.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.FileWrite.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.FileWrite": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.FileWrite": {
"body": [
"${1:my \\$FileLocation = \\$MainObject->FileWrite(",
" Directory => 'c:\some\location',",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.MainObject.FileWrite",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.FilenameCleanUp.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.FilenameCleanUp.code-snippets
index bc9fedf7..bc51164b 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.FilenameCleanUp.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.FilenameCleanUp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.FilenameCleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.FilenameCleanUp": {
"body": [
"${1:my \\$Filename = \\$MainObject->FilenameCleanUp(",
" Filename => 'me_to/alal.xml',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.MainObject.FilenameCleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.GenerateRandomString.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.GenerateRandomString.code-snippets
index 07d02693..108593eb 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.GenerateRandomString.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.GenerateRandomString.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.GenerateRandomString": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.GenerateRandomString": {
"body": [
"${1:my \\$String = \\$MainObject->GenerateRandomString(",
" Length => 32,",
@@ -11,7 +11,7 @@
"${3:my \\$String = \\$MainObject->GenerateRandomString();}",
],
"prefix": "znuny.MainObject.GenerateRandomString",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.MD5sum.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.MD5sum.code-snippets
index f0430d85..f50a1c49 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.MD5sum.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.MD5sum.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.MD5sum": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.MD5sum": {
"body": [
"${1:# note: needs more memory!",
"my \\$MD5Sum = \\$MainObject->MD5sum(",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.MainObject.MD5sum",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.Require.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.Require.code-snippets
index 660bf276..21c4a239 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.Require.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.Require.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.Require": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.Require": {
"body": [
"${1:my \\$Loaded = \\$MainObject->Require(",
" 'Kernel::System::Example',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.MainObject.Require",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MainObject/znuny.MainObject.RequireBaseClass.code-snippets b/snippets/Functions/MainObject/znuny.MainObject.RequireBaseClass.code-snippets
index 2f8b9cde..d832ad02 100644
--- a/snippets/Functions/MainObject/znuny.MainObject.RequireBaseClass.code-snippets
+++ b/snippets/Functions/MainObject/znuny.MainObject.RequireBaseClass.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.MainObject.RequireBaseClass": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.MainObject.RequireBaseClass": {
"body": [
"${1:my \\$Loaded = \\$MainObject->RequireBaseClass(",
" 'Kernel::System::Example',",
");}",
],
"prefix": "znuny.MainObject.RequireBaseClass",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.AddMention.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.AddMention.code-snippets
index adbcaf17..cd73e20c 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.AddMention.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.AddMention.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.AddMention": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.AddMention": {
"body": [
"${1:my \\$Success = \\$MentionObject->AddMention(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.MentionObject.AddMention",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.CanUserRemoveMention.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.CanUserRemoveMention.code-snippets
index 77dacb61..1552d08b 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.CanUserRemoveMention.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.CanUserRemoveMention.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.CanUserRemoveMention": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.CanUserRemoveMention": {
"body": [
"${1:my \\$UserCanRemoveMention = \\$MentionObject->CanUserRemoveMention(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.MentionObject.CanUserRemoveMention",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.GetDashboardWidgetTicketData.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.GetDashboardWidgetTicketData.code-snippets
index 1c5e8215..56f94783 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.GetDashboardWidgetTicketData.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.GetDashboardWidgetTicketData.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.GetDashboardWidgetTicketData": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.GetDashboardWidgetTicketData": {
"body": [
"${1:my \\$Data = \\$MentionObject->GetDashboardWidgetTicketData(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.MentionObject.GetDashboardWidgetTicketData",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.GetMentionedUserIDsFromString.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.GetMentionedUserIDsFromString.code-snippets
index 192da6ca..b1b388ea 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.GetMentionedUserIDsFromString.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.GetMentionedUserIDsFromString.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.GetMentionedUserIDsFromString": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.GetMentionedUserIDsFromString": {
"body": [
"${1:my \\$MentionedUserIDs = \\$MentionObject->GetMentionedUserIDsFromString(",
" HTMLString => '...@root@localhost<\/a>...',",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.MentionObject.GetMentionedUserIDsFromString",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.GetTicketMentions.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.GetTicketMentions.code-snippets
index 87e8eb8f..244c5d8e 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.GetTicketMentions.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.GetTicketMentions.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.GetTicketMentions": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.GetTicketMentions": {
"body": [
"${1:my \\$Mentions = \\$MentionObject->GetTicketMentions(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.MentionObject.GetTicketMentions",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.GetUserMentions.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.GetUserMentions.code-snippets
index cd853ef7..5f7ffcf3 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.GetUserMentions.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.GetUserMentions.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.GetUserMentions": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.GetUserMentions": {
"body": [
"${1:my \\$Mentions = \\$MentionObject->GetUserMentions(",
" UserID => \\$UserID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.MentionObject.GetUserMentions",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.IsGroupBlocked.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.IsGroupBlocked.code-snippets
index 8fdade4b..efe2a6da 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.IsGroupBlocked.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.IsGroupBlocked.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.IsGroupBlocked": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.IsGroupBlocked": {
"body": [
"${1:my \\$GroupIsBlocked = \\$MentionObject->IsGroupBlocked(",
" Group => 'users',",
");}",
],
"prefix": "znuny.MentionObject.IsGroupBlocked",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.RemoveAllMentions.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.RemoveAllMentions.code-snippets
index f1f7dc69..e5260b1a 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.RemoveAllMentions.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.RemoveAllMentions.code-snippets
@@ -1,12 +1,12 @@
{
- "6.5|7.0 - znuny.MentionObject.RemoveAllMentions": {
+ "6.5|7.0|7.1 - znuny.MentionObject.RemoveAllMentions": {
"body": [
"${1:my \\$Success = \\$MentionObject->RemoveAllMentions(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.MentionObject.RemoveAllMentions",
- "description": "6.5|7.0",
+ "description": "6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/MentionObject/znuny.MentionObject.RemoveMention.code-snippets b/snippets/Functions/MentionObject/znuny.MentionObject.RemoveMention.code-snippets
index da1757dc..396969ae 100644
--- a/snippets/Functions/MentionObject/znuny.MentionObject.RemoveMention.code-snippets
+++ b/snippets/Functions/MentionObject/znuny.MentionObject.RemoveMention.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.MentionObject.RemoveMention": {
+ "6.4|6.5|7.0|7.1 - znuny.MentionObject.RemoveMention": {
"body": [
"${1:my \\$Success = \\$MentionObject->RemoveMention(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.MentionObject.RemoveMention",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationAdd.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationAdd.code-snippets
index 301f0049..d7803b81 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationAdd.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationAdd": {
"body": [
"${1:my \\$ID = \\$NotificationEventObject->NotificationAdd(",
" Name => 'Agent::OwnerUpdate',",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationBodyCheck.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationBodyCheck.code-snippets
index 818e3237..651aedb0 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationBodyCheck.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationBodyCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationBodyCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationBodyCheck": {
"body": [
"${1:my \\$Ok = \\$NotificationEventObject->NotificationBodyCheck(",
" Content => \\$BodyContent, # mandatory",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationBodyCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationDelete.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationDelete.code-snippets
index 370b4e53..ea12658e 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationDelete.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationDelete": {
"body": [
"${1:\\$NotificationEventObject->NotificationDelete(",
" ID => 1,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationEventCheck.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationEventCheck.code-snippets
index 8c5d4482..0ae53a6b 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationEventCheck.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationEventCheck.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationEventCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationEventCheck": {
"body": [
"${1:my @IDs = \\$NotificationEventObject->NotificationEventCheck(",
" Event => 'ArticleCreate',",
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationEventCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationGet.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationGet.code-snippets
index 3de7f4a6..ceb7c7cf 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationGet.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationGet": {
"body": [
"${1:my %Notification = \\$NotificationEventObject->NotificationGet(",
" ID => 1,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationImport.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationImport.code-snippets
index 4e69f290..fd988d9e 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationImport.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationImport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationImport": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationImport": {
"body": [
"${1:my \\$NotificationImport = \\$NotificationEventObject->NotificationImport(",
" Content => \\$YAMLContent, # mandatory, YAML format",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationImport",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationList.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationList.code-snippets
index 714b8a0d..1f9fa8ea 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationList.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationList": {
"body": [
"${1:my %List = \\$NotificationEventObject->NotificationList(",
" Type => 'Ticket', # type of notifications; default: 'Ticket'",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationUpdate.code-snippets b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationUpdate.code-snippets
index 857eb2c3..60eb6051 100644
--- a/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationUpdate.code-snippets
+++ b/snippets/Functions/NotificationEventObject/znuny.NotificationEventObject.NotificationUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.NotificationEventObject.NotificationUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.NotificationEventObject.NotificationUpdate": {
"body": [
"${1:my \\$Ok = \\$NotificationEventObject->NotificationUpdate(",
" ID => 123,",
@@ -27,7 +27,7 @@
");}",
],
"prefix": "znuny.NotificationEventObject.NotificationUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataAdd.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataAdd.code-snippets
index e5621b5f..8b4af202 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataAdd.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataAdd": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataAdd": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenConfigObject->DataAdd(",
" ID => '...',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataAdd",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataDelete.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataDelete.code-snippets
index b73dbf1e..47ccff2f 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataDelete.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataDelete": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataDelete": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenConfigObject->DataDelete(",
" ID => '...', # optional",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataDelete",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataGet.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataGet.code-snippets
index 9da58fee..e5b1befd 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataGet.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataGet": {
"body": [
"${1:my %Data = \\$OAuth2TokenConfigObject->DataGet(",
" ID => '...', # optional",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataListGet.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataListGet.code-snippets
index ec7e5055..3458e94a 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataListGet.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataListGet": {
"body": [
"${1:my @Data = \\$OAuth2TokenConfigObject->DataListGet(",
" ID => '...', # optional",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataSearch.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataSearch.code-snippets
index 33c9e379..40ab429e 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataSearch.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataSearch": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataSearch": {
"body": [
"${1:my %Data = \\$OAuth2TokenConfigObject->DataSearch(",
" Search => 'test*test',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataSearch",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataUpdate.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataUpdate.code-snippets
index 3071380d..014105ae 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataUpdate.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.DataUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.DataUpdate": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.DataUpdate": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenConfigObject->DataUpdate(",
" ID => 1234,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.DataUpdate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.InitConfig.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.InitConfig.code-snippets
index 4faae911..56d740b1 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.InitConfig.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.InitConfig.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.InitConfig": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.InitConfig": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenConfigObject->InitConfig();}",
],
"prefix": "znuny.OAuth2TokenConfigObject.InitConfig",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse.code-snippets
index df0f4318..d57a021a 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse": {
"body": [
"${1:my \\$IsInUse = \\$OAuth2TokenConfigObject->IsOAuth2TokenConfigInUse(",
" ID => 3,",
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.IsOAuth2TokenConfigInUse",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet.code-snippets b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet.code-snippets
index 579c7929..392119cb 100644
--- a/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet.code-snippets
+++ b/snippets/Functions/OAuth2TokenConfigObject/znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet": {
"body": [
"${1:my @UsedOAuth2TokenConfigListGet = \\$OAuth2TokenConfigObject->UsedOAuth2TokenConfigListGet(",
" Scope => 'MailAccount' # optional, default 'undef', (MailAccount);",
");}",
],
"prefix": "znuny.OAuth2TokenConfigObject.UsedOAuth2TokenConfigListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.AssembleSASLAuthString.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.AssembleSASLAuthString.code-snippets
index 3677f9d9..32c0cdaf 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.AssembleSASLAuthString.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.AssembleSASLAuthString.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.AssembleSASLAuthString": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.AssembleSASLAuthString": {
"body": [
"${1:my \\$SASLAuthString = \\$OAuth2TokenObject->AssembleSASLAuthString(",
" Username => 'user2',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.AssembleSASLAuthString",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataAdd.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataAdd.code-snippets
index 8064b36d..a0e99a35 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataAdd.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataAdd": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataAdd": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenObject->DataAdd(",
" ID => '...',",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataAdd",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataDelete.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataDelete.code-snippets
index 2107a834..42c34869 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataDelete.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataDelete": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataDelete": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenObject->DataDelete(",
" ID => '...', # optional",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataDelete",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataGet.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataGet.code-snippets
index 74674014..6076d68c 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataGet.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataGet": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataGet": {
"body": [
"${1:my %Data = \\$OAuth2TokenObject->DataGet(",
" ID => '...', # optional",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataListGet.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataListGet.code-snippets
index 7474d1da..6d7b15d6 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataListGet.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataListGet": {
"body": [
"${1:my @Data = \\$OAuth2TokenObject->DataListGet(",
" ID => '...', # optional",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataSearch.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataSearch.code-snippets
index ffd59cf0..2c7631af 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataSearch.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataSearch": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataSearch": {
"body": [
"${1:my %Data = \\$OAuth2TokenObject->DataSearch(",
" Search => 'test*test',",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataSearch",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataUpdate.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataUpdate.code-snippets
index 2d8965ef..f82cebf6 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataUpdate.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.DataUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.DataUpdate": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.DataUpdate": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenObject->DataUpdate(",
" ID => 1234,",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.DataUpdate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL.code-snippets
index 772bdedc..1d3c3785 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL": {
"body": [
"${1:my \\$URL = \\$OAuth2TokenObject->GenerateAuthorizationCodeRequestURL(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.GenerateAuthorizationCodeRequestURL",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeParameters.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeParameters.code-snippets
index 7b1f33f4..60fee68e 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeParameters.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeParameters.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.GetAuthorizationCodeParameters": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.GetAuthorizationCodeParameters": {
"body": [
"${1:my %AuthorizationCodeParameters = \\$OAuth2TokenObject->GetAuthorizationCodeParameters(",
" ParamObject => \\$ParamObject,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.GetAuthorizationCodeParameters",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL.code-snippets
index 7feb2dd5..78f6b1e7 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL": {
"body": [
"${1:my \\$RedirectURL = \\$OAuth2TokenObject->GetAuthorizationCodeRequestRedirectURL();}",
],
"prefix": "znuny.OAuth2TokenObject.GetAuthorizationCodeRequestRedirectURL",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetToken.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetToken.code-snippets
index 9201dfed..69c9d92e 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetToken.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetToken.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.GetToken": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.GetToken": {
"body": [
"${1:my \\$Token = \\$OAuth2TokenObject->GetToken(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.GetToken",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetTokenErrorMessage.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetTokenErrorMessage.code-snippets
index dcaf31f1..3b19ba0a 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetTokenErrorMessage.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.GetTokenErrorMessage.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.GetTokenErrorMessage": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.GetTokenErrorMessage": {
"body": [
"${1:my \\$TokenErrorMessage = \\$OAuth2TokenObject->GetTokenErrorMessage(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.GetTokenErrorMessage",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasRefreshTokenExpired.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasRefreshTokenExpired.code-snippets
index 2a4bbd90..35f86589 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasRefreshTokenExpired.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasRefreshTokenExpired.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.HasRefreshTokenExpired": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.HasRefreshTokenExpired": {
"body": [
"${1:my \\$HasExpired = \\$OAuth2TokenObject->HasRefreshTokenExpired(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.HasRefreshTokenExpired",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasTokenExpired.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasTokenExpired.code-snippets
index 9d4f893a..4b1cb615 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasTokenExpired.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.HasTokenExpired.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.HasTokenExpired": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.HasTokenExpired": {
"body": [
"${1:my \\$HasExpired = \\$OAuth2TokenObject->HasTokenExpired(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.HasTokenExpired",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.InitConfig.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.InitConfig.code-snippets
index 28d30304..502aed42 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.InitConfig.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.InitConfig.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.InitConfig": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.InitConfig": {
"body": [
"${1:my \\$Success = \\$OAuth2TokenObject->InitConfig();}",
],
"prefix": "znuny.OAuth2TokenObject.InitConfig",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode.code-snippets
index 2cca2a3d..b8188346 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode": {
"body": [
"${1:my %Token = \\$OAuth2TokenObject->RequestTokenByAuthorizationCode(",
" TokenConfigID => \\$TokenConfigID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.RequestTokenByAuthorizationCode",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByRefreshToken.code-snippets b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByRefreshToken.code-snippets
index c3205075..53cffad9 100644
--- a/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByRefreshToken.code-snippets
+++ b/snippets/Functions/OAuth2TokenObject/znuny.OAuth2TokenObject.RequestTokenByRefreshToken.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.OAuth2TokenObject.RequestTokenByRefreshToken": {
+ "6.4|6.5|7.0|7.1 - znuny.OAuth2TokenObject.RequestTokenByRefreshToken": {
"body": [
"${1:my %Token = \\$OAuth2TokenObject->RequestTokenByRefreshToken(",
" TokenConfigID => \\$TokenConfigID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.OAuth2TokenObject.RequestTokenByRefreshToken",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OperationObject/znuny.OperationObject.HandleError.code-snippets b/snippets/Functions/OperationObject/znuny.OperationObject.HandleError.code-snippets
index 80703dfa..65beb426 100644
--- a/snippets/Functions/OperationObject/znuny.OperationObject.HandleError.code-snippets
+++ b/snippets/Functions/OperationObject/znuny.OperationObject.HandleError.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.OperationObject.HandleError": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.OperationObject.HandleError": {
"body": [
"${1:my \\$Result = \\$OperationObject->HandleError(",
" Data => { # data payload",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.OperationObject.HandleError",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/OperationObject/znuny.OperationObject.Run.code-snippets b/snippets/Functions/OperationObject/znuny.OperationObject.Run.code-snippets
index bca8de69..f424e017 100644
--- a/snippets/Functions/OperationObject/znuny.OperationObject.Run.code-snippets
+++ b/snippets/Functions/OperationObject/znuny.OperationObject.Run.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.OperationObject.Run": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.OperationObject.Run": {
"body": [
"${1:my \\$Result = \\$OperationObject->Run(",
" Data => { # data payload before Operation",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.OperationObject.Run",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.DimGet.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.DimGet.code-snippets
index d03a4cd7..8f8fa72b 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.DimGet.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.DimGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.DimGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.DimGet": {
"body": [
"${1:\\$Dim = \\$PDFObject->DimGet();}",
],
"prefix": "znuny.PDFObject.DimGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.DimSet.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.DimSet.code-snippets
index 920f6afe..5a2c5013 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.DimSet.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.DimSet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.DimSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.DimSet": {
"body": [
"${1:\\$Dim = \\$PDFObject->DimSet(",
" Dim => 'printable', # (optional) default content (content|printable)",
");}",
],
"prefix": "znuny.PDFObject.DimSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.DocumentNew.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.DocumentNew.code-snippets
index 0e794d84..7e7751bb 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.DocumentNew.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.DocumentNew.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.DocumentNew": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.DocumentNew": {
"body": [
"${1:\\$True = \\$PDFObject->DocumentNew(",
" Title => 'The Document Title', # Title of PDF Document",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.PDFObject.DocumentNew",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.DocumentOutput.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.DocumentOutput.code-snippets
index 19edb40e..ecb89161 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.DocumentOutput.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.DocumentOutput.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.DocumentOutput": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.DocumentOutput": {
"body": [
"${1:\\$DocumentString = \\$PDFObject->DocumentOutput();}",
],
"prefix": "znuny.PDFObject.DocumentOutput",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.HLine.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.HLine.code-snippets
index d064bc09..0b71a392 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.HLine.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.HLine.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.HLine": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.HLine": {
"body": [
"${1:\\$True = \\$PDFObject->HLine(",
" Width => 300, # (optional) default 'end of printable dimension'",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.PDFObject.HLine",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.Image.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.Image.code-snippets
index 8c5d0b76..40d3b331 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.Image.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.Image.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.Image": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.Image": {
"body": [
"${1:\\$True = \\$PDFObject->Image(",
" File => '/path/image.gif', # (gif|jpg|png)",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.PDFObject.Image",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.PageBlankNew.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.PageBlankNew.code-snippets
index d2c79de1..1e1430eb 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.PageBlankNew.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.PageBlankNew.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.PageBlankNew": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.PageBlankNew": {
"body": [
"${1:\\$True = \\$PDFObject->PageBlankNew(",
" Width => 200, # (optional) default 595 (Din A4) - _ both or nothing",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.PDFObject.PageBlankNew",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.PageNew.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.PageNew.code-snippets
index 6181028f..92005d30 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.PageNew.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.PageNew.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.PageNew": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.PageNew": {
"body": [
"${1:\\$PDFObject->PageNew(",
" Width => 200, # (optional) default 595 (Din A4)",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.PDFObject.PageNew",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.PositionGet.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.PositionGet.code-snippets
index 9d27ef5c..f0669e81 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.PositionGet.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.PositionGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.PositionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.PositionGet": {
"body": [
"${1:%Position = \\$PDFObject->PositionGet();}",
],
"prefix": "znuny.PDFObject.PositionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.PositionSet.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.PositionSet.code-snippets
index 4ee9806b..9641eaf9 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.PositionSet.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.PositionSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.PositionSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.PositionSet": {
"body": [
"${1:\\$True = \\$PDFObject->PositionSet(",
" Move => 'absolut', # (optional) default absolut (absolut|relativ)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.PDFObject.PositionSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.Table.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.Table.code-snippets
index 2d0b7e36..df74f3ad 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.Table.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.Table.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.Table": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.Table": {
"body": [
"${1:%Return = \\$PDFObject->Table(",
" CellData => \\$CellData, # 2D arrayref (see example)",
@@ -28,7 +28,7 @@
");}",
],
"prefix": "znuny.PDFObject.Table",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PDFObject/znuny.PDFObject.Text.code-snippets b/snippets/Functions/PDFObject/znuny.PDFObject.Text.code-snippets
index 79fce131..9a0c6e19 100644
--- a/snippets/Functions/PDFObject/znuny.PDFObject.Text.code-snippets
+++ b/snippets/Functions/PDFObject/znuny.PDFObject.Text.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PDFObject.Text": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PDFObject.Text": {
"body": [
"${1:%Return = \\$PDFObject->Text(",
" Text => 'Text', # Text",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.PDFObject.Text",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PIDObject/znuny.PIDObject.PIDCreate.code-snippets b/snippets/Functions/PIDObject/znuny.PIDObject.PIDCreate.code-snippets
index 2ec5ad0f..2c1ed1c4 100644
--- a/snippets/Functions/PIDObject/znuny.PIDObject.PIDCreate.code-snippets
+++ b/snippets/Functions/PIDObject/znuny.PIDObject.PIDCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PIDObject.PIDCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PIDObject.PIDCreate": {
"body": [
"${1:\\$PIDObject->PIDCreate(",
" Name => 'PostMasterPOP3',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.PIDObject.PIDCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PIDObject/znuny.PIDObject.PIDDelete.code-snippets b/snippets/Functions/PIDObject/znuny.PIDObject.PIDDelete.code-snippets
index c741996b..b145a3ad 100644
--- a/snippets/Functions/PIDObject/znuny.PIDObject.PIDDelete.code-snippets
+++ b/snippets/Functions/PIDObject/znuny.PIDObject.PIDDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PIDObject.PIDDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PIDObject.PIDDelete": {
"body": [
"${1:my \\$Success = \\$PIDObject->PIDDelete(",
" Name => 'PostMasterPOP3',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.PIDObject.PIDDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PIDObject/znuny.PIDObject.PIDGet.code-snippets b/snippets/Functions/PIDObject/znuny.PIDObject.PIDGet.code-snippets
index c8b169f6..de6a24b6 100644
--- a/snippets/Functions/PIDObject/znuny.PIDObject.PIDGet.code-snippets
+++ b/snippets/Functions/PIDObject/znuny.PIDObject.PIDGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PIDObject.PIDGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PIDObject.PIDGet": {
"body": [
"${1:my %PID = \\$PIDObject->PIDGet(",
" Name => 'PostMasterPOP3',",
");}",
],
"prefix": "znuny.PIDObject.PIDGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PIDObject/znuny.PIDObject.PIDUpdate.code-snippets b/snippets/Functions/PIDObject/znuny.PIDObject.PIDUpdate.code-snippets
index 4069080e..d4b4ff26 100644
--- a/snippets/Functions/PIDObject/znuny.PIDObject.PIDUpdate.code-snippets
+++ b/snippets/Functions/PIDObject/znuny.PIDObject.PIDUpdate.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PIDObject.PIDUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PIDObject.PIDUpdate": {
"body": [
"${1:my \\$Success = \\$PIDObject->PIDUpdate(",
" Name => 'PostMasterPOP3',",
");}",
],
"prefix": "znuny.PIDObject.PIDUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.AnalyzePackageFrameworkRequirements.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.AnalyzePackageFrameworkRequirements.code-snippets
index 46f9f896..d49fe502 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.AnalyzePackageFrameworkRequirements.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.AnalyzePackageFrameworkRequirements.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.AnalyzePackageFrameworkRequirements": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.AnalyzePackageFrameworkRequirements": {
"body": [
"${1:my %CheckOk = \\$PackageObject->AnalyzePackageFrameworkRequirements(",
" Framework => \\$Structure{Framework\\}, # [ { 'Content' => '4.0.x', 'Minimum' => '4.0.4'\\} ]",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.AnalyzePackageFrameworkRequirements",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.CheckVersion.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.CheckVersion.code-snippets
index e9510d6c..9989e71e 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.CheckVersion.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.CheckVersion.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.PackageObject.CheckVersion": {
+ "6.4|6.5|7.0|7.1 - znuny.PackageObject.CheckVersion": {
"body": [
"${1: my \\$CheckOk = \\$PackageObject->CheckVersion(",
" VersionNew => '1.3.92',",
@@ -9,7 +9,7 @@
" )}",
],
"prefix": "znuny.PackageObject.CheckVersion",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.ConfiguredRepositoryListGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.ConfiguredRepositoryListGet.code-snippets
index 618d00f4..c94dec64 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.ConfiguredRepositoryListGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.ConfiguredRepositoryListGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.PackageObject.ConfiguredRepositoryListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.PackageObject.ConfiguredRepositoryListGet": {
"body": [
"${1:my %RepositoryList = \\$PackageObject->ConfiguredRepositoryListGet();}",
],
"prefix": "znuny.PackageObject.ConfiguredRepositoryListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheck.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheck.code-snippets
index 3ab288cc..258b753a 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheck.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.DeployCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.DeployCheck": {
"body": [
"${1:\\$PackageObject->DeployCheck(",
" Name => 'Application A',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.PackageObject.DeployCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheckInfo.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheckInfo.code-snippets
index 46681734..e9ec7fa3 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheckInfo.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.DeployCheckInfo.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.DeployCheckInfo": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.DeployCheckInfo": {
"body": [
"${1:my %Hash = \\$PackageObject->DeployCheckInfo();}",
],
"prefix": "znuny.PackageObject.DeployCheckInfo",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.GetRequiredPackages.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.GetRequiredPackages.code-snippets
index cd11dc35..f2c78e2e 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.GetRequiredPackages.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.GetRequiredPackages.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.PackageObject.GetRequiredPackages": {
+ "6.4|6.5|7.0|7.1 - znuny.PackageObject.GetRequiredPackages": {
"body": [
"${1:my \\$PackageRequired = \\$PackageObject->GetRequiredPackages(",
" Structure => \\%Structure, # return of PackageParse()",
");}",
],
"prefix": "znuny.PackageObject.GetRequiredPackages",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageBuild.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageBuild.code-snippets
index 09485f9e..b0a1c42c 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageBuild.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageBuild": {
"body": [
"${1:my \\$Package = \\$PackageObject->PackageBuild(",
" Name => {",
@@ -42,7 +42,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageExport.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageExport.code-snippets
index e92f7fa0..d19833cc 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageExport.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageExport.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageExport": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageExport": {
"body": [
"${1:\\$PackageObject->PackageExport(",
" String => \\$FileString,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageExport",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageFileGetMD5Sum.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageFileGetMD5Sum.code-snippets
index e2958efb..110d88bd 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageFileGetMD5Sum.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageFileGetMD5Sum.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageFileGetMD5Sum": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageFileGetMD5Sum": {
"body": [
"${1:my \\$MD5Sum = \\$PackageObject->PackageFileGetMD5Sum(",
" Name => 'Package Name',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageFileGetMD5Sum",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstall.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstall.code-snippets
index c27bd159..b5f2b7a6 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstall.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstall.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageInstall": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageInstall": {
"body": [
"${1:\\$PackageObject->PackageInstall(",
" String => \\$FileString,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageInstall",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallDefaultFiles.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallDefaultFiles.code-snippets
index 7d0e54f1..7381f0db 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallDefaultFiles.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallDefaultFiles.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageInstallDefaultFiles": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageInstallDefaultFiles": {
"body": [
"${1:\\$PackageObject->PackageInstallDefaultFiles();}",
],
"prefix": "znuny.PackageObject.PackageInstallDefaultFiles",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallOrderListGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallOrderListGet.code-snippets
index 2ba9877a..1266db94 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallOrderListGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageInstallOrderListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageInstallOrderListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageInstallOrderListGet": {
"body": [
"${1:my %Result = \\$PackageObject->PackageInstallOrderListGet(",
" InstalledPackages => \\@PackageList, # as returned from RepositoryList(Result => 'short')",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageInstallOrderListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageIsInstalled.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageIsInstalled.code-snippets
index 3a8de741..53b7ca44 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageIsInstalled.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageIsInstalled.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageIsInstalled": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageIsInstalled": {
"body": [
"${1:\\$PackageObject->PackageIsInstalled(",
" String => \\$PackageString, # Attribute String or Name is required",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageIsInstalled",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageOnlineGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageOnlineGet.code-snippets
index 8b1c8f1d..ec31a8c5 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageOnlineGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageOnlineGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageOnlineGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageOnlineGet": {
"body": [
"${1:\\$PackageObject->PackageOnlineGet(",
" Source => 'http://host.example.com/',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageOnlineGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageParse.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageParse.code-snippets
index 158a2609..86f34ffd 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageParse.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageParse.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageParse": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageParse": {
"body": [
"${1:my %Structure = \\$PackageObject->PackageParse( String => \\$FileString );}",
],
"prefix": "znuny.PackageObject.PackageParse",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageReinstall.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageReinstall.code-snippets
index b88ba972..3eec2350 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageReinstall.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageReinstall.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageReinstall": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageReinstall": {
"body": [
"${1:\\$PackageObject->PackageReinstall( String => \\$FileString );}",
],
"prefix": "znuny.PackageObject.PackageReinstall",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUninstall.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUninstall.code-snippets
index ede2d935..1e28fa7f 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUninstall.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUninstall.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageUninstall": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageUninstall": {
"body": [
"${1:\\$PackageObject->PackageUninstall( String => \\$FileString );}",
],
"prefix": "znuny.PackageObject.PackageUninstall",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgrade.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgrade.code-snippets
index f945e482..bd1de710 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgrade.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgrade.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageUpgrade": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageUpgrade": {
"body": [
"${1:\\$PackageObject->PackageUpgrade(",
" String => \\$FileString,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageUpgrade",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAll.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAll.code-snippets
index 6e6b1628..5e151b02 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAll.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAll.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageUpgradeAll": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageUpgradeAll": {
"body": [
"${1:my %Result = \\$PackageObject->PackageUpgradeAll(",
" Force => 1, # optional 1 or 0, Upgrades packages even if validation fails.",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.PackageObject.PackageUpgradeAll",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllDataDelete.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllDataDelete.code-snippets
index 2a0bb0a4..3957249e 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllDataDelete.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllDataDelete.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageUpgradeAllDataDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageUpgradeAllDataDelete": {
"body": [
"${1:my \\$Success = \\$PackageObject->PackageUpgradeAllDataDelete();}",
],
"prefix": "znuny.PackageObject.PackageUpgradeAllDataDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllIsRunning.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllIsRunning.code-snippets
index 95dc81e8..bdcc7fd4 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllIsRunning.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.PackageUpgradeAllIsRunning.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.PackageUpgradeAllIsRunning": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.PackageUpgradeAllIsRunning": {
"body": [
"${1:my %Result = \\$PackageObject->PackageUpgradeAllIsRunning();}",
],
"prefix": "znuny.PackageObject.PackageUpgradeAllIsRunning",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryAdd.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryAdd.code-snippets
index f830dff1..7ffed20f 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryAdd.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.RepositoryAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.RepositoryAdd": {
"body": [
"${1:\\$PackageObject->RepositoryAdd(",
" String => \\$FileString,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.PackageObject.RepositoryAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryGet.code-snippets
index 1e737630..e9e7e479 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.RepositoryGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.RepositoryGet": {
"body": [
"${1:my \\$Package = \\$PackageObject->RepositoryGet(",
" Name => 'Application A',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.PackageObject.RepositoryGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryList.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryList.code-snippets
index 2119b218..d9db16b6 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryList.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.RepositoryList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.RepositoryList": {
"body": [
"${1:my @List = \\$PackageObject->RepositoryList(",
" Result => 'short', # will only return name, version, install_status md5sum, vendor and build commit ID",
@@ -8,7 +8,7 @@
"${2:my @List = \\$PackageObject->RepositoryList();}",
],
"prefix": "znuny.PackageObject.RepositoryList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryPackageListGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryPackageListGet.code-snippets
index c37dc3bc..85189b7d 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryPackageListGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryPackageListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.PackageObject.RepositoryPackageListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.PackageObject.RepositoryPackageListGet": {
"body": [
"${1:my @List = \\$PackageObject->RepositoryPackageListGet(",
" Source => 'Example repository 1', # the value of key 'Name' in item of SysConfig option Package::RepositoryList or a direct download URL",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.PackageObject.RepositoryPackageListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryRemove.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryRemove.code-snippets
index fa3292a3..832ee014 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryRemove.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RepositoryRemove.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PackageObject.RepositoryRemove": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PackageObject.RepositoryRemove": {
"body": [
"${1:\\$PackageObject->RepositoryRemove(",
" Name => 'Application A',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PackageObject.RepositoryRemove",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PackageObject/znuny.PackageObject.RootRepositoryListGet.code-snippets b/snippets/Functions/PackageObject/znuny.PackageObject.RootRepositoryListGet.code-snippets
index 7cb90dcf..43a044ef 100644
--- a/snippets/Functions/PackageObject/znuny.PackageObject.RootRepositoryListGet.code-snippets
+++ b/snippets/Functions/PackageObject/znuny.PackageObject.RootRepositoryListGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.PackageObject.RootRepositoryListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.PackageObject.RootRepositoryListGet": {
"body": [
"${1:my %List = \\$PackageObject->RootRepositoryListGet();}",
],
"prefix": "znuny.PackageObject.RootRepositoryListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.Error.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.Error.code-snippets
index 0ab0856e..f0789c71 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.Error.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.Error.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.Error": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.Error": {
"body": [
"${1:if ( \\$ParamObject->Error() ) {",
" print STDERR \\$ParamObject->Error() . \\"\n\\";",
"\\}}",
],
"prefix": "znuny.ParamObject.Error",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetArray.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetArray.code-snippets
index 10952a0f..803a09bb 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetArray.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetArray.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ParamObject.GetArray": {
+ "6.4|6.5|7.0|7.1 - znuny.ParamObject.GetArray": {
"body": [
"${1:my @Param = \\$ParamObject->GetArray(",
" Param => 'ID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ParamObject.GetArray",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetCookie.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetCookie.code-snippets
index dea1264d..909c13db 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetCookie.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetCookie.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.GetCookie": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.GetCookie": {
"body": [
"${1:my \\$String = \\$ParamObject->GetCookie(",
" Key => ID,",
");}",
],
"prefix": "znuny.ParamObject.GetCookie",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetParam.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetParam.code-snippets
index d34cbe65..ecc6b437 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetParam.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetParam.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.GetParam": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.GetParam": {
"body": [
"${1:my \\$Param = \\$ParamObject->GetParam(",
" Param => 'ID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ParamObject.GetParam",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetParamNames.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetParamNames.code-snippets
index 266a479c..b75f5c57 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetParamNames.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetParamNames.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.GetParamNames": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.GetParamNames": {
"body": [
"${1: my @ParamNames = \\$ParamObject->GetParamNames();",
" print join \\" :: \\", @ParamNames;",
@@ -7,7 +7,7 @@
"${2:my @ParamNames = \\$ParamObject->GetParamNames();}",
],
"prefix": "znuny.ParamObject.GetParamNames",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetParams.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetParams.code-snippets
index c8b38c78..abebf426 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetParams.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetParams.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ParamObject.GetParams": {
+ "6.4|6.5|7.0|7.1 - znuny.ParamObject.GetParams": {
"body": [
"${1:my %Params = \\$ParamObject->GetParams(",
" Params => [ 'TicketID', 'Queue', ] # optional, only these parameters are fetched and returned",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ParamObject.GetParams",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.GetUploadAll.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.GetUploadAll.code-snippets
index 2c4075a2..4f1da8fa 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.GetUploadAll.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.GetUploadAll.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.GetUploadAll": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.GetUploadAll": {
"body": [
"${1:my %File = \\$ParamObject->GetUploadAll(",
" Param => 'FileParam', # the name of the request parameter containing the file data",
");}",
],
"prefix": "znuny.ParamObject.GetUploadAll",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.IsAJAXRequest.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.IsAJAXRequest.code-snippets
index 62a7b7e2..36dc0240 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.IsAJAXRequest.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.IsAJAXRequest.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.IsAJAXRequest": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.IsAJAXRequest": {
"body": [
"${1:my \\$IsAJAXRequest = \\$ParamObject->IsAJAXRequest();}",
],
"prefix": "znuny.ParamObject.IsAJAXRequest",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.LoadFormDraft.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.LoadFormDraft.code-snippets
index ebeab4e5..1249f571 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.LoadFormDraft.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.LoadFormDraft.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.LoadFormDraft": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.LoadFormDraft": {
"body": [
"${1:my \\$FormDraftID = \\$ParamObject->LoadFormDraft(",
" FormDraftID => \\$FormDraftID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ParamObject.LoadFormDraft",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.SaveFormDraft.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.SaveFormDraft.code-snippets
index 4d808349..19e7aa3b 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.SaveFormDraft.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.SaveFormDraft.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.SaveFormDraft": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.SaveFormDraft": {
"body": [
"${1:my \\$FormDraftID = \\$ParamObject->SaveFormDraft(",
" UserID => \\$UserID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.ParamObject.SaveFormDraft",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParamObject/znuny.ParamObject.SetCookie.code-snippets b/snippets/Functions/ParamObject/znuny.ParamObject.SetCookie.code-snippets
index c618199a..bb8835d0 100644
--- a/snippets/Functions/ParamObject/znuny.ParamObject.SetCookie.code-snippets
+++ b/snippets/Functions/ParamObject/znuny.ParamObject.SetCookie.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParamObject.SetCookie": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParamObject.SetCookie": {
"body": [
"${1:\\$ParamObject->SetCookie(",
" Key => ID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.ParamObject.SetCookie",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetAttachments.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetAttachments.code-snippets
index e5813a97..0808a989 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetAttachments.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetAttachments.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetAttachments": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetAttachments": {
"body": [
"${1:my @Attachments = \\$ParserObject->GetAttachments();",
"for my \\$Attachment (@Attachments) {",
@@ -16,7 +16,7 @@
"\\}}",
],
"prefix": "znuny.ParserObject.GetAttachments",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetCharset.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetCharset.code-snippets
index d85223e7..ca5090e2 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetCharset.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetCharset.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetCharset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetCharset": {
"body": [
"${1:my \\$Charset = \\$ParserObject->GetCharset();}",
],
"prefix": "znuny.ParserObject.GetCharset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetContentDisposition.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetContentDisposition.code-snippets
index f385041e..c6da9ac8 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetContentDisposition.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetContentDisposition.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetContentDisposition": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetContentDisposition": {
"body": [
"${1:my \\$ContentDisposition = \\$ParserObject->GetContentDisposition();}",
],
"prefix": "znuny.ParserObject.GetContentDisposition",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetContentType.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetContentType.code-snippets
index 1cf999bd..30c4a303 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetContentType.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetContentType.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetContentType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetContentType": {
"body": [
"${1:my \\$ContentType = \\$ParserObject->GetContentType();}",
],
"prefix": "znuny.ParserObject.GetContentType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetEmailAddress.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetEmailAddress.code-snippets
index e55165be..c443c7e5 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetEmailAddress.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetEmailAddress.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetEmailAddress": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetEmailAddress": {
"body": [
"${1:my \\$SenderEmail = \\$ParserObject->GetEmailAddress(",
" Email => 'Juergen Weber ',",
");}",
],
"prefix": "znuny.ParserObject.GetEmailAddress",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetMessageBody.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetMessageBody.code-snippets
index ef3072e8..f17d7b2c 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetMessageBody.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetMessageBody.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetMessageBody": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetMessageBody": {
"body": [
"${1:my \\$Body = \\$ParserObject->GetMessageBody();}",
],
"prefix": "znuny.ParserObject.GetMessageBody",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetParam.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetParam.code-snippets
index 3d48a592..46eba2a6 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetParam.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetParam.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetParam": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetParam": {
"body": [
"${1:my \\$To = \\$ParserObject->GetParam( WHAT => 'To' );}",
],
"prefix": "znuny.ParserObject.GetParam",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetPlainEmail.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetPlainEmail.code-snippets
index 4949ccda..0a026a33 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetPlainEmail.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetPlainEmail.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetPlainEmail": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetPlainEmail": {
"body": [
"${1:my \\$Email = \\$ParserObject->GetPlainEmail();}",
],
"prefix": "znuny.ParserObject.GetPlainEmail",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetRealname.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetRealname.code-snippets
index d3ae9b68..098ab335 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetRealname.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetRealname.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetRealname": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetRealname": {
"body": [
"${1:my \\$Realname = \\$ParserObject->GetRealname(",
" Email => 'Juergen Weber ',",
");}",
],
"prefix": "znuny.ParserObject.GetRealname",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetReferences.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetReferences.code-snippets
index a361aa24..854925a6 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetReferences.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetReferences.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetReferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetReferences": {
"body": [
"${1:my @References = \\$ParserObject->GetReferences();}",
],
"prefix": "znuny.ParserObject.GetReferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnCharset.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnCharset.code-snippets
index 1cd747d3..1ad0c6db 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnCharset.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnCharset.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetReturnCharset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetReturnCharset": {
"body": [
"${1:my \\$Charset = \\$ParserObject->GetReturnCharset();}",
],
"prefix": "znuny.ParserObject.GetReturnCharset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnContentType.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnContentType.code-snippets
index 6d434e83..02b262df 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnContentType.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.GetReturnContentType.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.GetReturnContentType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.GetReturnContentType": {
"body": [
"${1:my \\$ContentType = \\$ParserObject->GetReturnContentType();}",
],
"prefix": "znuny.ParserObject.GetReturnContentType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ParserObject/znuny.ParserObject.SplitAddressLine.code-snippets b/snippets/Functions/ParserObject/znuny.ParserObject.SplitAddressLine.code-snippets
index d0083bb8..d39f4797 100644
--- a/snippets/Functions/ParserObject/znuny.ParserObject.SplitAddressLine.code-snippets
+++ b/snippets/Functions/ParserObject/znuny.ParserObject.SplitAddressLine.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ParserObject.SplitAddressLine": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ParserObject.SplitAddressLine": {
"body": [
"${1:my @Addresses = \\$ParserObject->SplitAddressLine(",
" Line => 'Juergen Weber , me@example.com, hans@example.com (Hans Huber)',",
");}",
],
"prefix": "znuny.ParserObject.SplitAddressLine",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.CheckFollowUp.code-snippets b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.CheckFollowUp.code-snippets
index 1eb76156..a0bcb654 100644
--- a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.CheckFollowUp.code-snippets
+++ b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.CheckFollowUp.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PostMasterObject.CheckFollowUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PostMasterObject.CheckFollowUp": {
"body": [
"${1:my (\\$TicketNumber, \\$TicketID) = \\$PostMasterObject->CheckFollowUp(",
" Subject => 'Re: [Ticket:#123456] Some Subject',",
");}",
],
"prefix": "znuny.PostMasterObject.CheckFollowUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.GetEmailParams.code-snippets b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.GetEmailParams.code-snippets
index 9338826b..fe7aa156 100644
--- a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.GetEmailParams.code-snippets
+++ b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.GetEmailParams.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PostMasterObject.GetEmailParams": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PostMasterObject.GetEmailParams": {
"body": [
"${1:my %Header = \\$PostMasterObject->GetEmailParams();}",
],
"prefix": "znuny.PostMasterObject.GetEmailParams",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.Run.code-snippets b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.Run.code-snippets
index 55404213..55c6a642 100644
--- a/snippets/Functions/PostMasterObject/znuny.PostMasterObject.Run.code-snippets
+++ b/snippets/Functions/PostMasterObject/znuny.PostMasterObject.Run.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PostMasterObject.Run": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PostMasterObject.Run": {
"body": [
"${1:\\$PostMasterObject->Run(",
" Queue => 'Junk', # optional, specify target queue for new tickets",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PostMasterObject.Run",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityAdd.code-snippets b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityAdd.code-snippets
index 7468008f..64f5d439 100644
--- a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityAdd.code-snippets
+++ b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PriorityObject.PriorityAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PriorityObject.PriorityAdd": {
"body": [
"${1:my \\$True = \\$PriorityObject->PriorityAdd(",
" Name => 'Prio',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.PriorityObject.PriorityAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityGet.code-snippets b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityGet.code-snippets
index cebaccfc..8085adaf 100644
--- a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityGet.code-snippets
+++ b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PriorityObject.PriorityGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PriorityObject.PriorityGet": {
"body": [
"${1:my %PriorityData = \\$PriorityObject->PriorityGet(",
" PriorityID => \\$PriorityID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.PriorityObject.PriorityGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityList.code-snippets b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityList.code-snippets
index 77e8062e..c782e4f3 100644
--- a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityList.code-snippets
+++ b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PriorityObject.PriorityList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PriorityObject.PriorityList": {
"body": [
"${1:my %PriorityList = \\$PriorityObject->PriorityList(",
" Valid => 0, # (optional) default 1 (0|1)",
");}",
],
"prefix": "znuny.PriorityObject.PriorityList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityLookup.code-snippets b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityLookup.code-snippets
index df50751d..156783c5 100644
--- a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityLookup.code-snippets
+++ b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PriorityObject.PriorityLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PriorityObject.PriorityLookup": {
"body": [
"${1:my \\$Priority = \\$PriorityObject->PriorityLookup(",
" PriorityID => \\$PriorityID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.PriorityObject.PriorityLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityUpdate.code-snippets b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityUpdate.code-snippets
index df6d69fd..7035397f 100644
--- a/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityUpdate.code-snippets
+++ b/snippets/Functions/PriorityObject/znuny.PriorityObject.PriorityUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.PriorityObject.PriorityUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.PriorityObject.PriorityUpdate": {
"body": [
"${1:my \\$True = \\$PriorityObject->PriorityUpdate(",
" PriorityID => \\$PriorityID,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.PriorityObject.PriorityUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessGet.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessGet.code-snippets
index f41da36d..ab1478ba 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessGet.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessGet": {
"body": [
"${1:my \\$Process = \\$ProcessObject->ProcessGet(",
" ProcessEntityID => \\$ProcessEntityID,",
");}",
],
"prefix": "znuny.ProcessObject.ProcessGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessList.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessList.code-snippets
index 69468d08..87166556 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessList.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessList": {
"body": [
"${1:my \\$ProcessList = \\$ProcessObject->ProcessList(",
" ProcessState => ['Active'], # Active, FadeAway, Inactive",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ProcessObject.ProcessList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessStartpointGet.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessStartpointGet.code-snippets
index 18a3bd28..b45dd5a2 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessStartpointGet.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessStartpointGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessStartpointGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessStartpointGet": {
"body": [
"${1:my \\$Start = \\$ProcessObject->ProcessStartpointGet(",
" ProcessEntityID => \\$ProcessEntityID,",
");}",
],
"prefix": "znuny.ProcessObject.ProcessStartpointGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketActivitySet.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketActivitySet.code-snippets
index e2e02dcd..f3df53f0 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketActivitySet.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketActivitySet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessTicketActivitySet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessTicketActivitySet": {
"body": [
"${1:my \\$Success = \\$ProcessObject->ProcessTicketActivitySet(",
" ProcessEntityID => \\$ProcessEntityID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ProcessObject.ProcessTicketActivitySet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketProcessSet.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketProcessSet.code-snippets
index 1be6eedc..8d7ca690 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketProcessSet.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTicketProcessSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessTicketProcessSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessTicketProcessSet": {
"body": [
"${1:my \\$Success = \\$ProcessObject->ProcessTicketProcessSet(",
" ProcessEntityID => \\$ProcessEntityID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ProcessObject.ProcessTicketProcessSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTransition.code-snippets b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTransition.code-snippets
index d9b7169f..0f5f5ddf 100644
--- a/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTransition.code-snippets
+++ b/snippets/Functions/ProcessObject/znuny.ProcessObject.ProcessTransition.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProcessObject.ProcessTransition": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProcessObject.ProcessTransition": {
"body": [
"${1:my \\$ProcessTransition = \\$ProcessObject->ProcessTransition(",
" ProcessEntityID => \\$ProcessEntityID,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.ProcessObject.ProcessTransition",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ProviderObject/znuny.ProviderObject.Run.code-snippets b/snippets/Functions/ProviderObject/znuny.ProviderObject.Run.code-snippets
index 0c9a7747..2901b68b 100644
--- a/snippets/Functions/ProviderObject/znuny.ProviderObject.Run.code-snippets
+++ b/snippets/Functions/ProviderObject/znuny.ProviderObject.Run.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ProviderObject.Run": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ProviderObject.Run": {
"body": [
"${1:# put this in the handler script",
"\\$ProviderObject->Run();}",
],
"prefix": "znuny.ProviderObject.Run",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetAllCustomQueues.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetAllCustomQueues.code-snippets
index 9d7ceb93..9b75aac4 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetAllCustomQueues.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetAllCustomQueues.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetAllCustomQueues": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetAllCustomQueues": {
"body": [
"${1:my @Queues = \\$QueueObject->GetAllCustomQueues( UserID => \\$UserID );}",
],
"prefix": "znuny.QueueObject.GetAllCustomQueues",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetAllQueues.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetAllQueues.code-snippets
index 17bfa142..a34796fa 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetAllQueues.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetAllQueues.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetAllQueues": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetAllQueues": {
"body": [
"${1:my %Queues = \\$QueueObject->GetAllQueues( UserID => \\$UserID, Type => 'ro' );}",
"${2:my %Queues = \\$QueueObject->GetAllQueues();}",
],
"prefix": "znuny.QueueObject.GetAllQueues",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpLockOption.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpLockOption.code-snippets
index e142b9f4..55bfdc4f 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpLockOption.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpLockOption.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetFollowUpLockOption": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetFollowUpLockOption": {
"body": [
"${1:my \\$FollowUpLockOption = \\$QueueObject->GetFollowUpLockOption( QueueID => \\$QueueID );}",
],
"prefix": "znuny.QueueObject.GetFollowUpLockOption",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOption.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOption.code-snippets
index 0356e068..4f9916ec 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOption.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOption.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetFollowUpOption": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetFollowUpOption": {
"body": [
"${1:my \\$FollowUpOption = \\$QueueObject->GetFollowUpOption( QueueID => \\$QueueID );}",
],
"prefix": "znuny.QueueObject.GetFollowUpOption",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOptionList.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOptionList.code-snippets
index 2aab7cb7..b803aaae 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOptionList.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetFollowUpOptionList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetFollowUpOptionList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetFollowUpOptionList": {
"body": [
"${1:my %FollowUpOptionList = \\$QueueObject->GetFollowUpOptionList(",
" Valid => 0, # (optional) default 1",
");}",
],
"prefix": "znuny.QueueObject.GetFollowUpOptionList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetQueueGroupID.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetQueueGroupID.code-snippets
index 5a00878c..c0f0aa32 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetQueueGroupID.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetQueueGroupID.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetQueueGroupID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetQueueGroupID": {
"body": [
"${1:my \\$GroupID = \\$QueueObject->GetQueueGroupID( QueueID => \\$QueueID );}",
],
"prefix": "znuny.QueueObject.GetQueueGroupID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetSignature.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetSignature.code-snippets
index 85fdfb68..0066b33e 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetSignature.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetSignature.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetSignature": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetSignature": {
"body": [
"${1:my \\$Signature = \\$QueueObject->GetSignature(QueueID => 123);}",
],
"prefix": "znuny.QueueObject.GetSignature",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.GetSystemAddress.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.GetSystemAddress.code-snippets
index 6282f9dd..c3e3f118 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.GetSystemAddress.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.GetSystemAddress.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.GetSystemAddress": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.GetSystemAddress": {
"body": [
"${1:my %Address = \\$QueueObject->GetSystemAddress(",
" QueueID => \\$QueueID,",
");}",
],
"prefix": "znuny.QueueObject.GetSystemAddress",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.NameExistsCheck.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.NameExistsCheck.code-snippets
index 2e5eacdd..50fbf698 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.NameExistsCheck.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.NameExistsCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.NameExistsCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.NameExistsCheck": {
"body": [
"${1:\\$Exist = \\$QueueObject->NameExistsCheck(",
" Name => 'Some::Queue',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.QueueObject.NameExistsCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueAdd.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueAdd.code-snippets
index f910ea4e..c6ce9ba7 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueAdd.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueAdd": {
"body": [
"${1:my \\$QueueID = \\$QueueObject->QueueAdd(",
" Name => 'Some::Queue',",
@@ -24,7 +24,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueueAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueGet.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueGet.code-snippets
index 56ff7645..dd9a06ca 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueGet.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueGet": {
"body": [
"${1:my %Queue = \\$QueueObject->QueueGet(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueList.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueList.code-snippets
index 3cd451f1..49ae2dae 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueList.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueList.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueList": {
"body": [
"${1:my %Queues = \\$QueueObject->QueueList( Valid => 1 );}",
"${2:my %Queues = \\$QueueObject->QueueList();}",
],
"prefix": "znuny.QueueObject.QueueList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueLookup.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueLookup.code-snippets
index 505a3a54..dc10254d 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueLookup.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueLookup.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueLookup": {
"body": [
"${1:my \\$Queue = \\$QueueObject->QueueLookup( QueueID => \\$QueueID );}",
"${2:my \\$QueueID = \\$QueueObject->QueueLookup( Queue => \\$Queue );}",
],
"prefix": "znuny.QueueObject.QueueLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesGet.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesGet.code-snippets
index df574700..00f5e542 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesGet.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueuePreferencesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueuePreferencesGet": {
"body": [
"${1:my %Preferences = \\$QueueObject->QueuePreferencesGet(",
" QueueID => \\$QueueID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueuePreferencesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesSet.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesSet.code-snippets
index 3b542696..00974611 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesSet.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueuePreferencesSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueuePreferencesSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueuePreferencesSet": {
"body": [
"${1:\\$QueueObject->QueuePreferencesSet(",
" QueueID => \\$QueueID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueuePreferencesSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberAdd.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberAdd.code-snippets
index 38cbd138..92e5f255 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberAdd.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueStandardTemplateMemberAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueStandardTemplateMemberAdd": {
"body": [
"${1:my \\$Success = \\$QueueObject->QueueStandardTemplateMemberAdd(",
" QueueID => \\$QueueID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueueStandardTemplateMemberAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberList.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberList.code-snippets
index 7e23e4ec..6b76f9e9 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberList.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueStandardTemplateMemberList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueStandardTemplateMemberList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueStandardTemplateMemberList": {
"body": [
"${1:my %Queues = \\$QueueObject->QueueStandardTemplateMemberList( StandardTemplateID => \\$StandardTemplateID );}",
"${2:my %Responses = \\$QueueObject->QueueStandardTemplateMemberList(",
@@ -9,7 +9,7 @@
"${3:my %Templates = \\$QueueObject->QueueStandardTemplateMemberList( QueueID => \\$QueueID );}",
],
"prefix": "znuny.QueueObject.QueueStandardTemplateMemberList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/QueueObject/znuny.QueueObject.QueueUpdate.code-snippets b/snippets/Functions/QueueObject/znuny.QueueObject.QueueUpdate.code-snippets
index b9ca7b99..b28da9e2 100644
--- a/snippets/Functions/QueueObject/znuny.QueueObject.QueueUpdate.code-snippets
+++ b/snippets/Functions/QueueObject/znuny.QueueObject.QueueUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.QueueObject.QueueUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.QueueObject.QueueUpdate": {
"body": [
"${1:my \\$Success = \\$QueueObject->QueueUpdate(",
" QueueID => \\$QueueID,",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.QueueObject.QueueUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ReferenceDataObject/znuny.ReferenceDataObject.CountryList.code-snippets b/snippets/Functions/ReferenceDataObject/znuny.ReferenceDataObject.CountryList.code-snippets
index 5bd2c4b9..20825259 100644
--- a/snippets/Functions/ReferenceDataObject/znuny.ReferenceDataObject.CountryList.code-snippets
+++ b/snippets/Functions/ReferenceDataObject/znuny.ReferenceDataObject.CountryList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ReferenceDataObject.CountryList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ReferenceDataObject.CountryList": {
"body": [
"${1:my \\$CountryList = \\$ReferenceDataObject->CountryList(",
" Result => 'CODE', # optional: returns CODE => Country pairs conform ISO 3166-2.",
");}",
],
"prefix": "znuny.ReferenceDataObject.CountryList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/RequesterObject/znuny.RequesterObject.Run.code-snippets b/snippets/Functions/RequesterObject/znuny.RequesterObject.Run.code-snippets
index 5400adeb..2a7f8ad4 100644
--- a/snippets/Functions/RequesterObject/znuny.RequesterObject.Run.code-snippets
+++ b/snippets/Functions/RequesterObject/znuny.RequesterObject.Run.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.RequesterObject.Run": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.RequesterObject.Run": {
"body": [
"${1:my \\$Result = \\$RequesterObject->Run(",
" WebserviceID => \\$WebserviceID, # ID of the configured remote web service to use OR",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.RequesterObject.Run",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAAdd.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAAdd.code-snippets
index e46ee28f..7cd882e3 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAAdd.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAAdd": {
"body": [
"${1:my \\$SLAID = \\$SLAObject->SLAAdd(",
" ServiceIDs => [ 1, 5, 7 ], # (optional)",
@@ -35,7 +35,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAGet.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAGet.code-snippets
index 4dc47f4f..a7cf8693 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAGet.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAGet": {
"body": [
"${1:my %SLAData = \\$SLAObject->SLAGet(",
" SLAID => \\$SLAID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAList.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAList.code-snippets
index f88a2bc7..3b2fa9a9 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAList.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAList": {
"body": [
"${1:my %SLAList = \\$SLAObject->SLAList(",
" ServiceID => \\$ServiceID, # (optional)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLALookup.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLALookup.code-snippets
index abf299b1..3928661c 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLALookup.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLALookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLALookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLALookup": {
"body": [
"${1:my \\$SLAID = \\$SLAObject->SLALookup(",
" Name => 'SLA Name',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLALookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesGet.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesGet.code-snippets
index 313551b5..af8006f7 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesGet.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAPreferencesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAPreferencesGet": {
"body": [
"${1:my %Preferences = \\$SLAObject->SLAPreferencesGet(",
" SLAID => \\$SLAID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAPreferencesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesSet.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesSet.code-snippets
index 4af4ea0f..2a85d540 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesSet.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAPreferencesSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAPreferencesSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAPreferencesSet": {
"body": [
"${1:\\$SLAObject->SLAPreferencesSet(",
" SLAID => \\$SLAID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAPreferencesSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SLAObject/znuny.SLAObject.SLAUpdate.code-snippets b/snippets/Functions/SLAObject/znuny.SLAObject.SLAUpdate.code-snippets
index 51e68730..65345e83 100644
--- a/snippets/Functions/SLAObject/znuny.SLAObject.SLAUpdate.code-snippets
+++ b/snippets/Functions/SLAObject/znuny.SLAObject.SLAUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SLAObject.SLAUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SLAObject.SLAUpdate": {
"body": [
"${1:my \\$True = \\$SLAObject->SLAUpdate(",
" SLAID => \\$SLAID,",
@@ -37,7 +37,7 @@
");}",
],
"prefix": "znuny.SLAObject.SLAUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationAdd.code-snippets b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationAdd.code-snippets
index 6dd4fabd..f05336e4 100644
--- a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationAdd.code-snippets
+++ b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SalutationObject.SalutationAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SalutationObject.SalutationAdd": {
"body": [
"${1:my \\$ID = \\$SalutationObject->SalutationAdd(",
" Name => 'New Salutation',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.SalutationObject.SalutationAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationGet.code-snippets b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationGet.code-snippets
index 9fb11b03..1147a609 100644
--- a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationGet.code-snippets
+++ b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SalutationObject.SalutationGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SalutationObject.SalutationGet": {
"body": [
"${1:my %Salutation = \\$SalutationObject->SalutationGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.SalutationObject.SalutationGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationList.code-snippets b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationList.code-snippets
index be3c797a..5747066c 100644
--- a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationList.code-snippets
+++ b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SalutationObject.SalutationList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SalutationObject.SalutationList": {
"body": [
"${1:my %List = \\$SalutationObject->SalutationList(",
" Valid => 0,",
@@ -7,7 +7,7 @@
"${2:my %List = \\$SalutationObject->SalutationList();}",
],
"prefix": "znuny.SalutationObject.SalutationList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationUpdate.code-snippets b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationUpdate.code-snippets
index 75976304..12ff5847 100644
--- a/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationUpdate.code-snippets
+++ b/snippets/Functions/SalutationObject/znuny.SalutationObject.SalutationUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SalutationObject.SalutationUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SalutationObject.SalutationUpdate": {
"body": [
"${1:\\$SalutationObject->SalutationUpdate(",
" ID => 123,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.SalutationObject.SalutationUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskCleanup.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskCleanup.code-snippets
index 9259403e..024bab4c 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskCleanup.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.CronTaskCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.CronTaskCleanup": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->CronTaskCleanup();}",
],
"prefix": "znuny.SchedulerDBObject.CronTaskCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskSummary.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskSummary.code-snippets
index cdc712bd..47c72a08 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskSummary.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskSummary.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.CronTaskSummary": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.CronTaskSummary": {
"body": [
"${1:my @Summary = \\$SchedulerDBObject->CronTaskSummary();}",
],
"prefix": "znuny.SchedulerDBObject.CronTaskSummary",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskToExecute.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskToExecute.code-snippets
index cdd8b0b7..82b0af20 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskToExecute.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.CronTaskToExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.CronTaskToExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.CronTaskToExecute": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->CronTaskToExecute(",
" NodeID => \\$NodeID, # the ID of the node in a cluster environment",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.CronTaskToExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskAdd.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskAdd.code-snippets
index 2681eaae..223cae77 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskAdd.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskAdd": {
"body": [
"${1:my \\$TaskID = \\$SchedulerDBObject->FutureTaskAdd(",
" ExecutionTime => '2015-01-01 00:00:00',",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskDelete.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskDelete.code-snippets
index 9f93e52b..734c0929 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskDelete.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskDelete": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->FutureTaskDelete(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskGet.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskGet.code-snippets
index 1d369352..ddd917e2 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskGet.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskGet": {
"body": [
"${1:my %Task = \\$SchedulerDBObject->FutureTaskGet(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskList.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskList.code-snippets
index 5c98f370..986b5633 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskList.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskList": {
"body": [
"${1:my @List = \\$SchedulerDBObject->FutureTaskList(",
" Type => 'some type', # optional",
");}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskSummary.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskSummary.code-snippets
index 0f711e81..206ef1ca 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskSummary.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskSummary.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskSummary": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskSummary": {
"body": [
"${1:my @Summary = \\$SchedulerDBObject->FutureTaskSummary();}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskSummary",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskToExecute.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskToExecute.code-snippets
index a866529d..8e966e84 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskToExecute.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.FutureTaskToExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.FutureTaskToExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.FutureTaskToExecute": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->FutureTaskToExecute(",
" NodeID => \\$NodeID, # the ID of the node in a cluster environment",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.FutureTaskToExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskCleanup.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskCleanup.code-snippets
index 514c798f..55cf5c4e 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskCleanup.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.GenericAgentTaskCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.GenericAgentTaskCleanup": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->GenericAgentTaskCleanup();}",
],
"prefix": "znuny.SchedulerDBObject.GenericAgentTaskCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskSummary.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskSummary.code-snippets
index 43d290be..3b7f991e 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskSummary.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskSummary.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.GenericAgentTaskSummary": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.GenericAgentTaskSummary": {
"body": [
"${1:my @Summary = \\$SchedulerDBObject->GenericAgentTaskSummary();}",
],
"prefix": "znuny.SchedulerDBObject.GenericAgentTaskSummary",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskToExecute.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskToExecute.code-snippets
index bf3d2f82..726967f6 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskToExecute.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.GenericAgentTaskToExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.GenericAgentTaskToExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.GenericAgentTaskToExecute": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->GenericAgentTaskToExecute(",
" NodeID => \\$NodeID, # the ID of the node in a cluster environment",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.GenericAgentTaskToExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskDelete.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskDelete.code-snippets
index 286a0d19..9b9ca665 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskDelete.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskDelete": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->RecurrentTaskDelete(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskExecute.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskExecute.code-snippets
index fa0e3a48..68462d15 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskExecute.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskExecute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskExecute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskExecute": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->RecurrentTaskExecute(",
" NodeID => \\$NodeID, # the ID of the node in a cluster environment",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskExecute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskGet.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskGet.code-snippets
index 0658f7f8..2db8eaff 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskGet.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskGet": {
"body": [
"${1:my %Task = \\$SchedulerDBObject->RecurrentTaskGet(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskList.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskList.code-snippets
index 88532f86..51153330 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskList.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskList": {
"body": [
"${1:my @List = \\$SchedulerDBObject->RecurrentTaskList(",
" Type => 'some type', # optional",
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskSummary.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskSummary.code-snippets
index 9823f917..35a24256 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskSummary.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskSummary.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskSummary": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskSummary": {
"body": [
"${1:my @Summary = \\$SchedulerDBObject->RecurrentTaskSummary(",
" Type => 'some_type',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskSummary",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskUnlockExpired.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskUnlockExpired.code-snippets
index 04141f98..ef03f993 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskUnlockExpired.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskUnlockExpired.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskUnlockExpired": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskUnlockExpired": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->RecurrentTaskUnlockExpired(",
" Type => 'some_type',",
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskUnlockExpired",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet.code-snippets
index f3af9d3d..f4d97371 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->RecurrentTaskWorkerInfoSet(",
" LastWorkerTaskID => \\$LastWorkerTaskID, # the task ID from the worker table that is performing the",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.RecurrentTaskWorkerInfoSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskAdd.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskAdd.code-snippets
index 9014f4f9..c0eb8317 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskAdd.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskAdd": {
"body": [
"${1:my \\$TaskID = \\$SchedulerDBObject->TaskAdd(",
" Type => 'GenericInterface', # e. g. GenericInterface, Test",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskCleanup.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskCleanup.code-snippets
index d5e3fb47..3b398f1b 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskCleanup.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskCleanup": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->TaskCleanup();}",
],
"prefix": "znuny.SchedulerDBObject.TaskCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskDelete.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskDelete.code-snippets
index 41333947..df84f9f0 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskDelete.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskDelete": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->TaskDelete(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskGet.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskGet.code-snippets
index 3a5bbf09..7e3c5dd9 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskGet.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskGet": {
"body": [
"${1:my %Task = \\$SchedulerDBObject->TaskGet(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskList.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskList.code-snippets
index 2f65e83f..20beb5d3 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskList.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskList": {
"body": [
"${1:my @List = \\$SchedulerDBObject->TaskList(",
" Type => 'some type', # optional",
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskListUnlocked.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskListUnlocked.code-snippets
index 492c094e..25b08ad3 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskListUnlocked.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskListUnlocked.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskListUnlocked": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskListUnlocked": {
"body": [
"${1:my @TaskList = \\$SchedulerDBObject->TaskListUnlocked();}",
],
"prefix": "znuny.SchedulerDBObject.TaskListUnlocked",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLock.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLock.code-snippets
index 63270ab5..94ea8796 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLock.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskLock": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskLock": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->TaskLock(",
" TaskID => \\$TaskID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskLock",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLockUpdate.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLockUpdate.code-snippets
index 5110a87e..436f03b9 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLockUpdate.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskLockUpdate.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskLockUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskLockUpdate": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->TaskLockUpdate(",
" TaskIDs => [123, 456],",
");}",
],
"prefix": "znuny.SchedulerDBObject.TaskLockUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskSummary.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskSummary.code-snippets
index 2d5e4cde..26a63a1e 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskSummary.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskSummary.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskSummary": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskSummary": {
"body": [
"${1:my @Summary = \\$SchedulerDBObject->TaskSummary();}",
],
"prefix": "znuny.SchedulerDBObject.TaskSummary",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskUnlockExpired.code-snippets b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskUnlockExpired.code-snippets
index b22f3f07..76a73031 100644
--- a/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskUnlockExpired.code-snippets
+++ b/snippets/Functions/SchedulerDBObject/znuny.SchedulerDBObject.TaskUnlockExpired.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerDBObject.TaskUnlockExpired": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerDBObject.TaskUnlockExpired": {
"body": [
"${1:my \\$Success = \\$SchedulerDBObject->TaskUnlockExpired();}",
],
"prefix": "znuny.SchedulerDBObject.TaskUnlockExpired",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskDelete.code-snippets b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskDelete.code-snippets
index 6d12ac08..581b6096 100644
--- a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskDelete.code-snippets
+++ b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerObject.FutureTaskDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerObject.FutureTaskDelete": {
"body": [
"${1:my \\$Success = \\$SchedulerObject->FutureTaskDelete(",
" TaskID => \\$TaskID,",
");}",
],
"prefix": "znuny.SchedulerObject.FutureTaskDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskList.code-snippets b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskList.code-snippets
index 996ad161..9250269f 100644
--- a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskList.code-snippets
+++ b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.FutureTaskList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerObject.FutureTaskList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerObject.FutureTaskList": {
"body": [
"${1:my @List = \\$SchedulerObject->FutureTaskList(",
" Type => 'some type', # optional",
");}",
],
"prefix": "znuny.SchedulerObject.FutureTaskList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskAdd.code-snippets b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskAdd.code-snippets
index 684270df..1027fad2 100644
--- a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskAdd.code-snippets
+++ b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerObject.TaskAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerObject.TaskAdd": {
"body": [
"${1:my \\$Success = \\$SchedulerObject->TaskAdd(",
" ExecutionTime => '2015-01-01 00:00:00', # task will be executed immediately if no execution",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.SchedulerObject.TaskAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskList.code-snippets b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskList.code-snippets
index 4904b722..e1b4ef18 100644
--- a/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskList.code-snippets
+++ b/snippets/Functions/SchedulerObject/znuny.SchedulerObject.TaskList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SchedulerObject.TaskList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SchedulerObject.TaskList": {
"body": [
"${1:my @List = \\$SchedulerObject->TaskList(",
" Type => 'some type', # optional",
");}",
],
"prefix": "znuny.SchedulerObject.TaskList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileAdd.code-snippets b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileAdd.code-snippets
index 8640fe37..a22eb935 100644
--- a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileAdd.code-snippets
+++ b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SearchProfileObject.SearchProfileAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SearchProfileObject.SearchProfileAdd": {
"body": [
"${1:\\$SearchProfileObject->SearchProfileAdd(",
" Base => 'TicketSearch',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SearchProfileObject.SearchProfileAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileDelete.code-snippets b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileDelete.code-snippets
index 3da9e381..26cf2b5f 100644
--- a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileDelete.code-snippets
+++ b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SearchProfileObject.SearchProfileDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SearchProfileObject.SearchProfileDelete": {
"body": [
"${1:\\$SearchProfileObject->SearchProfileDelete(",
" Base => 'TicketSearch',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SearchProfileObject.SearchProfileDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileGet.code-snippets b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileGet.code-snippets
index 47ba747e..a6c19066 100644
--- a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileGet.code-snippets
+++ b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SearchProfileObject.SearchProfileGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SearchProfileObject.SearchProfileGet": {
"body": [
"${1:my %SearchProfileData = \\$SearchProfileObject->SearchProfileGet(",
" Base => 'TicketSearch',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SearchProfileObject.SearchProfileGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileList.code-snippets b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileList.code-snippets
index abecf94e..a24db5f9 100644
--- a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileList.code-snippets
+++ b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SearchProfileObject.SearchProfileList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SearchProfileObject.SearchProfileList": {
"body": [
"${1:my %SearchProfiles = \\$SearchProfileObject->SearchProfileList(",
" Base => 'TicketSearch',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SearchProfileObject.SearchProfileList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileUpdateUserLogin.code-snippets b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileUpdateUserLogin.code-snippets
index 1df22d52..51790ef8 100644
--- a/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileUpdateUserLogin.code-snippets
+++ b/snippets/Functions/SearchProfileObject/znuny.SearchProfileObject.SearchProfileUpdateUserLogin.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SearchProfileObject.SearchProfileUpdateUserLogin": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SearchProfileObject.SearchProfileUpdateUserLogin": {
"body": [
"${1:my \\$Result = \\$SearchProfileObject->SearchProfileUpdateUserLogin(",
" Base => 'TicketSearch',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SearchProfileObject.SearchProfileUpdateUserLogin",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AJAXCompleted.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AJAXCompleted.code-snippets
index 13234f24..78f07352 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AJAXCompleted.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AJAXCompleted.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.AJAXCompleted": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.AJAXCompleted": {
"body": [
"${1:\\$SeleniumObject->AJAXCompleted();}",
],
"prefix": "znuny.SeleniumObject.AJAXCompleted",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentInterface.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentInterface.code-snippets
index 722f4af5..f59c89d5 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentInterface.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentInterface.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.AgentInterface": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.AgentInterface": {
"body": [
"${1:\\$SeleniumObject->AgentInterface(",
" Action => 'AgentTicketZoom',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.AgentInterface",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentLogin.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentLogin.code-snippets
index 64a25583..277c839e 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentLogin.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentLogin.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.AgentLogin": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.AgentLogin": {
"body": [
"${1:my %UserData = \\$SeleniumObject->AgentLogin(",
" Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.AgentLogin",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentRequest.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentRequest.code-snippets
index 3ae7057c..eda07a9e 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentRequest.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.AgentRequest.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.AgentRequest": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.AgentRequest": {
"body": [
"${1:\\$SeleniumObject->AgentRequest(",
" Action => 'CustomerUserSearch',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.AgentRequest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CreateScreenshot.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CreateScreenshot.code-snippets
index 50a1dab7..42c77938 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CreateScreenshot.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CreateScreenshot.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.CreateScreenshot": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.CreateScreenshot": {
"body": [
"${1:my \\$Success = \\$SeleniumObject->CreateScreenshot();}",
],
"prefix": "znuny.SeleniumObject.CreateScreenshot",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerInterface.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerInterface.code-snippets
index 9b6a2514..cfa25235 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerInterface.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerInterface.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.CustomerInterface": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.CustomerInterface": {
"body": [
"${1:\\$SeleniumObject->CustomerInterface(",
" Action => 'CustomerTicketMessage',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.CustomerInterface",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerRequest.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerRequest.code-snippets
index f1900146..13b41b0c 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerRequest.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerRequest.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.CustomerRequest": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.CustomerRequest": {
"body": [
"${1:\\$SeleniumObject->CustomerRequest(",
" Action => 'CustomerUserSearch',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.CustomerRequest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerUserLogin.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerUserLogin.code-snippets
index 02da9efc..da90f1cc 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerUserLogin.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.CustomerUserLogin.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.CustomerUserLogin": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.CustomerUserLogin": {
"body": [
"${1:my %CustomerUserData = \\$SeleniumObject->CustomerUserLogin(",
" Language => 'de' # optional, defaults to 'en' if not set",
");}",
],
"prefix": "znuny.SeleniumObject.CustomerUserLogin",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.DragAndDrop.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.DragAndDrop.code-snippets
index aa91150d..035c3c5e 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.DragAndDrop.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.DragAndDrop.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.DragAndDrop": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.DragAndDrop": {
"body": [
"${1:\\$SeleniumObject->DragAndDrop(",
" Element => '.Element', # (required) css selector of element which should be dragged",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.DragAndDrop",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExists.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExists.code-snippets
index 680b6cb6..df1acde8 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExists.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExists.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.ElementExists": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.ElementExists": {
"body": [
"${1:\\$SeleniumObject->ElementExists(",
" Selector => '#GroupID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.ElementExists",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExistsNot.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExistsNot.code-snippets
index fec9f2c6..2a0d5982 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExistsNot.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.ElementExistsNot.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.ElementExistsNot": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.ElementExistsNot": {
"body": [
"${1:\\$SeleniumObject->ElementExistsNot(",
" Selector => '#GroupID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.ElementExistsNot",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.FindElementSave.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.FindElementSave.code-snippets
index bbe34ea5..5b648816 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.FindElementSave.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.FindElementSave.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.FindElementSave": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.FindElementSave": {
"body": [
"${1:my \\$Element = \\$SeleniumObject->FindElementSave(",
" Selector => '#GroupID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.FindElementSave",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotDirectory.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotDirectory.code-snippets
index b8304fbf..1eff7266 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotDirectory.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotDirectory.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.GetScreenshotDirectory": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.GetScreenshotDirectory": {
"body": [
"${1:my %ScreenshotDirectory = \\$SeleniumObject->GetScreenshotDirectory(",
" Directory => 'Captured',",
");}",
],
"prefix": "znuny.SeleniumObject.GetScreenshotDirectory",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotFileName.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotFileName.code-snippets
index 290ac5ff..a9a7e419 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotFileName.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotFileName.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.GetScreenshotFileName": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.GetScreenshotFileName": {
"body": [
"${1:my \\$ScreenshotFileName = \\$SeleniumObject->GetScreenshotFileName(",
" Filename => 'ZnunyRocks',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.GetScreenshotFileName",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotURL.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotURL.code-snippets
index 096dba02..703a489d 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotURL.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetScreenshotURL.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.GetScreenshotURL": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.GetScreenshotURL": {
"body": [
"${1:my \\$ScreenshotURL = \\$SeleniumObject->GetScreenshotURL(",
" WebPath = '/otrs-web/SeleniumScreenshots/ZnunyRocks/',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.GetScreenshotURL",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetSeleniumHome.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetSeleniumHome.code-snippets
index 077b05ff..a1f3fbd9 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetSeleniumHome.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.GetSeleniumHome.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.GetSeleniumHome": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.GetSeleniumHome": {
"body": [
"${1:my \\$SeleniumHome = \\$SeleniumObject->GetSeleniumHome(",
" Directory => '/opt/otrs',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.GetSeleniumHome",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.HandleError.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.HandleError.code-snippets
index 0518f688..881d1d7b 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.HandleError.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.HandleError.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.HandleError": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.HandleError": {
"body": [
"${1:\\$SeleniumObject->HandleError(\\$@);}",
],
"prefix": "znuny.SeleniumObject.HandleError",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputExists.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputExists.code-snippets
index b286cba7..f8de9ae0 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputExists.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputExists.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputExists": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputExists": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputExists(",
" Attribute => 'QueueID',",
");}",
],
"prefix": "znuny.SeleniumObject.InputExists",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldID.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldID.code-snippets
index c17c4746..23985231 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldID.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputFieldID": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputFieldID": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputFieldID(",
" Attribute => 'QueueID',",
");}",
],
"prefix": "znuny.SeleniumObject.InputFieldID",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldIDMapping.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldIDMapping.code-snippets
index 9b49ad99..ece1bfc4 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldIDMapping.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldIDMapping.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputFieldIDMapping": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputFieldIDMapping": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputFieldIDMapping(",
" Action => 'AgentTicketZoom',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.InputFieldIDMapping",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldValueSet.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldValueSet.code-snippets
index 808a934d..ed8e0fa4 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldValueSet.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputFieldValueSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.InputFieldValueSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputFieldValueSet": {
"body": [
"${1:\\$SeleniumObject->InputFieldValueSet(",
" Element => 'css-selector', # (required) css selector",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.InputFieldValueSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputGet.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputGet.code-snippets
index c2f0b2c4..2d38c786 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputGet.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputGet": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputGet": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputGet(",
" Attribute => 'QueueID',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.InputGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputHide.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputHide.code-snippets
index e658f02b..137d6be2 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputHide.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputHide.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputHide": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputHide": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputHide(",
" Attribute => 'QueueID',",
");}",
],
"prefix": "znuny.SeleniumObject.InputHide",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputMandatory.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputMandatory.code-snippets
index d3646b8f..675f98b8 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputMandatory.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputMandatory.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputMandatory": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputMandatory": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputMandatory(",
" Attribute => 'QueueID',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.InputMandatory",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputModule.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputModule.code-snippets
index 6c477e67..dda4b4c0 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputModule.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputModule.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputModule": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputModule": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputModule(",
" Action => 'QueueID',",
");}",
],
"prefix": "znuny.SeleniumObject.InputModule",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputSet.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputSet.code-snippets
index 126fada7..2a504a63 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputSet.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputSet": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputSet": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputSet(",
" Attribute => 'DynamicField_ExampleCheckbox',",
@@ -37,7 +37,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.InputSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputShow.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputShow.code-snippets
index 81a6cd5c..bd081a3a 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputShow.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputShow.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputShow": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputShow": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputShow(",
" Attribute => 'QueueID',",
");}",
],
"prefix": "znuny.SeleniumObject.InputShow",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputType.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputType.code-snippets
index cd3daeb3..324246fa 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputType.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.InputType.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.InputType": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.InputType": {
"body": [
"${1:my \\$Result = \\$SeleniumObject->InputType(",
" FieldID => \\$FieldID,",
");}",
],
"prefix": "znuny.SeleniumObject.InputType",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.Login.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.Login.code-snippets
index c16bfb5d..4cede522 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.Login.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.Login.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.Login": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.Login": {
"body": [
"${1:\\$SeleniumObject->Login(",
" Type => 'Agent', # Agent|Customer",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.Login",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContains.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContains.code-snippets
index 4777c073..3a05ff25 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContains.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContains.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.PageContains": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.PageContains": {
"body": [
"${1:\\$SeleniumObject->PageContains(",
" String => 'Ticked locked.',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.PageContains",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContainsNot.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContainsNot.code-snippets
index 5f95a01e..2f3cfc52 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContainsNot.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PageContainsNot.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.PageContainsNot": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.PageContainsNot": {
"body": [
"${1:\\$SeleniumObject->PageContainsNot(",
" String => 'Ticked locked.',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.PageContainsNot",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicInterface.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicInterface.code-snippets
index 76f78bb8..68ef059f 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicInterface.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicInterface.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.PublicInterface": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.PublicInterface": {
"body": [
"${1:\\$SeleniumObject->PublicInterface(",
" Action => 'PublicFAQ',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.PublicInterface",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicRequest.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicRequest.code-snippets
index a41a56eb..50abc276 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicRequest.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.PublicRequest.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.PublicRequest": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.PublicRequest": {
"body": [
"${1:\\$SeleniumObject->PublicRequest(",
" Action => 'PublicUserSearch',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.PublicRequest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RequestURLBuild.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RequestURLBuild.code-snippets
index cafbf818..ea52714e 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RequestURLBuild.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RequestURLBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.RequestURLBuild": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.RequestURLBuild": {
"body": [
"${1:my \\$RequestURL = \\$SeleniumObject->RequestURLBuild(",
" Interface => 'Agent', # or Customer or Public",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.RequestURLBuild",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RunTest.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RunTest.code-snippets
index 044b6727..f29de97f 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RunTest.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.RunTest.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.RunTest": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.RunTest": {
"body": [
"${1:\\$SeleniumObject->RunTest( sub { ... \\} );}",
],
"prefix": "znuny.SeleniumObject.RunTest",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SelectOption.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SelectOption.code-snippets
index afca4e84..a6c5ce22 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SelectOption.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SelectOption.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.SelectOption": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.SelectOption": {
"body": [
"${1:my \\$Success = \\$SeleniumObject->SelectOption(",
" Selector => 'li.ui-menu-item',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.SelectOption",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SendKeys.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SendKeys.code-snippets
index d2ac1fc6..c21fe69a 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SendKeys.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SendKeys.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.SendKeys": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.SendKeys": {
"body": [
"${1:my \\$Success = \\$SeleniumObject->SendKeys(",
" Selector => '#DynamicField_Test',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.SendKeys",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToFrame.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToFrame.code-snippets
index 57f0337b..604781c4 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToFrame.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToFrame.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.SwitchToFrame": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.SwitchToFrame": {
"body": [
"${1:my \\$Success = \\$SeleniumObject->SwitchToFrame(",
" FrameSelector => '.Iframe', # (required) CSS selector of the frame element",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.SwitchToFrame",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToMainWindow.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToMainWindow.code-snippets
index 55e1b0eb..65be0e50 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToMainWindow.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToMainWindow.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.SwitchToMainWindow": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.SwitchToMainWindow": {
"body": [
"${1:\\$SeleniumObject->SwitchToMainWindow(",
" WaitForAJAX => 0, # optional, default 1",
");}",
],
"prefix": "znuny.SeleniumObject.SwitchToMainWindow",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToPopUp.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToPopUp.code-snippets
index 7a5084a9..8a956422 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToPopUp.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.SwitchToPopUp.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.SeleniumObject.SwitchToPopUp": {
+ "6.4|6.5|7.0|7.1 - znuny.SeleniumObject.SwitchToPopUp": {
"body": [
"${1:\\$SeleniumObject->SwitchToPopUp(",
" WaitForAJAX => 0, # optional, default 1",
");}",
],
"prefix": "znuny.SeleniumObject.SwitchToPopUp",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedClick.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedClick.code-snippets
index 96924a0f..860aa2e3 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedClick.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedClick.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.VerifiedClick": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.VerifiedClick": {
"body": [
"${1:\\$SeleniumObject->VerifiedClick(",
" \\$Button # optional, see Selenium docs",
");}",
],
"prefix": "znuny.SeleniumObject.VerifiedClick",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedGet.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedGet.code-snippets
index 7c4e5387..95367d65 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedGet.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.VerifiedGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.VerifiedGet": {
"body": [
"${1:\\$SeleniumObject->VerifiedGet(",
" \\$URL,",
");}",
],
"prefix": "znuny.SeleniumObject.VerifiedGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedRefresh.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedRefresh.code-snippets
index 9c4a5d2e..ec4fae7f 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedRefresh.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedRefresh.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.VerifiedRefresh": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.VerifiedRefresh": {
"body": [
"${1:\\$SeleniumObject->VerifiedRefresh();}",
],
"prefix": "znuny.SeleniumObject.VerifiedRefresh",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedSubmit.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedSubmit.code-snippets
index 67ac56cf..8077a74d 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedSubmit.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.VerifiedSubmit.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.VerifiedSubmit": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.VerifiedSubmit": {
"body": [
"${1:\\$SeleniumObject->VerifiedSubmit();}",
],
"prefix": "znuny.SeleniumObject.VerifiedSubmit",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitFor.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitFor.code-snippets
index dcc82eba..89019494 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitFor.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitFor.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.WaitFor": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.WaitFor": {
"body": [
"${1:my \\$Success = \\$SeleniumObject->WaitFor(",
" AlertPresent => 1, # Wait until an alert, confirm or prompt dialog is present",
@@ -26,7 +26,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.WaitFor",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitForjQueryEventBound.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitForjQueryEventBound.code-snippets
index 3637f7db..fa9e5a4e 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitForjQueryEventBound.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.WaitForjQueryEventBound.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.WaitForjQueryEventBound": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.WaitForjQueryEventBound": {
"body": [
"${1:\\$SeleniumObject->WaitForjQueryEventBound(",
" CSSSelector => 'li > a#Test', # (required) css selector",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SeleniumObject.WaitForjQueryEventBound",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get.code-snippets
index 889ea2ff..1a2922a7 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.get": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.get": {
"body": [
"${1:\\$SeleniumObject->get(",
" \\$URL,",
");}",
],
"prefix": "znuny.SeleniumObject.get",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get_alert_text.code-snippets b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get_alert_text.code-snippets
index 8eda2bd5..c9f0db9b 100644
--- a/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get_alert_text.code-snippets
+++ b/snippets/Functions/SeleniumObject/znuny.SeleniumObject.get_alert_text.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SeleniumObject.get_alert_text": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SeleniumObject.get_alert_text": {
"body": [
"${1:my \\$AlertText = \\$SeleniumObject->get_alert_text();}",
],
"prefix": "znuny.SeleniumObject.get_alert_text",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberAdd.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberAdd.code-snippets
index e2ecf73d..784db3fb 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberAdd.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.CustomerUserServiceMemberAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.CustomerUserServiceMemberAdd": {
"body": [
"${1:\\$ServiceObject->CustomerUserServiceMemberAdd(",
" CustomerUserLogin => 'Test1',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ServiceObject.CustomerUserServiceMemberAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberList.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberList.code-snippets
index 8d5942b9..79df1638 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberList.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.CustomerUserServiceMemberList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.CustomerUserServiceMemberList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.CustomerUserServiceMemberList": {
"body": [
"${1:\\$ServiceObject->CustomerUserServiceMemberList(",
" CustomerUserLogin => 'Test',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.ServiceObject.CustomerUserServiceMemberList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.GetAllCustomServices.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.GetAllCustomServices.code-snippets
index e12f32c4..4a8ed0bb 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.GetAllCustomServices.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.GetAllCustomServices.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.GetAllCustomServices": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.GetAllCustomServices": {
"body": [
"${1:my @Services = \\$ServiceObject->GetAllCustomServices( UserID => \\$UserID );}",
],
"prefix": "znuny.ServiceObject.GetAllCustomServices",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceAdd.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceAdd.code-snippets
index 9242a8bc..6304fba1 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceAdd.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceAdd": {
"body": [
"${1:my \\$ServiceID = \\$ServiceObject->ServiceAdd(",
" Name => 'Service Name',",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceGet.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceGet.code-snippets
index ac24756e..cbf44f46 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceGet.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceGet": {
"body": [
"${1:# With installed ITSM:",
"my %ServiceData = \\$ServiceObject->ServiceGet(",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceList.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceList.code-snippets
index d008f4d7..15ced95a 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceList.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceList": {
"body": [
"${1:my %ServiceList = \\$ServiceObject->ServiceList(",
" Valid => 0, # (optional) default 1 (0|1)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceListGet.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceListGet.code-snippets
index e2238eba..eea3d33f 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceListGet.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceListGet": {
"body": [
"${1:my \\$ServiceList = \\$ServiceObject->ServiceListGet(",
" Valid => 0, # (optional) default 1 (0|1)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceLookup.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceLookup.code-snippets
index 4343e139..7e201ef5 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceLookup.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceLookup": {
"body": [
"${1:my \\$ServiceID = \\$ServiceObject->ServiceLookup(",
" Name => 'Service::SubService',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceParentsGet.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceParentsGet.code-snippets
index 53412a1f..c5114231 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceParentsGet.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceParentsGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceParentsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceParentsGet": {
"body": [
"${1:my \\$ServiceParentsList = \\$ServiceObject->ServiceParentsGet(",
" ServiceID => \\$ServiceID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceParentsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesGet.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesGet.code-snippets
index aa0f8fb9..e3a06591 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesGet.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServicePreferencesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServicePreferencesGet": {
"body": [
"${1:my %Preferences = \\$ServiceObject->ServicePreferencesGet(",
" ServiceID => \\$ServiceID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServicePreferencesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesSet.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesSet.code-snippets
index 2114ff26..b1705f0a 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesSet.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServicePreferencesSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServicePreferencesSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServicePreferencesSet": {
"body": [
"${1:\\$ServiceObject->ServicePreferencesSet(",
" ServiceID => \\$ServiceID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServicePreferencesSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceSearch.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceSearch.code-snippets
index 35807265..342d3fcc 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceSearch.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceSearch": {
"body": [
"${1:my @ServiceList = \\$ServiceObject->ServiceSearch(",
" Name => 'Service Name', # (optional)",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceUpdate.code-snippets b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceUpdate.code-snippets
index 367155cd..19b310ec 100644
--- a/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceUpdate.code-snippets
+++ b/snippets/Functions/ServiceObject/znuny.ServiceObject.ServiceUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ServiceObject.ServiceUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ServiceObject.ServiceUpdate": {
"body": [
"${1:my \\$True = \\$ServiceObject->ServiceUpdate(",
" ServiceID => \\$ServiceID,",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.ServiceObject.ServiceUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.CheckSessionID.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.CheckSessionID.code-snippets
index 2b5552c2..ee87e2c6 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.CheckSessionID.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.CheckSessionID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.CheckSessionID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.CheckSessionID": {
"body": [
"${1:my \\$Ok = \\$SessionObject->CheckSessionID(",
" SessionID => \\$SessionID,",
");}",
],
"prefix": "znuny.SessionObject.CheckSessionID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.CleanUp.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.CleanUp.code-snippets
index 54c2a71a..ea573173 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.CleanUp.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.CleanUp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.CleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.CleanUp": {
"body": [
"${1:\\$SessionObject->CleanUp();}",
],
"prefix": "znuny.SessionObject.CleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.CreateSessionID.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.CreateSessionID.code-snippets
index 846803b9..06b46daf 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.CreateSessionID.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.CreateSessionID.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.CreateSessionID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.CreateSessionID": {
"body": [
"${1:my \\$SessionID = \\$SessionObject->CreateSessionID(",
" UserLogin => 'root',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SessionObject.CreateSessionID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.GetActiveSessions.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.GetActiveSessions.code-snippets
index 9f175f99..6b8721be 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.GetActiveSessions.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.GetActiveSessions.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.GetActiveSessions": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.GetActiveSessions": {
"body": [
"${1:my %Result = \\$SessionObject->GetActiveSessions(",
" UserType => '(User|Customer)',",
");}",
],
"prefix": "znuny.SessionObject.GetActiveSessions",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.GetAllSessionIDs.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.GetAllSessionIDs.code-snippets
index d749a5d6..7ea8eb53 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.GetAllSessionIDs.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.GetAllSessionIDs.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.GetAllSessionIDs": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.GetAllSessionIDs": {
"body": [
"${1:my @Sessions = \\$SessionObject->GetAllSessionIDs();}",
],
"prefix": "znuny.SessionObject.GetAllSessionIDs",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets
index f46d4974..77421768 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.GetExpiredSessionIDs": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.GetExpiredSessionIDs": {
"body": [
"${1:my @Sessions = \\$SessionObject->GetExpiredSessionIDs();}",
],
"prefix": "znuny.SessionObject.GetExpiredSessionIDs",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets
index dd3290bf..e4133068 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets
@@ -1,10 +1,10 @@
{
- "7.0 - znuny.SessionObject.GetOrphanedSessionIDs": {
+ "7.0|7.1 - znuny.SessionObject.GetOrphanedSessionIDs": {
"body": [
"${1:my @Sessions = \\$SessionObject->GetOrphanedSessionIDs();}",
],
"prefix": "znuny.SessionObject.GetOrphanedSessionIDs",
- "description": "7.0",
+ "description": "7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets
index 8b023a9a..82b52808 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.GetSessionIDData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.GetSessionIDData": {
"body": [
"${1:my %Data = \\$SessionObject->GetSessionIDData(",
" SessionID => \\$SessionID,",
");}",
],
"prefix": "znuny.SessionObject.GetSessionIDData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionByUser.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionByUser.code-snippets
index c90756eb..5066cd88 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionByUser.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionByUser.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.RemoveSessionByUser": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.RemoveSessionByUser": {
"body": [
"${1:\\$SessionObject->RemoveSessionByUser(",
" UserLogin => 'some_user_login'",
");}",
],
"prefix": "znuny.SessionObject.RemoveSessionByUser",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionID.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionID.code-snippets
index 34585738..3f729783 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionID.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.RemoveSessionID.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.RemoveSessionID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.RemoveSessionID": {
"body": [
"${1:\\$SessionObject->RemoveSessionID(SessionID => '1234567890123456');}",
],
"prefix": "znuny.SessionObject.RemoveSessionID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.SessionIDErrorMessage.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.SessionIDErrorMessage.code-snippets
index dc0494a6..aa1232da 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.SessionIDErrorMessage.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.SessionIDErrorMessage.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.SessionIDErrorMessage": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.SessionIDErrorMessage": {
"body": [
"${1:my \\$Message = \\$SessionObject->SessionIDErrorMessage();}",
],
"prefix": "znuny.SessionObject.SessionIDErrorMessage",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SessionObject/znuny.SessionObject.UpdateSessionID.code-snippets b/snippets/Functions/SessionObject/znuny.SessionObject.UpdateSessionID.code-snippets
index 57c76717..5b1bf0fa 100644
--- a/snippets/Functions/SessionObject/znuny.SessionObject.UpdateSessionID.code-snippets
+++ b/snippets/Functions/SessionObject/znuny.SessionObject.UpdateSessionID.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SessionObject.UpdateSessionID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SessionObject.UpdateSessionID": {
"body": [
"${1:\\$SessionObject->UpdateSessionID(",
" SessionID => \\$SessionID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SessionObject.UpdateSessionID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureAdd.code-snippets b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureAdd.code-snippets
index eb8333b1..d19aa2f6 100644
--- a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureAdd.code-snippets
+++ b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SignatureObject.SignatureAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SignatureObject.SignatureAdd": {
"body": [
"${1:my \\$ID = \\$SignatureObject->SignatureAdd(",
" Name => 'New Signature',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.SignatureObject.SignatureAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureGet.code-snippets b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureGet.code-snippets
index fc6c7493..9bbabfcf 100644
--- a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureGet.code-snippets
+++ b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SignatureObject.SignatureGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SignatureObject.SignatureGet": {
"body": [
"${1:my %Signature = \\$SignatureObject->SignatureGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.SignatureObject.SignatureGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureList.code-snippets b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureList.code-snippets
index 2ff8ae56..15346ad6 100644
--- a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureList.code-snippets
+++ b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SignatureObject.SignatureList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SignatureObject.SignatureList": {
"body": [
"${1:my %List = \\$SignatureObject->SignatureList(",
" Valid => 0, # optional, defaults to 1",
");}",
],
"prefix": "znuny.SignatureObject.SignatureList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureUpdate.code-snippets b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureUpdate.code-snippets
index 3053b8c9..173e9e9d 100644
--- a/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureUpdate.code-snippets
+++ b/snippets/Functions/SignatureObject/znuny.SignatureObject.SignatureUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SignatureObject.SignatureUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SignatureObject.SignatureUpdate": {
"body": [
"${1:\\$SignatureObject->SignatureUpdate(",
" ID => 123,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.SignatureObject.SignatureUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.NameExistsCheck.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.NameExistsCheck.code-snippets
index f7966f5f..06790d3f 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.NameExistsCheck.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.NameExistsCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.NameExistsCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.NameExistsCheck": {
"body": [
"${1:\\$Exist = \\$StandardTemplateObject->NameExistsCheck(",
" Name => 'Some::Template',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StandardTemplateObject.NameExistsCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateAdd.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateAdd.code-snippets
index 4ee6d68b..8fd2a25b 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateAdd.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateAdd": {
"body": [
"${1:my \\$ID = \\$StandardTemplateObject->StandardTemplateAdd(",
" Name => 'New Standard Template',",
@@ -9,9 +9,17 @@
" ValidID => \\$ValidID,",
" UserID => \\$UserID,",
");}",
+ "${2:my \\$ID = \\$StandardTemplateObject->StandardTemplateAdd(",
+ " Name => 'New Standard Template',",
+ " Template => 'Thank you for your email.',",
+ " ContentType => 'text/plain; charset=utf-8',",
+ " TemplateType => 'Answer,Forward',",
+ " ValidID => \\$ValidID,",
+ " UserID => \\$UserID,",
+ ");}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateDelete.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateDelete.code-snippets
index 42fe03a3..90d4c03d 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateDelete.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateDelete": {
"body": [
"${1:\\$StandardTemplateObject->StandardTemplateDelete(",
" ID => 123,",
");}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateGet.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateGet.code-snippets
index ff492220..b7798b78 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateGet.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateGet": {
"body": [
"${1:my %StandardTemplate = \\$StandardTemplateObject->StandardTemplateGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateList.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateList.code-snippets
index fc0a1ace..a46f6210 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateList.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateList": {
"body": [
"${1:my %StandardTemplates = \\$StandardTemplateObject->StandardTemplateList(",
" Valid => 0,",
@@ -7,7 +7,7 @@
"${2:my %StandardTemplates = \\$StandardTemplateObject->StandardTemplateList();}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateLookup.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateLookup.code-snippets
index f1d9adfb..6c7d0527 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateLookup.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateLookup": {
"body": [
"${1:my \\$StandardTemplateID = \\$StandardTemplateObject->StandardTemplateLookup(",
" StandardTemplate => 'Std Template Name',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateUpdate.code-snippets b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateUpdate.code-snippets
index c09d4b55..5db02c87 100644
--- a/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateUpdate.code-snippets
+++ b/snippets/Functions/StandardTemplateObject/znuny.StandardTemplateObject.StandardTemplateUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StandardTemplateObject.StandardTemplateUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StandardTemplateObject.StandardTemplateUpdate": {
"body": [
"${1:\\$StandardTemplateObject->StandardTemplateUpdate(",
" ID => 123,",
@@ -10,9 +10,18 @@
" ValidID => \\$ValidID,",
" UserID => \\$UserID,",
");}",
+ "${2:\\$StandardTemplateObject->StandardTemplateUpdate(",
+ " ID => 123,",
+ " Name => 'New Standard Template',",
+ " Template => 'Thank you for your email.',",
+ " ContentType => 'text/plain; charset=utf-8',",
+ " TemplateType => 'Answer,Forward',",
+ " ValidID => \\$ValidID,",
+ " UserID => \\$UserID,",
+ ");}",
],
"prefix": "znuny.StandardTemplateObject.StandardTemplateUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateAdd.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateAdd.code-snippets
index 1a1f5ea0..9371891f 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateAdd.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateAdd": {
"body": [
"${1:my \\$ID = \\$StateObject->StateAdd(",
" Name => 'New State',",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.StateObject.StateAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateGet.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateGet.code-snippets
index 847a57fd..a0b8d8d7 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateGet.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateGet": {
"body": [
"${1:my %State = \\$StateObject->StateGet(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StateObject.StateGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateGetStatesByType.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateGetStatesByType.code-snippets
index 38b33a8d..fc26bcf8 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateGetStatesByType.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateGetStatesByType.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateGetStatesByType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateGetStatesByType": {
"body": [
"${1:my %List = \\$StateObject->StateGetStatesByType(",
" Type => 'Viewable',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.StateObject.StateGetStatesByType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateList.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateList.code-snippets
index c19b46ec..d3e21cee 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateList.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateList": {
"body": [
"${1:my %List = \\$StateObject->StateList(",
" UserID => \\$UserID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.StateObject.StateList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateLookup.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateLookup.code-snippets
index 37373102..6db4c5bf 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateLookup.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateLookup": {
"body": [
"${1:my \\$State = \\$StateObject->StateLookup(",
" StateID => \\$StateID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StateObject.StateLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateTypeList.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateTypeList.code-snippets
index 1991253e..bd9cf98b 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateTypeList.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateTypeList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateTypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateTypeList": {
"body": [
"${1:my %ListType = \\$StateObject->StateTypeList(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.StateObject.StateTypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateTypeLookup.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateTypeLookup.code-snippets
index f564ae46..197edc35 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateTypeLookup.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateTypeLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateTypeLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateTypeLookup": {
"body": [
"${1:my \\$StateType = \\$StateObject->StateTypeLookup(",
" StateTypeID => \\$StateTypeID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StateObject.StateTypeLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StateObject/znuny.StateObject.StateUpdate.code-snippets b/snippets/Functions/StateObject/znuny.StateObject.StateUpdate.code-snippets
index 30ab7f9e..6f0eb819 100644
--- a/snippets/Functions/StateObject/znuny.StateObject.StateUpdate.code-snippets
+++ b/snippets/Functions/StateObject/znuny.StateObject.StateUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StateObject.StateUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StateObject.StateUpdate": {
"body": [
"${1:\\$StateObject->StateUpdate(",
" ID => 123,",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.StateObject.StateUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.Export.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.Export.code-snippets
index 98397c26..d1b5bb0f 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.Export.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.Export.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.Export": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.Export": {
"body": [
"${1:my \\$ExportFile = \\$StatsObject->Export(",
" StatID => \\$StatID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.Export",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetDynamicFiles.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetDynamicFiles.code-snippets
index 84ed66c9..c7d7f4b0 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetDynamicFiles.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetDynamicFiles.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetDynamicFiles": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetDynamicFiles": {
"body": [
"${1:my \\$FileHash = \\$StatsObject->GetDynamicFiles();}",
],
"prefix": "znuny.StatsObject.GetDynamicFiles",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectBehaviours.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectBehaviours.code-snippets
index 127eaff8..ce30a8e5 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectBehaviours.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectBehaviours.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetObjectBehaviours": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetObjectBehaviours": {
"body": [
"${1:my \\$Behaviours = \\$StatsObject->GetObjectBehaviours(",
" ObjectModule => 'Kernel::System::Stats::Dynamic::TicketList',",
");}",
],
"prefix": "znuny.StatsObject.GetObjectBehaviours",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectName.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectName.code-snippets
index d12d77e8..13d467a0 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectName.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetObjectName.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetObjectName": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetObjectName": {
"body": [
"${1:my \\$ObjectName = \\$StatsObject->GetObjectName(",
" ObjectModule => 'Kernel::System::Stats::Dynamic::TicketList',",
");}",
],
"prefix": "znuny.StatsObject.GetObjectName",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetParams.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetParams.code-snippets
index 534ad3c8..09285122 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetParams.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetParams.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetParams": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetParams": {
"body": [
"${1:my \\$Params = \\$StatsObject->GetParams( StatID => \\$StatID );}",
],
"prefix": "znuny.StatsObject.GetParams",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetStaticFiles.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetStaticFiles.code-snippets
index f585c1cb..e5184c30 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetStaticFiles.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetStaticFiles.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetStaticFiles": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetStaticFiles": {
"body": [
"${1:my \\$FileHash = \\$StatsObject->GetStaticFiles(",
" OnlyUnusedFiles => 1 || 0, # optional default 0",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.GetStaticFiles",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsList.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsList.code-snippets
index 23dfe1ca..cd67e558 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsList.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetStatsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetStatsList": {
"body": [
"${1:my \\$ArrayRef = \\$StatsObject->GetStatsList(",
" AccessRw => 1, # optional, indicates that user may see all statistics",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StatsObject.GetStatsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsObjectAttributes.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsObjectAttributes.code-snippets
index f524b3d7..8613bae7 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsObjectAttributes.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.GetStatsObjectAttributes.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.GetStatsObjectAttributes": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.GetStatsObjectAttributes": {
"body": [
"${1:my %ObjectAttributes = \\$StatsObject->GetStatsObjectAttributes(",
" ObjectModule => 'Ticket',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.GetStatsObjectAttributes",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.Import.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.Import.code-snippets
index a234ef6d..e7ab5c59 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.Import.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.Import.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.Import": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.Import": {
"body": [
"${1:my \\$StatID = \\$StatsObject->Import(",
" UserID => \\$UserID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.Import",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.ObjectFileCheck.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.ObjectFileCheck.code-snippets
index 3e5ce1f4..2afef33a 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.ObjectFileCheck.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.ObjectFileCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.ObjectFileCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.ObjectFileCheck": {
"body": [
"${1:my \\$ObjectFileCheck = \\$StatsObject->ObjectFileCheck(",
" Type => 'static',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.ObjectFileCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.ObjectModuleCheck.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.ObjectModuleCheck.code-snippets
index b0f29fe4..65615edc 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.ObjectModuleCheck.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.ObjectModuleCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.ObjectModuleCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.ObjectModuleCheck": {
"body": [
"${1:my \\$ObjectModuleCheck = \\$StatsObject->ObjectModuleCheck(",
" StatType => 'static',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.StatsObject.ObjectModuleCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatNumber2StatID.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatNumber2StatID.code-snippets
index d179dc87..1d0ea398 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatNumber2StatID.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatNumber2StatID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatNumber2StatID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatNumber2StatID": {
"body": [
"${1:my \\$StatID = \\$StatsObject->StatNumber2StatID(",
" StatNumber => 11212,",
");}",
],
"prefix": "znuny.StatsObject.StatNumber2StatID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsAdd.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsAdd.code-snippets
index eaf164c9..d6e356d3 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsAdd.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsAdd.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsAdd": {
"body": [
"${1:my \\$StatID = \\$StatsObject->StatsAdd(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.StatsObject.StatsAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsCleanUp.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsCleanUp.code-snippets
index c4348880..2b14c119 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsCleanUp.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsCleanUp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsCleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsCleanUp": {
"body": [
"${1:my \\$Result = \\$StatsObject->StatsCleanUp(",
" UserID => \\$UserID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsCleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsDelete.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsDelete.code-snippets
index 803af929..597480dc 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsDelete.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsDelete.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsDelete": {
"body": [
"${1:\\$StatsObject->StatsDelete( StatID => \\$StatID );}",
],
"prefix": "znuny.StatsObject.StatsDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsGet.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsGet.code-snippets
index b75eab56..02439bc6 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsGet.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsGet": {
"body": [
"${1:my \\$HashRef = \\$StatsObject->StatsGet(",
" StatID => \\$StatID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsInstall.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsInstall.code-snippets
index 6dbc2901..493f00ad 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsInstall.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsInstall.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsInstall": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsInstall": {
"body": [
"${1:my \\$Result = \\$StatsObject->StatsInstall(",
" FilePrefix => 'FAQ', # (optional)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsInstall",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsListGet.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsListGet.code-snippets
index 44b9cbeb..e31fca57 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsListGet.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsListGet": {
"body": [
"${1:my \\$StatsRef = \\$StatsObject->StatsListGet(",
" AccessRw => 1, # Optional, indicates that user may see all statistics",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheCompute.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheCompute.code-snippets
index 8c30cc78..ea830cb5 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheCompute.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheCompute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsResultCacheCompute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsResultCacheCompute": {
"body": [
"${1:my \\$StatArray = \\$StatsObject->StatsResultCacheCompute(",
" StatID => \\$StatID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsResultCacheCompute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheGet.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheGet.code-snippets
index 17fae997..a8de6ec0 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheGet.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsResultCacheGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsResultCacheGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsResultCacheGet": {
"body": [
"${1:my \\$StatArray = \\$StatsObject->StatsResultCacheGet(",
" StatID => \\$StatID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsResultCacheGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsRun.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsRun.code-snippets
index d6634798..9e912276 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsRun.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsRun.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsRun": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsRun": {
"body": [
"${1:my \\$StatArray = \\$StatsObject->StatsRun(",
" StatID => \\$StatID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsRun",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsUninstall.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsUninstall.code-snippets
index 5ccbd2d5..a37147ef 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsUninstall.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsUninstall.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsUninstall": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsUninstall": {
"body": [
"${1:my \\$Result = \\$StatsObject->StatsUninstall(",
" FilePrefix => 'FAQ', # (optional)",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsUninstall",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StatsUpdate.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StatsUpdate.code-snippets
index 08b79b6c..d36bf39c 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StatsUpdate.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StatsUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StatsUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StatsUpdate": {
"body": [
"${1:\\$StatsObject->StatsUpdate(",
" StatID => \\$StatID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.StatsObject.StatsUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.StringAndTimestamp2Filename.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.StringAndTimestamp2Filename.code-snippets
index 9a641a1a..f0d1e2bc 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.StringAndTimestamp2Filename.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.StringAndTimestamp2Filename.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.StringAndTimestamp2Filename": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.StringAndTimestamp2Filename": {
"body": [
"${1:my \\$Filename = \\$StatsObject->StringAndTimestamp2Filename(",
" String => 'Title',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StatsObject.StringAndTimestamp2Filename",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StatsObject/znuny.StatsObject.SumBuild.code-snippets b/snippets/Functions/StatsObject/znuny.StatsObject.SumBuild.code-snippets
index dfb5461b..9e408a23 100644
--- a/snippets/Functions/StatsObject/znuny.StatsObject.SumBuild.code-snippets
+++ b/snippets/Functions/StatsObject/znuny.StatsObject.SumBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StatsObject.SumBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StatsObject.SumBuild": {
"body": [
"${1:\\$StatArray = \\$StatsObject->SumBuild(",
" Array => \\@Result,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.StatsObject.SumBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentAdd.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentAdd.code-snippets
index 1892353e..7a7cc16f 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentAdd.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentAdd": {
"body": [
"${1:my \\$ID = \\$StdAttachmentObject->StdAttachmentAdd(",
" Name => 'Some Name',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentDelete.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentDelete.code-snippets
index 3104572a..1e5c7d9e 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentDelete.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentDelete.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentDelete": {
"body": [
"${1:\\$StdAttachmentObject->StdAttachmentDelete(",
" ID => \\$ID,",
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentGet.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentGet.code-snippets
index fe951271..604d4a3a 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentGet.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentGet": {
"body": [
"${1:my %Data = \\$StdAttachmentObject->StdAttachmentGet(",
" ID => \\$ID,",
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentList.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentList.code-snippets
index bfc6b9d9..391ca5bc 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentList.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentList": {
"body": [
"${1:my %List = \\$StdAttachmentObject->StdAttachmentList(",
" Valid => 0, # optional, defaults to 1",
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentLookup.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentLookup.code-snippets
index 7f0f1746..a7ced33e 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentLookup.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentLookup": {
"body": [
"${1:my \\$ID = \\$StdAttachmentObject->StdAttachmentLookup(",
" StdAttachment => 'Some Name',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd.code-snippets
index 6ab7af62..23ef457d 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd": {
"body": [
"${1:my \\$Success = \\$StdAttachmentObject->StdAttachmentStandardTemplateMemberAdd(",
" AttachmentID => \\$AttachmentID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList.code-snippets
index 3bd44a1c..f433c7f2 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList": {
"body": [
"${1:my %List = \\$StdAttachmentObject->StdAttachmentStandardTemplateMemberList(",
" AttachmentID => \\$AttachmentID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentStandardTemplateMemberList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentUpdate.code-snippets b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentUpdate.code-snippets
index 08dbedbc..dc1ee45f 100644
--- a/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentUpdate.code-snippets
+++ b/snippets/Functions/StdAttachmentObject/znuny.StdAttachmentObject.StdAttachmentUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StdAttachmentObject.StdAttachmentUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StdAttachmentObject.StdAttachmentUpdate": {
"body": [
"${1:my \\$ID = \\$StdAttachmentObject->StdAttachmentUpdate(",
" ID => \\$ID,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.StdAttachmentObject.StdAttachmentUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StorableObject/znuny.StorableObject.Clone.code-snippets b/snippets/Functions/StorableObject/znuny.StorableObject.Clone.code-snippets
index ad3892a6..1b7fb295 100644
--- a/snippets/Functions/StorableObject/znuny.StorableObject.Clone.code-snippets
+++ b/snippets/Functions/StorableObject/znuny.StorableObject.Clone.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StorableObject.Clone": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StorableObject.Clone": {
"body": [
"${1:my \\$StorableData = \\$StorableObject->Clone(",
" Data => \\$Data, # must be a reference",
");}",
],
"prefix": "znuny.StorableObject.Clone",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StorableObject/znuny.StorableObject.Deserialize.code-snippets b/snippets/Functions/StorableObject/znuny.StorableObject.Deserialize.code-snippets
index 674e6c0c..b6306165 100644
--- a/snippets/Functions/StorableObject/znuny.StorableObject.Deserialize.code-snippets
+++ b/snippets/Functions/StorableObject/znuny.StorableObject.Deserialize.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StorableObject.Deserialize": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StorableObject.Deserialize": {
"body": [
"${1:my \\$PerlStructureScalar = \\$StorableObject->Deserialize(",
" Data => \\$StorableString,",
");}",
],
"prefix": "znuny.StorableObject.Deserialize",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/StorableObject/znuny.StorableObject.Serialize.code-snippets b/snippets/Functions/StorableObject/znuny.StorableObject.Serialize.code-snippets
index 50cbbd66..63374e5a 100644
--- a/snippets/Functions/StorableObject/znuny.StorableObject.Serialize.code-snippets
+++ b/snippets/Functions/StorableObject/znuny.StorableObject.Serialize.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.StorableObject.Serialize": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.StorableObject.Serialize": {
"body": [
"${1:my \\$StoableString = \\$StorableObject->Serialize(",
" Data => \\$Data, # must be a reference,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.StorableObject.Serialize",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.Generate.code-snippets b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.Generate.code-snippets
index 4abd49a9..74782e33 100644
--- a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.Generate.code-snippets
+++ b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.Generate.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportBundleGeneratorObject.Generate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportBundleGeneratorObject.Generate": {
"body": [
"${1:my \\$Result = \\$SupportBundleGeneratorObject->Generate();}",
],
"prefix": "znuny.SupportBundleGeneratorObject.Generate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateConfigurationDump.code-snippets b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateConfigurationDump.code-snippets
index af4408b2..f7b53eec 100644
--- a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateConfigurationDump.code-snippets
+++ b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateConfigurationDump.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportBundleGeneratorObject.GenerateConfigurationDump": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportBundleGeneratorObject.GenerateConfigurationDump": {
"body": [
"${1:my ( \\$Content, \\$Filename ) = \\$SupportBundleGeneratorObject->GenerateConfigurationDump();}",
],
"prefix": "znuny.SupportBundleGeneratorObject.GenerateConfigurationDump",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive.code-snippets b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive.code-snippets
index 22c754a3..32ebd2d6 100644
--- a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive.code-snippets
+++ b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive": {
"body": [
"${1:my ( \\$Content, \\$Filename ) = \\$SupportBundleGeneratorObject->GenerateCustomFilesArchive();}",
],
"prefix": "znuny.SupportBundleGeneratorObject.GenerateCustomFilesArchive",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GeneratePackageList.code-snippets b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GeneratePackageList.code-snippets
index ad7e768b..9384cbfd 100644
--- a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GeneratePackageList.code-snippets
+++ b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GeneratePackageList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportBundleGeneratorObject.GeneratePackageList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportBundleGeneratorObject.GeneratePackageList": {
"body": [
"${1:my ( \\$Content, \\$Filename ) = \\$SupportBundleGeneratorObject->GeneratePackageList();}",
],
"prefix": "znuny.SupportBundleGeneratorObject.GeneratePackageList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateSupportData.code-snippets b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateSupportData.code-snippets
index 743bb5c1..6c9f6e3c 100644
--- a/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateSupportData.code-snippets
+++ b/snippets/Functions/SupportBundleGeneratorObject/znuny.SupportBundleGeneratorObject.GenerateSupportData.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportBundleGeneratorObject.GenerateSupportData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportBundleGeneratorObject.GenerateSupportData": {
"body": [
"${1:my ( \\$Content, \\$Filename ) = \\$SupportBundleGeneratorObject->GenerateSupportData();}",
],
"prefix": "znuny.SupportBundleGeneratorObject.GenerateSupportData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CleanupAsynchronous.code-snippets b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CleanupAsynchronous.code-snippets
index 838a6fe5..1ba444ec 100644
--- a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CleanupAsynchronous.code-snippets
+++ b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CleanupAsynchronous.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportDataCollectorObject.CleanupAsynchronous": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportDataCollectorObject.CleanupAsynchronous": {
"body": [
"${1:my \\$Success = \\$SupportDataCollectorObject->CleanupAsynchronous();}",
],
"prefix": "znuny.SupportDataCollectorObject.CleanupAsynchronous",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.Collect.code-snippets b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.Collect.code-snippets
index 9861ef27..721506e0 100644
--- a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.Collect.code-snippets
+++ b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.Collect.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportDataCollectorObject.Collect": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportDataCollectorObject.Collect": {
"body": [
"${1:my %Result = \\$SupportDataCollectorObject->Collect(",
" UseCache => 1, # (optional) to get data from cache if any",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SupportDataCollectorObject.Collect",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets
index f53c3a8c..f18ae4ee 100644
--- a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets
+++ b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SupportDataCollectorObject.CollectAsynchronous": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SupportDataCollectorObject.CollectAsynchronous": {
"body": [
"${1:my %Result = \\$SupportDataCollectorObject->CollectAsynchronous();}",
],
"prefix": "znuny.SupportDataCollectorObject.CollectAsynchronous",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.DeleteCache.code-snippets b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.DeleteCache.code-snippets
new file mode 100644
index 00000000..b6b10f1a
--- /dev/null
+++ b/snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.DeleteCache.code-snippets
@@ -0,0 +1,10 @@
+{
+ "7.1 - znuny.SupportDataCollectorObject.DeleteCache": {
+ "body": [
+ "${1:\\$SupportDataCollectorObject->DeleteCache();}",
+ ],
+ "prefix": "znuny.SupportDataCollectorObject.DeleteCache",
+ "description": "7.1",
+ "scope": "perl"
+ }
+}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationCategoriesGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationCategoriesGet.code-snippets
index f32f2ad6..030b9cbc 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationCategoriesGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationCategoriesGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationCategoriesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationCategoriesGet": {
"body": [
"${1:my %Categories = \\$SysConfigObject->ConfigurationCategoriesGet();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationCategoriesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploy.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploy.code-snippets
index 75de68a3..80d2b8ba 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploy.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploy.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeploy": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeploy": {
"body": [
"${1:my %Result = \\$SysConfigObject->ConfigurationDeploy(",
" Comments => \\"Some comments\\", # (optional)",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeploy",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployCleanup.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployCleanup.code-snippets
index 407d96da..62b9f85a 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployCleanup.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeployCleanup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeployCleanup": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->ConfigurationDeployCleanup();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeployCleanup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGet.code-snippets
index 04240f2c..b02682d0 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeployGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeployGet": {
"body": [
"${1:my %Deployment = \\$SysConfigObject->ConfigurationDeployGet(",
" DeploymentID => \\$DeploymentID,",
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeployGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGetLast.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGetLast.code-snippets
index 778f5683..93abc6e4 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGetLast.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployGetLast.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeployGetLast": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeployGetLast": {
"body": [
"${1:my %Deployment = \\$SysConfigObject->ConfigurationDeployGetLast();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeployGetLast",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployList.code-snippets
index d43eeeda..591a6822 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeployList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeployList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeployList": {
"body": [
"${1:my @List = \\$SysConfigObject->ConfigurationDeployList();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeployList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploySettingsListGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploySettingsListGet.code-snippets
index 93ac6239..c966bce4 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploySettingsListGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDeploySettingsListGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDeploySettingsListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDeploySettingsListGet": {
"body": [
"${1:my @List = \\$SysConfigObject->ConfigurationDeploySettingsListGet(",
" DeploymentID => \\$DeploymentID,",
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDeploySettingsListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDirtySettingsList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDirtySettingsList.code-snippets
index db046250..51689747 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDirtySettingsList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDirtySettingsList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDirtySettingsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDirtySettingsList": {
"body": [
"${1:my @Result = \\$SysConfigObject->ConfigurationDirtySettingsList(",
" ChangeBy => 123,",
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDirtySettingsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDump.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDump.code-snippets
index 9f7295e9..dd594256 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDump.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationDump.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationDump": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationDump": {
"body": [
"${1:my \\$ConfigurationDumpYAML = \\$SysConfigObject->ConfigurationDump(",
" OnlyValues => 0, # optional, default 0, dumps only the setting effective value instead of the whole setting attributes.",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationDump",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntitiesGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntitiesGet.code-snippets
index d69404f1..a59cb3f6 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntitiesGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntitiesGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationEntitiesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationEntitiesGet": {
"body": [
"${1:my %Result = \\$SysConfigObject->ConfigurationEntitiesGet();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationEntitiesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntityCheck.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntityCheck.code-snippets
index 4fcd462c..1cd89650 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntityCheck.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationEntityCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationEntityCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationEntityCheck": {
"body": [
"${1:my @Result = \\$SysConfigObject->ConfigurationEntityCheck(",
" EntityType => 'Priority',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationEntityCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationInvalidList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationInvalidList.code-snippets
index c0de88e7..558d9bec 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationInvalidList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationInvalidList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationInvalidList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationInvalidList": {
"body": [
"${1:my @List = \\$SysConfigObject->ConfigurationInvalidList(",
" CachedOnly => 0, # (optional) Default 0. If enabled, system will return cached value.",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationInvalidList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationIsDirtyCheck.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationIsDirtyCheck.code-snippets
index e4390d86..d750e20d 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationIsDirtyCheck.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationIsDirtyCheck.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationIsDirtyCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationIsDirtyCheck": {
"body": [
"${1:my \\$Result = \\$SysConfigObject->ConfigurationIsDirtyCheck(",
" UserID => \\$UserID, # optional, the user that changes a modified setting",
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationIsDirtyCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationList.code-snippets
index baf3bdf3..ac81ab9a 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationList": {
"body": [
"${1:my @SettingList = \\$SysConfigObject->ConfigurationList();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationListGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationListGet.code-snippets
index ea26530c..6cbdefbd 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationListGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationListGet": {
"body": [
"${1:my @List = \\$SysConfigObject->ConfigurationListGet(",
" Navigation => 'SomeNavigationGroup', # (optional) limit to the settings that have provided navigation",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLoad.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLoad.code-snippets
index 7c76f29d..df1bedf3 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLoad.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLoad.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationLoad": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationLoad": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->ConfigurationLoad(",
" ConfigurationYAML => \\$YAMLString, # a YAML string in the format of L",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationLoad",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLockedSettingsList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLockedSettingsList.code-snippets
index 0af5cf3a..cd79c53e 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLockedSettingsList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationLockedSettingsList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationLockedSettingsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationLockedSettingsList": {
"body": [
"${1:my @Result = \\$SysConfigObject->ConfigurationLockedSettingsList(",
" ExclusiveLockUserID => \\$ExclusiveLockUserID, # Optional, ID of the user for which the default setting is locked",
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationLockedSettingsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationNavigationTree.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationNavigationTree.code-snippets
index f699dc35..ec0561ee 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationNavigationTree.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationNavigationTree.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationNavigationTree": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationNavigationTree": {
"body": [
"${1:my %Result = \\$SysConfigObject->ConfigurationNavigationTree(",
" RootNavigation => 'Parent', # (optional) If provided only sub groups of the root navigation are returned.",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationNavigationTree",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationSearch.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationSearch.code-snippets
index 50e97b8e..f18cd653 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationSearch.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationSearch": {
"body": [
"${1:my @Result = \\$SysConfigObject->ConfigurationSearch(",
" Search => 'The search string', # (optional)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatableStrings.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatableStrings.code-snippets
index aa2c5a77..9e8e3380 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatableStrings.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatableStrings.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationTranslatableStrings": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationTranslatableStrings": {
"body": [
"${1:my @TranslatableStrings = \\$SysConfigObject->ConfigurationTranslatableStrings();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationTranslatableStrings",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatedGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatedGet.code-snippets
index df3e1a60..a060e5e4 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatedGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationTranslatedGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationTranslatedGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationTranslatedGet": {
"body": [
"${1:my %Result = \\$SysConfigObject->ConfigurationTranslatedGet();}",
],
"prefix": "znuny.SysConfigObject.ConfigurationTranslatedGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationXML2DB.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationXML2DB.code-snippets
index 2fc4ebe3..380325e9 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationXML2DB.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ConfigurationXML2DB.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ConfigurationXML2DB": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ConfigurationXML2DB": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->ConfigurationXML2DB(",
" UserID => \\$UserID, # UserID",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.ConfigurationXML2DB",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.CreateZZZAAutoBackup.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.CreateZZZAAutoBackup.code-snippets
index b72d9a06..bc1e9c3e 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.CreateZZZAAutoBackup.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.CreateZZZAAutoBackup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.SysConfigObject.CreateZZZAAutoBackup": {
+ "6.4|6.5|7.0|7.1 - znuny.SysConfigObject.CreateZZZAAutoBackup": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->CreateZZZAAutoBackup();}",
],
"prefix": "znuny.SysConfigObject.CreateZZZAAutoBackup",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.DeleteZZZAAutoBackup.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.DeleteZZZAAutoBackup.code-snippets
index 474aaf9c..edbf24e6 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.DeleteZZZAAutoBackup.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.DeleteZZZAAutoBackup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.SysConfigObject.DeleteZZZAAutoBackup": {
+ "6.4|6.5|7.0|7.1 - znuny.SysConfigObject.DeleteZZZAAutoBackup": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->DeleteZZZAAutoBackup();}",
],
"prefix": "znuny.SysConfigObject.DeleteZZZAAutoBackup",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ForbiddenValueTypesGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ForbiddenValueTypesGet.code-snippets
index 84381eda..0aad961f 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ForbiddenValueTypesGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ForbiddenValueTypesGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ForbiddenValueTypesGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ForbiddenValueTypesGet": {
"body": [
"${1:my %ForbiddenValueTypes = \\$SysConfigObject->ForbiddenValueTypesGet();}",
],
"prefix": "znuny.SysConfigObject.ForbiddenValueTypesGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.GlobalEffectiveValueGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.GlobalEffectiveValueGet.code-snippets
index 53c596c5..d8b194e8 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.GlobalEffectiveValueGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.GlobalEffectiveValueGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.GlobalEffectiveValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.GlobalEffectiveValueGet": {
"body": [
"${1:my \\$EffectiveValue = \\$SysConfigObject->GlobalEffectiveValueGet(",
" SettingName => 'Setting::Name', # (required)",
");}",
],
"prefix": "znuny.SysConfigObject.GlobalEffectiveValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.OverriddenFileNameGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.OverriddenFileNameGet.code-snippets
index d37243ec..912bb85e 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.OverriddenFileNameGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.OverriddenFileNameGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.OverriddenFileNameGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.OverriddenFileNameGet": {
"body": [
"${1:my \\$FileName = \\$SysConfigObject->OverriddenFileNameGet(",
" SettingName => 'Setting::Name', # (required)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.OverriddenFileNameGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingAddItem.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingAddItem.code-snippets
index 1c50c523..31c237a0 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingAddItem.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingAddItem.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingAddItem": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingAddItem": {
"body": [
"${1:my %Result = \\$SysConfigObject->SettingAddItem(",
" SettingStructure => [], # (required) array that contains structure",
@@ -30,7 +30,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingAddItem",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueCheck.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueCheck.code-snippets
index 4186dfc3..3781bb46 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueCheck.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingEffectiveValueCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingEffectiveValueCheck": {
"body": [
"${1:my %Result = \\$SysConfigObject->SettingEffectiveValueCheck(",
" EffectiveValue => 'open', # (optional)",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingEffectiveValueCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueGet.code-snippets
index 8da47986..c7bdb863 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingEffectiveValueGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingEffectiveValueGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingEffectiveValueGet": {
"body": [
"${1:my \\$Result = \\$SysConfigObject->SettingEffectiveValueGet(",
" Translate => 1, # (optional) Translate translatable strings. Default 0.",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingEffectiveValueGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingGet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingGet.code-snippets
index 04d5d910..a95f181a 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingGet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingGet": {
"body": [
"${1:my %Setting = \\$SysConfigObject->SettingGet(",
" Name => 'Setting::Name', # (required) Setting name",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLock.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLock.code-snippets
index 44f9744e..09b6ec6b 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLock.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingLock": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingLock": {
"body": [
"${1:my \\$ExclusiveLockGUID = \\$SysConfigObject->SettingLock(",
" DefaultID => \\$DefaultID, # the ID of the setting that needs to be locked",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingLock",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLockCheck.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLockCheck.code-snippets
index bbeefff7..8bd290ec 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLockCheck.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingLockCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingLockCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingLockCheck": {
"body": [
"${1:my %Result = \\$SysConfigObject->SettingLockCheck(",
" DefaultID => \\$DefaultID, # the ID of the setting that needs to be checked",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingLockCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingNavigationToPath.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingNavigationToPath.code-snippets
index f23d6e08..8e52552c 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingNavigationToPath.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingNavigationToPath.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingNavigationToPath": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingNavigationToPath": {
"body": [
"${1:my @Path = \\$SysConfigObject->SettingNavigationToPath(",
" Navigation => 'Frontend::Agent::ToolBarModule', # (optional)",
");}",
],
"prefix": "znuny.SysConfigObject.SettingNavigationToPath",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingRender.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingRender.code-snippets
index 7a581d24..44295fd0 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingRender.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingRender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingRender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingRender": {
"body": [
"${1:my \\$HTMLStr = \\$SysConfigObject->SettingRender(",
" Setting => {",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingRender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingReset.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingReset.code-snippets
index 346ca294..8df4e14c 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingReset.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingReset.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingReset": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingReset": {
"body": [
"${1:my \\$Result = \\$SysConfigObject->SettingReset(",
" Name => 'Setting Name', # (required) Setting name",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingReset",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUnlock.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUnlock.code-snippets
index 1ba1398e..803b17cf 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUnlock.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUnlock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingUnlock": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingUnlock": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->SettingUnlock(",
" DefaultID => \\$DefaultID, # the ID of the setting that needs to be unlocked",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingUnlock",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUpdate.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUpdate.code-snippets
index 37c2b78e..01ff4722 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUpdate.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingUpdate": {
"body": [
"${1:my %Result = \\$SysConfigObject->SettingUpdate(",
" Name => 'Setting::Name', # (required) setting name",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsSet.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsSet.code-snippets
index 2f6dff6d..4ae666c2 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsSet.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingsSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingsSet": {
"body": [
"${1:my \\$Success = \\$SysConfigObject->SettingsSet(",
" UserID => \\$UserID, # (required) UserID",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingsSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsUpdatedList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsUpdatedList.code-snippets
index 163fb107..c6b0e9b2 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsUpdatedList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.SettingsUpdatedList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.SettingsUpdatedList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.SettingsUpdatedList": {
"body": [
"${1:my @List = \\$SysConfigObject->SettingsUpdatedList(",
" Settings => [ # (required) List of settings that needs to be checked",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SysConfigObject.SettingsUpdatedList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ValueAttributeList.code-snippets b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ValueAttributeList.code-snippets
index 4643e8f8..87914d4a 100644
--- a/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ValueAttributeList.code-snippets
+++ b/snippets/Functions/SysConfigObject/znuny.SysConfigObject.ValueAttributeList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SysConfigObject.ValueAttributeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SysConfigObject.ValueAttributeList": {
"body": [
"${1:my @ValueAttributeList = \\$SysConfigObject->ValueAttributeList();}",
],
"prefix": "znuny.SysConfigObject.ValueAttributeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.NameExistsCheck.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.NameExistsCheck.code-snippets
index aea9aa7b..0afe659e 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.NameExistsCheck.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.NameExistsCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.NameExistsCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.NameExistsCheck": {
"body": [
"${1:my \\$Exists = \\$SystemAddressObject->NameExistsCheck(",
" Name => 'Some Address',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemAddressObject.NameExistsCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressAdd.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressAdd.code-snippets
index 24756b50..96ce041d 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressAdd.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressAdd": {
"body": [
"${1:my \\$ID = \\$SystemAddressObject->SystemAddressAdd(",
" Name => 'info@example.com',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressGet.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressGet.code-snippets
index b520f900..b48460ae 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressGet.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressGet": {
"body": [
"${1:my %SystemAddress = \\$SystemAddressObject->SystemAddressGet(",
" ID => 1,",
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsLocalAddress.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsLocalAddress.code-snippets
index ebbbb008..ce615981 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsLocalAddress.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsLocalAddress.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressIsLocalAddress": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressIsLocalAddress": {
"body": [
"${1:if ( \\$SystemAddressObject->SystemAddressIsLocalAddress( Address => 'info@example.com' ) ) {",
" # is local",
@@ -9,7 +9,7 @@
"\\}}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressIsLocalAddress",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsUsed.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsUsed.code-snippets
index bad91236..d3e581df 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsUsed.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressIsUsed.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressIsUsed": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressIsUsed": {
"body": [
"${1:my \\$SytemAddressIsUsed = \\$SystemAddressObject->SystemAddressIsUsed(",
" SystemAddressID => \\$SystemAddressID,",
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressIsUsed",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressList.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressList.code-snippets
index ff2cf3e5..addd5702 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressList.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressList": {
"body": [
"${1:my %List = \\$SystemAddressObject->SystemAddressList(",
" Valid => 0, # optional, defaults to 1",
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressLookup.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressLookup.code-snippets
index c8de290a..8db8fb70 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressLookup.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressLookup": {
"body": [
"${1:my \\$Name = \\$SystemAddressObject->SystemAddressLookup(",
" ID => 2,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueID.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueID.code-snippets
index a1cb1e99..552a5289 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueID.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueID.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressQueueID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressQueueID": {
"body": [
"${1:my \\$QueueID = \\$SystemAddressObject->SystemAddressQueueID( Address => 'info@example.com' );}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressQueueID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueList.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueList.code-snippets
index 29331e41..47773229 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueList.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressQueueList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressQueueList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressQueueList": {
"body": [
"${1:my %List = \\$SystemAddressObject->SystemAddressQueueList(",
" Valid => 0, # optional, defaults to 1",
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressQueueList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressUpdate.code-snippets b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressUpdate.code-snippets
index 208bc7b6..e50b1d61 100644
--- a/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressUpdate.code-snippets
+++ b/snippets/Functions/SystemAddressObject/znuny.SystemAddressObject.SystemAddressUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemAddressObject.SystemAddressUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemAddressObject.SystemAddressUpdate": {
"body": [
"${1:\\$SystemAddressObject->SystemAddressUpdate(",
" ID => 1,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.SystemAddressObject.SystemAddressUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataAdd.code-snippets b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataAdd.code-snippets
index c60bc0f5..7a93adee 100644
--- a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataAdd.code-snippets
+++ b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemDataObject.SystemDataAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemDataObject.SystemDataAdd": {
"body": [
"${1:my \\$Result = \\$SystemDataObject->SystemDataAdd(",
" Key => 'SomeKey',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.SystemDataObject.SystemDataAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataDelete.code-snippets b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataDelete.code-snippets
index 1ea29ba0..d39f77da 100644
--- a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataDelete.code-snippets
+++ b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemDataObject.SystemDataDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemDataObject.SystemDataDelete": {
"body": [
"${1:\\$SystemDataObject->SystemDataDelete(",
" Key => 'Znuny Version',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemDataObject.SystemDataDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGet.code-snippets b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGet.code-snippets
index 556fc515..e4f8a665 100644
--- a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGet.code-snippets
+++ b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemDataObject.SystemDataGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemDataObject.SystemDataGet": {
"body": [
"${1:my \\$SystemData = \\$SystemDataObject->SystemDataGet(",
" Key => 'Znuny Version',",
");}",
],
"prefix": "znuny.SystemDataObject.SystemDataGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGroupGet.code-snippets b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGroupGet.code-snippets
index ba42e602..34676d8f 100644
--- a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGroupGet.code-snippets
+++ b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataGroupGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemDataObject.SystemDataGroupGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemDataObject.SystemDataGroupGet": {
"body": [
"${1:my %SystemData = \\$SystemDataObject->SystemDataGroupGet(",
" Group => 'SystemRegistration',",
");}",
],
"prefix": "znuny.SystemDataObject.SystemDataGroupGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataUpdate.code-snippets b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataUpdate.code-snippets
index e7b4d7cf..37682139 100644
--- a/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataUpdate.code-snippets
+++ b/snippets/Functions/SystemDataObject/znuny.SystemDataObject.SystemDataUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemDataObject.SystemDataUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemDataObject.SystemDataUpdate": {
"body": [
"${1:my \\$Result = \\$SystemDataObject->SystemDataUpdate(",
" Key => 'Znuny Version',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.SystemDataObject.SystemDataUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceAdd.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceAdd.code-snippets
index c20beb32..165cc6d2 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceAdd.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceAdd": {
"body": [
"${1:my \\$ID = \\$SystemMaintenanceObject->SystemMaintenanceAdd(",
" StartDate => 1485346000, # mandatory",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceDelete.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceDelete.code-snippets
index c2388f2a..d412c03b 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceDelete.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceDelete": {
"body": [
"${1:my \\$Success = \\$SystemMaintenanceObject->SystemMaintenanceDelete(",
" ID => 123,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceGet.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceGet.code-snippets
index 9632aed6..95d4730e 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceGet.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceGet": {
"body": [
"${1:my \\$SystemMaintenance = \\$SystemMaintenanceObject->SystemMaintenanceGet(",
" ID => 123, # mandatory",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsActive.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsActive.code-snippets
index f657ccd9..0e94a6eb 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsActive.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsActive.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceIsActive": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceIsActive": {
"body": [
"${1:my \\$ActiveMaintenance = \\$SystemMaintenanceObject->SystemMaintenanceIsActive();}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceIsActive",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsComing.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsComing.code-snippets
index 314e3ad0..c2a206ba 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsComing.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceIsComing.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceIsComing": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceIsComing": {
"body": [
"${1:my %SystemMaintenanceIsComing = \\$SystemMaintenanceObject->SystemMaintenanceIsComing();}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceIsComing",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceList.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceList.code-snippets
index ec5d0101..7ca068d7 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceList.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceList": {
"body": [
"${1:my \\$List = \\$SystemMaintenanceObject->SystemMaintenanceList(",
" ValidIDs => ['1','2'], # optional, to filter SystemMaintenances that match listed valid IDs",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceListGet.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceListGet.code-snippets
index a1d16f68..ff8f3ebe 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceListGet.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceListGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceListGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceListGet": {
"body": [
"${1:my \\$List = \\$SystemMaintenanceObject->SystemMaintenanceListGet(",
" UserID => \\$UserID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceListGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceUpdate.code-snippets b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceUpdate.code-snippets
index 58db2269..082163e7 100644
--- a/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceUpdate.code-snippets
+++ b/snippets/Functions/SystemMaintenanceObject/znuny.SystemMaintenanceObject.SystemMaintenanceUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.SystemMaintenanceObject.SystemMaintenanceUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.SystemMaintenanceObject.SystemMaintenanceUpdate": {
"body": [
"${1:my \\$Success = \\$SystemMaintenanceObject->SystemMaintenanceUpdate(",
" ID => 123, # mandatory",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.SystemMaintenanceObject.SystemMaintenanceUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Attributes.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Attributes.code-snippets
index 6c04349b..992b762c 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Attributes.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Attributes.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.Attributes": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.Attributes": {
"body": [
"${1:my %Attributes = \\$TemplateGeneratorObject->Attributes(",
" TicketID => \\$TicketID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.Attributes",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.AutoResponse.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.AutoResponse.code-snippets
index c37ec942..d94011d2 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.AutoResponse.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.AutoResponse.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.AutoResponse": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.AutoResponse": {
"body": [
"${1:my %AutoResponse = \\$TemplateGeneratorObject->AutoResponse(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.AutoResponse",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.GenericAgentArticle.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.GenericAgentArticle.code-snippets
index f37d04a1..9ec93ef4 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.GenericAgentArticle.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.GenericAgentArticle.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.GenericAgentArticle": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.GenericAgentArticle": {
"body": [
"${1:my \\$GenericAgentArticle = \\$TemplateGeneratorObject->GenericAgentArticle(",
" Notification => \\$NotificationDataHashRef,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.GenericAgentArticle",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.NotificationEvent.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.NotificationEvent.code-snippets
index 70881b84..3a93e3b2 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.NotificationEvent.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.NotificationEvent.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.NotificationEvent": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.NotificationEvent": {
"body": [
"${1:my %NotificationEvent = \\$TemplateGeneratorObject->NotificationEvent(",
" AppointmentID => \\$AppointmentID,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.NotificationEvent",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Salutation.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Salutation.code-snippets
index c55a83b4..612ecd32 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Salutation.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Salutation.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.Salutation": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.Salutation": {
"body": [
"${1:my \\$Salutation = \\$TemplateGeneratorObject->Salutation(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.Salutation",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Sender.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Sender.code-snippets
index a3ec04d5..a71b8806 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Sender.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Sender.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.Sender": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.Sender": {
"body": [
"${1:my \\$Sender = \\$TemplateGeneratorObject->Sender(",
" QueueID => \\$QueueID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.Sender",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Signature.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Signature.code-snippets
index 8d536620..4b88665f 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Signature.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Signature.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.Signature": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.Signature": {
"body": [
"${1:my \\$Signature = \\$TemplateGeneratorObject->Signature(",
" QueueID => \\$QueueID,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.Signature",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Template.code-snippets b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Template.code-snippets
index 6f214762..c95d5614 100644
--- a/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Template.code-snippets
+++ b/snippets/Functions/TemplateGeneratorObject/znuny.TemplateGeneratorObject.Template.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TemplateGeneratorObject.Template": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TemplateGeneratorObject.Template": {
"body": [
"${1:my \\$Template = \\$TemplateGeneratorObject->Template(",
" TemplateID => \\$TemplateID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TemplateGeneratorObject.Template",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations.code-snippets
index d0638bc4..c97b58c0 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations": {
"body": [
"${1:my \\$ID = \\$TicketAttributeRelationsObject->AddTicketAttributeRelations(",
" Filename => 'csv-filename.csv',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.AddTicketAttributeRelations",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations.code-snippets
index ba00d9cb..57eed42e 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations": {
"body": [
"${1:my \\$Success = \\$TicketAttributeRelationsObject->DeleteTicketAttributeRelations(",
" ID => 123,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.DeleteTicketAttributeRelations",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename.code-snippets
index 172592b2..c16fe878 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename": {
"body": [
"${1:my \\$ID = \\$TicketAttributeRelationsObject->ExistsTicketAttributeRelationsFilename(",
" Filename => 'test1.csv',",
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.ExistsTicketAttributeRelationsFilename",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations.code-snippets
index a216eb6b..b1f1edbf 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations": {
"body": [
"${1:my \\$TicketAttributeRelations = \\$TicketAttributeRelationsObject->GetAllTicketAttributeRelations(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.GetAllTicketAttributeRelations",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations.code-snippets
index 7a7443ae..fc0f1d66 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations": {
"body": [
"${1:my \\$TicketAttributeRelations = \\$TicketAttributeRelationsObject->GetTicketAttributeRelations(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.GetTicketAttributeRelations",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations.code-snippets b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations.code-snippets
index e886ea36..514d1862 100644
--- a/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations.code-snippets
+++ b/snippets/Functions/TicketAttributeRelationsObject/znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations": {
"body": [
"${1:my \\$Success = \\$TicketAttributeRelationsObject->UpdateTicketAttributeRelations(",
" ID => 123,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.TicketAttributeRelationsObject.UpdateTicketAttributeRelations",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByQueueID.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByQueueID.code-snippets
index e45ce23a..8c2b35f6 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByQueueID.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByQueueID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.GetSubscribedUserIDsByQueueID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.GetSubscribedUserIDsByQueueID": {
"body": [
"${1:my @UserIDs = \\$TicketObject->GetSubscribedUserIDsByQueueID(",
" QueueID => \\$QueueID,",
");}",
],
"prefix": "znuny.TicketObject.GetSubscribedUserIDsByQueueID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByServiceID.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByServiceID.code-snippets
index 4a363c2d..cb2dce74 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByServiceID.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.GetSubscribedUserIDsByServiceID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.GetSubscribedUserIDsByServiceID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.GetSubscribedUserIDsByServiceID": {
"body": [
"${1:my @UserIDs = \\$TicketObject->GetSubscribedUserIDsByServiceID(",
" ServiceID => \\$ServiceID,",
");}",
],
"prefix": "znuny.TicketObject.GetSubscribedUserIDsByServiceID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.GetTNByString.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.GetTNByString.code-snippets
index e05b89de..359ead0b 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.GetTNByString.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.GetTNByString.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.GetTNByString": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.GetTNByString": {
"body": [
"${1:my \\$TicketNumber = \\$TicketObject->GetTNByString(\\$Subject);}",
],
"prefix": "znuny.TicketObject.GetTNByString",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryAdd.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryAdd.code-snippets
index 37f75c92..92488655 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryAdd.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryAdd": {
"body": [
"${1:my \\$Success = \\$TicketObject->HistoryAdd(",
" Name => 'Some Comment',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.TicketObject.HistoryAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryDelete.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryDelete.code-snippets
index c78814b0..9812beb5 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryDelete.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryDelete": {
"body": [
"${1:my \\$Success = \\$TicketObject->HistoryDelete(",
" TicketID => \\$TicketID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.HistoryDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryGet.code-snippets
index b03fde21..dd0c896a 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryGet": {
"body": [
"${1:my @HistoryLines = \\$TicketObject->HistoryGet(",
" TicketID => \\$TicketID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.HistoryGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketGet.code-snippets
index 00e07747..d73729a4 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryTicketGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryTicketGet": {
"body": [
"${1:my %HistoryData = \\$TicketObject->HistoryTicketGet(",
" StopYear => 2003,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.HistoryTicketGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketStatusGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketStatusGet.code-snippets
index 6b8abe61..e7174c4d 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketStatusGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTicketStatusGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryTicketStatusGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryTicketStatusGet": {
"body": [
"${1:my %Tickets = \\$TicketObject->HistoryTicketStatusGet(",
" StartDay => 12,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.TicketObject.HistoryTicketStatusGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTypeLookup.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTypeLookup.code-snippets
index 5f34242e..507b3967 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTypeLookup.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.HistoryTypeLookup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.HistoryTypeLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.HistoryTypeLookup": {
"body": [
"${1:my \\$ID = \\$TicketObject->HistoryTypeLookup( Type => 'Move' );}",
],
"prefix": "znuny.TicketObject.HistoryTypeLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.OwnerCheck.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.OwnerCheck.code-snippets
index 79a1b4e3..e15c4613 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.OwnerCheck.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.OwnerCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.OwnerCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.OwnerCheck": {
"body": [
"${1:my \\$AccessOk = \\$TicketObject->OwnerCheck(",
" TicketID => \\$TicketID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.TicketObject.OwnerCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.SearchUnknownTicketCustomers.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.SearchUnknownTicketCustomers.code-snippets
index ea9c83e5..111da64f 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.SearchUnknownTicketCustomers.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.SearchUnknownTicketCustomers.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.SearchUnknownTicketCustomers": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.SearchUnknownTicketCustomers": {
"body": [
"${1:my \\$UnknownTicketCustomerList = \\$TicketObject->SearchUnknownTicketCustomers(",
" SearchTerm => 'SomeSearchTerm',",
");}",
],
"prefix": "znuny.TicketObject.SearchUnknownTicketCustomers",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountTime.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountTime.code-snippets
index f49f8372..19769684 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountTime.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountTime.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketAccountTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketAccountTime": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketAccountTime(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketAccountTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountedTimeGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountedTimeGet.code-snippets
index 252c5eb4..bb23c68c 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountedTimeGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAccountedTimeGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketAccountedTimeGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketAccountedTimeGet": {
"body": [
"${1:my \\$AccountedTime = \\$TicketObject->TicketAccountedTimeGet(TicketID => 1234);}",
],
"prefix": "znuny.TicketObject.TicketAccountedTimeGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAcl.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAcl.code-snippets
index 04e46d81..60e75f76 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAcl.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAcl.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketAcl": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketAcl": {
"body": [
"${1:\\$Success = \\$TicketObject->TicketAcl(",
" Data => {",
@@ -74,7 +74,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketAcl",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclActionData.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclActionData.code-snippets
index f3356317..6492ae0e 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclActionData.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclActionData.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketAclActionData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketAclActionData": {
"body": [
"${1:my %AclAction = \\$TicketObject->TicketAclActionData();}",
],
"prefix": "znuny.TicketObject.TicketAclActionData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclData.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclData.code-snippets
index 4992b64c..96228104 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclData.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketAclData.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketAclData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketAclData": {
"body": [
"${1:my %Acl = \\$TicketObject->TicketAclData();}",
],
"prefix": "znuny.TicketObject.TicketAclData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagGet.code-snippets
index 307669da..ffb8033b 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketArchiveFlagGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketArchiveFlagGet": {
"body": [
"${1:if ( \\$TicketObject->TicketArchiveFlagGet( TicketID => \\$TicketID ) ) {",
" print \\"Ticket is archived!\n\\";",
@@ -9,7 +9,7 @@
"\\}}",
],
"prefix": "znuny.TicketObject.TicketArchiveFlagGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagSet.code-snippets
index 8fc8a9ca..2259b66d 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArchiveFlagSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketArchiveFlagSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketArchiveFlagSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketArchiveFlagSet(",
" ArchiveFlag => 'y', # (y|n)",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketArchiveFlagSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArticleStorageSwitch.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArticleStorageSwitch.code-snippets
index 48162f9e..39b47a43 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketArticleStorageSwitch.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketArticleStorageSwitch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketArticleStorageSwitch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketArticleStorageSwitch": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketArticleStorageSwitch(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketArticleStorageSwitch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCalendarGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCalendarGet.code-snippets
index 0fe2335d..2a72ffa0 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCalendarGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCalendarGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCalendarGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCalendarGet": {
"body": [
"${1:my \\$Calendar = \\$TicketObject->TicketCalendarGet(",
" QueueID => \\$QueueID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketCalendarGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckForProcessType.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckForProcessType.code-snippets
index d5e31e35..a45c3d7a 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckForProcessType.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckForProcessType.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCheckForProcessType": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCheckForProcessType": {
"body": [
"${1:\\$TicketObject->TicketCheckForProcessType(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketCheckForProcessType",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckNumber.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckNumber.code-snippets
index a4b77a99..0270d87e 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckNumber.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCheckNumber.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCheckNumber": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCheckNumber": {
"body": [
"${1:my \\$TicketID = \\$TicketObject->TicketCheckNumber(",
" Tn => '200404051004575',",
");}",
],
"prefix": "znuny.TicketObject.TicketCheckNumber",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCountByAttribute.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCountByAttribute.code-snippets
index 9b5d7795..83eeb774 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCountByAttribute.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCountByAttribute.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCountByAttribute": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCountByAttribute": {
"body": [
"${1:my \\$TicketCount = \\$TicketObject->TicketCountByAttribute(",
" Attribute => 'ServiceID',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketCountByAttribute",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreate.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreate.code-snippets
index 29403101..b6d843b7 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreate.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCreate": {
"body": [
"${1:my \\$TicketID = \\$TicketObject->TicketCreate(",
" TN => \\$TicketObject->TicketCreateNumber(), # optional",
@@ -31,7 +31,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreateNumber.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreateNumber.code-snippets
index 9a4ab41b..912a2a91 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreateNumber.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCreateNumber.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCreateNumber": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCreateNumber": {
"body": [
"${1:my \\$TicketNumber = \\$TicketObject->TicketCreateNumber();}",
],
"prefix": "znuny.TicketObject.TicketCreateNumber",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerPermission.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerPermission.code-snippets
index b9f665dd..4c1d7bdb 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerPermission.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerPermission.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCustomerPermission": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCustomerPermission": {
"body": [
"${1:my \\$Access = \\$TicketObject->TicketCustomerPermission(",
" Type => 'ro',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketCustomerPermission",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerSet.code-snippets
index 0102e646..1e32d466 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketCustomerSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketCustomerSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketCustomerSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketCustomerSet(",
" No => 'client123',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketCustomerSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketDeepGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketDeepGet.code-snippets
index 34da7fdc..f3f205f5 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketDeepGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketDeepGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketObject.TicketDeepGet": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketDeepGet": {
"body": [
"${1:my %Ticket = \\$TicketObject->TicketDeepGet(",
" TicketID => \\$TicketID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketDeepGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketDelete.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketDelete.code-snippets
index 44cc07c7..1def0e73 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketDelete.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketDelete": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketDelete(",
" TicketID => \\$TicketID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationDateCalculation.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationDateCalculation.code-snippets
index 2247b474..04a6158f 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationDateCalculation.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationDateCalculation.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketEscalationDateCalculation": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketEscalationDateCalculation": {
"body": [
"${1:my %Escalation = \\$TicketObject->TicketEscalationDateCalculation(",
" Ticket => \\$Param{Ticket\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketEscalationDateCalculation",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationIndexBuild.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationIndexBuild.code-snippets
index 5b7e858f..97abd52d 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationIndexBuild.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationIndexBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketEscalationIndexBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketEscalationIndexBuild": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketEscalationIndexBuild(",
" TicketID => \\$Param{TicketID\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketEscalationIndexBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationPreferences.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationPreferences.code-snippets
index 1e55620a..23de1a42 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationPreferences.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketEscalationPreferences.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketEscalationPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketEscalationPreferences": {
"body": [
"${1:my %Escalation = \\$TicketObject->TicketEscalationPreferences(",
" Ticket => \\$Param{Ticket\\},",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketEscalationPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagDelete.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagDelete.code-snippets
index ced625a7..b9d14a5b 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagDelete.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketFlagDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketFlagDelete": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketFlagDelete(",
" TicketID => \\$TicketID,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketFlagDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagGet.code-snippets
index 92827e6d..b20312b2 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketFlagGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketFlagGet": {
"body": [
"${1:my %Flags = \\$TicketObject->TicketFlagGet(",
" TicketID => \\$TicketID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketFlagGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagSet.code-snippets
index cd1b3ce0..8c78a636 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketFlagSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketFlagSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketFlagSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketFlagSet(",
" TicketID => \\$TicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketFlagSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketGet.code-snippets
index 80d48bbf..e9ab7372 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketGet": {
"body": [
"${1:my %Ticket = \\$TicketObject->TicketGet(",
" TicketID => \\$TicketID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketIDLookup.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketIDLookup.code-snippets
index 0c0cea9e..aee105b2 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketIDLookup.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketIDLookup.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketIDLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketIDLookup": {
"body": [
"${1:my \\$TicketID = \\$TicketObject->TicketIDLookup(",
" TicketNumber => \\$TicketNumber,",
");}",
],
"prefix": "znuny.TicketObject.TicketIDLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketInvolvedAgentsList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketInvolvedAgentsList.code-snippets
index 3fce0b57..b06bf4a9 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketInvolvedAgentsList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketInvolvedAgentsList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketInvolvedAgentsList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketInvolvedAgentsList": {
"body": [
"${1:my @InvolvedAgents = \\$TicketObject->TicketInvolvedAgentsList(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketInvolvedAgentsList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockGet.code-snippets
index e461e051..a358ac04 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketLockGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketLockGet": {
"body": [
"${1:if (\\$TicketObject->TicketLockGet(TicketID => 123)) {",
" print \\"Ticket is locked!\n\\";",
@@ -9,7 +9,7 @@
"\\}}",
],
"prefix": "znuny.TicketObject.TicketLockGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockSet.code-snippets
index 91d85e4d..fba89cee 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketLockSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketLockSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketLockSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketLockSet(",
" Lock => 'lock',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketLockSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMerge.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMerge.code-snippets
index a89003c9..cebfceb4 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMerge.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMerge.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketMerge": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketMerge": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketMerge(",
" MainTicketID => \\$MainTicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketMerge",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeDynamicFields.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeDynamicFields.code-snippets
index 4c249f04..32e887b5 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeDynamicFields.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeDynamicFields.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketMergeDynamicFields": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketMergeDynamicFields": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketMergeDynamicFields(",
" MainTicketID => \\$MainTicketID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketMergeDynamicFields",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeLinkedObjects.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeLinkedObjects.code-snippets
index 3bab4066..59f85c1a 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeLinkedObjects.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMergeLinkedObjects.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketMergeLinkedObjects": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketMergeLinkedObjects": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketMergeLinkedObjects(",
" MainTicketID => \\$MainTicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketMergeLinkedObjects",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveList.code-snippets
index 9884302b..bd2879be 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketMoveList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketMoveList": {
"body": [
"${1:my %Queues = \\$TicketObject->TicketMoveList(",
" QueueID => \\$QueueID,",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketMoveList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveQueueList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveQueueList.code-snippets
index aeb68f5b..810db0d4 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveQueueList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketMoveQueueList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketMoveQueueList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketMoveQueueList": {
"body": [
"${1:my @QueueIDList = \\$TicketObject->TicketMoveQueueList(",
" TicketID => \\$TicketID,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketMoveQueueList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketNumberLookup.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketNumberLookup.code-snippets
index 5f0d8bb9..04d321f6 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketNumberLookup.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketNumberLookup.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketNumberLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketNumberLookup": {
"body": [
"${1:my \\$TicketNumber = \\$TicketObject->TicketNumberLookup(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketNumberLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerList.code-snippets
index 165df080..8d48dc31 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketOwnerList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketOwnerList": {
"body": [
"${1:my @Owner = \\$TicketObject->TicketOwnerList(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketOwnerList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerSet.code-snippets
index dbd86263..85ccb300 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketOwnerSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketOwnerSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketOwnerSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketOwnerSet(",
" TicketID => \\$TicketID,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketOwnerSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPendingTimeSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPendingTimeSet.code-snippets
index bd87915f..3f01c736 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPendingTimeSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPendingTimeSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketPendingTimeSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketPendingTimeSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketPendingTimeSet(",
" Diff => ( 7 * 24 * 60 ), # minutes (here: 10080 minutes - 7 days)",
@@ -36,7 +36,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketPendingTimeSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPermission.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPermission.code-snippets
index 7ef32451..c1b5db13 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPermission.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPermission.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketPermission": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketPermission": {
"body": [
"${1:my \\$Access = \\$TicketObject->TicketPermission(",
" Type => 'ro',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketPermission",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPriorityList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPriorityList.code-snippets
index fb4ba81b..651f2ea7 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPriorityList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPriorityList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketPriorityList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketPriorityList": {
"body": [
"${1:my %Priorities = \\$TicketObject->TicketPriorityList(",
" QueueID => \\$QueueID,",
@@ -15,7 +15,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketPriorityList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPrioritySet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPrioritySet.code-snippets
index 304dc81e..d918c0f1 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketPrioritySet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketPrioritySet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketPrioritySet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketPrioritySet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketPrioritySet(",
" TicketID => \\$TicketID,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketPrioritySet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueID.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueID.code-snippets
index b0edd2ce..4475d1bf 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueID.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueID.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketQueueID": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketQueueID": {
"body": [
"${1:my \\$QueueID = \\$TicketObject->TicketQueueID(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketQueueID",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueSet.code-snippets
index f69c23f8..6692f184 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketQueueSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketQueueSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketQueueSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketQueueSet(",
" Queue => 'Some Queue Name',",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketQueueSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleList.code-snippets
index 053cf0f4..36f4e596 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketResponsibleList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketResponsibleList": {
"body": [
"${1:my @Responsible = \\$TicketObject->TicketResponsibleList(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketObject.TicketResponsibleList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleSet.code-snippets
index 5b3756f7..0f969a86 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketResponsibleSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketResponsibleSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketResponsibleSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketResponsibleSet(",
" TicketID => \\$TicketID,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketResponsibleSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLAList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLAList.code-snippets
index 4c256598..40e5582b 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLAList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLAList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketSLAList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketSLAList": {
"body": [
"${1:my %SLAs = \\$TicketObject->TicketSLAList(",
" QueueID => \\$QueueID,",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketSLAList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLASet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLASet.code-snippets
index 005ebbfe..b24e19b3 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLASet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSLASet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketSLASet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketSLASet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketSLASet(",
" SLA => 'SLA A',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketSLASet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSearch.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSearch.code-snippets
index 71419082..9552b4bc 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSearch.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketSearch": {
"body": [
"${1:my @TicketIDs = \\$TicketObject->TicketSearch(",
" # result (optional, default is 'HASH')",
@@ -285,7 +285,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceList.code-snippets
index c3774b4c..97470582 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketServiceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketServiceList": {
"body": [
"${1:my %Services = \\$TicketObject->TicketServiceList(",
" CustomerUserID => \\$CustomerUserID,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketServiceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceSet.code-snippets
index 5eae573b..3017a8fc 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketServiceSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketServiceSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketServiceSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketServiceSet(",
" Service => 'Service A',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketServiceSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateList.code-snippets
index 4e216ebb..5ea98dcc 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketStateList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketStateList": {
"body": [
"${1:my %States = \\$TicketObject->TicketStateList(",
" QueueID => \\$QueueID,",
@@ -20,7 +20,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketStateList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateSet.code-snippets
index cd83a2b3..d3cabc9d 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketStateSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketStateSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketStateSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketStateSet(",
" State => 'open',",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketStateSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectBuild.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectBuild.code-snippets
index 8528d4e8..ebd701b0 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectBuild.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectBuild.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketSubjectBuild": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketSubjectBuild": {
"body": [
"${1:my \\$NewSubject = \\$TicketObject->TicketSubjectBuild(",
" TicketNumber => \\$TicketNumber,",
@@ -25,7 +25,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketSubjectBuild",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectClean.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectClean.code-snippets
index 7cac5537..5b0ae2ec 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectClean.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketSubjectClean.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketSubjectClean": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketSubjectClean": {
"body": [
"${1:my \\$NewSubject = \\$TicketObject->TicketSubjectClean(",
" TicketNumber => \\$TicketNumber,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketSubjectClean",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTitleUpdate.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTitleUpdate.code-snippets
index 1be4328c..64692370 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTitleUpdate.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTitleUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketTitleUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketTitleUpdate": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketTitleUpdate(",
" Title => 'Some Title',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketTitleUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeList.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeList.code-snippets
index c3f1a2c1..bb9af893 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeList.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketTypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketTypeList": {
"body": [
"${1:my %Types = \\$TicketObject->TicketTypeList(",
" CustomerUserID => \\$CustomerUserID,",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketTypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeSet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeSet.code-snippets
index 6cf7dda9..442b4d5c 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeSet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketTypeSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketTypeSet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketTypeSet": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketTypeSet(",
" Type => 'normal',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketTypeSet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketUnlockTimeoutUpdate.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketUnlockTimeoutUpdate.code-snippets
index 849d9c36..19a77c2e 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketUnlockTimeoutUpdate.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketUnlockTimeoutUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketUnlockTimeoutUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketUnlockTimeoutUpdate": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketUnlockTimeoutUpdate(",
" UnlockTimeout => \\$Epoch,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketUnlockTimeoutUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchGet.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchGet.code-snippets
index 9e7223ce..70b8dd44 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchGet.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketWatchGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketWatchGet": {
"body": [
"${1:my %Watch = \\$TicketObject->TicketWatchGet(",
" TicketID => \\$TicketID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketWatchGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchSubscribe.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchSubscribe.code-snippets
index 157db57a..e7af0d72 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchSubscribe.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchSubscribe.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketWatchSubscribe": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketWatchSubscribe": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketWatchSubscribe(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketWatchSubscribe",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchUnsubscribe.code-snippets b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchUnsubscribe.code-snippets
index 43d24820..1bba05b0 100644
--- a/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchUnsubscribe.code-snippets
+++ b/snippets/Functions/TicketObject/znuny.TicketObject.TicketWatchUnsubscribe.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TicketObject.TicketWatchUnsubscribe": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TicketObject.TicketWatchUnsubscribe": {
"body": [
"${1:my \\$Success = \\$TicketObject->TicketWatchUnsubscribe(",
" TicketID => \\$TicketID,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketObject.TicketWatchUnsubscribe",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.CreateUnitTest.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.CreateUnitTest.code-snippets
index 3f18b758..156d216c 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.CreateUnitTest.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.CreateUnitTest.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.CreateUnitTest": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.CreateUnitTest": {
"body": [
"${1:my \\$Output = \\$TicketToUnitTestObject->CreateUnitTest(",
" TicketID => \\$TicketID,",
");}",
],
"prefix": "znuny.TicketToUnitTestObject.CreateUnitTest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetCreateObjects.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetCreateObjects.code-snippets
index b6a6cf6c..e0757533 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetCreateObjects.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetCreateObjects.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.GetCreateObjects": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.GetCreateObjects": {
"body": [
"${1:my \\$Output = \\$TicketToUnitTestObject->GetCreateObjects();}",
],
"prefix": "znuny.TicketToUnitTestObject.GetCreateObjects",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetFooter.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetFooter.code-snippets
index c6f3ce36..8cc64d6c 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetFooter.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetFooter.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.GetFooter": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.GetFooter": {
"body": [
"${1:my \\$Output = \\$TicketToUnitTestObject->GetFooter();}",
],
"prefix": "znuny.TicketToUnitTestObject.GetFooter",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetHeader.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetHeader.code-snippets
index 279a188d..ef23b671 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetHeader.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetHeader.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.GetHeader": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.GetHeader": {
"body": [
"${1:my \\$Output = \\$TicketToUnitTestObject->GetHeader();}",
],
"prefix": "znuny.TicketToUnitTestObject.GetHeader",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetNeededObjects.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetNeededObjects.code-snippets
index 963d9d6a..23bcdb78 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetNeededObjects.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetNeededObjects.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.GetNeededObjects": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.GetNeededObjects": {
"body": [
"${1:my \\$Output = \\$TicketToUnitTestObject->GetNeededObjects();}",
],
"prefix": "znuny.TicketToUnitTestObject.GetNeededObjects",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetTicketAttributes.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetTicketAttributes.code-snippets
index a8086163..db975354 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetTicketAttributes.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.GetTicketAttributes.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.GetTicketAttributes": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.GetTicketAttributes": {
"body": [
"${1:my %TicketAttributes = \\$TicketToUnitTestObject->GetTicketAttributes(",
" TicketAttributes => \\%TicketAttributes,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TicketToUnitTestObject.GetTicketAttributes",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.HistoryTicketGet.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.HistoryTicketGet.code-snippets
index 133492a4..e1c3b58e 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.HistoryTicketGet.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.HistoryTicketGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.HistoryTicketGet": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.HistoryTicketGet": {
"body": [
"${1:my %HistoryData = \\$TicketToUnitTestObject->HistoryTicketGet(",
" StopYear => 2003,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.TicketToUnitTestObject.HistoryTicketGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.SystemTimeTicketGet.code-snippets b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.SystemTimeTicketGet.code-snippets
index be7eee94..a22311dd 100644
--- a/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.SystemTimeTicketGet.code-snippets
+++ b/snippets/Functions/TicketToUnitTestObject/znuny.TicketToUnitTestObject.SystemTimeTicketGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TicketToUnitTestObject.SystemTimeTicketGet": {
+ "6.4|6.5|7.0|7.1 - znuny.TicketToUnitTestObject.SystemTimeTicketGet": {
"body": [
"${1:my %HistoryData = \\$TicketToUnitTestObject->SystemTimeTicketGet(",
" SystemTime => 19435456436,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TicketToUnitTestObject.SystemTimeTicketGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeAccountingWebserviceObject/znuny.TimeAccountingWebserviceObject.TimeAccountingSearch.code-snippets b/snippets/Functions/TimeAccountingWebserviceObject/znuny.TimeAccountingWebserviceObject.TimeAccountingSearch.code-snippets
index 05603236..5546a30d 100644
--- a/snippets/Functions/TimeAccountingWebserviceObject/znuny.TimeAccountingWebserviceObject.TimeAccountingSearch.code-snippets
+++ b/snippets/Functions/TimeAccountingWebserviceObject/znuny.TimeAccountingWebserviceObject.TimeAccountingSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TimeAccountingWebserviceObject.TimeAccountingSearch": {
+ "6.4|6.5|7.0|7.1 - znuny.TimeAccountingWebserviceObject.TimeAccountingSearch": {
"body": [
"${1:my @TimeAccountingEntries = \\$TimeAccountingWebserviceObject->TimeAccountingSearch(",
" Start => '2017-01-01 10:00:00',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TimeAccountingWebserviceObject.TimeAccountingSearch",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.CurrentTimestamp.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.CurrentTimestamp.code-snippets
index 5c1f1e52..d4576e4d 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.CurrentTimestamp.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.CurrentTimestamp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.CurrentTimestamp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.CurrentTimestamp": {
"body": [
"${1:my \\$TimeStamp = \\$TimeObject->CurrentTimestamp();}",
],
"prefix": "znuny.TimeObject.CurrentTimestamp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.Date2SystemTime.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.Date2SystemTime.code-snippets
index 79cd901e..c8f62749 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.Date2SystemTime.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.Date2SystemTime.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.Date2SystemTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.Date2SystemTime": {
"body": [
"${1:my \\$SystemTime = \\$TimeObject->Date2SystemTime(",
" Year => 2004,",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.TimeObject.Date2SystemTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.DestinationTime.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.DestinationTime.code-snippets
index da034023..b81347e1 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.DestinationTime.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.DestinationTime.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.DestinationTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.DestinationTime": {
"body": [
"${1:my \\$DestinationTime = \\$TimeObject->DestinationTime(",
" StartTime => \\$Created,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.TimeObject.DestinationTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.MailTimeStamp.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.MailTimeStamp.code-snippets
index 2a6fadb1..e0f2da49 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.MailTimeStamp.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.MailTimeStamp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.MailTimeStamp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.MailTimeStamp": {
"body": [
"${1:my \\$MailTimeStamp = \\$TimeObject->MailTimeStamp();}",
],
"prefix": "znuny.TimeObject.MailTimeStamp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.ServerLocalTimeOffsetSeconds.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.ServerLocalTimeOffsetSeconds.code-snippets
index 7eea8f4b..6a7228f4 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.ServerLocalTimeOffsetSeconds.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.ServerLocalTimeOffsetSeconds.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.ServerLocalTimeOffsetSeconds": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.ServerLocalTimeOffsetSeconds": {
"body": [
"${1:my \\$ServerLocalTimeOffsetSeconds = \\$TimeObject->ServerLocalTimeOffsetSeconds(",
" SystemTime => \\$SystemTime, # optional, otherwise call time()",
");}",
],
"prefix": "znuny.TimeObject.ServerLocalTimeOffsetSeconds",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime.code-snippets
index 528a6201..13100700 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.SystemTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.SystemTime": {
"body": [
"${1:my \\$SystemTime = \\$TimeObject->SystemTime();}",
],
"prefix": "znuny.TimeObject.SystemTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2Date.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2Date.code-snippets
index c2e751f3..cf821c34 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2Date.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2Date.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.SystemTime2Date": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.SystemTime2Date": {
"body": [
"${1:my (\\$Sec, \\$Min, \\$Hour, \\$Day, \\$Month, \\$Year, \\$WeekDay) = \\$TimeObject->SystemTime2Date(",
" SystemTime => \\$TimeObject->SystemTime(),",
");}",
],
"prefix": "znuny.TimeObject.SystemTime2Date",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2TimeStamp.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2TimeStamp.code-snippets
index ed120fa8..fc84deca 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2TimeStamp.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.SystemTime2TimeStamp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.SystemTime2TimeStamp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.SystemTime2TimeStamp": {
"body": [
"${1:my \\$TimeStamp = \\$TimeObject->SystemTime2TimeStamp(",
" SystemTime => \\$SystemTime,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.TimeObject.SystemTime2TimeStamp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.TimeStamp2SystemTime.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.TimeStamp2SystemTime.code-snippets
index 39583fa2..6e2a6eaf 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.TimeStamp2SystemTime.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.TimeStamp2SystemTime.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.TimeStamp2SystemTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.TimeStamp2SystemTime": {
"body": [
"${1:my \\$SystemTime = \\$TimeObject->TimeStamp2SystemTime(",
" String => '2004-08-14 22:45:00',",
");}",
],
"prefix": "znuny.TimeObject.TimeStamp2SystemTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.VacationCheck.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.VacationCheck.code-snippets
index 0c951b09..43c36fb7 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.VacationCheck.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.VacationCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.VacationCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.VacationCheck": {
"body": [
"${1:\\$TimeObject->VacationCheck(",
" Year => 2005,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TimeObject.VacationCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TimeObject/znuny.TimeObject.WorkingTime.code-snippets b/snippets/Functions/TimeObject/znuny.TimeObject.WorkingTime.code-snippets
index f77a2baf..ce5e6b2a 100644
--- a/snippets/Functions/TimeObject/znuny.TimeObject.WorkingTime.code-snippets
+++ b/snippets/Functions/TimeObject/znuny.TimeObject.WorkingTime.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TimeObject.WorkingTime": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TimeObject.WorkingTime": {
"body": [
"${1:my \\$WorkingTime = \\$TimeObject->WorkingTime(",
" StartTime => \\$Created,",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.TimeObject.WorkingTime",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionGet.code-snippets b/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionGet.code-snippets
index 7f86ee49..431eb123 100644
--- a/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionGet.code-snippets
+++ b/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TransitionActionObject.TransitionActionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TransitionActionObject.TransitionActionGet": {
"body": [
"${1:my \\$TransitionAction = \\$TransitionActionObject->TransitionActionGet(",
" TransitionActionEntityID => \\$TransitionActionEntityID,",
");}",
],
"prefix": "znuny.TransitionActionObject.TransitionActionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionList.code-snippets b/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionList.code-snippets
index fe779c04..d8a07e4e 100644
--- a/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionList.code-snippets
+++ b/snippets/Functions/TransitionActionObject/znuny.TransitionActionObject.TransitionActionList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TransitionActionObject.TransitionActionList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TransitionActionObject.TransitionActionList": {
"body": [
"${1:my \\$TransitionActionList = \\$TransitionActionObject->TransitionActionList(",
" TransitionActionEntityID => [\\$TransitionActionEntityID,],",
");}",
],
"prefix": "znuny.TransitionActionObject.TransitionActionList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionCheck.code-snippets b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionCheck.code-snippets
index fba22e36..e7b0c085 100644
--- a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionCheck.code-snippets
+++ b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TransitionObject.TransitionCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TransitionObject.TransitionCheck": {
"body": [
"${1:my \\$TransitionCheck = \\$TransitionObject->TransitionCheck(",
" TransitionEntityID => \\$TransitionEntityID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.TransitionObject.TransitionCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionGet.code-snippets b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionGet.code-snippets
index a58bc81f..41a00512 100644
--- a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionGet.code-snippets
+++ b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TransitionObject.TransitionGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TransitionObject.TransitionGet": {
"body": [
"${1:my \\$Transition = \\$TransitionObject->TransitionGet(",
" TransitionEntityID => \\$TransitionEntityID,",
");}",
],
"prefix": "znuny.TransitionObject.TransitionGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeList.code-snippets b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeList.code-snippets
index 9d86d271..c249b9bd 100644
--- a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeList.code-snippets
+++ b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.TransitionObject.TransitionValidationTypeList": {
+ "6.4|6.5|7.0|7.1 - znuny.TransitionObject.TransitionValidationTypeList": {
"body": [
"${1:my %TransitionValidationTypeList = \\$TransitionObject->TransitionValidationTypeList();}",
"${2:my %TransitionValidationTypeList = TransitionValidationTypeList(",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TransitionObject.TransitionValidationTypeList",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeListGet.code-snippets b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeListGet.code-snippets
index 715d2e37..1a19f0c5 100644
--- a/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeListGet.code-snippets
+++ b/snippets/Functions/TransitionObject/znuny.TransitionObject.TransitionValidationTypeListGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.TransitionObject.TransitionValidationTypeListGet": {
+ "6.4|6.5|7.0|7.1 - znuny.TransitionObject.TransitionValidationTypeListGet": {
"body": [
"${1:my %TransitionValidationTypeListGet = \\$TransitionObject->TransitionValidationTypeListGet();}",
],
"prefix": "znuny.TransitionObject.TransitionValidationTypeListGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.NameExistsCheck.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.NameExistsCheck.code-snippets
index e4b69758..79ef6cf2 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.NameExistsCheck.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.NameExistsCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.NameExistsCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.NameExistsCheck": {
"body": [
"${1:\\$Exist = \\$TypeObject->NameExistsCheck(",
" Name => 'Some::Template',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.TypeObject.NameExistsCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.TypeAdd.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.TypeAdd.code-snippets
index 0d2f5e5d..af2ee974 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.TypeAdd.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.TypeAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.TypeAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.TypeAdd": {
"body": [
"${1:my \\$ID = \\$TypeObject->TypeAdd(",
" Name => 'New Type',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.TypeObject.TypeAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.TypeGet.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.TypeGet.code-snippets
index 99006cff..ee6b114a 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.TypeGet.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.TypeGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.TypeGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.TypeGet": {
"body": [
"${1:my %Type = \\$TypeObject->TypeGet(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TypeObject.TypeGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.TypeList.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.TypeList.code-snippets
index dd19603f..b651cdc0 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.TypeList.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.TypeList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.TypeList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.TypeList": {
"body": [
"${1:my %List = \\$TypeObject->TypeList(",
" Valid => 0,",
@@ -7,7 +7,7 @@
"${2:my %List = \\$TypeObject->TypeList();}",
],
"prefix": "znuny.TypeObject.TypeList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.TypeLookup.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.TypeLookup.code-snippets
index 901d7dc1..1b18b82e 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.TypeLookup.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.TypeLookup.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.TypeLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.TypeLookup": {
"body": [
"${1:my \\$Type = \\$TypeObject->TypeLookup( TypeID => \\$TypeID );}",
"${2:my \\$TypeID = \\$TypeObject->TypeLookup( Type => \\$Type );}",
],
"prefix": "znuny.TypeObject.TypeLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/TypeObject/znuny.TypeObject.TypeUpdate.code-snippets b/snippets/Functions/TypeObject/znuny.TypeObject.TypeUpdate.code-snippets
index 3aa773d2..04c872b5 100644
--- a/snippets/Functions/TypeObject/znuny.TypeObject.TypeUpdate.code-snippets
+++ b/snippets/Functions/TypeObject/znuny.TypeObject.TypeUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.TypeObject.TypeUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.TypeObject.TypeUpdate": {
"body": [
"${1:\\$TypeObject->TypeUpdate(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.TypeObject.TypeUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailGet.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailGet.code-snippets
index 65bb91a0..03f77087 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailGet.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.EmailGet": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.EmailGet": {
"body": [
"${1:my @Emails = \\$UnitTestEmailObject->EmailGet();}",
],
"prefix": "znuny.UnitTestEmailObject.EmailGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailSentCount.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailSentCount.code-snippets
index 623c1e98..20c32681 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailSentCount.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailSentCount.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.EmailSentCount": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.EmailSentCount": {
"body": [
"${1:\\$UnitTestEmailObject->EmailSentCount(",
" UnitTestObject => \\$Self,",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.UnitTestEmailObject.EmailSentCount",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailValidate.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailValidate.code-snippets
index 98558956..cbb1e909 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailValidate.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.EmailValidate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.EmailValidate": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.EmailValidate": {
"body": [
"${1:my \\$Success = \\$UnitTestEmailObject->EmailValidate(",
" UnitTestObject => \\$Self,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.UnitTestEmailObject.EmailValidate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailBackendSetup.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailBackendSetup.code-snippets
index 0251bdd5..3a58c358 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailBackendSetup.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailBackendSetup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.MailBackendSetup": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.MailBackendSetup": {
"body": [
"${1:my \\$Success = \\$UnitTestEmailObject->MailBackendSetup();}",
],
"prefix": "znuny.UnitTestEmailObject.MailBackendSetup",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailCleanup.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailCleanup.code-snippets
index bd85edcf..583a9972 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailCleanup.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailCleanup.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.MailCleanup": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.MailCleanup": {
"body": [
"${1:my \\$Success = \\$UnitTestEmailObject->MailCleanup();}",
],
"prefix": "znuny.UnitTestEmailObject.MailCleanup",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailObjectDiscard.code-snippets b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailObjectDiscard.code-snippets
index a7e1c9d9..89310126 100644
--- a/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailObjectDiscard.code-snippets
+++ b/snippets/Functions/UnitTestEmailObject/znuny.UnitTestEmailObject.MailObjectDiscard.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestEmailObject.MailObjectDiscard": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestEmailObject.MailObjectDiscard": {
"body": [
"${1:my \\$Success = \\$UnitTestEmailObject->MailObjectDiscard();}",
],
"prefix": "znuny.UnitTestEmailObject.MailObjectDiscard",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestITSMConfigItemObject/znuny.UnitTestITSMConfigItemObject.ConfigItemCreate.code-snippets b/snippets/Functions/UnitTestITSMConfigItemObject/znuny.UnitTestITSMConfigItemObject.ConfigItemCreate.code-snippets
index 9477b311..aee3badb 100644
--- a/snippets/Functions/UnitTestITSMConfigItemObject/znuny.UnitTestITSMConfigItemObject.ConfigItemCreate.code-snippets
+++ b/snippets/Functions/UnitTestITSMConfigItemObject/znuny.UnitTestITSMConfigItemObject.ConfigItemCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestITSMConfigItemObject.ConfigItemCreate": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestITSMConfigItemObject.ConfigItemCreate": {
"body": [
"${1:my \\$VersionRef = \\$UnitTestITSMConfigItemObject->ConfigItemCreate(",
" Name => 'Znuny Rack 42',",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.UnitTestITSMConfigItemObject.ConfigItemCreate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.AttachSeleniumScreenshot.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.AttachSeleniumScreenshot.code-snippets
index f0658bd3..5db57686 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.AttachSeleniumScreenshot.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.AttachSeleniumScreenshot.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UnitTestObject.AttachSeleniumScreenshot": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UnitTestObject.AttachSeleniumScreenshot": {
"body": [
"${1:\\$Self->AttachSeleniumScreenshot(",
" Filename => \\$Filename,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UnitTestObject.AttachSeleniumScreenshot",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.False.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.False.code-snippets
index b7facb2a..20c41bf3 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.False.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.False.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestObject.False": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestObject.False": {
"body": [
"${1:\\$Self->False(",
" \\$TestValue,",
@@ -9,7 +9,7 @@
"${3:\\$Self->False(1, 'Test Name');}",
],
"prefix": "znuny.UnitTestObject.False",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Is.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Is.code-snippets
index 356eb6b9..3861652c 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Is.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Is.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UnitTestObject.Is": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UnitTestObject.Is": {
"body": [
"${1:\\$Self->Is(",
" \\$ValueFromFunction, # test data",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.UnitTestObject.Is",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsDeeply.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsDeeply.code-snippets
index 1dd25507..3a651e92 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsDeeply.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsDeeply.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UnitTestObject.IsDeeply": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UnitTestObject.IsDeeply": {
"body": [
"${1:\\$Self->IsDeeply(",
" \\%ResultHash, # test data",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.UnitTestObject.IsDeeply",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNot.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNot.code-snippets
index 16487ac7..2f7de1c6 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNot.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNot.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestObject.IsNot": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestObject.IsNot": {
"body": [
"${1:\\$Self->IsNot(",
" \\$ValueFromFunction, # test data",
@@ -9,7 +9,7 @@
"${2:\\$Self->IsNot(\\$A, \\$B, 'Test Name');}",
],
"prefix": "znuny.UnitTestObject.IsNot",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNotDeeply.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNotDeeply.code-snippets
index a9e3a6f0..7366815f 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNotDeeply.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.IsNotDeeply.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestObject.IsNotDeeply": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestObject.IsNotDeeply": {
"body": [
"${1:\\$Self->IsNotDeeply(",
" \\%ResultHash, # test data",
@@ -9,7 +9,7 @@
"${2:\\$Self->IsNotDeeply(\\$ParamA, \\$ParamB, 'Test Name');}",
],
"prefix": "znuny.UnitTestObject.IsNotDeeply",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Run.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Run.code-snippets
index 5ed53b4b..7d9596a1 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Run.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.Run.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UnitTestObject.Run": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UnitTestObject.Run": {
"body": [
"${1:\\$Self->Run(",
" Tests => ['JSON', 'User'], # optional, execute certain test files",
@@ -38,7 +38,7 @@
");}",
],
"prefix": "znuny.UnitTestObject.Run",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.True.code-snippets b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.True.code-snippets
index 8ae10429..938ea810 100644
--- a/snippets/Functions/UnitTestObject/znuny.UnitTestObject.True.code-snippets
+++ b/snippets/Functions/UnitTestObject/znuny.UnitTestObject.True.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UnitTestObject.True": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UnitTestObject.True": {
"body": [
"${1:\\$Self->True(",
" \\$TestValue,",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.UnitTestObject.True",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamSet.code-snippets b/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamSet.code-snippets
index e228cac6..ceb4fc08 100644
--- a/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamSet.code-snippets
+++ b/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestParamObject.ParamSet": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestParamObject.ParamSet": {
"body": [
"${1:my \\$Success = \\$UnitTestParamObject->ParamSet(",
" Name => 'Upload',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UnitTestParamObject.ParamSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamUploadSet.code-snippets b/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamUploadSet.code-snippets
index 0246954e..9ace4b1b 100644
--- a/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamUploadSet.code-snippets
+++ b/snippets/Functions/UnitTestParamObject/znuny.UnitTestParamObject.ParamUploadSet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestParamObject.ParamUploadSet": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestParamObject.ParamUploadSet": {
"body": [
"${1:my \\$Success = \\$UnitTestParamObject->ParamUploadSet(",
" Name => 'Upload',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UnitTestParamObject.ParamUploadSet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CheckCount.code-snippets b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CheckCount.code-snippets
index 8b6add11..2195ce6f 100644
--- a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CheckCount.code-snippets
+++ b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CheckCount.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestSchedulerObject.CheckCount": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestSchedulerObject.CheckCount": {
"body": [
"${1:my \\$Success = \\$UnitTestSchedulerObject->CheckCount(",
" UnitTestObject => \\$Self,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.UnitTestSchedulerObject.CheckCount",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CleanUp.code-snippets b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CleanUp.code-snippets
index 34216744..03005773 100644
--- a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CleanUp.code-snippets
+++ b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.CleanUp.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestSchedulerObject.CleanUp": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestSchedulerObject.CleanUp": {
"body": [
"${1:my \\$Success = \\$UnitTestSchedulerObject->CleanUp(",
" Type => 'AsynchronousExecutor', # optional",
");}",
],
"prefix": "znuny.UnitTestSchedulerObject.CleanUp",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.Execute.code-snippets b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.Execute.code-snippets
index 5b7ed413..90c29f1f 100644
--- a/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.Execute.code-snippets
+++ b/snippets/Functions/UnitTestSchedulerObject/znuny.UnitTestSchedulerObject.Execute.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestSchedulerObject.Execute": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestSchedulerObject.Execute": {
"body": [
"${1:my \\$Success = \\$UnitTestSchedulerObject->Execute(",
" Type => 'AsynchronousExecutor', # optional",
");}",
],
"prefix": "znuny.UnitTestSchedulerObject.Execute",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastRequestGet.code-snippets b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastRequestGet.code-snippets
index 9c8fe7b7..cb1a60e2 100644
--- a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastRequestGet.code-snippets
+++ b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastRequestGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebUserAgentObject.LastRequestGet": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebUserAgentObject.LastRequestGet": {
"body": [
"${1:my %Request = \\$UnitTestWebUserAgentObject->LastRequestGet();}",
],
"prefix": "znuny.UnitTestWebUserAgentObject.LastRequestGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastResponseGet.code-snippets b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastResponseGet.code-snippets
index c68e0c25..1279fa0b 100644
--- a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastResponseGet.code-snippets
+++ b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.LastResponseGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebUserAgentObject.LastResponseGet": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebUserAgentObject.LastResponseGet": {
"body": [
"${1:my %Response = \\$UnitTestWebUserAgentObject->LastResponseGet();}",
],
"prefix": "znuny.UnitTestWebUserAgentObject.LastResponseGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Mock.code-snippets b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Mock.code-snippets
index 61a1926e..4570beb3 100644
--- a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Mock.code-snippets
+++ b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Mock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebUserAgentObject.Mock": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebUserAgentObject.Mock": {
"body": [
"${1:my \\$Success = \\$UnitTestWebUserAgentObject->Mock(",
" URL => qr/testserver\/success/,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.UnitTestWebUserAgentObject.Mock",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Reset.code-snippets b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Reset.code-snippets
index d6636217..85cd734f 100644
--- a/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Reset.code-snippets
+++ b/snippets/Functions/UnitTestWebUserAgentObject/znuny.UnitTestWebUserAgentObject.Reset.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebUserAgentObject.Reset": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebUserAgentObject.Reset": {
"body": [
"${1:my \\$Success = \\$UnitTestWebUserAgentObject->Reset();}",
],
"prefix": "znuny.UnitTestWebUserAgentObject.Reset",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject.code-snippets
index 6135d91e..17e46d9e 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject": {
"body": [
"${1:my \\$MappingObject = \\$UnitTestWebserviceObject->CreateGenericInterfaceMappingObject(",
" UnitTestObject => \\$Self,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.CreateGenericInterfaceMappingObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.InvokerFunctionCall.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.InvokerFunctionCall.code-snippets
index 20e13396..c91fb0a5 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.InvokerFunctionCall.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.InvokerFunctionCall.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.InvokerFunctionCall": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.InvokerFunctionCall": {
"body": [
"${1:my \\$Success = \\$UnitTestWebserviceObject->InvokerFunctionCall(",
" Webservice => 'webservice-name',",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.InvokerFunctionCall",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Mock.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Mock.code-snippets
index 092e2b68..d0add38f 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Mock.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Mock.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.Mock": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.Mock": {
"body": [
"${1:my \\$Result = \\$UnitTestWebserviceObject->Mock(",
" InvokerName123 => [",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.Mock",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.MockFromFile.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.MockFromFile.code-snippets
index 6a55b59a..c6a3448a 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.MockFromFile.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.MockFromFile.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.MockFromFile": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.MockFromFile": {
"body": [
"${1:\\$UnitTestWebserviceObject->MockFromFile(",
" Location => \\$ConfigObject->Get('Home') . \\"/misc/mocks/WebserviceName/SomeInvoker.json\\";",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.MockFromFile",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.OperationFunctionCall.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.OperationFunctionCall.code-snippets
index c446d782..c15ebb5d 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.OperationFunctionCall.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.OperationFunctionCall.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.OperationFunctionCall": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.OperationFunctionCall": {
"body": [
"${1:my \\$Success = \\$UnitTestWebserviceObject->OperationFunctionCall(",
" Webservice => 'webservice-name',",
@@ -22,7 +22,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.OperationFunctionCall",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Process.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Process.code-snippets
index 3f7e6512..8294ded2 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Process.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Process.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.Process": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.Process": {
"body": [
"${1:my \\$Response = \\$UnitTestWebserviceObject->Process(",
" UnitTestObject => \\$Self,",
@@ -19,7 +19,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.Process",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Result.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Result.code-snippets
index a270ad50..29bfd1ef 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Result.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.Result.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.Result": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.Result": {
"body": [
"${1:my \\$Result = \\$UnitTestWebserviceObject->Result();}",
],
"prefix": "znuny.UnitTestWebserviceObject.Result",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerCleanUp.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerCleanUp.code-snippets
index f134e4b3..62bc3b12 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerCleanUp.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerCleanUp.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.SchedulerCleanUp": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.SchedulerCleanUp": {
"body": [
"${1:my \\$Success = \\$UnitTestWebserviceObject->SchedulerCleanUp(",
" UnitTestObject => \\$Self,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.SchedulerCleanUp",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerRunAll.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerRunAll.code-snippets
index ad4841db..88f2f170 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerRunAll.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.SchedulerRunAll.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.SchedulerRunAll": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.SchedulerRunAll": {
"body": [
"${1:my \\$Success = \\$UnitTestWebserviceObject->SchedulerRunAll(",
" UnitTestObject => \\$Self,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.SchedulerRunAll",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.ValidateResult.code-snippets b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.ValidateResult.code-snippets
index 5e3251f6..8d0ded6b 100644
--- a/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.ValidateResult.code-snippets
+++ b/snippets/Functions/UnitTestWebserviceObject/znuny.UnitTestWebserviceObject.ValidateResult.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UnitTestWebserviceObject.ValidateResult": {
+ "6.4|6.5|7.0|7.1 - znuny.UnitTestWebserviceObject.ValidateResult": {
"body": [
"${1:my \\$Result = \\$UnitTestWebserviceObject->ValidateResult(",
" UnitTestObject => \\$Self,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UnitTestWebserviceObject.ValidateResult",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.GenerateRandomPassword.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.GenerateRandomPassword.code-snippets
index cb7a5154..f81e31fb 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.GenerateRandomPassword.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.GenerateRandomPassword.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.GenerateRandomPassword": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.GenerateRandomPassword": {
"body": [
"${1:my \\$Password = \\$UserObject->GenerateRandomPassword(",
" Size => 16,",
@@ -7,7 +7,7 @@
"${2:my \\$Password = \\$UserObject->GenerateRandomPassword();}",
],
"prefix": "znuny.UserObject.GenerateRandomPassword",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.GetPreferences.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.GetPreferences.code-snippets
index 6e4686b5..2f7834e5 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.GetPreferences.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.GetPreferences.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.GetPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.GetPreferences": {
"body": [
"${1:my %Preferences = \\$UserObject->GetPreferences(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.UserObject.GetPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.GetUserData.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.GetUserData.code-snippets
index 8ea8153a..d58b3e62 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.GetUserData.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.GetUserData.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.GetUserData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.GetUserData": {
"body": [
"${1:my %User = \\$UserObject->GetUserData(",
" User => 'franz',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.UserObject.GetUserData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.SearchPreferences.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.SearchPreferences.code-snippets
index ce15252a..d09cdad6 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.SearchPreferences.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.SearchPreferences.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.SearchPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.SearchPreferences": {
"body": [
"${1:my %UserList = \\$UserObject->SearchPreferences(",
" Key => 'UserEmail',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UserObject.SearchPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.SetPassword.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.SetPassword.code-snippets
index 551ac145..cdd27933 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.SetPassword.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.SetPassword.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.SetPassword": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.SetPassword": {
"body": [
"${1:\\$UserObject->SetPassword(",
" UserLogin => 'some-login',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UserObject.SetPassword",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.SetPreferences.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.SetPreferences.code-snippets
index d9db0a72..1651351a 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.SetPreferences.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.SetPreferences.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.SetPreferences": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.SetPreferences": {
"body": [
"${1:\\$UserObject->SetPreferences(",
" Key => 'UserComment',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.UserObject.SetPreferences",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.TokenCheck.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.TokenCheck.code-snippets
index 68c21adc..235bc3ad 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.TokenCheck.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.TokenCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.TokenCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.TokenCheck": {
"body": [
"${1:my \\$Valid = \\$UserObject->TokenCheck(",
" Token => \\$Token,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UserObject.TokenCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.TokenGenerate.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.TokenGenerate.code-snippets
index 891929a3..abd21d6f 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.TokenGenerate.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.TokenGenerate.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.TokenGenerate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.TokenGenerate": {
"body": [
"${1:my \\$Token = \\$UserObject->TokenGenerate(",
" UserID => \\$UserID,",
");}",
],
"prefix": "znuny.UserObject.TokenGenerate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserAdd.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserAdd.code-snippets
index 1262104f..51adf49d 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserAdd.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserAdd": {
"body": [
"${1:my \\$UserID = \\$UserObject->UserAdd(",
" UserFirstname => 'Huber',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.UserObject.UserAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserList.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserList.code-snippets
index 80b07244..7e09e835 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserList.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserList": {
"body": [
"${1:my %List = \\$UserObject->UserList(",
" Type => 'Short', # Short|Long, default Short",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.UserObject.UserList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserLoginExistsCheck.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserLoginExistsCheck.code-snippets
index c008944e..afa5b5cb 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserLoginExistsCheck.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserLoginExistsCheck.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserLoginExistsCheck": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserLoginExistsCheck": {
"body": [
"${1:\\$Exist = \\$UserObject->UserLoginExistsCheck(",
" UserLogin => 'Some::UserLogin',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.UserObject.UserLoginExistsCheck",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserLookup.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserLookup.code-snippets
index 843ff8f4..dbd74d1f 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserLookup.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserLookup": {
"body": [
"${1:my \\$UserID = \\$UserObject->UserLookup(",
" UserLogin => 'some_user_login',",
@@ -11,7 +11,7 @@
");}",
],
"prefix": "znuny.UserObject.UserLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserName.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserName.code-snippets
index 46cb341b..ee5f70da 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserName.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserName.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserName": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserName": {
"body": [
"${1:my \\$Name = \\$UserObject->UserName(",
" User => 'some-login',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.UserObject.UserName",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserSearch.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserSearch.code-snippets
index 80b68697..12d7bc54 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserSearch.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserSearch": {
"body": [
"${1:my %List = \\$UserObject->UserSearch(",
" PostMasterSearch => 'email@example.com',",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.UserObject.UserSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UserObject/znuny.UserObject.UserUpdate.code-snippets b/snippets/Functions/UserObject/znuny.UserObject.UserUpdate.code-snippets
index c19bd62b..62e641e0 100644
--- a/snippets/Functions/UserObject/znuny.UserObject.UserUpdate.code-snippets
+++ b/snippets/Functions/UserObject/znuny.UserObject.UserUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.UserObject.UserUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.UserObject.UserUpdate": {
"body": [
"${1:\\$UserObject->UserUpdate(",
" UserID => \\$UserID,",
@@ -14,7 +14,7 @@
");}",
],
"prefix": "znuny.UserObject.UserUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.Base64DeepEncode.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.Base64DeepEncode.code-snippets
index cd3f5578..e7fce29d 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.Base64DeepEncode.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.Base64DeepEncode.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UtilObject.Base64DeepEncode": {
+ "6.4|6.5|7.0|7.1 - znuny.UtilObject.Base64DeepEncode": {
"body": [
"${1:my \\$Base64EncodedData = \\$UtilObject->Base64DeepEncode(",
" # Data can be a scalar, hash or array",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.UtilObject.Base64DeepEncode",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.DataStructureRemoveElements.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.DataStructureRemoveElements.code-snippets
index c09eba16..293d90bf 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.DataStructureRemoveElements.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.DataStructureRemoveElements.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.UtilObject.DataStructureRemoveElements": {
+ "6.4|6.5|7.0|7.1 - znuny.UtilObject.DataStructureRemoveElements": {
"body": [
"${1:my \\$Data = \\$UtilObject->DataStructureRemoveElements(",
" # Data can be a scalar, hash or array",
@@ -21,7 +21,7 @@
");}",
],
"prefix": "znuny.UtilObject.DataStructureRemoveElements",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.GetInstalledDBCRUDObjects.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.GetInstalledDBCRUDObjects.code-snippets
index 5a793671..118333aa 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.GetInstalledDBCRUDObjects.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.GetInstalledDBCRUDObjects.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UtilObject.GetInstalledDBCRUDObjects": {
+ "6.4|6.5|7.0|7.1 - znuny.UtilObject.GetInstalledDBCRUDObjects": {
"body": [
"${1:my \\$DBCRUDObjects = \\$UtilObject->GetInstalledDBCRUDObjects();}",
],
"prefix": "znuny.UtilObject.GetInstalledDBCRUDObjects",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.IsFrontendContext.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.IsFrontendContext.code-snippets
index df6660b5..9ca2e4da 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.IsFrontendContext.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.IsFrontendContext.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UtilObject.IsFrontendContext": {
+ "6.4|6.5|7.0|7.1 - znuny.UtilObject.IsFrontendContext": {
"body": [
"${1:my \\$IsFrontendContext = \\$UtilObject->IsFrontendContext();}",
],
"prefix": "znuny.UtilObject.IsFrontendContext",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMIncidentProblemManagementInstalled.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMIncidentProblemManagementInstalled.code-snippets
index cf6e81a7..fe799426 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMIncidentProblemManagementInstalled.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMIncidentProblemManagementInstalled.code-snippets
@@ -1,10 +1,10 @@
{
- "6.5|7.0 - znuny.UtilObject.IsITSMIncidentProblemManagementInstalled": {
+ "6.5|7.0|7.1 - znuny.UtilObject.IsITSMIncidentProblemManagementInstalled": {
"body": [
"${1:my \\$IsITSMIncidentProblemManagementInstalled = \\$UtilObject->IsITSMIncidentProblemManagementInstalled();}",
],
"prefix": "znuny.UtilObject.IsITSMIncidentProblemManagementInstalled",
- "description": "6.5|7.0",
+ "description": "6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMInstalled.code-snippets b/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMInstalled.code-snippets
index 76241f2c..62ac942a 100644
--- a/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMInstalled.code-snippets
+++ b/snippets/Functions/UtilObject/znuny.UtilObject.IsITSMInstalled.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.UtilObject.IsITSMInstalled": {
+ "6.4|6.5|7.0|7.1 - znuny.UtilObject.IsITSMInstalled": {
"body": [
"${1:my \\$IsITSMInstalled = \\$UtilObject->IsITSMInstalled();}",
],
"prefix": "znuny.UtilObject.IsITSMInstalled",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ValidObject/znuny.ValidObject.ValidIDsGet.code-snippets b/snippets/Functions/ValidObject/znuny.ValidObject.ValidIDsGet.code-snippets
index d6229249..fc2001e9 100644
--- a/snippets/Functions/ValidObject/znuny.ValidObject.ValidIDsGet.code-snippets
+++ b/snippets/Functions/ValidObject/znuny.ValidObject.ValidIDsGet.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ValidObject.ValidIDsGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ValidObject.ValidIDsGet": {
"body": [
"${1:my @List = \\$ValidObject->ValidIDsGet();}",
],
"prefix": "znuny.ValidObject.ValidIDsGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ValidObject/znuny.ValidObject.ValidList.code-snippets b/snippets/Functions/ValidObject/znuny.ValidObject.ValidList.code-snippets
index be76da64..d125b950 100644
--- a/snippets/Functions/ValidObject/znuny.ValidObject.ValidList.code-snippets
+++ b/snippets/Functions/ValidObject/znuny.ValidObject.ValidList.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ValidObject.ValidList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ValidObject.ValidList": {
"body": [
"${1:my %List = \\$ValidObject->ValidList();}",
],
"prefix": "znuny.ValidObject.ValidList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ValidObject/znuny.ValidObject.ValidLookup.code-snippets b/snippets/Functions/ValidObject/znuny.ValidObject.ValidLookup.code-snippets
index fa6fb442..e93aa640 100644
--- a/snippets/Functions/ValidObject/znuny.ValidObject.ValidLookup.code-snippets
+++ b/snippets/Functions/ValidObject/znuny.ValidObject.ValidLookup.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ValidObject.ValidLookup": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ValidObject.ValidLookup": {
"body": [
"${1:my \\$Valid = \\$ValidObject->ValidLookup(",
" ValidID => \\$ValidID,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.ValidObject.ValidLookup",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Delete.code-snippets b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Delete.code-snippets
index 42764e5e..a74688ac 100644
--- a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Delete.code-snippets
+++ b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Delete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.VirtualFSObject.Delete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.VirtualFSObject.Delete": {
"body": [
"${1:my \\$Success = \\$VirtualFSObject->Delete(",
" Filename => '/Object/SomeFileName.txt',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.VirtualFSObject.Delete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Find.code-snippets b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Find.code-snippets
index e0c02373..3add821a 100644
--- a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Find.code-snippets
+++ b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Find.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.VirtualFSObject.Find": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.VirtualFSObject.Find": {
"body": [
"${1:my @List = \\$VirtualFSObject->Find(",
" Filename => '/Object/some_what/*.txt',",
@@ -17,7 +17,7 @@
");}",
],
"prefix": "znuny.VirtualFSObject.Find",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Read.code-snippets b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Read.code-snippets
index 7ff0a939..f559b306 100644
--- a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Read.code-snippets
+++ b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Read.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.VirtualFSObject.Read": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.VirtualFSObject.Read": {
"body": [
"${1:my %File = \\$VirtualFSObject->Read(",
" Filename => '/Object/some/name.txt',",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.VirtualFSObject.Read",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Write.code-snippets b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Write.code-snippets
index 7620fd74..d85b8106 100644
--- a/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Write.code-snippets
+++ b/snippets/Functions/VirtualFSObject/znuny.VirtualFSObject.Write.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.VirtualFSObject.Write": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.VirtualFSObject.Write": {
"body": [
"${1:my \\$Success = \\$VirtualFSObject->Write(",
" Content => \\\\\\$Content,",
@@ -16,7 +16,7 @@
");}",
],
"prefix": "znuny.VirtualFSObject.Write",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDAddFile.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDAddFile.code-snippets
index 3f192f39..ec5049e3 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDAddFile.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDAddFile.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDAddFile": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDAddFile": {
"body": [
"${1:\\$WebUploadCacheObject->FormIDAddFile(",
" FormID => \\$FormID,",
@@ -18,7 +18,7 @@
");}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDAddFile",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCleanUp.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCleanUp.code-snippets
index 9694cef7..c48f0d82 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCleanUp.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCleanUp.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDCleanUp": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDCleanUp": {
"body": [
"${1:\\$WebUploadCacheObject->FormIDCleanUp();}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDCleanUp",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCreate.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCreate.code-snippets
index 7a35e924..f4bbab5f 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCreate.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDCreate.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDCreate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDCreate": {
"body": [
"${1:my \\$FormID = \\$WebUploadCacheObject->FormIDCreate();}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDCreate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesData.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesData.code-snippets
index 73648d82..05d847b9 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesData.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesData.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDGetAllFilesData": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDGetAllFilesData": {
"body": [
"${1:my @Data = \\$WebUploadCacheObject->FormIDGetAllFilesData(",
" FormID => \\$FormID,",
");}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDGetAllFilesData",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesMeta.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesMeta.code-snippets
index 39575e6f..a93c325c 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesMeta.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDGetAllFilesMeta.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDGetAllFilesMeta": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDGetAllFilesMeta": {
"body": [
"${1:my @Data = \\$WebUploadCacheObject->FormIDGetAllFilesMeta(",
" FormID => \\$FormID,",
");}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDGetAllFilesMeta",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemove.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemove.code-snippets
index a51e902c..0429d3dd 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemove.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemove.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDRemove": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDRemove": {
"body": [
"${1:\\$WebUploadCacheObject->FormIDRemove( FormID => \\$FormID );}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDRemove",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemoveFile.code-snippets b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemoveFile.code-snippets
index c9d87b76..28f951a7 100644
--- a/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemoveFile.code-snippets
+++ b/snippets/Functions/WebUploadCacheObject/znuny.WebUploadCacheObject.FormIDRemoveFile.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUploadCacheObject.FormIDRemoveFile": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUploadCacheObject.FormIDRemoveFile": {
"body": [
"${1:\\$WebUploadCacheObject->FormIDRemoveFile(",
" FormID => \\$FormID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.WebUploadCacheObject.FormIDRemoveFile",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebUserAgentObject/znuny.WebUserAgentObject.Request.code-snippets b/snippets/Functions/WebUserAgentObject/znuny.WebUserAgentObject.Request.code-snippets
index 69d21903..ad6ef51b 100644
--- a/snippets/Functions/WebUserAgentObject/znuny.WebUserAgentObject.Request.code-snippets
+++ b/snippets/Functions/WebUserAgentObject/znuny.WebUserAgentObject.Request.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebUserAgentObject.Request": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebUserAgentObject.Request": {
"body": [
"${1:my %Response = \\$WebUserAgentObject->Request(",
" URL => 'http://example.com/someurl',",
@@ -109,7 +109,7 @@
");}",
],
"prefix": "znuny.WebUserAgentObject.Request",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryAdd.code-snippets b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryAdd.code-snippets
index 6b2e2393..86882daf 100644
--- a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryAdd.code-snippets
+++ b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceHistoryObject.WebserviceHistoryAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceHistoryObject.WebserviceHistoryAdd": {
"body": [
"${1:my \\$ID = \\$WebserviceHistoryObject->WebserviceHistoryAdd(",
" WebserviceID => \\$WebserviceID,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.WebserviceHistoryObject.WebserviceHistoryAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryDelete.code-snippets b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryDelete.code-snippets
index d87534f7..250fc4a1 100644
--- a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryDelete.code-snippets
+++ b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceHistoryObject.WebserviceHistoryDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceHistoryObject.WebserviceHistoryDelete": {
"body": [
"${1:my \\$Success = \\$WebserviceHistoryObject->WebserviceHistoryDelete(",
" WebserviceID => \\$WebserviceID,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.WebserviceHistoryObject.WebserviceHistoryDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryGet.code-snippets b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryGet.code-snippets
index deeab0a1..fc20d243 100644
--- a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryGet.code-snippets
+++ b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceHistoryObject.WebserviceHistoryGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceHistoryObject.WebserviceHistoryGet": {
"body": [
"${1:my \\$WebserviceHistory = \\$WebserviceHistoryObject->WebserviceHistoryGet(",
" ID => 123,",
");}",
],
"prefix": "znuny.WebserviceHistoryObject.WebserviceHistoryGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryList.code-snippets b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryList.code-snippets
index e82509e6..4e959c81 100644
--- a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryList.code-snippets
+++ b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceHistoryObject.WebserviceHistoryList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceHistoryObject.WebserviceHistoryList": {
"body": [
"${1:my @List = \\$WebserviceHistoryObject->WebserviceHistoryList(",
" WebserviceID => \\$WebserviceID,",
");}",
],
"prefix": "znuny.WebserviceHistoryObject.WebserviceHistoryList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryUpdate.code-snippets b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryUpdate.code-snippets
index 7c9f1040..4c0f1b9c 100644
--- a/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryUpdate.code-snippets
+++ b/snippets/Functions/WebserviceHistoryObject/znuny.WebserviceHistoryObject.WebserviceHistoryUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceHistoryObject.WebserviceHistoryUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceHistoryObject.WebserviceHistoryUpdate": {
"body": [
"${1:my \\$Success = \\$WebserviceHistoryObject->WebserviceHistoryUpdate(",
" ID => 123,",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.WebserviceHistoryObject.WebserviceHistoryUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceAdd.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceAdd.code-snippets
index 129f7aef..6b773a6c 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceAdd.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceAdd": {
"body": [
"${1:my \\$ID = \\$WebserviceObject->WebserviceAdd(",
" Name => 'some name',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.WebserviceObject.WebserviceAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceConfigReplace.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceConfigReplace.code-snippets
index fd1a04f5..78d942c1 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceConfigReplace.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceConfigReplace.code-snippets
@@ -1,11 +1,11 @@
{
- "6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceConfigReplace": {
+ "6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceConfigReplace": {
"body": [
"${1:my \\$Data = '';",
"my \\$Result = \\$WebserviceObject->WebserviceConfigReplace(\\$Data);}",
],
"prefix": "znuny.WebserviceObject.WebserviceConfigReplace",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceDelete.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceDelete.code-snippets
index 8e72bcdf..f212834c 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceDelete.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceDelete": {
"body": [
"${1:my \\$Success = \\$WebserviceObject->WebserviceDelete(",
" ID => 123,",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.WebserviceObject.WebserviceDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceGet.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceGet.code-snippets
index f42aaa9f..7f1a338e 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceGet.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceGet": {
"body": [
"${1:my \\$Webservice = \\$WebserviceObject->WebserviceGet(",
" ID => 123, # ID or Name must be provided",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.WebserviceObject.WebserviceGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceList.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceList.code-snippets
index 75b573f3..d429e36d 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceList.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceList.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceList": {
"body": [
"${1:my \\$List = \\$WebserviceObject->WebserviceList(",
" Valid => 0, # optional, defaults to 1",
@@ -7,7 +7,7 @@
"${2:my \\$List = \\$WebserviceObject->WebserviceList();}",
],
"prefix": "znuny.WebserviceObject.WebserviceList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceUpdate.code-snippets b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceUpdate.code-snippets
index f26860c3..b1b54dba 100644
--- a/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceUpdate.code-snippets
+++ b/snippets/Functions/WebserviceObject/znuny.WebserviceObject.WebserviceUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.WebserviceObject.WebserviceUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.WebserviceObject.WebserviceUpdate": {
"body": [
"${1:my \\$Success = \\$WebserviceObject->WebserviceUpdate(",
" ID => 123,",
@@ -10,7 +10,7 @@
");}",
],
"prefix": "znuny.WebserviceObject.WebserviceUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.IsSupported.code-snippets b/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.IsSupported.code-snippets
index 1b427740..4e2e2a6d 100644
--- a/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.IsSupported.code-snippets
+++ b/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.IsSupported.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.X509CertificateObject.IsSupported": {
+ "6.4|6.5|7.0|7.1 - znuny.X509CertificateObject.IsSupported": {
"body": [
"${1:my \\$X509CertificateObjectIsSupported = \\$X509CertificateObject->IsSupported();}",
],
"prefix": "znuny.X509CertificateObject.IsSupported",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.Parse.code-snippets b/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.Parse.code-snippets
index e2686614..1428fa7b 100644
--- a/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.Parse.code-snippets
+++ b/snippets/Functions/X509CertificateObject/znuny.X509CertificateObject.Parse.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.X509CertificateObject.Parse": {
+ "6.4|6.5|7.0|7.1 - znuny.X509CertificateObject.Parse": {
"body": [
"${1:my \\$X509Certificate = \\$X509CertificateObject->Parse(",
"",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.X509CertificateObject.Parse",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2D.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2D.code-snippets
index 642a9fd7..6d177392 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2D.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2D.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHash2D": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHash2D": {
"body": [
"${1:my %Hash = \\$XMLObject->XMLHash2D( XMLHash => \\@XMLHash );}",
],
"prefix": "znuny.XMLObject.XMLHash2D",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2XML.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2XML.code-snippets
index 3efa5e3d..87ab331e 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2XML.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHash2XML.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHash2XML": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHash2XML": {
"body": [
"${1:my \\$XMLString = \\$XMLObject->XMLHash2XML(@XMLHash);}",
],
"prefix": "znuny.XMLObject.XMLHash2XML",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashAdd.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashAdd.code-snippets
index e6baa8b4..4de647ee 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashAdd.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashAdd.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashAdd": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashAdd": {
"body": [
"${1:my \\$AutoKey = \\$XMLObject->XMLHashAdd(",
" Type => 'SomeType',",
@@ -13,7 +13,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashAdd",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashDelete.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashDelete.code-snippets
index 5cc9e5ff..85fabb59 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashDelete.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashDelete.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashDelete": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashDelete": {
"body": [
"${1:\\$XMLObject->XMLHashDelete(",
" Type => 'SomeType',",
@@ -7,7 +7,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashDelete",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashGet.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashGet.code-snippets
index e287334b..3c70ccb4 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashGet.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashGet.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashGet": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashGet": {
"body": [
"${1:my @XMLHash = \\$XMLObject->XMLHashGet(",
" Type => 'SomeType',",
@@ -12,7 +12,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashGet",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashList.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashList.code-snippets
index ca7f54d2..65e72e5e 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashList.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashList.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashList": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashList": {
"body": [
"${1:my @Keys = \\$XMLObject->XMLHashList(",
" Type => 'SomeType',",
");}",
],
"prefix": "znuny.XMLObject.XMLHashList",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashMove.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashMove.code-snippets
index a881f297..b063c1bd 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashMove.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashMove.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashMove": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashMove": {
"body": [
"${1:\\$XMLObject->XMLHashMove(",
" OldType => 'SomeType',",
@@ -9,7 +9,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashMove",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashSearch.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashSearch.code-snippets
index c5d55a48..6ea8ace9 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashSearch.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashSearch.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashSearch": {
"body": [
"${1:my @Keys = \\$XMLObject->XMLHashSearch(",
" Type => 'SomeType',",
@@ -23,7 +23,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashUpdate.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashUpdate.code-snippets
index 0e92f63d..cf4eee6d 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashUpdate.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLHashUpdate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLHashUpdate": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLHashUpdate": {
"body": [
"${1:\\$XMLObject->XMLHashUpdate(",
" Type => 'SomeType',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.XMLObject.XMLHashUpdate",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse.code-snippets
index bbd7039f..bd69aa1a 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse.code-snippets
@@ -1,11 +1,11 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLParse": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLParse": {
"body": [
"${1:my @XMLStructure = \\$XMLObject->XMLParse( String => \\$FileString );}",
"${2:my @XMLStructure = \\$XMLObject->XMLParse( String => \\\\\\$FileStringScalar );}",
],
"prefix": "znuny.XMLObject.XMLParse",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse2XMLHash.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse2XMLHash.code-snippets
index f53b7e6c..621353f8 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse2XMLHash.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLParse2XMLHash.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLParse2XMLHash": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLParse2XMLHash": {
"body": [
"${1:my @XMLHash = \\$XMLObject->XMLParse2XMLHash( String => \\$FileString );}",
],
"prefix": "znuny.XMLObject.XMLParse2XMLHash",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/XMLObject/znuny.XMLObject.XMLStructure2XMLHash.code-snippets b/snippets/Functions/XMLObject/znuny.XMLObject.XMLStructure2XMLHash.code-snippets
index c893d2ff..ef71c50a 100644
--- a/snippets/Functions/XMLObject/znuny.XMLObject.XMLStructure2XMLHash.code-snippets
+++ b/snippets/Functions/XMLObject/znuny.XMLObject.XMLStructure2XMLHash.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.XMLObject.XMLStructure2XMLHash": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.XMLObject.XMLStructure2XMLHash": {
"body": [
"${1:my @XMLHash = \\$XMLObject->XMLStructure2XMLHash( XMLStructure => \\@XMLStructure );}",
],
"prefix": "znuny.XMLObject.XMLStructure2XMLHash",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/YAMLObject/znuny.YAMLObject.Dump.code-snippets b/snippets/Functions/YAMLObject/znuny.YAMLObject.Dump.code-snippets
index 8810c9fa..81da2a8f 100644
--- a/snippets/Functions/YAMLObject/znuny.YAMLObject.Dump.code-snippets
+++ b/snippets/Functions/YAMLObject/znuny.YAMLObject.Dump.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.YAMLObject.Dump": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.YAMLObject.Dump": {
"body": [
"${1:my \\$YAMLString = \\$YAMLObject->Dump(",
" Data => \\$Data,",
");}",
],
"prefix": "znuny.YAMLObject.Dump",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/YAMLObject/znuny.YAMLObject.Load.code-snippets b/snippets/Functions/YAMLObject/znuny.YAMLObject.Load.code-snippets
index 6c42a81a..0d8f5b31 100644
--- a/snippets/Functions/YAMLObject/znuny.YAMLObject.Load.code-snippets
+++ b/snippets/Functions/YAMLObject/znuny.YAMLObject.Load.code-snippets
@@ -1,12 +1,12 @@
{
- "6.0|6.4|6.5|7.0 - znuny.YAMLObject.Load": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.YAMLObject.Load": {
"body": [
"${1:my \\$PerlStructureScalar = \\$YAMLObject->Load(",
" Data => \\$YAMLString,",
");}",
],
"prefix": "znuny.YAMLObject.Load",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet.code-snippets b/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet.code-snippets
index 422f55a7..fdccab47 100644
--- a/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet.code-snippets
+++ b/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet.code-snippets
@@ -1,12 +1,12 @@
{
- "6.4|6.5|7.0 - znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet": {
+ "6.4|6.5|7.0|7.1 - znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet": {
"body": [
"${1:my \\$FieldOrder = \\$ZnunyHelperObject->DynamicFieldFieldOrderAfterFieldGet(",
" Name => 'TestDynamicField1',",
");}",
],
"prefix": "znuny.ZnunyHelperObject.DynamicFieldFieldOrderAfterFieldGet",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldValueCreate.code-snippets b/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldValueCreate.code-snippets
index 8708fb65..499cbb83 100644
--- a/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldValueCreate.code-snippets
+++ b/snippets/Functions/ZnunyHelperObject/znuny.ZnunyHelperObject.DynamicFieldValueCreate.code-snippets
@@ -1,5 +1,5 @@
{
- "6.4|6.5|7.0 - znuny.ZnunyHelperObject.DynamicFieldValueCreate": {
+ "6.4|6.5|7.0|7.1 - znuny.ZnunyHelperObject.DynamicFieldValueCreate": {
"body": [
"${1:my \\$Success = \\$ZnunyHelperObject->DynamicFieldValueCreate(",
" Name => 'DynamicFieldName',",
@@ -8,7 +8,7 @@
");}",
],
"prefix": "znuny.ZnunyHelperObject.DynamicFieldValueCreate",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketActionCommon.code-snippets b/snippets/Modules/znuny.Module.AgentTicketActionCommon.code-snippets
index dd10c799..5343d003 100644
--- a/snippets/Modules/znuny.Module.AgentTicketActionCommon.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketActionCommon.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketActionCommon": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketActionCommon": {
"body": [
"AgentTicketActionCommon",
],
"prefix": "AgentTicketActionCommon",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketArticleContent.code-snippets b/snippets/Modules/znuny.Module.AgentTicketArticleContent.code-snippets
index b87e47e7..9e0cb7c3 100644
--- a/snippets/Modules/znuny.Module.AgentTicketArticleContent.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketArticleContent.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketArticleContent": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketArticleContent": {
"body": [
"AgentTicketArticleContent",
],
"prefix": "AgentTicketArticleContent",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketAttachment.code-snippets b/snippets/Modules/znuny.Module.AgentTicketAttachment.code-snippets
index c6e8cb9f..4b72dcd6 100644
--- a/snippets/Modules/znuny.Module.AgentTicketAttachment.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketAttachment.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketAttachment": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketAttachment": {
"body": [
"AgentTicketAttachment",
],
"prefix": "AgentTicketAttachment",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketBounce.code-snippets b/snippets/Modules/znuny.Module.AgentTicketBounce.code-snippets
index dd671c20..5fd3be15 100644
--- a/snippets/Modules/znuny.Module.AgentTicketBounce.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketBounce.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketBounce": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketBounce": {
"body": [
"AgentTicketBounce",
],
"prefix": "AgentTicketBounce",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketBulk.code-snippets b/snippets/Modules/znuny.Module.AgentTicketBulk.code-snippets
index 7d691282..970b3f99 100644
--- a/snippets/Modules/znuny.Module.AgentTicketBulk.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketBulk.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketBulk": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketBulk": {
"body": [
"AgentTicketBulk",
],
"prefix": "AgentTicketBulk",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketClose.code-snippets b/snippets/Modules/znuny.Module.AgentTicketClose.code-snippets
index 02b4d407..3c346465 100644
--- a/snippets/Modules/znuny.Module.AgentTicketClose.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketClose.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketClose": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketClose": {
"body": [
"AgentTicketClose",
],
"prefix": "AgentTicketClose",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketCompose.code-snippets b/snippets/Modules/znuny.Module.AgentTicketCompose.code-snippets
index 5a010898..c83a0b76 100644
--- a/snippets/Modules/znuny.Module.AgentTicketCompose.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketCompose.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketCompose": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketCompose": {
"body": [
"AgentTicketCompose",
],
"prefix": "AgentTicketCompose",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketCustomer.code-snippets b/snippets/Modules/znuny.Module.AgentTicketCustomer.code-snippets
index d15b5779..eacd20c1 100644
--- a/snippets/Modules/znuny.Module.AgentTicketCustomer.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketCustomer.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketCustomer": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketCustomer": {
"body": [
"AgentTicketCustomer",
],
"prefix": "AgentTicketCustomer",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketEmail.code-snippets b/snippets/Modules/znuny.Module.AgentTicketEmail.code-snippets
index fb44d56c..166b8c3f 100644
--- a/snippets/Modules/znuny.Module.AgentTicketEmail.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketEmail.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketEmail": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketEmail": {
"body": [
"AgentTicketEmail",
],
"prefix": "AgentTicketEmail",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketEmailOutbound.code-snippets b/snippets/Modules/znuny.Module.AgentTicketEmailOutbound.code-snippets
index 23ad5b2d..3c856c1d 100644
--- a/snippets/Modules/znuny.Module.AgentTicketEmailOutbound.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketEmailOutbound.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketEmailOutbound": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketEmailOutbound": {
"body": [
"AgentTicketEmailOutbound",
],
"prefix": "AgentTicketEmailOutbound",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketEmailResend.code-snippets b/snippets/Modules/znuny.Module.AgentTicketEmailResend.code-snippets
index 5ac8e71c..3a264692 100644
--- a/snippets/Modules/znuny.Module.AgentTicketEmailResend.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketEmailResend.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketEmailResend": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketEmailResend": {
"body": [
"AgentTicketEmailResend",
],
"prefix": "AgentTicketEmailResend",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketEscalationView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketEscalationView.code-snippets
index 23cc0e7f..e6ce3e8f 100644
--- a/snippets/Modules/znuny.Module.AgentTicketEscalationView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketEscalationView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketEscalationView": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketEscalationView": {
"body": [
"AgentTicketEscalationView",
],
"prefix": "AgentTicketEscalationView",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketForward.code-snippets b/snippets/Modules/znuny.Module.AgentTicketForward.code-snippets
index adb4284c..dbdb56e1 100644
--- a/snippets/Modules/znuny.Module.AgentTicketForward.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketForward.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketForward": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketForward": {
"body": [
"AgentTicketForward",
],
"prefix": "AgentTicketForward",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketFreeText.code-snippets b/snippets/Modules/znuny.Module.AgentTicketFreeText.code-snippets
index a69f4e75..37695dae 100644
--- a/snippets/Modules/znuny.Module.AgentTicketFreeText.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketFreeText.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketFreeText": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketFreeText": {
"body": [
"AgentTicketFreeText",
],
"prefix": "AgentTicketFreeText",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketHistory.code-snippets b/snippets/Modules/znuny.Module.AgentTicketHistory.code-snippets
index 6691738a..15c067aa 100644
--- a/snippets/Modules/znuny.Module.AgentTicketHistory.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketHistory.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketHistory": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketHistory": {
"body": [
"AgentTicketHistory",
],
"prefix": "AgentTicketHistory",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketLock.code-snippets b/snippets/Modules/znuny.Module.AgentTicketLock.code-snippets
index 23709ea1..b6a210db 100644
--- a/snippets/Modules/znuny.Module.AgentTicketLock.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketLock.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketLock": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketLock": {
"body": [
"AgentTicketLock",
],
"prefix": "AgentTicketLock",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets
index 6448f74c..fb938524 100644
--- a/snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketLockedView": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketLockedView": {
"body": [
"AgentTicketLockedView",
],
"prefix": "AgentTicketLockedView",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketMarkSeenUnseen.code-snippets b/snippets/Modules/znuny.Module.AgentTicketMarkSeenUnseen.code-snippets
new file mode 100644
index 00000000..37de6b18
--- /dev/null
+++ b/snippets/Modules/znuny.Module.AgentTicketMarkSeenUnseen.code-snippets
@@ -0,0 +1,10 @@
+{
+ "7.1 - AgentTicketMarkSeenUnseen": {
+ "body": [
+ "AgentTicketMarkSeenUnseen",
+ ],
+ "prefix": "AgentTicketMarkSeenUnseen",
+ "description": "7.1",
+ "scope": "perl"
+ }
+}
diff --git a/snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets
index 8e086c5f..c6db118e 100644
--- a/snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - AgentTicketMentionView": {
+ "6.4|6.5|7.0|7.1 - AgentTicketMentionView": {
"body": [
"AgentTicketMentionView",
],
"prefix": "AgentTicketMentionView",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketMerge.code-snippets b/snippets/Modules/znuny.Module.AgentTicketMerge.code-snippets
index aabe895f..09084f29 100644
--- a/snippets/Modules/znuny.Module.AgentTicketMerge.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketMerge.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketMerge": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketMerge": {
"body": [
"AgentTicketMerge",
],
"prefix": "AgentTicketMerge",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketMove.code-snippets b/snippets/Modules/znuny.Module.AgentTicketMove.code-snippets
index 0fb67d63..9e98cb98 100644
--- a/snippets/Modules/znuny.Module.AgentTicketMove.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketMove.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketMove": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketMove": {
"body": [
"AgentTicketMove",
],
"prefix": "AgentTicketMove",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketNote.code-snippets b/snippets/Modules/znuny.Module.AgentTicketNote.code-snippets
index ec9c1c70..2efa7366 100644
--- a/snippets/Modules/znuny.Module.AgentTicketNote.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketNote.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketNote": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketNote": {
"body": [
"AgentTicketNote",
],
"prefix": "AgentTicketNote",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketNoteToLinkedTicket.code-snippets b/snippets/Modules/znuny.Module.AgentTicketNoteToLinkedTicket.code-snippets
index 7724d87b..dcd00233 100644
--- a/snippets/Modules/znuny.Module.AgentTicketNoteToLinkedTicket.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketNoteToLinkedTicket.code-snippets
@@ -1,10 +1,10 @@
{
- "6.5|7.0 - AgentTicketNoteToLinkedTicket": {
+ "6.5|7.0|7.1 - AgentTicketNoteToLinkedTicket": {
"body": [
"AgentTicketNoteToLinkedTicket",
],
"prefix": "AgentTicketNoteToLinkedTicket",
- "description": "6.5|7.0",
+ "description": "6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketOwner.code-snippets b/snippets/Modules/znuny.Module.AgentTicketOwner.code-snippets
index 847e3ebd..13ad5f8b 100644
--- a/snippets/Modules/znuny.Module.AgentTicketOwner.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketOwner.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketOwner": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketOwner": {
"body": [
"AgentTicketOwner",
],
"prefix": "AgentTicketOwner",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketOwnerView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketOwnerView.code-snippets
index 1e898c01..4901abfe 100644
--- a/snippets/Modules/znuny.Module.AgentTicketOwnerView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketOwnerView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - AgentTicketOwnerView": {
+ "6.4|6.5|7.0|7.1 - AgentTicketOwnerView": {
"body": [
"AgentTicketOwnerView",
],
"prefix": "AgentTicketOwnerView",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPending.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPending.code-snippets
index bd14e628..8197909a 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPending.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPending.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPending": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPending": {
"body": [
"AgentTicketPending",
],
"prefix": "AgentTicketPending",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPhone.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPhone.code-snippets
index 916fbc76..e9c2dc30 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPhone.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPhone.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPhone": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPhone": {
"body": [
"AgentTicketPhone",
],
"prefix": "AgentTicketPhone",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPhoneCommon.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPhoneCommon.code-snippets
index d0902290..08b6ad74 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPhoneCommon.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPhoneCommon.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPhoneCommon": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPhoneCommon": {
"body": [
"AgentTicketPhoneCommon",
],
"prefix": "AgentTicketPhoneCommon",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPhoneInbound.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPhoneInbound.code-snippets
index 3ee81a8c..46d2315f 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPhoneInbound.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPhoneInbound.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPhoneInbound": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPhoneInbound": {
"body": [
"AgentTicketPhoneInbound",
],
"prefix": "AgentTicketPhoneInbound",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPhoneOutbound.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPhoneOutbound.code-snippets
index 82f9260f..5e0f9dcd 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPhoneOutbound.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPhoneOutbound.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPhoneOutbound": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPhoneOutbound": {
"body": [
"AgentTicketPhoneOutbound",
],
"prefix": "AgentTicketPhoneOutbound",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPlain.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPlain.code-snippets
index c4debf22..cdc9ba7d 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPlain.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPlain.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPlain": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPlain": {
"body": [
"AgentTicketPlain",
],
"prefix": "AgentTicketPlain",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPrint.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPrint.code-snippets
index 11a082d6..87d4b7c6 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPrint.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPrint.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPrint": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPrint": {
"body": [
"AgentTicketPrint",
],
"prefix": "AgentTicketPrint",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketPriority.code-snippets b/snippets/Modules/znuny.Module.AgentTicketPriority.code-snippets
index a157fd25..0e95c159 100644
--- a/snippets/Modules/znuny.Module.AgentTicketPriority.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketPriority.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketPriority": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketPriority": {
"body": [
"AgentTicketPriority",
],
"prefix": "AgentTicketPriority",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketProcess.code-snippets b/snippets/Modules/znuny.Module.AgentTicketProcess.code-snippets
index dd54b64b..12a867b0 100644
--- a/snippets/Modules/znuny.Module.AgentTicketProcess.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketProcess.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketProcess": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketProcess": {
"body": [
"AgentTicketProcess",
],
"prefix": "AgentTicketProcess",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketQueue.code-snippets b/snippets/Modules/znuny.Module.AgentTicketQueue.code-snippets
index 41f78e0a..10241b6a 100644
--- a/snippets/Modules/znuny.Module.AgentTicketQueue.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketQueue.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketQueue": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketQueue": {
"body": [
"AgentTicketQueue",
],
"prefix": "AgentTicketQueue",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketResponsible.code-snippets b/snippets/Modules/znuny.Module.AgentTicketResponsible.code-snippets
index 9ca106ad..eed77315 100644
--- a/snippets/Modules/znuny.Module.AgentTicketResponsible.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketResponsible.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketResponsible": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketResponsible": {
"body": [
"AgentTicketResponsible",
],
"prefix": "AgentTicketResponsible",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketResponsibleView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketResponsibleView.code-snippets
index 8b8ff027..12bc21b0 100644
--- a/snippets/Modules/znuny.Module.AgentTicketResponsibleView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketResponsibleView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketResponsibleView": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketResponsibleView": {
"body": [
"AgentTicketResponsibleView",
],
"prefix": "AgentTicketResponsibleView",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketSearch.code-snippets b/snippets/Modules/znuny.Module.AgentTicketSearch.code-snippets
index 3358c484..7ae1b458 100644
--- a/snippets/Modules/znuny.Module.AgentTicketSearch.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketSearch.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketSearch": {
"body": [
"AgentTicketSearch",
],
"prefix": "AgentTicketSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketService.code-snippets b/snippets/Modules/znuny.Module.AgentTicketService.code-snippets
index d8e95a81..ae61dbb4 100644
--- a/snippets/Modules/znuny.Module.AgentTicketService.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketService.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketService": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketService": {
"body": [
"AgentTicketService",
],
"prefix": "AgentTicketService",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketStatusView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketStatusView.code-snippets
index 0d5fbe4e..817655b2 100644
--- a/snippets/Modules/znuny.Module.AgentTicketStatusView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketStatusView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketStatusView": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketStatusView": {
"body": [
"AgentTicketStatusView",
],
"prefix": "AgentTicketStatusView",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketToUnitTest.code-snippets b/snippets/Modules/znuny.Module.AgentTicketToUnitTest.code-snippets
index d3e29fb2..c1a2380c 100644
--- a/snippets/Modules/znuny.Module.AgentTicketToUnitTest.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketToUnitTest.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - AgentTicketToUnitTest": {
+ "6.4|6.5|7.0|7.1 - AgentTicketToUnitTest": {
"body": [
"AgentTicketToUnitTest",
],
"prefix": "AgentTicketToUnitTest",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketWatchView.code-snippets b/snippets/Modules/znuny.Module.AgentTicketWatchView.code-snippets
index 7316ecf4..aa29f950 100644
--- a/snippets/Modules/znuny.Module.AgentTicketWatchView.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketWatchView.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketWatchView": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketWatchView": {
"body": [
"AgentTicketWatchView",
],
"prefix": "AgentTicketWatchView",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketWatcher.code-snippets b/snippets/Modules/znuny.Module.AgentTicketWatcher.code-snippets
index 92176656..677054fd 100644
--- a/snippets/Modules/znuny.Module.AgentTicketWatcher.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketWatcher.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketWatcher": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketWatcher": {
"body": [
"AgentTicketWatcher",
],
"prefix": "AgentTicketWatcher",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.AgentTicketZoom.code-snippets b/snippets/Modules/znuny.Module.AgentTicketZoom.code-snippets
index dc6ef458..6451ae87 100644
--- a/snippets/Modules/znuny.Module.AgentTicketZoom.code-snippets
+++ b/snippets/Modules/znuny.Module.AgentTicketZoom.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - AgentTicketZoom": {
+ "6.0|6.4|6.5|7.0|7.1 - AgentTicketZoom": {
"body": [
"AgentTicketZoom",
],
"prefix": "AgentTicketZoom",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketArticleContent.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketArticleContent.code-snippets
index b1f90591..311a981d 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketArticleContent.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketArticleContent.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketArticleContent": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketArticleContent": {
"body": [
"CustomerTicketArticleContent",
],
"prefix": "CustomerTicketArticleContent",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketAttachment.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketAttachment.code-snippets
index 5d8af66f..567a7b07 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketAttachment.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketAttachment.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketAttachment": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketAttachment": {
"body": [
"CustomerTicketAttachment",
],
"prefix": "CustomerTicketAttachment",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketMessage.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketMessage.code-snippets
index 0e24768f..0bf391b7 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketMessage.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketMessage.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketMessage": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketMessage": {
"body": [
"CustomerTicketMessage",
],
"prefix": "CustomerTicketMessage",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketOverview.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketOverview.code-snippets
index 0c3b5711..12d74557 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketOverview.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketOverview.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketOverview": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketOverview": {
"body": [
"CustomerTicketOverview",
],
"prefix": "CustomerTicketOverview",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketPrint.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketPrint.code-snippets
index 1a8807ea..792878bb 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketPrint.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketPrint.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketPrint": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketPrint": {
"body": [
"CustomerTicketPrint",
],
"prefix": "CustomerTicketPrint",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketProcess.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketProcess.code-snippets
index cc438ddb..a4106b8d 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketProcess.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketProcess.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketProcess": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketProcess": {
"body": [
"CustomerTicketProcess",
],
"prefix": "CustomerTicketProcess",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketSearch.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketSearch.code-snippets
index 273e5e6c..c1ffb177 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketSearch.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketSearch.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketSearch": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketSearch": {
"body": [
"CustomerTicketSearch",
],
"prefix": "CustomerTicketSearch",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/Modules/znuny.Module.CustomerTicketZoom.code-snippets b/snippets/Modules/znuny.Module.CustomerTicketZoom.code-snippets
index 5ab946b8..6eca531c 100644
--- a/snippets/Modules/znuny.Module.CustomerTicketZoom.code-snippets
+++ b/snippets/Modules/znuny.Module.CustomerTicketZoom.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - CustomerTicketZoom": {
+ "6.0|6.4|6.5|7.0|7.1 - CustomerTicketZoom": {
"body": [
"CustomerTicketZoom",
],
"prefix": "CustomerTicketZoom",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ActivityDialogObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ActivityDialogObject.code-snippets
index e4ff5bed..2bac391d 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ActivityDialogObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ActivityDialogObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ActivityDialogObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ActivityDialogObject": {
"body": [
"my \\$ActivityDialogObject = \\$Kernel::OM->Get('Kernel::System::ProcessManagement::ActivityDialog');",
],
"prefix": "znuny.ObjectManager.ActivityDialogObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ActivityObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ActivityObject.code-snippets
index 2b0fdec2..6e5d6b69 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ActivityObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ActivityObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ActivityObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ActivityObject": {
"body": [
"my \\$ActivityObject = \\$Kernel::OM->Get('Kernel::System::ProcessManagement::Activity');",
],
"prefix": "znuny.ObjectManager.ActivityObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ArticleObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ArticleObject.code-snippets
index f1d8e0f4..ef149a48 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ArticleObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ArticleObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ArticleObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ArticleObject": {
"body": [
"my \\$ArticleObject = \\$Kernel::OM->Get('Kernel::System::Ticket::Article');",
],
"prefix": "znuny.ObjectManager.ArticleObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.AuthObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.AuthObject.code-snippets
index b7cb12d6..41a26dbf 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.AuthObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.AuthObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.AuthObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.AuthObject": {
"body": [
"my \\$AuthObject = \\$Kernel::OM->Get('Kernel::System::Auth');",
],
"prefix": "znuny.ObjectManager.AuthObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.AutoResponseObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.AutoResponseObject.code-snippets
index ff074024..9b78e7c6 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.AutoResponseObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.AutoResponseObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.AutoResponseObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.AutoResponseObject": {
"body": [
"my \\$AutoResponseObject = \\$Kernel::OM->Get('Kernel::System::AutoResponse');",
],
"prefix": "znuny.ObjectManager.AutoResponseObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.AutocompletionObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.AutocompletionObject.code-snippets
index 9cfef304..52e4b8c2 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.AutocompletionObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.AutocompletionObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.AutocompletionObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.AutocompletionObject": {
"body": [
"my \\$AutocompletionObject = \\$Kernel::OM->Get('Kernel::System::Autocompletion');",
],
"prefix": "znuny.ObjectManager.AutocompletionObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.BackendObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.BackendObject.code-snippets
index 8ea0d6c4..c5af10c0 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.BackendObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.BackendObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.BackendObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.BackendObject": {
"body": [
"my \\$BackendObject = \\$Kernel::OM->Get('Kernel::System::DynamicField::Backend');",
],
"prefix": "znuny.ObjectManager.BackendObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CSVObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CSVObject.code-snippets
index 2bc13298..0107661f 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CSVObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CSVObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CSVObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CSVObject": {
"body": [
"my \\$CSVObject = \\$Kernel::OM->Get('Kernel::System::CSV');",
],
"prefix": "znuny.ObjectManager.CSVObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CacheObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CacheObject.code-snippets
index 7ceffafa..a2157d67 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CacheObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CacheObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CacheObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CacheObject": {
"body": [
"my \\$CacheObject = \\$Kernel::OM->Get('Kernel::System::Cache');",
],
"prefix": "znuny.ObjectManager.CacheObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CalendarEventsObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CalendarEventsObject.code-snippets
index 70d2bd3d..de3a8752 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CalendarEventsObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CalendarEventsObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.CalendarEventsObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.CalendarEventsObject": {
"body": [
"my \\$CalendarEventsObject = \\$Kernel::OM->Get('Kernel::System::CalendarEvents');",
],
"prefix": "znuny.ObjectManager.CalendarEventsObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CalendarObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CalendarObject.code-snippets
index fe5d4321..c4d18409 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CalendarObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CalendarObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CalendarObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CalendarObject": {
"body": [
"my \\$CalendarObject = \\$Kernel::OM->Get('Kernel::System::Calendar');",
],
"prefix": "znuny.ObjectManager.CalendarObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CheckItemObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CheckItemObject.code-snippets
index 7cd1429c..977307a4 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CheckItemObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CheckItemObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CheckItemObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CheckItemObject": {
"body": [
"my \\$CheckItemObject = \\$Kernel::OM->Get('Kernel::System::CheckItem');",
],
"prefix": "znuny.ObjectManager.CheckItemObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CommunicationChannelObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CommunicationChannelObject.code-snippets
index 01bbb2ef..60fc1d33 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CommunicationChannelObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CommunicationChannelObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CommunicationChannelObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CommunicationChannelObject": {
"body": [
"my \\$CommunicationChannelObject = \\$Kernel::OM->Get('Kernel::System::CommunicationChannel');",
],
"prefix": "znuny.ObjectManager.CommunicationChannelObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CommunicationLogObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CommunicationLogObject.code-snippets
index 6d1af30f..360749ee 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CommunicationLogObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CommunicationLogObject.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CommunicationLogObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CommunicationLogObject": {
"body": [
"my \\$CommunicationLogObject = \\$Kernel::OM->Create(",
" 'Kernel::System::CommunicationLog',",
@@ -9,7 +9,7 @@
" );",
],
"prefix": "znuny.ObjectManager.CommunicationLogObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ConfigObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ConfigObject.code-snippets
index db606e72..e1870b38 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ConfigObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ConfigObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ConfigObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ConfigObject": {
"body": [
"my \\$ConfigObject = \\$Kernel::OM->Get('Kernel::Config');",
],
"prefix": "znuny.ObjectManager.ConfigObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CronEventObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CronEventObject.code-snippets
index 201e5ab7..8360bb55 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CronEventObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CronEventObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CronEventObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CronEventObject": {
"body": [
"my \\$CronEventObject = \\$Kernel::OM->Get('Kernel::System::CronEvent');",
],
"prefix": "znuny.ObjectManager.CronEventObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CustomerAuthObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CustomerAuthObject.code-snippets
index b5ae9c95..477f0dd7 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CustomerAuthObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CustomerAuthObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CustomerAuthObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CustomerAuthObject": {
"body": [
"my \\$CustomerAuthObject = \\$Kernel::OM->Get('Kernel::System::CustomerAuth');",
],
"prefix": "znuny.ObjectManager.CustomerAuthObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CustomerCompanyObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CustomerCompanyObject.code-snippets
index 5851e214..bd023411 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CustomerCompanyObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CustomerCompanyObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CustomerCompanyObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CustomerCompanyObject": {
"body": [
"my \\$CustomerCompanyObject = \\$Kernel::OM->Get('Kernel::System::CustomerCompany');",
],
"prefix": "znuny.ObjectManager.CustomerCompanyObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CustomerGroupObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CustomerGroupObject.code-snippets
index 1daf8afe..280daf18 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CustomerGroupObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CustomerGroupObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CustomerGroupObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CustomerGroupObject": {
"body": [
"my \\$CustomerGroupObject = \\$Kernel::OM->Get('Kernel::System::CustomerGroup');",
],
"prefix": "znuny.ObjectManager.CustomerGroupObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.CustomerUserObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.CustomerUserObject.code-snippets
index 9b49754f..527789b6 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.CustomerUserObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.CustomerUserObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.CustomerUserObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.CustomerUserObject": {
"body": [
"my \\$CustomerUserObject = \\$Kernel::OM->Get('Kernel::System::CustomerUser');",
],
"prefix": "znuny.ObjectManager.CustomerUserObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DBCRUDObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DBCRUDObject.code-snippets
index 5fdfd987..339f2bd1 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DBCRUDObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DBCRUDObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.DBCRUDObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.DBCRUDObject": {
"body": [
"my \\$DBCRUDObject = \\$Kernel::OM->Get('Kernel::System::DBCRUD');",
],
"prefix": "znuny.ObjectManager.DBCRUDObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DBCRUDTestObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DBCRUDTestObject.code-snippets
index 70f624bc..8ac01036 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DBCRUDTestObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DBCRUDTestObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.DBCRUDTestObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.DBCRUDTestObject": {
"body": [
"my \\$DBCRUDTestObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::DBCRUD');",
],
"prefix": "znuny.ObjectManager.DBCRUDTestObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets
index 97bfeba3..5e8df8ea 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DBObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DBObject": {
"body": [
"my \\$DBObject = \\$Kernel::OM->Get('Kernel::System::DB');",
],
"prefix": "znuny.ObjectManager.DBObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DateTimeObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DateTimeObject.code-snippets
index 4cbba31f..f24edd80 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DateTimeObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DateTimeObject.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DateTimeObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DateTimeObject": {
"body": [
"my \\$DateTimeObject = \\$Kernel::OM->Create(",
" 'Kernel::System::DateTime',",
@@ -10,7 +10,7 @@
" );",
],
"prefix": "znuny.ObjectManager.DateTimeObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DebugLogObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DebugLogObject.code-snippets
index 9eb62155..d78bb453 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DebugLogObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DebugLogObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DebugLogObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DebugLogObject": {
"body": [
"my \\$DebugLogObject = \\$Kernel::OM->Get('Kernel::System::GenericInterface::DebugLog');",
],
"prefix": "znuny.ObjectManager.DebugLogObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DebuggerObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DebuggerObject.code-snippets
index 13c37a91..4a1c3ce4 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DebuggerObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DebuggerObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DebuggerObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DebuggerObject": {
"body": [
"my \\$DebuggerObject = Kernel::GenericInterface::Debugger",
],
"prefix": "znuny.ObjectManager.DebuggerObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DiffObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DiffObject.code-snippets
index c8bb1add..d761c1e1 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DiffObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DiffObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DiffObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DiffObject": {
"body": [
"my \\$DiffObject = \\$Kernel::OM->Get('Kernel::System::Diff');",
],
"prefix": "znuny.ObjectManager.DiffObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldObject.code-snippets
index 4d078a88..5583e862 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DynamicFieldObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DynamicFieldObject": {
"body": [
"my \\$DynamicFieldObject = \\$Kernel::OM->Get('Kernel::System::DynamicField');",
],
"prefix": "znuny.ObjectManager.DynamicFieldObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldValueObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldValueObject.code-snippets
index 1894bc37..fa531706 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldValueObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.DynamicFieldValueObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.DynamicFieldValueObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.DynamicFieldValueObject": {
"body": [
"my \\$DynamicFieldValueObject = \\$Kernel::OM->Get('Kernel::System::DynamicFieldValue');",
],
"prefix": "znuny.ObjectManager.DynamicFieldValueObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.EmailObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.EmailObject.code-snippets
index 557ed7ad..c70a2000 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.EmailObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.EmailObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.EmailObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.EmailObject": {
"body": [
"my \\$EmailObject = \\$Kernel::OM->Get('Kernel::System::Email');",
],
"prefix": "znuny.ObjectManager.EmailObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.EncodeObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.EncodeObject.code-snippets
index f2e1bdd9..216fc231 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.EncodeObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.EncodeObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.EncodeObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.EncodeObject": {
"body": [
"my \\$EncodeObject = \\$Kernel::OM->Get('Kernel::System::Encode');",
],
"prefix": "znuny.ObjectManager.EncodeObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.EnvironmentObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.EnvironmentObject.code-snippets
index e752800c..ad265e3c 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.EnvironmentObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.EnvironmentObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.EnvironmentObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.EnvironmentObject": {
"body": [
"my \\$EnvironmentObject = \\$Kernel::OM->Get('Kernel::System::Environment');",
],
"prefix": "znuny.ObjectManager.EnvironmentObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ErrorObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ErrorObject.code-snippets
index cf0c932f..4198f38a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ErrorObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ErrorObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ErrorObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ErrorObject": {
"body": [
"my \\$ErrorObject = \\$Kernel::OM->Get('Kernel::GenericInterface::ErrorHandling');",
],
"prefix": "znuny.ObjectManager.ErrorObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.EventObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.EventObject.code-snippets
index 8e01495b..01e6d08d 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.EventObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.EventObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.EventObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.EventObject": {
"body": [
"my \\$EventObject = \\$Kernel::OM->Get('Kernel::System::Event');",
],
"prefix": "znuny.ObjectManager.EventObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ExcelObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ExcelObject.code-snippets
index 45ba4052..d4445b86 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ExcelObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ExcelObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.ExcelObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.ExcelObject": {
"body": [
"my \\$ExcelObject = \\$Kernel::OM->Get('Kernel::System::Excel');",
],
"prefix": "znuny.ObjectManager.ExcelObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.FetchMailObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.FetchMailObject.code-snippets
index bf92ee52..116237c1 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.FetchMailObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.FetchMailObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.FetchMailObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.FetchMailObject": {
"body": [
"my \\$FetchMailObject = \\$Kernel::OM->Get('Kernel::System::FetchMail');",
],
"prefix": "znuny.ObjectManager.FetchMailObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.FileTempObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.FileTempObject.code-snippets
index 6b22fad8..0c6d0c39 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.FileTempObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.FileTempObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.FileTempObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.FileTempObject": {
"body": [
"my \\$FileTempObject = \\$Kernel::OM->Get('Kernel::System::FileTemp');",
],
"prefix": "znuny.ObjectManager.FileTempObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.FormDraftObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.FormDraftObject.code-snippets
index a4a14c97..733ac982 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.FormDraftObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.FormDraftObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.FormDraftObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.FormDraftObject": {
"body": [
"my \\$FormDraftObject = \\$Kernel::OM->Get('Kernel::System::FormDraft');",
],
"prefix": "znuny.ObjectManager.FormDraftObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.GenericAgentObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.GenericAgentObject.code-snippets
index 5bf0ecae..df3fd34a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.GenericAgentObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.GenericAgentObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.GenericAgentObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.GenericAgentObject": {
"body": [
"my \\$GenericAgentObject = \\$Kernel::OM->Get('Kernel::System::GenericAgent');",
],
"prefix": "znuny.ObjectManager.GenericAgentObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.GroupObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.GroupObject.code-snippets
index 249e2cc5..b578c72e 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.GroupObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.GroupObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.GroupObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.GroupObject": {
"body": [
"my \\$GroupObject = \\$Kernel::OM->Get('Kernel::System::Group');",
],
"prefix": "znuny.ObjectManager.GroupObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.HTMLUtilsObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.HTMLUtilsObject.code-snippets
index 268a54d0..113842a7 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.HTMLUtilsObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.HTMLUtilsObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.HTMLUtilsObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.HTMLUtilsObject": {
"body": [
"my \\$HTMLUtilsObject = \\$Kernel::OM->Get('Kernel::System::HTMLUtils');",
],
"prefix": "znuny.ObjectManager.HTMLUtilsObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.HelperObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.HelperObject.code-snippets
index 977c5266..97e51575 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.HelperObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.HelperObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.HelperObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.HelperObject": {
"body": [
"my \\$HelperObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Helper');",
],
"prefix": "znuny.ObjectManager.HelperObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.JSONObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.JSONObject.code-snippets
index 2fd66a06..395fb222 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.JSONObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.JSONObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.JSONObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.JSONObject": {
"body": [
"my \\$JSONObject = \\$Kernel::OM->Get('Kernel::System::JSON');",
],
"prefix": "znuny.ObjectManager.JSONObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.JWTObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.JWTObject.code-snippets
index 818e67e9..827bf2c0 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.JWTObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.JWTObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.JWTObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.JWTObject": {
"body": [
"my \\$JWTObject = \\$Kernel::OM->Get('Kernel::System::JSONWebToken');",
],
"prefix": "znuny.ObjectManager.JWTObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LanguageObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LanguageObject.code-snippets
index 874842f3..b93c8756 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LanguageObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LanguageObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LanguageObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LanguageObject": {
"body": [
"my \\$LanguageObject = \\$Kernel::OM->Get('Kernel::Language');",
],
"prefix": "znuny.ObjectManager.LanguageObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LastViewsObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LastViewsObject.code-snippets
index 02c180c4..69779efb 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LastViewsObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LastViewsObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.LastViewsObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.LastViewsObject": {
"body": [
"my \\$LastViewsObject = \\$Kernel::OM->Get('Kernel::System::LastViews');",
],
"prefix": "znuny.ObjectManager.LastViewsObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LayoutObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LayoutObject.code-snippets
index 6a5c1543..f2e8afc8 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LayoutObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LayoutObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LayoutObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LayoutObject": {
"body": [
"my \\$LayoutObject = \\$Kernel::OM->Get('Kernel::Output::HTML::Layout');",
],
"prefix": "znuny.ObjectManager.LayoutObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LinkObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LinkObject.code-snippets
index f70e6b8b..4e932c0a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LinkObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LinkObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LinkObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LinkObject": {
"body": [
"my \\$LinkObject = \\$Kernel::OM->Get('Kernel::System::LinkObject');",
],
"prefix": "znuny.ObjectManager.LinkObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LoaderObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LoaderObject.code-snippets
index a6c6e957..77f04f32 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LoaderObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LoaderObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LoaderObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LoaderObject": {
"body": [
"my \\$LoaderObject = \\$Kernel::OM->Get('Kernel::System::Loader');",
],
"prefix": "znuny.ObjectManager.LoaderObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LockObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LockObject.code-snippets
index 3af62a21..f9ce1b30 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LockObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LockObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LockObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LockObject": {
"body": [
"my \\$LockObject = \\$Kernel::OM->Get('Kernel::System::Lock');",
],
"prefix": "znuny.ObjectManager.LockObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.LogObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.LogObject.code-snippets
index e3367fca..8f7c9f01 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.LogObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.LogObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.LogObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.LogObject": {
"body": [
"my \\$LogObject = \\$Kernel::OM->Get('Kernel::System::Log');",
],
"prefix": "znuny.ObjectManager.LogObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.MailAccountObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.MailAccountObject.code-snippets
index 1e83d18f..9140fece 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.MailAccountObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.MailAccountObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.MailAccountObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.MailAccountObject": {
"body": [
"my \\$MailAccountObject = \\$Kernel::OM->Get('Kernel::System::MailAccount');",
],
"prefix": "znuny.ObjectManager.MailAccountObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.MailQueueObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.MailQueueObject.code-snippets
index 77f3edf5..b3282b69 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.MailQueueObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.MailQueueObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.MailQueueObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.MailQueueObject": {
"body": [
"my \\$MailQueueObject = \\$Kernel::OM->Get('Kernel::System::MailQueue');",
],
"prefix": "znuny.ObjectManager.MailQueueObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.MainObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.MainObject.code-snippets
index f243aebc..f6f6d02a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.MainObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.MainObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.MainObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.MainObject": {
"body": [
"my \\$MainObject = \\$Kernel::OM->Get('Kernel::System::Main');",
],
"prefix": "znuny.ObjectManager.MainObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.MentionObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.MentionObject.code-snippets
index 73e1bdc4..0a7f978c 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.MentionObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.MentionObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.MentionObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.MentionObject": {
"body": [
"my \\$MentionObject = \\$Kernel::OM->Get('Kernel::System::Mention');",
],
"prefix": "znuny.ObjectManager.MentionObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.NotificationEventObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.NotificationEventObject.code-snippets
index f4a576d8..aa0428c3 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.NotificationEventObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.NotificationEventObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.NotificationEventObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.NotificationEventObject": {
"body": [
"my \\$NotificationEventObject = \\$Kernel::OM->Get('Kernel::System::NotificationEvent');",
],
"prefix": "znuny.ObjectManager.NotificationEventObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenConfigObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenConfigObject.code-snippets
index e945e51f..e805e31f 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenConfigObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenConfigObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.OAuth2TokenConfigObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.OAuth2TokenConfigObject": {
"body": [
"my \\$OAuth2TokenConfigObject = \\$Kernel::OM->Get('Kernel::System::OAuth2TokenConfig');",
],
"prefix": "znuny.ObjectManager.OAuth2TokenConfigObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenObject.code-snippets
index 0f3ce629..b7c41be0 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.OAuth2TokenObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.OAuth2TokenObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.OAuth2TokenObject": {
"body": [
"my \\$OAuth2TokenObject = \\$Kernel::OM->Get('Kernel::System::OAuth2Token');",
],
"prefix": "znuny.ObjectManager.OAuth2TokenObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.OperationObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.OperationObject.code-snippets
index 9ce856e5..eeb33376 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.OperationObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.OperationObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.OperationObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.OperationObject": {
"body": [
"my \\$OperationObject = Kernel::GenericInterface::Operation",
],
"prefix": "znuny.ObjectManager.OperationObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.PDFObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.PDFObject.code-snippets
index eb239934..6ccb2919 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.PDFObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.PDFObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.PDFObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.PDFObject": {
"body": [
"my \\$PDFObject = \\$Kernel::OM->Get('Kernel::System::PDF');",
],
"prefix": "znuny.ObjectManager.PDFObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.PIDObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.PIDObject.code-snippets
index c528a6e0..a911a9e2 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.PIDObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.PIDObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.PIDObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.PIDObject": {
"body": [
"my \\$PIDObject = \\$Kernel::OM->Get('Kernel::System::PID');",
],
"prefix": "znuny.ObjectManager.PIDObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.PackageObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.PackageObject.code-snippets
index deaadc8c..620ba6a8 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.PackageObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.PackageObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.PackageObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.PackageObject": {
"body": [
"my \\$PackageObject = \\$Kernel::OM->Get('Kernel::System::Package');",
],
"prefix": "znuny.ObjectManager.PackageObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ParamObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ParamObject.code-snippets
index f6fcefdf..9f475e8a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ParamObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ParamObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ParamObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ParamObject": {
"body": [
"my \\$ParamObject = \\$Kernel::OM->Get('Kernel::System::Web::Request');",
],
"prefix": "znuny.ObjectManager.ParamObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ParserObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ParserObject.code-snippets
index f049346f..27299642 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ParserObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ParserObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ParserObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ParserObject": {
"body": [
"my \\$ParserObject = Kernel::System::EmailParser",
],
"prefix": "znuny.ObjectManager.ParserObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.PostMasterObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.PostMasterObject.code-snippets
index 0a85bf29..b887d7cb 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.PostMasterObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.PostMasterObject.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.PostMasterObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.PostMasterObject": {
"body": [
"my \\$PostMasterObject = \\$Kernel::OM->Create(",
" 'Kernel::System::PostMaster',",
@@ -10,7 +10,7 @@
" );",
],
"prefix": "znuny.ObjectManager.PostMasterObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.PriorityObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.PriorityObject.code-snippets
index 9160ead5..ceba58fc 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.PriorityObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.PriorityObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.PriorityObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.PriorityObject": {
"body": [
"my \\$PriorityObject = \\$Kernel::OM->Get('Kernel::System::Priority');",
],
"prefix": "znuny.ObjectManager.PriorityObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ProcessObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ProcessObject.code-snippets
index 0b3545d7..817f3357 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ProcessObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ProcessObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ProcessObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ProcessObject": {
"body": [
"my \\$ProcessObject = \\$Kernel::OM->Get('Kernel::System::ProcessManagement::Process');",
],
"prefix": "znuny.ObjectManager.ProcessObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ProviderObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ProviderObject.code-snippets
index 665b2133..f06fa584 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ProviderObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ProviderObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ProviderObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ProviderObject": {
"body": [
"my \\$ProviderObject = \\$Kernel::OM->Get('Kernel::GenericInterface::Provider');",
],
"prefix": "znuny.ObjectManager.ProviderObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.QueueObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.QueueObject.code-snippets
index 0eda7a5f..9ffb031b 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.QueueObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.QueueObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.QueueObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.QueueObject": {
"body": [
"my \\$QueueObject = \\$Kernel::OM->Get('Kernel::System::Queue');",
],
"prefix": "znuny.ObjectManager.QueueObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ReferenceDataObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ReferenceDataObject.code-snippets
index f1978702..8200a687 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ReferenceDataObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ReferenceDataObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ReferenceDataObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ReferenceDataObject": {
"body": [
"my \\$ReferenceDataObject = \\$Kernel::OM->Get('Kernel::System::ReferenceData');",
],
"prefix": "znuny.ObjectManager.ReferenceDataObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.RequesterObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.RequesterObject.code-snippets
index c4406d61..0aeb7072 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.RequesterObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.RequesterObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.RequesterObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.RequesterObject": {
"body": [
"my \\$RequesterObject = \\$Kernel::OM->Get('Kernel::GenericInterface::Requester');",
],
"prefix": "znuny.ObjectManager.RequesterObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SLAObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SLAObject.code-snippets
index 2c1d7c61..5ced0a61 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SLAObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SLAObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SLAObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SLAObject": {
"body": [
"my \\$SLAObject = \\$Kernel::OM->Get('Kernel::System::SLA');",
],
"prefix": "znuny.ObjectManager.SLAObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SalutationObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SalutationObject.code-snippets
index 1b4c8920..123be6df 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SalutationObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SalutationObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SalutationObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SalutationObject": {
"body": [
"my \\$SalutationObject = \\$Kernel::OM->Get('Kernel::System::Salutation');",
],
"prefix": "znuny.ObjectManager.SalutationObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SchedulerDBObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SchedulerDBObject.code-snippets
index 1f73472c..238d105a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SchedulerDBObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SchedulerDBObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SchedulerDBObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SchedulerDBObject": {
"body": [
"my \\$SchedulerDBObject = \\$Kernel::OM->Get('Kernel::System::Daemon::SchedulerDB');",
],
"prefix": "znuny.ObjectManager.SchedulerDBObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SchedulerObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SchedulerObject.code-snippets
index 40a9016b..8619a8a5 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SchedulerObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SchedulerObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SchedulerObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SchedulerObject": {
"body": [
"my \\$SchedulerObject = \\$Kernel::OM->Get('Kernel::System::Scheduler');",
],
"prefix": "znuny.ObjectManager.SchedulerObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SearchProfileObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SearchProfileObject.code-snippets
index 7e135090..6a819a05 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SearchProfileObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SearchProfileObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SearchProfileObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SearchProfileObject": {
"body": [
"my \\$SearchProfileObject = \\$Kernel::OM->Get('Kernel::System::SearchProfile');",
],
"prefix": "znuny.ObjectManager.SearchProfileObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SeleniumObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SeleniumObject.code-snippets
index d4dd9479..8c1f6639 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SeleniumObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SeleniumObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SeleniumObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SeleniumObject": {
"body": [
"my \\$SeleniumObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Selenium');",
],
"prefix": "znuny.ObjectManager.SeleniumObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ServiceObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ServiceObject.code-snippets
index 7d7c530e..f2261317 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ServiceObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ServiceObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ServiceObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ServiceObject": {
"body": [
"my \\$ServiceObject = \\$Kernel::OM->Get('Kernel::System::Service');",
],
"prefix": "znuny.ObjectManager.ServiceObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SessionObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SessionObject.code-snippets
index e442e161..aca6523a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SessionObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SessionObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SessionObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SessionObject": {
"body": [
"my \\$SessionObject = \\$Kernel::OM->Get('Kernel::System::AuthSession');",
],
"prefix": "znuny.ObjectManager.SessionObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SignatureObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SignatureObject.code-snippets
index 575a495d..cb687b08 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SignatureObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SignatureObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SignatureObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SignatureObject": {
"body": [
"my \\$SignatureObject = \\$Kernel::OM->Get('Kernel::System::Signature');",
],
"prefix": "znuny.ObjectManager.SignatureObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.StandardTemplateObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.StandardTemplateObject.code-snippets
index 25dd46ab..0c5dafd7 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.StandardTemplateObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.StandardTemplateObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.StandardTemplateObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.StandardTemplateObject": {
"body": [
"my \\$StandardTemplateObject = \\$Kernel::OM->Get('Kernel::System::StandardTemplate');",
],
"prefix": "znuny.ObjectManager.StandardTemplateObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.StateObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.StateObject.code-snippets
index af0f7218..e1419bdc 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.StateObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.StateObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.StateObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.StateObject": {
"body": [
"my \\$StateObject = \\$Kernel::OM->Get('Kernel::System::State');",
],
"prefix": "znuny.ObjectManager.StateObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.StatsObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.StatsObject.code-snippets
index e9bc247d..b90a65e8 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.StatsObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.StatsObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.StatsObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.StatsObject": {
"body": [
"my \\$StatsObject = \\$Kernel::OM->Get('Kernel::System::Stats');",
],
"prefix": "znuny.ObjectManager.StatsObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.StdAttachmentObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.StdAttachmentObject.code-snippets
index a223dac2..b5b80f59 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.StdAttachmentObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.StdAttachmentObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.StdAttachmentObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.StdAttachmentObject": {
"body": [
"my \\$StdAttachmentObject = \\$Kernel::OM->Get('Kernel::System::StdAttachment');",
],
"prefix": "znuny.ObjectManager.StdAttachmentObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.StorableObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.StorableObject.code-snippets
index 92a84894..403c9307 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.StorableObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.StorableObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.StorableObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.StorableObject": {
"body": [
"my \\$StorableObject = \\$Kernel::OM->Get('Kernel::System::Storable');",
],
"prefix": "znuny.ObjectManager.StorableObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SupportBundleGeneratorObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SupportBundleGeneratorObject.code-snippets
index 4508d6ed..8aa68f38 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SupportBundleGeneratorObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SupportBundleGeneratorObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SupportBundleGeneratorObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SupportBundleGeneratorObject": {
"body": [
"my \\$SupportBundleGeneratorObject = \\$Kernel::OM->Get('Kernel::System::SupportBundleGenerator');",
],
"prefix": "znuny.ObjectManager.SupportBundleGeneratorObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SupportDataCollectorObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SupportDataCollectorObject.code-snippets
index b4805f09..446b733b 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SupportDataCollectorObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SupportDataCollectorObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SupportDataCollectorObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SupportDataCollectorObject": {
"body": [
"my \\$SupportDataCollectorObject = \\$Kernel::OM->Get('Kernel::System::SupportDataCollector');",
],
"prefix": "znuny.ObjectManager.SupportDataCollectorObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets
index bcf3e6af..684032b6 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SysConfigObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SysConfigObject": {
"body": [
"my \\$SysConfigObject = \\$Kernel::OM->Get('Kernel::System::SysConfig');",
],
"prefix": "znuny.ObjectManager.SysConfigObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SystemAddressObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SystemAddressObject.code-snippets
index 5f8cc8cb..a9c163cf 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SystemAddressObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SystemAddressObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SystemAddressObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SystemAddressObject": {
"body": [
"my \\$SystemAddressObject = \\$Kernel::OM->Get('Kernel::System::SystemAddress');",
],
"prefix": "znuny.ObjectManager.SystemAddressObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SystemDataObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SystemDataObject.code-snippets
index b0afa54d..6c396c12 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SystemDataObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SystemDataObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SystemDataObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SystemDataObject": {
"body": [
"my \\$SystemDataObject = \\$Kernel::OM->Get('Kernel::System::SystemData');",
],
"prefix": "znuny.ObjectManager.SystemDataObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.SystemMaintenanceObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.SystemMaintenanceObject.code-snippets
index 3811c614..84bc109a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.SystemMaintenanceObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.SystemMaintenanceObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.SystemMaintenanceObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.SystemMaintenanceObject": {
"body": [
"my \\$SystemMaintenanceObject = \\$Kernel::OM->Get('Kernel::System::SystemMaintenance');",
],
"prefix": "znuny.ObjectManager.SystemMaintenanceObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TemplateGeneratorObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TemplateGeneratorObject.code-snippets
index 85dd5327..b671806c 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TemplateGeneratorObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TemplateGeneratorObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TemplateGeneratorObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TemplateGeneratorObject": {
"body": [
"my \\$TemplateGeneratorObject = \\$Kernel::OM->Get('Kernel::System::TemplateGenerator');",
],
"prefix": "znuny.ObjectManager.TemplateGeneratorObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TicketAttributeRelationsObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TicketAttributeRelationsObject.code-snippets
index 6256196f..d1047ee5 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TicketAttributeRelationsObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TicketAttributeRelationsObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.TicketAttributeRelationsObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.TicketAttributeRelationsObject": {
"body": [
"my \\$TicketAttributeRelationsObject = \\$Kernel::OM->Get('Kernel::System::TicketAttributeRelations');",
],
"prefix": "znuny.ObjectManager.TicketAttributeRelationsObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TicketObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TicketObject.code-snippets
index 75689fab..4ac7df43 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TicketObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TicketObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TicketObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TicketObject": {
"body": [
"my \\$TicketObject = \\$Kernel::OM->Get('Kernel::System::Ticket');",
],
"prefix": "znuny.ObjectManager.TicketObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TicketToUnitTestObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TicketToUnitTestObject.code-snippets
index cf9b203d..184a84c5 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TicketToUnitTestObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TicketToUnitTestObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.TicketToUnitTestObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.TicketToUnitTestObject": {
"body": [
"my \\$TicketToUnitTestObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::TicketToUnitTest');",
],
"prefix": "znuny.ObjectManager.TicketToUnitTestObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TimeAccountingWebserviceObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TimeAccountingWebserviceObject.code-snippets
index 54406fcb..e5aee2fe 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TimeAccountingWebserviceObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TimeAccountingWebserviceObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.TimeAccountingWebserviceObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.TimeAccountingWebserviceObject": {
"body": [
"my \\$TimeAccountingWebserviceObject = \\$Kernel::OM->Get('Kernel::System::TimeAccountingWebservice');",
],
"prefix": "znuny.ObjectManager.TimeAccountingWebserviceObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TimeObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TimeObject.code-snippets
index 6937ee0a..38de70ff 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TimeObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TimeObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TimeObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TimeObject": {
"body": [
"my \\$TimeObject = \\$Kernel::OM->Get('Kernel::System::DateTime');",
],
"prefix": "znuny.ObjectManager.TimeObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TransitionActionObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TransitionActionObject.code-snippets
index 4a3134fb..63d7e1e5 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TransitionActionObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TransitionActionObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TransitionActionObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TransitionActionObject": {
"body": [
"my \\$TransitionActionObject = \\$Kernel::OM->Get('Kernel::System::ProcessManagement::TransitionAction');",
],
"prefix": "znuny.ObjectManager.TransitionActionObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TransitionObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TransitionObject.code-snippets
index 3800b134..e0be9ed9 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TransitionObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TransitionObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TransitionObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TransitionObject": {
"body": [
"my \\$TransitionObject = \\$Kernel::OM->Get('Kernel::System::ProcessManagement::Transition');",
],
"prefix": "znuny.ObjectManager.TransitionObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.TypeObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.TypeObject.code-snippets
index 1a3999ce..46b1763a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.TypeObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.TypeObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.TypeObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.TypeObject": {
"body": [
"my \\$TypeObject = \\$Kernel::OM->Get('Kernel::System::Type');",
],
"prefix": "znuny.ObjectManager.TypeObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestEmailObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestEmailObject.code-snippets
index e4e70305..2e772e84 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestEmailObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestEmailObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestEmailObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestEmailObject": {
"body": [
"my \\$UnitTestEmailObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Email');",
],
"prefix": "znuny.ObjectManager.UnitTestEmailObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestITSMConfigItemObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestITSMConfigItemObject.code-snippets
index c7711e8c..f3283389 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestITSMConfigItemObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestITSMConfigItemObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestITSMConfigItemObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestITSMConfigItemObject": {
"body": [
"my \\$UnitTestITSMConfigItemObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::ITSMConfigItem');",
],
"prefix": "znuny.ObjectManager.UnitTestITSMConfigItemObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestObject.code-snippets
index 47e90a9b..2f32f660 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestObject.code-snippets
@@ -1,5 +1,5 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.UnitTestObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestObject": {
"body": [
"my \\$DriverObject = \\$Kernel::OM->Create(",
" 'Kernel::System::UnitTest::Driver',",
@@ -10,7 +10,7 @@
" );",
],
"prefix": "znuny.ObjectManager.UnitTestObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestParamObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestParamObject.code-snippets
index 0f2087ec..297df183 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestParamObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestParamObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestParamObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestParamObject": {
"body": [
"my \\$UnitTestParamObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Param');",
],
"prefix": "znuny.ObjectManager.UnitTestParamObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestSchedulerObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestSchedulerObject.code-snippets
index fa9d919e..023eb155 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestSchedulerObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestSchedulerObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestSchedulerObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestSchedulerObject": {
"body": [
"my \\$UnitTestSchedulerObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Scheduler');",
],
"prefix": "znuny.ObjectManager.UnitTestSchedulerObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebUserAgentObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebUserAgentObject.code-snippets
index cdc73be2..5664558c 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebUserAgentObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebUserAgentObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestWebUserAgentObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestWebUserAgentObject": {
"body": [
"my \\$UnitTestWebUserAgentObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::WebUserAgent');",
],
"prefix": "znuny.ObjectManager.UnitTestWebUserAgentObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebserviceObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebserviceObject.code-snippets
index 646990b4..dc0b23c9 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebserviceObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UnitTestWebserviceObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UnitTestWebserviceObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UnitTestWebserviceObject": {
"body": [
"my \\$UnitTestWebserviceObject = \\$Kernel::OM->Get('Kernel::System::UnitTest::Webservice');",
],
"prefix": "znuny.ObjectManager.UnitTestWebserviceObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UserObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UserObject.code-snippets
index aec1d0ea..28a89d7b 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UserObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UserObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.UserObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.UserObject": {
"body": [
"my \\$UserObject = \\$Kernel::OM->Get('Kernel::System::User');",
],
"prefix": "znuny.ObjectManager.UserObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.UtilObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.UtilObject.code-snippets
index 554e0853..fafab765 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.UtilObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.UtilObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.UtilObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.UtilObject": {
"body": [
"my \\$UtilObject = \\$Kernel::OM->Get('Kernel::System::Util');",
],
"prefix": "znuny.ObjectManager.UtilObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ValidObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ValidObject.code-snippets
index b0df228c..6d7f0973 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ValidObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ValidObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.ValidObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.ValidObject": {
"body": [
"my \\$ValidObject = \\$Kernel::OM->Get('Kernel::System::Valid');",
],
"prefix": "znuny.ObjectManager.ValidObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.VirtualFSObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.VirtualFSObject.code-snippets
index a627d025..f26432d6 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.VirtualFSObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.VirtualFSObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.VirtualFSObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.VirtualFSObject": {
"body": [
"my \\$VirtualFSObject = \\$Kernel::OM->Get('Kernel::System::VirtualFS');",
],
"prefix": "znuny.ObjectManager.VirtualFSObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.WebUploadCacheObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.WebUploadCacheObject.code-snippets
index c6f61939..b9d63d57 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.WebUploadCacheObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.WebUploadCacheObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.WebUploadCacheObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.WebUploadCacheObject": {
"body": [
"my \\$WebUploadCacheObject = \\$Kernel::OM->Get('Kernel::System::Web::UploadCache');",
],
"prefix": "znuny.ObjectManager.WebUploadCacheObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.WebUserAgentObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.WebUserAgentObject.code-snippets
index cabcca18..a35f1fe4 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.WebUserAgentObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.WebUserAgentObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.WebUserAgentObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.WebUserAgentObject": {
"body": [
"my \\$WebUserAgentObject = Kernel::System::WebUserAgent",
],
"prefix": "znuny.ObjectManager.WebUserAgentObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.WebserviceHistoryObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.WebserviceHistoryObject.code-snippets
index 95d41352..462beaf4 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.WebserviceHistoryObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.WebserviceHistoryObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.WebserviceHistoryObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.WebserviceHistoryObject": {
"body": [
"my \\$WebserviceHistoryObject = \\$Kernel::OM->Get('Kernel::System::GenericInterface::WebserviceHistory');",
],
"prefix": "znuny.ObjectManager.WebserviceHistoryObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.WebserviceObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.WebserviceObject.code-snippets
index 9c203a1d..d7b8be9a 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.WebserviceObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.WebserviceObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.WebserviceObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.WebserviceObject": {
"body": [
"my \\$WebserviceObject = \\$Kernel::OM->Get('Kernel::System::GenericInterface::Webservice');",
],
"prefix": "znuny.ObjectManager.WebserviceObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.X509CertificateObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.X509CertificateObject.code-snippets
index 15ce6a67..c6b5c876 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.X509CertificateObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.X509CertificateObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.X509CertificateObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.X509CertificateObject": {
"body": [
"my \\$X509CertificateObject = \\$Kernel::OM->Get('Kernel::System::X509Certificate');",
],
"prefix": "znuny.ObjectManager.X509CertificateObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.XMLObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.XMLObject.code-snippets
index b4031f77..70d35d65 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.XMLObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.XMLObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.XMLObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.XMLObject": {
"body": [
"my \\$XMLObject = \\$Kernel::OM->Get('Kernel::System::XML');",
],
"prefix": "znuny.ObjectManager.XMLObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.YAMLObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.YAMLObject.code-snippets
index 5b88c13a..0e263b29 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.YAMLObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.YAMLObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.0|6.4|6.5|7.0 - znuny.ObjectManager.YAMLObject": {
+ "6.0|6.4|6.5|7.0|7.1 - znuny.ObjectManager.YAMLObject": {
"body": [
"my \\$YAMLObject = \\$Kernel::OM->Get('Kernel::System::YAML');",
],
"prefix": "znuny.ObjectManager.YAMLObject",
- "description": "6.0|6.4|6.5|7.0",
+ "description": "6.0|6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/snippets/ObjectManager/znuny.ObjectManager.ZnunyHelperObject.code-snippets b/snippets/ObjectManager/znuny.ObjectManager.ZnunyHelperObject.code-snippets
index 4dbb6c90..d16c8188 100644
--- a/snippets/ObjectManager/znuny.ObjectManager.ZnunyHelperObject.code-snippets
+++ b/snippets/ObjectManager/znuny.ObjectManager.ZnunyHelperObject.code-snippets
@@ -1,10 +1,10 @@
{
- "6.4|6.5|7.0 - znuny.ObjectManager.ZnunyHelperObject": {
+ "6.4|6.5|7.0|7.1 - znuny.ObjectManager.ZnunyHelperObject": {
"body": [
"my \\$ZnunyHelperObject = \\$Kernel::OM->Get('Kernel::System::ZnunyHelper');",
],
"prefix": "znuny.ObjectManager.ZnunyHelperObject",
- "description": "6.4|6.5|7.0",
+ "description": "6.4|6.5|7.0|7.1",
"scope": "perl"
}
}
diff --git a/src/contributes-snippets-data.json b/src/contributes-snippets-data.json
index 3db10530..22b2c9f1 100644
--- a/src/contributes-snippets-data.json
+++ b/src/contributes-snippets-data.json
@@ -530,6 +530,10 @@
"language" : "perl",
"path" : "./snippets/Modules/znuny.Module.AgentTicketLockedView.code-snippets"
},
+ {
+ "language" : "perl",
+ "path" : "./snippets/Modules/znuny.Module.AgentTicketMarkSeenUnseen.code-snippets"
+ },
{
"language" : "perl",
"path" : "./snippets/Modules/znuny.Module.AgentTicketMentionView.code-snippets"
@@ -1606,6 +1610,10 @@
"language" : "perl",
"path" : "./snippets/ObjectManager/znuny.ObjectManager.DBObject.code-snippets"
},
+ {
+ "language" : "perl",
+ "path" : "./snippets/Functions/DBObject/znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets"
+ },
{
"language" : "perl",
"path" : "./snippets/Functions/DBObject/znuny.DBObject.Connect.code-snippets"
@@ -4570,6 +4578,10 @@
"language" : "perl",
"path" : "./snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.CollectAsynchronous.code-snippets"
},
+ {
+ "language" : "perl",
+ "path" : "./snippets/Functions/SupportDataCollectorObject/znuny.SupportDataCollectorObject.DeleteCache.code-snippets"
+ },
{
"language" : "perl",
"path" : "./snippets/ObjectManager/znuny.ObjectManager.SysConfigObject.code-snippets"
diff --git a/src/skipped-raw-data.json b/src/skipped-raw-data.json
index 79e0cb6c..d528931b 100644
--- a/src/skipped-raw-data.json
+++ b/src/skipped-raw-data.json
@@ -4,13 +4,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"/Kernel/System/EventHandler.pm" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"/Kernel/System/OTRSBusiness.pm" : [
"6.0",
@@ -21,7 +23,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"/Kernel/System/Registration.pm" : [
"6.0",
@@ -32,105 +35,123 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Functions" : {
"_ArticleActionsAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ArticleActionsRemove" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ArticleCacheClear" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_AssembleRequestData" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_AssembleResponseDataFromJSONString" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_AssembleResponseDataFromWebRequest" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_AutocorrectNonExistingDateTimeForTimeZone" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BooleansProcess" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BuildLastViewsOutput" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BuildSelectionAttributeRefCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BuildSelectionDataRefCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BuildSelectionOptionRefCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_BuildSelectionOutput" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CPANDateTimeObjectCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ChannelListCacheCleanup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CheckValidEmailAddresses" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CheckValidMessageData" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CheckVersion" : [
"6.0",
@@ -140,37 +161,43 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ColumnAndRowTranslation" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CommunicationStart" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CompareMatchWithData" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ConfigurationFilesDeployCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ConfigurationTranslatableStrings" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ConfiguredRepositoryDefinitionGet" : [
"6.0"
@@ -178,958 +205,1135 @@
"_CreateExpirationDateTimeObject" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CreateStaticResultCacheFilename" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurContentDimCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurContentDimGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurContentDimSet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPageDimCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPageDimGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPageDimSet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPageNumberSet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPositionGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPositionSet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPrintableDimCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPrintableDimGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CurPrintableDimSet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_CustomerUserCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DBGroupRoleGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DBGroupUserGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DBRoleUserGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DaysMappingGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DaysOrderMappingGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DecodeString" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DefaultColumnsDisable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DefaultColumnsEnable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DefaultColumnsGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DefaultSettingAddBulk" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DeleteAffectedCaches" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldReorder" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsConfigExport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsDefaultColumnsGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsDelete" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsDisable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsScreenConfigExport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsScreenConfigImport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsScreenDisable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsScreenEnable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_DynamicFieldsScreenGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_EffectiveValues2PerlFile" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_EventAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_EventRemove" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_Excel2ArrayTicketAttributeRelationsData" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_FileWriteAtomic" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_FiltersSQLAndBinds" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_FrequencyStringMappingGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_FromOTRSTimeZone" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GETInterface" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GETRequest" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GeneralCatalogItemCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenerateDynamicStats" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenerateErrorResponse" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenerateStaticStats" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenerateTemporaryPriority" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenericAgentCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GenericAgentCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetBase64EncodedArticleAttachments" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetCacheString" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetChecks" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetCommunicationLog" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetIdentifier" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetOrCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetRequestTypes" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetResultCache" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_GetSettingsToDeploy" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
+ ],
+ "_GetShortcutIconsForInterface" : [
+ "7.1"
],
"_GroupCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_HandleError" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_HandleSettingsToDeploy" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_Hash2GETParamString" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_HumanReadableAgeGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ITSMConfigItemDefinitionCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ITSMConfigItemDefinitionCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ITSMConfigItemVersionAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ITSMConfigItemVersionExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ITSMConfigItemVersionGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ImportExcelValue" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_Init" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_IsExcelFilename" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_IsOverriddenInModule" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ItemReverseListGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_JobRunTicket" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_LastViewParameters" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_LinkObjectContentStringCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_LoadLinkObjectLayoutBackend" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_LogAddChain" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_MailAddressParse" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_MaskSensitiveValue" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_MetaArticleList" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ModuleGroupAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ModuleGroupRemove" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_MonthsMappingGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_NameExistsCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_NotificationEventCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_NotificationEventCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OutputFilterHookExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OutputFilterHookInsertAfter" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OutputFilterHookInsertBefore" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OutputFilterHookReplace" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OutputFilterHookShift" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_OverwrittenUserAgentRestore" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PackageInstallOrderListGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PackageOnlineListGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PackageUninstallMerged" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ParseData2XML" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ParseTicketAttributeRelationsData" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ParseXML2Data" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PermissionTypeList" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostMasterFilterConfigExport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostMasterFilterConfigImport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostMasterFilterCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostMasterFilterCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostReorderTicketAttributeRelationsPriorities" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostmasterXHeaderAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PostmasterXHeaderRemove" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PreReorderTicketAttributeRelationsPriorities" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PrepareText" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_PriorityCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessWidgetDynamicFieldGroupsAdd" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessWidgetDynamicFieldGroupsGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessWidgetDynamicFieldGroupsRemove" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ProcessesGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_QueueCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RebuildConfig" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RedefineTransport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RemoveScriptTags" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RemoveUnSupportedTag" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ReplaceDataSeries" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RepositoryCacheClear" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RichTextReplaceLinkOfInlineContent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_RoleCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SLACreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SanitizeConfig" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_Seconds2String" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SendError" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SendEventNotification" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SendSuccess" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ServiceCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ServiceGetCurrentIncidentState" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SetArticleTransmissionError" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SetResultCache" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SettingEffectiveValueCheck" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SettingTranslatedGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StandardTemplateCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StateCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StateDisable" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StateTypeCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StringToHash" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_StringWidth" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_SystemDataCacheKeyDelete" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TableBlockNextCalculate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TableCalculate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TableCellOnCount" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TableCellOutput" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TableRowCalculate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TextCalculate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketAppointmentCreate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketAppointmentGet" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketAppointmentList" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketAppointmentUpdate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketCacheClear" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketDeepGetDataCleanUp" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketGetClosed" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketGetExtended" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketGetFirstLock" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TicketGetFirstResponse" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ToCPANDateTimeParamNames" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ToOTRSTimeZone" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_TypeCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_UpdateDynamicFieldConfigs" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_UserCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_UserFullname" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ValidDynamicFieldScreenListGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_ValueTypesList" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WebserviceConfigUpgrade" : [
"6.0",
@@ -1139,100 +1343,118 @@
"_WebserviceCreate" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WebserviceCreateIfNotExists" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WebserviceDelete" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WebserviceObjectModify" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WebservicesGet" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_WhereTimeStamp" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"_XMLHashAddAutoIncrement" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Modules" : {
"AJAXDynamicFieldWebservice" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AJAXNotificationEventTransportWebservice" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AJAXRichTextAutocompletion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Activity" : [
- "7.0"
+ "7.0",
+ "7.1"
],
"Admin" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminACL" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminAppointmentCalendarManage" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminAppointmentImport" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminAppointmentNotificationEvent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminAttachment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminAutoResponse" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCloudServiceSupportDataCollector" : [
"6.0",
@@ -1248,213 +1470,249 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerCompany" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerUser" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerUserCustomer" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerUserGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminCustomerUserService" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicField" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldCheckbox" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldConfigurationImportExport" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldDateTime" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldDropdown" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldMultiselect" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldScreenConfiguration" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldText" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminDynamicFieldWebservice" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminEmail" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericAgent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceDebugger" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceErrorHandlingDefault" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceErrorHandlingRequestRetry" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceInvokerDefault" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceInvokerEvent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceMappingSimple" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceMappingXSLT" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceOperationDefault" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceTransportHTTPREST" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceTransportHTTPSOAP" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceWebservice" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGenericInterfaceWebserviceHistory" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminInit" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminLog" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminMailAccount" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminNotificationEvent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminOAuth2TokenManagement" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminOTRSBusiness" : [
"6.0",
@@ -1465,85 +1723,99 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminPackageManager" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminPerformanceLog" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminPostMasterFilter" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminPriority" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagement" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagementActivity" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagementActivityDialog" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagementPath" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagementTransition" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminProcessManagementTransitionAction" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminQueue" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminQueueAutoResponse" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminQueueTemplates" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminRegistration" : [
"6.0"
@@ -1552,239 +1824,279 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminRoleGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminRoleUser" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSLA" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSMIME" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSalutation" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSelectBox" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminService" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSession" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSignature" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminState" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSupportDataCollector" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemAddress" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemConfiguration" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemConfigurationDeployment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemConfigurationGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemFiles" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminSystemMaintenance" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminTemplate" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminTemplateAttachment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminTicketAttributeRelations" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminType" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminUser" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AdminUserGroup" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentAppointmentAgendaOverview" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentAppointmentCalendarOverview" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentAppointmentEdit" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentAppointmentList" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentAppointmentPluginSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerInformationCenter" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerInformationCenterSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerUserAddressBook" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerUserInformationCenter" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentCustomerUserInformationCenterSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentDaemonInfo" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentDashboard" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentDashboardCommon" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentInfo" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentLinkObject" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentOTRSBusiness" : [
"6.0",
@@ -1795,107 +2107,128 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentSplitSelection" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentStatistics" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentUserSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentZoom" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AjaxAttachment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerAccept" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerPreferences" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
+ ],
+ "DevelFred" : [
+ "7.1"
],
"Installer" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Mentions" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PictureUpload" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PreApplicationLastViews" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PublicCalendar" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PublicDefault" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PublicRepository" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"PublicSupportDataCollector" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Test" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectFilesMapping" : {
@@ -1903,7 +2236,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Objects" : {}
diff --git a/src/snippets-raw-data.json b/src/snippets-raw-data.json
index a94728b8..23a883c7 100644
--- a/src/snippets-raw-data.json
+++ b/src/snippets-raw-data.json
@@ -4,302 +4,356 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketArticleContent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketAttachment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketBounce" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketBulk" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketClose" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketCompose" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketCustomer" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketEmail" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketEmailOutbound" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketEmailResend" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketEscalationView" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketForward" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketFreeText" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketHistory" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketLock" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketLockedView" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
+ ],
+ "AgentTicketMarkSeenUnseen" : [
+ "7.1"
],
"AgentTicketMentionView" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketMerge" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketMove" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketNote" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketNoteToLinkedTicket" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketOwner" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketOwnerView" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPending" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPhone" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPhoneCommon" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPhoneInbound" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPhoneOutbound" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPlain" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPrint" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketPriority" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketProcess" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketQueue" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketResponsible" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketResponsibleView" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketService" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketStatusView" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketToUnitTest" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketWatchView" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketWatcher" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"AgentTicketZoom" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketArticleContent" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketAttachment" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketMessage" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketOverview" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketPrint" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketProcess" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketSearch" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"CustomerTicketZoom" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Objects" : {
@@ -308,7 +362,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ActivityDialogCompletedCheck" : {
@@ -316,7 +371,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ActivityDialogGet" : {
@@ -324,7 +380,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -336,7 +393,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ActivityGet" : {
@@ -344,7 +402,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ActivityList" : {
@@ -352,62 +411,74 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Add" : {
"my $CreatedID = $ActivityObject->Add(\n ID => '...',\n Type => '...',\n Title => '...',\n Text => '...',\n State => '...',\n Link => '...',\n CreateTime => '...',\n CreateBy => '...',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataAdd" : {
"my $CreatedID = $ActivityObject->DataAdd(\n ID => '...',\n Type => '...',\n Title => '...',\n Text => '...',\n State => '...',\n Link => '...',\n CreateTime => '...',\n CreateBy => '...',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataDelete" : {
"my $Success = $ActivityObject->DataDelete(\n ID => '...', # optional\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataGet" : {
"my %Data = $ActivityObject->DataGet(\n ID => '...', # optional\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataListGet" : {
"my @Data = $ActivityObject->DataListGet(\n ID => '...', # optional\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataSearch" : {
"my %Data = $ActivityObject->DataSearch(\n Search => 'test*test',\n ID => '...', # optional\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataUpdate" : {
"my $Success = $ActivityObject->DataUpdate(\n ID => 1234,\n UserID => $UserID,\n # all other attributes are optional\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Get" : {
"my $Success = $ActivityObject->Get();\n ID => 1,\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetLink" : {
"my $String = $ActivityObject->GetLink(\n TicketID => $TicketID,\n\n # OR:\n ApointmentID => $ApointmentID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InitConfig" : {
"my $Success = $ActivityObject->InitConfig();" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ListGet" : {
"my @Activities = $ActivityObject->ListGet(\n ID => '...', # optional\n Type => '...', # optional\n Title => '...', # optional\n Text => '...', # optional\n State => '...', # optional\n Link => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -419,7 +490,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ArticleAccountedTimeDelete" : {
@@ -427,7 +499,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleAccountedTimeGet" : {
@@ -435,42 +508,48 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleAttachment" : {
"my %Attachment = $ArticleObject->ArticleAttachment(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n FileID => $FileID, # as returned by ArticleAttachmentIndex\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleAttachmentCount" : {
"my $Count = $ArticleObject->ArticleAttachmentCount(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleAttachmentIndex" : {
"my %AttachmentIndex = $ArticleObject->ArticleAttachmentIndex(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n ExcludePlainText => 1, # (optional) Exclude plain text attachment\n ExcludeHTMLBody => 1, # (optional) Exclude HTML body attachment\n ExcludeInline => 1, # (optional) Exclude inline attachments\n OnlyHTMLBody => 1, # (optional) Return only HTML body attachment, return nothing if not found\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleContentPathGet" : {
"my $Path = $ArticleObject->ArticleContentPathGet(\n ArticleID => $ArticleID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleCount" : {
"my $Count = $ArticleObject->ArticleCount(\n TicketID => $TicketID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleFlagDelete" : {
@@ -478,13 +557,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $ArticleObject->ArticleFlagDelete(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n Key => 'seen',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleFlagGet" : {
@@ -492,7 +573,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleFlagSet" : {
@@ -500,7 +582,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleFlagsOfTicketGet" : {
@@ -508,19 +591,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleIndex" : {
"my @ArticleIDs = $ArticleObject->ArticleIndex(\n SenderType => 'customer', # optional, to limit to a certain sender type\n TicketID => $TicketID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @ArticleIDs = $ArticleObject->ArticleIndex(\n TicketID => $TicketID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleList" : {
@@ -528,7 +614,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexBuild" : {
@@ -536,7 +623,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexDelete" : {
@@ -544,7 +632,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexRebuildFlagList" : {
@@ -552,7 +641,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexRebuildFlagSet" : {
@@ -560,7 +650,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexSQLJoin" : {
@@ -568,7 +659,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexSQLJoinNeeded" : {
@@ -576,7 +668,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexStatus" : {
@@ -584,7 +677,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchIndexWhereCondition" : {
@@ -592,7 +686,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSearchableFieldsList" : {
@@ -600,7 +695,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSenderTypeList" : {
@@ -608,7 +704,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleSenderTypeLookup" : {
@@ -616,20 +713,23 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SenderTypeID = $ArticleObject->ArticleSenderTypeLookup(\n SenderType => 'customer', # customer|system|agent\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleWriteAttachment" : {
"my $Success = $ArticleObject->ArticleWriteAttachment(\n TicketID => $TicketID,\n Content => $ContentAsString,\n ContentType => 'text/html; charset=\"iso-8859-15\"',\n Filename => 'lala.html',\n ContentID => $ContentID, # optional\n ContentAlternative => 0, # optional, alternative content to shown as body\n Disposition => 'attachment', # or 'inline'\n ArticleID => $ArticleID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BackendForArticle" : {
@@ -637,13 +737,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ArticleBackendObject = $ArticleObject->BackendForArticle( TicketID => $TicketID, ArticleID => 123 );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BackendForChannel" : {
@@ -651,7 +753,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchStringStopWordsFind" : {
@@ -659,7 +762,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchStringStopWordsUsageWarningActive" : {
@@ -667,7 +771,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketIDLookup" : {
@@ -675,7 +780,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -687,7 +793,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Auth" : {
@@ -695,12 +802,14 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $User = $AuthObject->Auth(\n User => $User,\n Pw => $Pw,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetLastErrorMessage" : {
@@ -708,7 +817,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetOption" : {
@@ -718,12 +828,14 @@
"if ( $AuthObject->GetOption(What => 'PreAuth') ) {\n print \"No login screen is needed. Authentication is based on some other options. E. g. $ENV{REMOTE_USER}\\n\";\n}" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $AuthOption = $AuthObject->GetOption(What => 'PreAuth');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -735,7 +847,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AutoResponseAdd" : {
@@ -745,7 +858,8 @@
"my $AutoResponseID = $AutoResponseObject->AutoResponseAdd(\n Name => 'Some::AutoResponse',\n ValidID => $ValidID,\n Subject => 'Some Subject..',\n Response => 'Auto Response Test....',\n ContentType => 'text/plain',\n AddressID => $AddressID,\n TypeID => $TypeID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseGet" : {
@@ -753,7 +867,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseGetByTypeQueueID" : {
@@ -761,7 +876,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseList" : {
@@ -769,14 +885,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseQueue" : {
"my $Success = $AutoResponseObject->AutoResponseQueue(\n QueueID => $QueueID,\n AutoResponseIDs => [1,2,3],\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseTypeList" : {
@@ -784,7 +902,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseUpdate" : {
@@ -794,7 +913,8 @@
"my $Success = $AutoResponseObject->AutoResponseUpdate(\n ID => 123,\n Name => 'Some::AutoResponse',\n ValidID => $ValidID,\n Subject => 'Some Subject..',\n Response => 'Auto Response Test....',\n ContentType => 'text/plain',\n AddressID => $AddressID,\n TypeID => $TypeID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponseWithoutQueue" : {
@@ -802,7 +922,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -813,21 +934,24 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GetAutocompletionSettings" : {
"my $AutocompletionSettings = $AutocompletionObject->GetAutocompletionSettings();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetData" : {
"my $Data = $AutocompletionObject->GetData(\n Trigger => '!EX', # !EX is from example autocompletion module Kernel::System::Autocompletion::Example\n SearchString => 'Raw',\n UserID => $UserID,\n AdditionalParams => { # optional\n TicketID => $TicketID, # this will only be passed if available (e.g. it's not available for AgentTicketPhone)\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -839,7 +963,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AllValuesDelete" : {
@@ -847,7 +972,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BuildSelectionDataGet" : {
@@ -855,7 +981,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ColumnFilterValuesGet" : {
@@ -863,7 +990,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DisplayValueRender" : {
@@ -871,7 +999,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EditFieldRender" : {
@@ -879,7 +1008,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EditFieldValueGet" : {
@@ -887,13 +1017,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Value = $BackendObject->EditFieldValueGet(\n DynamicFieldConfig => $DynamicFieldConfig, # complete config of the DynamicField\n ParamObject => $ParamObject, # the current request data\n LayoutObject => $LayoutObject, # used to transform dates to user time zone\n TransformDates => 1, # 1 || 0, default 1, to transform the dynamic fields that\n # use dates to the user time zone (i.e. Date, DateTime\n # dynamic fields)\n Template => $Template,\n ReturnValueStructure => 0, # 0 || 1, default 0\n # Returns special structure\n # (only for backend internal use).\n ReturnTemplateStructure => 0, # 0 || 1, default 0\n # Returns the structured values as got from the http request\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EditFieldValueValidate" : {
@@ -901,7 +1033,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FieldValueValidate" : {
@@ -909,7 +1042,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HasBehavior" : {
@@ -917,7 +1051,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoricalValuesGet" : {
@@ -925,7 +1060,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectMatch" : {
@@ -933,7 +1069,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PossibleValuesGet" : {
@@ -941,7 +1078,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RandomValueSet" : {
@@ -949,7 +1087,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ReadableValueRender" : {
@@ -957,7 +1096,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchFieldParameterBuild" : {
@@ -965,7 +1105,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchFieldPreferences" : {
@@ -973,7 +1114,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchFieldRender" : {
@@ -981,7 +1123,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchFieldValueGet" : {
@@ -989,13 +1132,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Value = $BackendObject->SearchFieldValueGet(\n DynamicFieldConfig => $DynamicFieldConfig, # complete config of the DynamicField\n ParamObject => $ParamObject, # the current request data\n Profile => $ProfileData, # the serach profile\n ReturnProfileStructure => 1, # 0 || 1, default 0\n # Returns the structured values as got from the http request\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchSQLGet" : {
@@ -1003,7 +1148,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchSQLOrderFieldGet" : {
@@ -1011,7 +1157,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsFieldParameterBuild" : {
@@ -1019,7 +1166,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsSearchFieldParameterBuild" : {
@@ -1027,7 +1175,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TemplateValueTypeGet" : {
@@ -1035,19 +1184,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ValueType = $BackendObject->TemplateValueTypeGet(\n DynamicFieldConfig => $DynamicFieldConfig,\n FieldType => 'Search',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ValueType = $BackendObject->TemplateValueTypeGet(\n DynamicFieldConfig => $DynamicFieldConfig, # complete config of the DynamicField\n FieldType => 'Edit', # or 'Search' or 'All'\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueDelete" : {
@@ -1055,7 +1207,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueGet" : {
@@ -1063,7 +1216,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueIsDifferent" : {
@@ -1071,7 +1225,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueLookup" : {
@@ -1079,7 +1234,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueSearch" : {
@@ -1087,14 +1243,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueSet" : {
"my $Success = $BackendObject->ValueSet(\n DynamicFieldConfig => $DynamicFieldConfig, # complete config of the DynamicField\n # OR\n DynamicFieldName => 'MyField', # Implicitly fetches config of dynamic field\n\n ObjectID => $ObjectID, # ID of the current object that the field\n # must be linked to, e. g. TicketID\n ObjectName => $ObjectName, # Name of the current object that the field\n # must be linked to, e. g. CustomerUserLogin\n # You have to give either ObjectID OR ObjectName\n Value => $Value, # Value to store, depends on backend type\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $BackendObject->ValueSet(\n DynamicFieldConfig => $DynamicFieldConfig, # complete config of the DynamicField\n ObjectID => $ObjectID, # ID of the current object that the field\n # must be linked to, e. g. TicketID\n ObjectName => $ObjectName, # Name of the current object that the field\n # must be linked to, e. g. CustomerUserLogin\n # You have to give either ObjectID OR ObjectName\n Value => $Value, # Value to store, depends on backend type\n UserID => $UserID,\n);" : [
"6.0"
@@ -1105,7 +1263,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1117,7 +1276,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Array2CSV" : {
@@ -1125,7 +1285,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CSV2Array" : {
@@ -1133,7 +1294,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1145,7 +1307,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CleanUp" : {
@@ -1153,25 +1316,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$CacheObject->CleanUp(\n KeepTypes => ['Object1', 'Object2'],\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$CacheObject->CleanUp(\n Type => 'ObjectName', # only [a-zA-Z0-9_] chars usable\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$CacheObject->CleanUp();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Configure" : {
@@ -1179,7 +1346,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Delete" : {
@@ -1187,7 +1355,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Get" : {
@@ -1195,13 +1364,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Value = $CacheObject->Get(\n Type => 'ObjectName', # only [a-zA-Z0-9_] chars usable\n Key => 'SomeKey',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Set" : {
@@ -1209,13 +1380,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$CacheObject->Set(\n Type => 'ObjectName', # only [a-zA-Z0-9_] chars usable\n Key => 'SomeKey',\n Value => 'Some Value',\n TTL => 60 * 60 * 24 * 20, # seconds, this means 20 days\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1226,28 +1399,32 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"BuildString" : {
"my $OutputString = $CalendarEventsObject->BuildString(\n Data => {\n 'Type' => 'Recurrent', # required\n 'Interval' => '5',\n 'ByDay' => 'SU,TU,WE,TH,FR,SA',\n 'AllDay' => 1,\n 'Frequency' => 'Weekly'\n },\n Type => 'Frequency',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FindEvents" : {
"my $Result = $CalendarEventsObject->FindEvents(\n String => [\n {\n Content =>\n \"Hello! You've got an invitation for a meeting:\n BEGIN:VCALENDAR\n ..\n END:VCALENDAR\"\n }\n ],\n Attachments => [\n {\n Content =>\n \"Hello! You've got an invitation for a meeting:\n BEGIN:VCALENDAR\n ..\n END:VCALENDAR\"\n },\n {\n Content =>\n \"Hello! You've got an invitation for a meeting:\n BEGIN:VCALENDAR\n ..\n END:VCALENDAR\"\n },\n ..\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Parse" : {
"my $CalendarEventsData = $CalendarEventsObject->Parse(\n TicketID => $Param{TicketID},\n ArticleID => $Param{ArticleID},\n String => $ArticleContent, # parse specified text content\n Attachments => { # parse attachments\n Data => {\n '4' => {\n 'Disposition' => 'attachment',\n 'ContentType' => 'text/calendar; charset=UTF-8; name=\"Some calendar name.ics\"',\n 'Filename' => 'calendar.ics',\n 'FilesizeRaw' => '949'\n },\n '1' => {\n 'Disposition' => 'attachment',\n 'ContentType' => 'text/calendar; charset=UTF-8; name=\"Some calendar name1.ics\"',\n 'Filename' => 'calendar1.ics',\n 'FilesizeRaw' => '2967'\n },\n },\n Type => \"Article\", # specify type of attachments\n },\n ToTimeZone => $UserTimeZone,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1259,7 +1436,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CalendarCreate" : {
@@ -1267,7 +1445,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarExport" : {
@@ -1275,7 +1454,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarGet" : {
@@ -1283,7 +1463,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarImport" : {
@@ -1291,7 +1472,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarList" : {
@@ -1299,7 +1481,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarPermissionGet" : {
@@ -1307,7 +1490,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CalendarUpdate" : {
@@ -1315,7 +1499,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAccessToken" : {
@@ -1323,7 +1508,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTextColor" : {
@@ -1331,7 +1517,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentDelete" : {
@@ -1339,7 +1526,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentProcessCalendar" : {
@@ -1347,7 +1535,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentProcessRule" : {
@@ -1355,7 +1544,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentProcessTicket" : {
@@ -1363,7 +1553,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentRuleGet" : {
@@ -1371,7 +1562,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentRuleIDsGet" : {
@@ -1379,7 +1571,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentTicketID" : {
@@ -1387,7 +1580,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentTypesGet" : {
@@ -1395,7 +1589,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAppointmentUpdateTicket" : {
@@ -1403,7 +1598,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1415,14 +1611,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AreEmailAddressesValid" : {
"my $EmailAddressesAreValid = $CheckItemObject->AreEmailAddressesValid(\n EmailAddresses => 'test@example.org, test2@example.org',\n\n # or as array ref\n EmailAddresses => [\n 'test@example.org',\n 'test2@example.org',\n ],\n\n # also works with just one address\n EmailAddresses => 'test@example.org',\n\n # or as array ref\n EmailAddresses => ['test@example.org'],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CheckEmail" : {
@@ -1430,7 +1628,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CheckError" : {
@@ -1438,7 +1637,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CheckErrorType" : {
@@ -1446,7 +1646,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreditCardClean" : {
@@ -1454,7 +1655,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StringClean" : {
@@ -1462,7 +1664,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1474,7 +1677,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ChannelAdd" : {
@@ -1482,7 +1686,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelDelete" : {
@@ -1490,7 +1695,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelDrop" : {
@@ -1498,7 +1704,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelGet" : {
@@ -1506,7 +1713,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelList" : {
@@ -1514,7 +1722,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelObjectGet" : {
@@ -1522,13 +1731,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Object = $CommunicationChannelObject->ChannelObjectGet(\n ChannelName => 'Email', # ChannelName or ChannelID required\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelSync" : {
@@ -1536,7 +1747,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ChannelUpdate" : {
@@ -1544,7 +1756,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1556,7 +1769,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CommunicationIDGet" : {
@@ -1564,7 +1778,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CommunicationStop" : {
@@ -1572,7 +1787,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DirectionGet" : {
@@ -1580,7 +1796,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsObjectLogOpen" : {
@@ -1588,7 +1805,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLog" : {
@@ -1596,7 +1814,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLogStart" : {
@@ -1604,7 +1823,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLogStop" : {
@@ -1612,7 +1832,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLookupGet" : {
@@ -1620,7 +1841,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLookupSet" : {
@@ -1628,7 +1850,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatusGet" : {
@@ -1636,7 +1859,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TransportGet" : {
@@ -1644,7 +1868,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1656,7 +1881,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Get" : {
@@ -1664,7 +1890,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Set" : {
@@ -1672,7 +1899,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1684,7 +1912,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GenericAgentSchedule2CronTab" : {
@@ -1692,7 +1921,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NextEventGet" : {
@@ -1700,7 +1930,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NextEventList" : {
@@ -1708,7 +1939,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PreviousEventGet" : {
@@ -1716,7 +1948,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1728,7 +1961,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Auth" : {
@@ -1736,7 +1970,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetLastErrorMessage" : {
@@ -1744,7 +1979,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetOption" : {
@@ -1752,7 +1988,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1764,7 +2001,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CustomerCompanyAdd" : {
@@ -1772,7 +2010,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanyGet" : {
@@ -1780,7 +2019,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanyList" : {
@@ -1788,19 +2028,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $CustomerCompanyObject->CustomerCompanyList(\n Valid => 0,\n Limit => 0, # optional, override configured search result limit (0 means unlimited)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $CustomerCompanyObject->CustomerCompanyList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanySearchDetail" : {
@@ -1808,7 +2051,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanySearchFields" : {
@@ -1816,7 +2060,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanySourceList" : {
@@ -1824,7 +2069,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerCompanyUpdate" : {
@@ -1832,7 +2078,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFieldConfig" : {
@@ -1840,7 +2087,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFieldSelections" : {
@@ -1848,7 +2096,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -1860,7 +2109,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GroupContextCustomers" : {
@@ -1868,7 +2118,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupContextNameGet" : {
@@ -1876,7 +2127,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupContextNameList" : {
@@ -1884,7 +2136,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupCustomerAdd" : {
@@ -1892,7 +2145,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupCustomerList" : {
@@ -1900,37 +2154,43 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Groups = $CustomerGroupObject->GroupCustomerList(\n CustomerID => $CustomerID,\n Type => 'ro', # ro|move_into|priority|create|owner|rw\n Context => 'Ticket::CustomerID::Same',\n # permissions to same company tickets, default context\n Result => 'HASH', # return hash of group id => group name entries\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @CustomerIDs = $CustomerGroupObject->GroupCustomerList(\n GroupID => $GroupID,\n Type => 'ro', # ro|move_into|priority|create|owner|rw\n Context => 'Ticket::CustomerID::Same',\n # permissions to same company tickets, default context\n Result => 'ID', # return array of customer ids\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @CustomerNames = $CustomerGroupObject->GroupCustomerList(\n GroupID => $GroupID,\n Type => 'ro', # ro|move_into|priority|create|owner|rw\n Context => 'Ticket::CustomerID::Same',\n # permissions to same company tickets, default context\n Result => 'Name', # return array of customer ids\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @GroupIDs = $CustomerGroupObject->GroupCustomerList(\n CustomerID => $CustomerID,\n Type => 'ro', # ro|move_into|priority|create|owner|rw\n Context => 'Ticket::CustomerID::Same',\n # permissions to same company tickets, default context\n Result => 'ID', # return array of group ids\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @GroupNames = $CustomerGroupObject->GroupCustomerList(\n CustomerID => $CustomerID,\n Type => 'ro', # ro|move_into|priority|create|owner|rw\n Context => 'Ticket::CustomerID::Same',\n # permissions to same company tickets, default context\n Result => 'Name', # return array of group names\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupLookup" : {
@@ -1938,13 +2198,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $GroupID = $CustomerGroupObject->GroupLookup(Group => $Group);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupMemberAdd" : {
@@ -1952,7 +2214,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupMemberList" : {
@@ -1960,37 +2223,43 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Users = $CustomerGroupObject->GroupMemberList(\n GroupID => $GroupID,\n Type => 'move_into', # ro|move_into|priority|create|rw\n Result => 'HASH', # return hash of user id => user name entries\n RawPermissions => 0, # 0 (return inherited permissions from CustomerCompany), default\n # 1 (return only direct permissions)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @GroupIDs = $CustomerGroupObject->GroupMemberList(\n UserID => $UserID,\n Type => 'move_into', # ro|move_into|priority|create|rw\n Result => 'ID', # return array of group ids\n RawPermissions => 0, # 0 (return inherited permissions from CustomerCompany), default\n # 1 (return only direct permissions)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @GroupNames = $CustomerGroupObject->GroupMemberList(\n UserID => $UserID,\n Type => 'move_into', # ro|move_into|priority|create|rw\n Result => 'Name', # return array of group names\n RawPermissions => 0, # 0 (return inherited permissions from CustomerCompany), default\n # 1 (return only direct permissions)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @UserIDs = $CustomerGroupObject->GroupMemberList(\n GroupID => $GroupID,\n Type => 'move_into', # ro|move_into|priority|create|rw\n Result => 'ID', # return array of user ids\n RawPermissions => 0, # 0 (return inherited permissions from CustomerCompany), default\n # 1 (return only direct permissions)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @UserNames = $CustomerGroupObject->GroupMemberList(\n GroupID => $GroupID,\n Type => 'move_into', # ro|move_into|priority|create|rw\n Result => 'Name', # return array of user names\n RawPermissions => 0, # 0 (return inherited permissions from CustomerCompany), default\n # 1 (return only direct permissions)\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionCheck" : {
@@ -1998,7 +2267,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2010,7 +2280,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CustomerIDList" : {
@@ -2018,7 +2289,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerIDs" : {
@@ -2026,7 +2298,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerName" : {
@@ -2034,7 +2307,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerSearch" : {
@@ -2042,25 +2316,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# search by CustomerID\nmy %List = $CustomerUserObject->CustomerSearch(\n CustomerID => $CustomerID,\n Valid => 1, # (optional) default 1\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# text search\nmy %List = $CustomerUserObject->CustomerSearch(\n Search => '*some*', # also 'hans+huber' possible\n Valid => 1, # (optional) default 1\n Limit => 100, # (optional) overrides limit of the config\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# username search\nmy %List = $CustomerUserObject->CustomerSearch(\n UserLogin => '*some*',\n Valid => 1, # (optional) default 1\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerSearchDetail" : {
@@ -2068,7 +2346,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerSourceList" : {
@@ -2076,7 +2355,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserAdd" : {
@@ -2084,7 +2364,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserCacheClear" : {
@@ -2092,7 +2373,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserCustomerMemberAdd" : {
@@ -2100,7 +2382,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserCustomerMemberList" : {
@@ -2108,13 +2391,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @CustomerUsers = $CustomerUserObject->CustomerUserCustomerMemberList(\n CustomerID => $CustomerID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserDataGet" : {
@@ -2122,7 +2407,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserSearchFields" : {
@@ -2130,7 +2416,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserUpdate" : {
@@ -2138,7 +2425,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateRandomPassword" : {
@@ -2146,13 +2434,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Password = $CustomerUserObject->GenerateRandomPassword();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFieldConfig" : {
@@ -2160,7 +2450,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFieldSelections" : {
@@ -2168,7 +2459,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPreferences" : {
@@ -2176,7 +2468,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchPreferences" : {
@@ -2184,7 +2477,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetPassword" : {
@@ -2192,7 +2486,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetPreferences" : {
@@ -2200,7 +2495,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TokenCheck" : {
@@ -2208,7 +2504,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TokenGenerate" : {
@@ -2216,7 +2513,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2227,105 +2525,120 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CreateMissingUUIDDatabaseTableColumns" : {
"my $Success = $DBCRUDObject->CreateMissingUUIDDatabaseTableColumns();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreateUUIDDatabaseTableColumn" : {
"my $UUIDColumnCreated = $DBCRUDObject->CreateUUIDDatabaseTableColumn();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataAdd" : {
"my $Success = $DBCRUDObject->DataAdd(\n ID => '...',\n # ...\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataCopy" : {
"my $ObjectID = $DBCRUDObject->DataCopy(\n ID => 123,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataDelete" : {
"my $Success = $DBCRUDObject->DataDelete(\n ID => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataExport" : {
"my $Export = $DBCRUDObject->DataExport(\n Format => 'yml',\n Cache => 0,\n Filter => {\n Source => '...'\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataGet" : {
"my %Data = $DBCRUDObject->DataGet(\n ID => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataImport" : {
"my $Success = $DBCRUDObject->DataImport(\n Content => $ContentString,\n Format => 'yml', # optional - default\n Overwrite => 1, # optional to overwrite existing data\n Data => { # additional data if not all needed data exists\n ValidID => $ValidID,\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataListGet" : {
"my @Data = $DBCRUDObject->DataListGet(\n ID => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataNameExists" : {
"my $Success = $DBCRUDObject->DataNameExists(\n Name => 'name',\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataSearch" : {
"my %Data = $DBCRUDObject->DataSearch(\n Search => 'test*test',\n ID => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataUpdate" : {
"my $Success = $DBCRUDObject->DataUpdate(\n ID => 1234,\n UserID => $UserID,\n # all other attributes are optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsUUIDDatabaseTableColumnPresent" : {
"my $UUIDColumnPresent = $DBCRUDObject->IsUUIDDatabaseTableColumnPresent();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MigrateUUIDDatabaseTableColumns" : {
"my $Success = $DBCRUDObject->MigrateUUIDDatabaseTableColumns();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2336,63 +2649,72 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DataAdd" : {
"my $Success = $DBCRUDTestObject->DataAdd(\n ID => '...',\n Name => '...', # optional\n Age => '...', # optional\n Description => '...', # optional\n ContentJSON => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataDelete" : {
"my $Success = $DBCRUDTestObject->DataDelete(\n ID => '...', # optional\n Name => '...', # optional\n Age => '...', # optional\n Description => '...', # optional\n ContentJSON => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataExport" : {
"my $Export = $DBCRUDTestObject->DataExport(\n Format => 'yml',\n Cache => 0,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataGet" : {
"my %Data = $DBCRUDTestObject->DataGet(\n ID => '...', # optional\n Name => '...', # optional\n Age => '...', # optional\n Description => '...', # optional\n ContentJSON => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataImport" : {
"my $Success = $DBCRUDTestObject->DataImport(\n Content => $ContentString,\n Format => 'yml', # optional - default\n Overwrite => 1, # optional to overwrite existing data\n Data => { # additional data if not all needed data exists\n ValidID => $ValidID,\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataListGet" : {
"my @Data = $DBCRUDTestObject->DataListGet(\n ID => '...', # optional\n Name => '...', # optional\n Age => '...', # optional\n Description => '...', # optional\n ContentJSON => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataSearch" : {
"my %Data = $DBCRUDTestObject->DataSearch(\n Search => 'test*test',\n ID => '...', # optional\n Name => '...', # optional\n Age => '...', # optional\n Description => '...', # optional\n ContentJSON => '...', # optional\n CreateTime => '...', # optional\n ChangeTime => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InitConfig" : {
"my $Success = $DBCRUDTestObject->InitConfig();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2404,15 +2726,25 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
+ "CheckRequiredDatabaseVersion" : {
+ "my %VersionInfo = $DBObject->CheckRequiredDatabaseVersion();" : [
+ "7.1"
+ ],
+ "my %VersionInfos = $DBObject->CheckRequiredDatabaseVersion();" : [
+ "7.1"
+ ]
+ },
"Connect" : {
"$DBObject->Connect();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Disconnect" : {
@@ -2420,7 +2752,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Do" : {
@@ -2428,19 +2761,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$DBObject->Do( SQL => \"DELETE FROM table\" );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$DBObject->Do( SQL => \"INSERT INTO table (name) VALUES ('dog')\" );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Error" : {
@@ -2448,7 +2784,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FetchrowArray" : {
@@ -2456,7 +2793,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetColumnNames" : {
@@ -2464,7 +2802,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetDatabaseFunction" : {
@@ -2472,7 +2811,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ListTables" : {
@@ -2480,7 +2820,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Ping" : {
@@ -2488,7 +2829,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Prepare" : {
@@ -2496,25 +2838,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$DBObject->Prepare(\n SQL => \"SELECT id, name, content FROM table\",\n Encode => [ 1, 1, 0 ],\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$DBObject->Prepare(\n SQL => \"SELECT id, name FROM table\",\n Limit => 10,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$DBObject->Prepare(\n SQL => \"SELECT id, name FROM table\",\n Start => 10,\n Limit => 20,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueryCondition" : {
@@ -2522,31 +2868,36 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SQL = $DBObject->QueryCondition(\n Key => [ 'some_col_a', 'some_col_b' ],\n Value => '((ABC&&DEF)&&!GHI)',\n BindMode => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SQL = $DBObject->QueryCondition(\n Key => 'some_col',\n Value => '((ABC&&DEF)&&!GHI)',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SQL = $DBObject->QueryCondition(\n Key => 'some_col',\n Value => '(ABC+DEF)',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SQL = $DBObject->QueryCondition(\n Key => [ 'some_col_a', 'some_col_b' ],\n Value => '((ABC&&DEF)&&!GHI)',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueryInCondition" : {
@@ -2554,7 +2905,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueryStringEscape" : {
@@ -2562,7 +2914,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Quote" : {
@@ -2570,25 +2923,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"quote integers:\n===============\nmy $DBString = $DBObject->Quote( 1234, 'Integer' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"quote numbers (e. g. 1, 1.4, 42342.23424):\n==========================================\nmy $DBString = $DBObject->Quote( 1234, 'Number' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"quote strings, date and time:\n=============================\nmy $DBString = $DBObject->Quote( \"This isn't a problem!\" );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SQLProcessor" : {
@@ -2596,7 +2953,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SQLProcessorPost" : {
@@ -2604,7 +2962,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SelectAll" : {
@@ -2612,7 +2971,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Version" : {
@@ -2620,7 +2980,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2632,7 +2993,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Add" : {
@@ -2640,7 +3002,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Clone" : {
@@ -2648,7 +3011,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Compare" : {
@@ -2659,7 +3023,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Delta" : {
@@ -2667,7 +3032,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Format" : {
@@ -2675,7 +3041,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Get" : {
@@ -2683,7 +3050,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRealTimeZone" : {
@@ -2691,13 +3059,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TimeZone = $DateTimeObject->GetRealTimeZone( TimeZone => 'Africa/Addis_Ababa' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsTimeZoneValid" : {
@@ -2705,13 +3075,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Valid = $DateTimeObject->IsTimeZoneValid( TimeZone => 'Europe/Berlin' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsVacationDay" : {
@@ -2719,7 +3091,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LastDayOfMonthGet" : {
@@ -2727,7 +3100,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OTRSTimeZoneGet" : {
@@ -2735,13 +3109,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $OTRSTimeZone = $DateTimeObject->OTRSTimeZoneGet();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Set" : {
@@ -2749,13 +3125,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# Settings values by date/time string:\nmy $Success = $DateTimeObject->Set( String => '2016-02-25 20:34:01' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Subtract" : {
@@ -2763,7 +3141,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemTimeZoneGet" : {
@@ -2771,13 +3150,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SystemTimeZone = Kernel::System::DateTime->SystemTimeZoneGet();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TimeZoneByOffsetList" : {
@@ -2785,7 +3166,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TimeZoneList" : {
@@ -2795,19 +3177,22 @@
"my $TimeZones = $DateTimeObject->TimeZoneList(\n # Africa/Kinshasa has become obsolete and has been replaced by Africa/Lagos.\n # This option will add Africa/Kinshasa to the list of time zones nonetheless.\n # The given time zone must be valid, so 'Some/InvalidTimeZone' will not be added.\n IncludeTimeZone => 'Africa/Kinshasa',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TimeZones = $DateTimeObject->TimeZoneList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TimeZones = Kernel::System::DateTime->TimeZoneList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToCTimeString" : {
@@ -2815,7 +3200,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToEmailTimeStamp" : {
@@ -2823,19 +3209,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# Typical usage:\n# You want to have the date/time of OTRS + its UTC offset, so:\nmy $DateTimeObject = $Kernel::OM->Create('Kernel::System::DateTime');\nmy $MailTimeStamp = $DateTimeObject->ToEmailTimeStamp();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $MailTimeStamp = $DateTimeObject->ToEmailTimeStamp();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToEpoch" : {
@@ -2843,7 +3232,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToOTRSTimeZone" : {
@@ -2851,7 +3241,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToString" : {
@@ -2859,14 +3250,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToTimeZone" : {
"my $Success = $DateTimeObject->ToTimeZone(\n TimeZone => 'Europe/Berlin',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserDefaultTimeZoneGet" : {
@@ -2874,13 +3267,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $UserDefaultTimeZoneGet = Kernel::System::DateTime->UserDefaultTimeZoneGet();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Validate" : {
@@ -2888,7 +3283,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2900,7 +3296,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"LogAdd" : {
@@ -2908,7 +3305,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LogCleanup" : {
@@ -2916,7 +3314,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LogDelete" : {
@@ -2924,7 +3323,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LogGet" : {
@@ -2932,7 +3332,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LogGetWithData" : {
@@ -2940,7 +3341,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LogSearch" : {
@@ -2948,7 +3350,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -2960,7 +3363,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Debug" : {
@@ -2968,7 +3372,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DebugLog" : {
@@ -2976,7 +3381,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Error" : {
@@ -2984,7 +3390,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HandleError" : {
@@ -2992,7 +3399,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HandleResponse" : {
@@ -3000,7 +3408,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Info" : {
@@ -3008,7 +3417,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Map" : {
@@ -3016,7 +3426,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Notice" : {
@@ -3024,7 +3435,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PrepareRequest" : {
@@ -3032,7 +3444,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProviderGenerateResponse" : {
@@ -3040,7 +3453,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProviderProcessRequest" : {
@@ -3048,7 +3462,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RequesterPerformRequest" : {
@@ -3056,7 +3471,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3068,7 +3484,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {},
"ObjectManager" : "my $DiffObject = $Kernel::OM->Get('Kernel::System::Diff');",
@@ -3079,7 +3496,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DynamicFieldAdd" : {
@@ -3087,7 +3505,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldDelete" : {
@@ -3095,7 +3514,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldGet" : {
@@ -3103,7 +3523,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldList" : {
@@ -3111,13 +3532,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $List = $DynamicFieldObject->DynamicFieldList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldListGet" : {
@@ -3125,13 +3548,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $List = $DynamicFieldObject->DynamicFieldListGet();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldOrderCheck" : {
@@ -3139,7 +3564,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldOrderReset" : {
@@ -3147,7 +3573,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldUpdate" : {
@@ -3155,7 +3582,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectMappingCreate" : {
@@ -3163,7 +3591,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectMappingGet" : {
@@ -3171,7 +3600,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectMappingNameChange" : {
@@ -3179,7 +3609,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3191,7 +3622,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AllValuesDelete" : {
@@ -3199,7 +3631,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoricalValueGet" : {
@@ -3207,7 +3640,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectValuesDelete" : {
@@ -3215,7 +3649,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueDelete" : {
@@ -3223,7 +3658,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueGet" : {
@@ -3231,7 +3667,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueSearch" : {
@@ -3239,7 +3676,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueSet" : {
@@ -3247,7 +3685,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueValidate" : {
@@ -3255,7 +3694,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3267,7 +3707,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Bounce" : {
@@ -3275,7 +3716,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Check" : {
@@ -3283,7 +3725,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Send" : {
@@ -3291,13 +3734,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Sent = $EmailObject->Send( (Backwards compatibility)\n From => 'me@example.com',\n To => 'friend@example.com',\n Subject => 'Some words!',\n Charset => 'iso-8859-15',\n MimeType => 'text/plain', # \"text/plain\" or \"text/html\"\n Body => 'Some nice text',\n InReplyTo => '',\n References => ' ',\n Sign => {\n Type => 'PGP',\n SubType => 'Inline|Detached',\n Key => '81877F5E',\n Type => 'SMIME',\n Key => '3b630c80',\n },\n Crypt => {\n Type => 'PGP',\n SubType => 'Inline|Detached',\n Key => '81877F5E',\n },\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SendExecute" : {
@@ -3309,13 +3754,15 @@
"my $Result = $EmailObject->SendExecute(\n From => $RealFrom,\n To => $To, # can be a string with comma separated mail addresses\n Header => \\$Param{Header},\n Body => \\$Param{Body},\n CommunicationLogObject => $CommunicationLogObject,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $EmailObject->SendExecute(\n From => $RealFrom,\n To => \\@ToArray,\n Header => \\$Param{Header},\n Body => \\$Param{Body},\n CommunicationLogObject => $CommunicationLogObject,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3327,7 +3774,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ConfigureOutputFileHandle" : {
@@ -3335,7 +3783,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Convert" : {
@@ -3343,13 +3792,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $utf8 = $EncodeObject->Convert(\n Text => $iso_8859_1_string,\n From => 'iso-8859-1',\n To => 'utf-8',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Convert2CharsetInternal" : {
@@ -3357,7 +3808,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EncodeInput" : {
@@ -3365,13 +3817,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$EncodeObject->EncodeInput( \\@Array );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EncodeOutput" : {
@@ -3379,13 +3833,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$EncodeObject->EncodeOutput( \\@Array );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EncodingIsAsciiSuperset" : {
@@ -3393,7 +3849,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FindAsciiSupersetEncoding" : {
@@ -3401,14 +3858,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RemoveUTF8BOM" : {
"my $StringWithoutBOM = $EncodeObject->RemoveUTF8BOM(\n String => '....',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3420,7 +3879,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DBInfoGet" : {
@@ -3428,7 +3888,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ModuleVersionGet" : {
@@ -3436,7 +3897,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OSInfoGet" : {
@@ -3444,7 +3906,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OTRSInfoGet" : {
@@ -3452,7 +3915,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PerlInfoGet" : {
@@ -3460,13 +3924,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %PerlInfo = $EnvironmentObject->PerlInfoGet();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3478,7 +3944,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"HandleError" : {
@@ -3486,7 +3953,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3498,7 +3966,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"EventList" : {
@@ -3506,7 +3975,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3517,42 +3987,48 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Array2Excel" : {
"my $ExcelFileContent = $ExcelObject->Array2Excel(\n Data => [\n {\n Name => 'Overview',\n FreezePanes => [\n {\n Row => 2,\n Column => 0,\n },\n ],\n TableData => [\n [\n {\n Format => {\n right => 1,\n bg_color => 'silver',\n }\n },\n {\n Format => {\n left => 1,\n right => 1,\n bg_color => 'silver',\n }\n },\n {\n Format => {\n left => 1,\n right => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => 'Response Time',\n Merge => 1,\n Format => {\n border => 1,\n bg_color => 'silver',\n valign => 'vcentre',\n align => 'center',\n }\n },\n {\n Merge => 2,\n },\n {\n Merge => 3,\n },\n {\n Value => 'Solution Time',\n Merge => 1,\n Format => {\n border => 1,\n bg_color => 'silver',\n valign => 'vcentre',\n align => 'center',\n }\n },\n {\n Merge => 2,\n },\n {\n Merge => 3,\n },\n ],\n [\n {\n Value => 'Service',\n Format => {\n right => 1,\n bottom => 1,\n bg_color => 'silver',\n valign => 'vcentre',\n align => 'center',\n }\n },\n {\n Value => 'SLA',\n Format => {\n left => 1,\n right => 1,\n bottom => 1,\n bg_color => 'silver',\n valign => 'vcentre',\n align => 'center',\n }\n },\n {\n Value => '#Tickets',\n Format => {\n left => 1,\n right => 1,\n bottom => 1,\n bg_color => 'silver',\n valign => 'vcentre',\n align => 'center',\n }\n },\n {\n Value => '#IN',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => '%IN',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => '#OUT',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => '#IN',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => '%IN',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n {\n Value => '#OUT',\n Format => {\n border => 1,\n bg_color => 'silver',\n }\n },\n ],\n # ...\n ],\n },\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetColumnContentFormat" : {
"my $ColumnContentFormat = $ExcelObject->GetColumnContentFormat(\n Value => '123',\n Format => {},\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetColumnIdentifierByNumber" : {
"my $ColumnIdentifier = $ExcelObject->GetColumnIdentifierByNumber(\n ColumnNumber => 27,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFormatDefinition" : {
"my $GetFormatDefinition = $ExcelObject->GetFormatDefinition(\n Stat => $Stat,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MergeFormatDefinitions" : {
"my %Format = $ExcelObject->MergeFormatDefinitions(\n Merge => 1, # if 1, merges all format definitions from last to first in array 'FormatDefinitions'\n # if 0, use the first format definitions in array 'FormatDefinitions'\n FormatDefinitions => [\n # $CellFormatDefinition{Format},\n {\n 'color' => 'silver',\n 'right' => 1,\n 'valign' => 'vcentre',\n },\n # $RowFormatDefinition{Format},\n {\n 'color' => 'red',\n 'right' => 0,\n 'bold' => 1,\n },\n # $ColumnFormatDefinition{Format},\n # $Merge{Format},\n # $CellData{Format},\n # $DefaultFormatDefinition{Format},\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3564,7 +4040,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Fetch" : {
@@ -3572,7 +4049,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3584,7 +4062,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"TempFile" : {
@@ -3592,7 +4071,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3604,7 +4084,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"FormDraftAdd" : {
@@ -3612,7 +4093,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormDraftDelete" : {
@@ -3620,7 +4102,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormDraftGet" : {
@@ -3628,7 +4111,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormDraftListGet" : {
@@ -3636,7 +4120,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormDraftUpdate" : {
@@ -3644,7 +4129,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3656,7 +4142,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"JobAdd" : {
@@ -3664,7 +4151,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JobDelete" : {
@@ -3672,7 +4160,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JobEventList" : {
@@ -3680,7 +4169,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JobGet" : {
@@ -3688,7 +4178,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JobList" : {
@@ -3696,7 +4187,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JobRun" : {
@@ -3704,7 +4196,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3716,7 +4209,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GroupAdd" : {
@@ -3724,7 +4218,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupDataList" : {
@@ -3732,7 +4227,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupGet" : {
@@ -3740,7 +4236,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupList" : {
@@ -3748,7 +4245,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupLookup" : {
@@ -3756,13 +4254,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $GroupID = $GroupObject->GroupLookup(\n Group => $Group,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GroupUpdate" : {
@@ -3770,7 +4270,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionCheck" : {
@@ -3778,7 +4279,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionGroupGet" : {
@@ -3786,7 +4288,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionGroupRoleAdd" : {
@@ -3794,7 +4297,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionGroupRoleGet" : {
@@ -3802,7 +4306,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionGroupUserAdd" : {
@@ -3810,7 +4315,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionGroupUserGet" : {
@@ -3818,7 +4324,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionRoleGroupGet" : {
@@ -3826,7 +4333,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionRoleUserAdd" : {
@@ -3834,7 +4342,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionRoleUserGet" : {
@@ -3842,7 +4351,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionUserGet" : {
@@ -3850,7 +4360,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionUserGroupGet" : {
@@ -3858,7 +4369,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionUserInvolvedGet" : {
@@ -3866,7 +4378,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PermissionUserRoleGet" : {
@@ -3874,7 +4387,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleAdd" : {
@@ -3882,7 +4396,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleDataList" : {
@@ -3890,7 +4405,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleGet" : {
@@ -3898,7 +4414,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleList" : {
@@ -3906,7 +4423,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleLookup" : {
@@ -3914,13 +4432,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $RoleID = $GroupObject->RoleLookup(\n Role => $Role,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RoleUpdate" : {
@@ -3928,7 +4448,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -3940,7 +4461,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DocumentCleanup" : {
@@ -3948,7 +4470,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DocumentComplete" : {
@@ -3956,7 +4479,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DocumentStrip" : {
@@ -3964,7 +4488,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EmbeddedImagesExtract" : {
@@ -3972,7 +4497,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkQuote" : {
@@ -3980,13 +4506,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTMLWithLinksRef = $HTMLUtilsObject->LinkQuote(\n String => \\$HTMLStringRef,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Safety" : {
@@ -3994,13 +4522,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Safe = $HTMLUtilsObject->Safety(\n String => \\$HTMLStringRef,\n NoApplet => 1,\n NoObject => 1,\n NoEmbed => 1,\n NoSVG => 1,\n NoImg => 1,\n NoIntSrcLoad => 0,\n NoExtSrcLoad => 1,\n NoJavaScript => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToAscii" : {
@@ -4008,7 +4538,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ToHTML" : {
@@ -4016,14 +4547,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TruncateBodyQuote" : {
"$Body = $HTMLUtilsObject->TruncateBodyQuote(\n Body => $Body,\n Limit => 10000,\n HTMLOutput => 1|0,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4035,80 +4568,94 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ACLValuesGet" : {
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'Action',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'DynamicField_Test',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'Priority',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'Queue',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'SLA',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'Service',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'State',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $HelperObject->ACLValuesGet(\n Check => 'Type',\n UserID => $UserID,\n %TicketACLParams, # see TicketACL.pm\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ActivateDefaultDynamicFields" : {
"my $Result = $HelperObject->ActivateDefaultDynamicFields();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ActivateDynamicFields" : {
"$HelperObject->ActivateDynamicFields(\n 'UnitTestDropdown',\n 'UnitTestCheckbox',\n 'UnitTestText',\n 'UnitTestMultiSelect',\n 'UnitTestTextArea',\n 'UnitTestDate',\n 'UnitTestDateTime',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleCreate" : {
"my $ArticleID = $HelperObject->ArticleCreate(\n TicketID => $TicketID,\n ArticleType => 'note-internal',\n SenderType => 'agent',\n Subject => 'UnitTest subject test',\n Body => 'UnitTest body test',\n ContentType => 'text/plain; charset=ISO-8859-15',\n HistoryType => 'OwnerUpdate',\n HistoryComment => 'Some free text!',\n UserID => $UserID,\n NoAgentNotify => 1,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ArticleID = $HelperObject->ArticleCreate(\n TicketID => $TicketID,\n SenderType => 'customer',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ArticleID = $HelperObject->ArticleCreate(\n TicketID => $TicketID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BeginWork" : {
@@ -4118,45 +4665,52 @@
"$HelperObject->BeginWork();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CheckNumberOfEventExecution" : {
"my $Result = $HelperObject->CheckNumberOfEventExecution(\n TicketID => $TicketID,\n Comment => 'after article create',\n Events => {\n AnExampleHistoryEntry => 2,\n AnotherExampleHistoryEntry => 0,\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigSettingChange" : {
"$HelperObject->ConfigSettingChange(\n Valid => 1, # (optional) enable or disable setting\n Key => 'MySetting', # setting name\n Value => { ... } , # setting value\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigureViews" : {
"my $Result = $HelperObject->ConfigureViews(\n AgentTicketNote => {\n Note => 1,\n NoteMandatory => 1,\n Owner => 1,\n OwnerMandatory => 1,\n Priority => 1,\n PriorityDefault => '3 normal',\n Queue => 1,\n Responsible => 1,\n Service => 1,\n ServiceMandatory => 1,\n SLAMandatory => 1,\n State => 1,\n StateType => ['open', 'closed', 'pending reminder', 'pending auto'],\n TicketType => 1,\n Title => 1,\n },\n CustomerTicketMessage => {\n Priority => 1,\n Queue => 1,\n Service => 1,\n ServiceMandatory => 1,\n SLA => 1,\n SLAMandatory => 1,\n TicketType => 1,\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConsoleCommand" : {
"my $Result = $HelperObject->ConsoleCommand(\n CommandModule => 'Kernel::System::Console::Command::Help',\n Parameter => 'Lis',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $HelperObject->ConsoleCommand(\n CommandModule => 'Kernel::System::Console::Command::Maint::Cache::Delete',\n Parameter => [ '--type', 'Znuny' ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $HelperObject->ConsoleCommand(\n CommandModule => 'Kernel::System::Console::Command::Maint::Cache::Delete',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomCodeActivate" : {
@@ -4164,26 +4718,30 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomFileCleanup" : {
"$HelperObject->CustomFileCleanup();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DatabaseXML" : {
"my $Success = $HelperObject->DatabaseXML(\n Location => $ConfigObject->Get('Home') . '/scripts/development/db/schema.xml',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $HelperObject->DatabaseXML(\n String => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DatabaseXMLExecute" : {
@@ -4191,136 +4749,157 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$HelperObject->DatabaseXMLExecute(\n XMLFile => '/path/to/file', # OTRS database XML file to execute\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DisableAsyncCalls" : {
"$HelperObject->DisableAsyncCalls();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DisableSysConfigs" : {
"$HelperObject->DisableSysConfigs(\n DisableSysConfigs => [\n 'Ticket::Responsible'\n 'DashboardBackend###0442-RSS'\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldSet" : {
"my $Success = $HelperObject->DynamicFieldSet(\n Field => 'DF1',\n ObjectID => $ObjectID,\n Value => '123',\n UserID => $UserID, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $HelperObject->DynamicFieldSet(\n Field => 'DF1',\n ObjectID => $ObjectID,\n Value => '123',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FillTestEnvironment" : {
"# create everything with defaults, except 20 agents\nmy $Result = $HelperObject->FillTestEnvironment(\n User => 20,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# create everything with defaults, except Type\nmy $Result = $HelperObject->FillTestEnvironment(\n Type => {\n 'Type 1::Sub Type' => 1,\n # ...\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# would do nothing -> return an empty HashRef\nmy $Result = $HelperObject->FillTestEnvironment(\n User => 0, # optional, default 5\n CustomerUser => 0, # optional, default 5\n Service => 0, # optional, default 1 (true)\n SLA => 0, # optional, default 1 (true)\n Type => 0, # optional, default 1 (true)\n Queue => 0, # optional, default 1 (true)\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FixedTimeAddSeconds" : {
"$HelperObject->FixedTimeAddSeconds(5);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FixedTimeSet" : {
"# set to current date and time\nmy $Timestamp = $HelperObject->FixedTimeSet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# with Timestamp\nmy $Timestamp = $HelperObject->FixedTimeSet(366475757);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# with previously created DateTime object\nmy $Timestamp = $HelperObject->FixedTimeSet($DateTimeObject);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FixedTimeSetByDate" : {
"$HelperObject->FixedTimeSetByDate(\n Year => 2016,\n Month => 4,\n Day => 28,\n Hour => 10, # default 0\n Minute => 0, # default 0\n Second => 0, # default 0\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FixedTimeSetByTimeStamp" : {
"$HelperObject->FixedTimeSetByTimeStamp('2004-08-14 22:45:00');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FixedTimeUnset" : {
"$HelperObject->FixedTimeUnset();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FullFeature" : {
"$HelperObject->FullFeature();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRandomID" : {
"my $RandomID = $HelperObject->GetRandomID();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRandomNumber" : {
"my $RandomNumber = $HelperObject->GetRandomNumber();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTestHTTPHostname" : {
"my $Hostname = $HelperObject->GetTestHTTPHostname();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PostMaster" : {
"my @Result = $HelperObject->PostMaster(\n Location => $ConfigObject->Get('Home') . '/scripts/test/sample/Sample-1.box',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProvideTestDatabase" : {
@@ -4330,28 +4909,32 @@
"6.5"
],
"$HelperObject->ProvideTestDatabase(\n DatabaseXMLString => $XML, # (optional) database XML schema to execute\n # or\n DatabaseXMLFiles => [ # (optional) List of XML files to load and execute\n '/opt/znuny/scripts/database/schema.xml',\n '/opt/znuny/scripts/database/initial_insert.xml',\n ],\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Rollback" : {
"$HelperObject->Rollback();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetupTestEnvironment" : {
"my $Result = $HelperObject->SetupTestEnvironment(\n # ... # Parameters get passed to the FillTestEnvironment and ConfigureViews function\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TestCustomerUserCreate" : {
"my $TestCustomerUserLogin = $HelperObject->TestCustomerUserCreate(\n Language => 'de', # optional, defaults to 'en' if not set\n KeepValid => 1, # optional, defaults to 0\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TestUserLogin = $HelperObject->TestCustomerUserCreate(\n Language => 'de', # optional, defaults to 'en' if not set\n);" : [
"6.0"
@@ -4361,7 +4944,8 @@
"my %CustomerUserData = $HelperObject->TestCustomerUserDataGet(\n Language => 'de' # optional, defaults to 'en' if not set\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TestDatabaseCleanup" : {
@@ -4369,14 +4953,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TestUserCreate" : {
"my $TestUserLogin = $HelperObject->TestUserCreate(\n Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)\n Language => 'de', # optional, defaults to 'en' if not set\n KeepValid => 1, # optional, defaults to 0\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TestUserLogin = $HelperObject->TestUserCreate(\n Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)\n Language => 'de' # optional, defaults to 'en' if not set\n);" : [
"6.0"
@@ -4384,45 +4970,52 @@
"my ( $TestUserLogin, $TestUserID ) = $HelperObject->TestUserCreate(\n Groups => ['admin', 'users'],\n Language => 'de',\n KeepValid => 1,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TestUserDataGet" : {
"my %UserData = $HelperObject->TestUserDataGet(\n Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)\n Language => 'de' # optional, defaults to 'en' if not set\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TestUserPreferencesSet" : {
"my $Success = $HelperObject->TestUserPreferencesSet(\n UserID => $UserID,\n Preferences => { # \"Preferences\" hashref is required\n OutOfOffice => 1, # example Key -> Value pair for User Preferences\n UserMobile => undef, # example for deleting a UserPreferences Key's value\n UserLanguage => '', # example for deleting a UserPreferences Key's value\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCreate" : {
"my $TicketID = $HelperObject->TicketCreate(\n CustomerUser => 'another_customer@example.com',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TicketID = $HelperObject->TicketCreate(\n Title => 'UnitTest ticket',\n Queue => 'Raw',\n Lock => 'unlock',\n Priority => '3 normal',\n State => 'new',\n CustomerID => $CustomerID,\n CustomerUser => 'customer@example.com',\n OwnerID => $OwnerID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TicketID = $HelperObject->TicketCreate();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UseTmpArticleDir" : {
"$HelperObject->UseTmpArticleDir();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4434,7 +5027,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Decode" : {
@@ -4442,7 +5036,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Encode" : {
@@ -4450,7 +5045,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"True" : {
@@ -4458,7 +5054,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4469,28 +5066,32 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Decode" : {
"my $JWT = $JWTObject->Decode(\n Token => '...',\n\n # Key or KeyFilePath\n Key => '...', # see https://metacpan.org/pod/Crypt::JWT#key1\n KeyFilePath => '/home/user1/key.pem',\n\n KeyPassword => '...', # optional, password for the key\n\n # Optional: Use this hash to give additional parameters to Crypt::JWT.\n CryptJWTParameters => {\n\n # see https://metacpan.org/pod/Crypt::JWT#decode_jwt\n # '...' => '...',\n\n # ...\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Encode" : {
"my $JWT = $JWTObject->Encode(\n Payload => {\n\n # arbitrary data\n Subject => '...',\n SomeOtherData => {\n # ...\n },\n },\n Algorithm => 'RS512', # see https://metacpan.org/pod/Crypt::JWT#alg\n\n # Key or key file\n Key => '...', # see https://metacpan.org/pod/Crypt::JWT#key1\n KeyFilePath => '/home/user1/key.pem',\n\n KeyPassword => '...', # optional, password for the key\n AdditionalHeaderData => { # optional\n\n # arbitrary data\n Type => '...',\n },\n\n # Optional: Use this hash to give additional parameters to Crypt::JWT.\n CryptJWTParameters => {\n\n # see https://metacpan.org/pod/Crypt::JWT#encode_jwt\n enc => '...',\n\n # ...\n },\n\n # Optional: Data to be placed in placeholders in given Payload and AdditionalHeaderData parameters.\n # All values of the given payload and additional header data hash will be searched\n # for all the given placeholders and their values be replaced.\n PlaceholderData => {\n OTRS_JWT_CertSubject => '...',\n OTRS_JWT_ExpirationTimestamp => '9999999999999',\n\n # ...\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsSupported" : {
"my $JWTObjectIsSupported = $JWTObject->IsSupported();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4502,7 +5103,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"FormatTimeString" : {
@@ -4510,35 +5112,40 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetJSTemplateTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetJSTemplateTranslatableStrings(\n ModuleDirectory => \"$Home/...\", # optional, translates the Znuny module in the given directory\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetJSTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetJSTranslatableStrings(\n ModuleDirectory => \"$Home/...\", # optional, translates the Znuny module in the given directory\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPerlModuleTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetPerlModuleTranslatableStrings(\n ModuleDirectory => \"$Home/...\", # optional, translates the Znuny module in the given directory\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPossibleCharsets" : {
"my @Charsets = $LanguageObject->GetPossibleCharsets();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRecommendedCharset" : {
@@ -4548,60 +5155,69 @@
"my $Charset = $LanguageObject->GetRecommendedCharset();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSysConfigTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetSysConfigTranslatableStrings();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTTTemplateTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetTTTemplateTranslatableStrings(\n ModuleDirectory => \"$Home/...\", # optional, translates the Znuny module in the given directory\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetXMLTranslatableStrings" : {
"my @TranslationStrings = $LanguageObject->GetXMLTranslatableStrings(\n ModuleDirectory => \"$Home/...\", # optional, translates the Znuny module in the given directory\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Time" : {
"$Time = $LanguageObject->Time(\n Action => 'GET',\n Format => 'DateFormat',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$TimeLong = $LanguageObject->Time(\n Action => 'GET',\n Format => 'DateFormatLong',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$TimeLong = $LanguageObject->Time(\n Action => 'RETURN',\n Format => 'DateFormatLong',\n Year => 1977,\n Month => 10,\n Day => 27,\n Hour => 20,\n Minute => 10,\n Second => 05,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$TimeLong = $LanguageObject->Time(\n Action => 'RETURN',\n Format => 'DateInputFormatLong',\n Mode => 'NotNumeric',\n Year => '',\n Month => '',\n Day => '',\n Hour => '',\n Minute => '',\n Second => '',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Translatable" : {
"my $Selection = $LayoutObject BuildSelection (\n Data => {\n 'and' => Translatable('and'),\n 'or' => Translatable('or'),\n 'xor' => Translatable('xor'),\n },\n Name => \"ConditionLinking[_INDEX_]\",\n Sort => 'AlphanumericKey',\n Translation => 1,\n Class => 'Modernize W50pc',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Translate" : {
@@ -4609,7 +5225,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4620,70 +5237,80 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Delete" : {
"my $Success = $LastViewsObject->Delete(\n SessionID => $Param{SessionID},\n Count => 20, # option - deletes all views but the latest n\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Get" : {
"my %LastView = $LastViewsObject->Get(\n %{ $Param{Request} },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetActionIgnore" : {
"my @ActionIgnore = $LastViewsObject->GetActionIgnore();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetActionMapping" : {
"my %ActionMapping = $LastViewsObject->GetActionMapping();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetList" : {
"my @LastViews = $LastViewsObject->GetList(\n SessionID => $SessionID,\n Types => ['Ticket', 'Admin'], # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPopUpActions" : {
"my %PopUpActions = $LastViewsObject->GetPopUpActions();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSubactionIgnore" : {
"my @SubactionIgnore = $LastViewsObject->GetSubactionIgnore();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsValidRequest" : {
"my $IsValidRequest = $LastViewsObject->IsValidRequest(\n %Request\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Update" : {
"my $Success = $LastViewsObject->Update(\n SessionID => $Self->{SessionID},\n Request => \\%Request,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -4695,7 +5322,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AddJSData" : {
@@ -4703,7 +5331,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AddJSOnDocumentComplete" : {
@@ -4711,24 +5340,28 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AddJSOnDocumentCompleteIfNotExists" : {
"my $Success = $LayoutObject->AddJSOnDocumentCompleteIfNotExists(\n Key => 'identifier_key_of_your_js',\n Code => $JSBlock,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AddPopupProfiles" : {
"$LayoutObject->AddPopupProfiles();" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $LayoutObject->AddPopupProfiles();" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleActions" : {
@@ -4736,7 +5369,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleCustomerRecipientsGet" : {
@@ -4744,7 +5378,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleFields" : {
@@ -4752,7 +5387,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticlePreview" : {
@@ -4760,7 +5396,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ArticleQuote" : {
@@ -4768,13 +5405,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTMLBody = $LayoutObject->ArticleQuote(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n FormID => $Self->{FormID},\n UploadCacheObject => $Self->{UploadCacheObject},\n AttachmentsInclude => 0,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Ascii2Html" : {
@@ -4782,13 +5421,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTMLStringRef = $LayoutObject->Ascii2Html(\n Text => \\$String,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Ascii2RichText" : {
@@ -4796,7 +5437,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Attachment" : {
@@ -4804,13 +5446,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$HTML = $LayoutObject->Attachment(\n Type => 'inline', # optional, default: attachment, possible: inline|attachment\n Filename => 'FileName.html', # optional\n ContentType => 'text/html',\n Charset => 'utf-8', # optional\n Content => $Content,\n NoCache => 1, # optional\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Block" : {
@@ -4818,7 +5462,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BuildDateSelection" : {
@@ -4826,7 +5471,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BuildSelection" : {
@@ -4834,7 +5480,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"BuildSelectionJSON" : {
@@ -4842,17 +5489,20 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CleanUpCSSSelector" : {
"my $CSSSelector = $LayoutObject->CleanUpCSSSelector(\n CSSSelector => 'pending-auto-close+',\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ColorPicker" : {
"my $HTML = $LayoutObject->ColorPicker(\n Type => 'InputField', # Input returns only a single input field\n # InputField returns label and field combination\n\n Name => 'Name', # name of element\n ID => 'ID', # the HTML ID for this element, if not provided, the name will be used as ID as well\n Class => 'class', # (optional) a css class, include 'Modernize' to activate InputFields\n Label => 'Color', # (optional) the label if type 'InputField' is used\n\n # ColorPicker configurations\n # All configurations listed here can be used https://jscolor.com/docs/\n # Keys can be written in CamelCase or in lowerCamelCase.\n\n Value => '#FF8A25', # default selected color\n Color => '#FF8A25', # default selected color\n\n Width => 141, # make the picker a little narrower\n Palette => [\n '#000000', '#7d7d7d',\n '#870014', '#ec1c23',\n '#fef100', '#22b14b',\n '#00a1e7', '#3f47cc',\n '#ffffff', '#c3c3c3',\n '#b87957', '#feaec9',\n '#eee3af', '#b5e61d',\n '#99d9ea', '#7092be',\n ],\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ComplexTablePreferencesGet" : {
@@ -4860,7 +5510,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ComplexTablePreferencesSet" : {
@@ -4868,17 +5519,20 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConvertToCSS" : {
"my $CSS = $LayoutObject->ConvertToCSS(\n Data => {\n '.StateID-1' {\n background: #50B5FF;\n }\n '.StateID-2' {\n background: #3DD598;\n }\n '.StateID-3' {\n background: #FC5A5A;\n }\n '.StateID-4' {\n background: #FFC542;\n }\n '.StateID-5' {\n background: #8D8D9B;\n }\n '.StateID-6' {\n background: #FF8A25;\n }\n '.StateID-7' {\n background: #3DD598;\n }\n '.StateID-8' {\n background: #FC5A5A;\n }\n '.StateID-9' {\n background: #8D8D9B;\n }\n },\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreateDynamicCSS" : {
"my $CSS = $LayoutObject->CreateDynamicCSS();" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserAddressBookListShow" : {
@@ -4886,7 +5540,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DatepickerGetVacationDays" : {
@@ -4894,7 +5549,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HTMLLinkQuote" : {
@@ -4902,13 +5558,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTMLWithLinksRef = $LayoutObject->HTMLLinkQuote(\n String => \\$HTMLString,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Header" : {
@@ -4916,7 +5574,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HumanReadableDataSize" : {
@@ -4924,7 +5583,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"JSONEncode" : {
@@ -4932,7 +5592,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkEncode" : {
@@ -4940,7 +5601,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkObjectSearchOptionList" : {
@@ -4948,7 +5610,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkObjectSelectableObjectList" : {
@@ -4956,7 +5619,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkObjectTableCreate" : {
@@ -4964,7 +5628,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkObjectTableCreateComplex" : {
@@ -4972,7 +5637,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkObjectTableCreateSimple" : {
@@ -4980,7 +5646,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkQuote" : {
@@ -4988,13 +5655,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTMLWithLinksRef = $LayoutObject->LinkQuote(\n Text => \\$HTMLWithOutLinksRef,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateAgentCSSCalls" : {
@@ -5002,7 +5671,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateAgentJSCalls" : {
@@ -5010,7 +5680,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateCustomerCSSCalls" : {
@@ -5018,7 +5689,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateCustomerJSCalls" : {
@@ -5026,12 +5698,14 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateDynamicCSS" : {
"my $Success = $LayoutObject->LoaderCreateDynamicCSS();" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateJavaScriptTemplateData" : {
@@ -5039,7 +5713,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoaderCreateJavaScriptTranslationData" : {
@@ -5047,7 +5722,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Notify" : {
@@ -5055,25 +5731,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Output = $LayoutObject->Notify(\n Priority => 'Error',\n Info => 'Some Error Message',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Output = $LayoutObject->Notify(\n Priority => 'Error',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Output = $LayoutObject->Notify(\n Priority => 'Warning',\n Info => 'Some Info Message',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotifyNonUpdatedTickets" : {
@@ -5081,7 +5761,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Output" : {
@@ -5089,19 +5770,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTML = $LayoutObject->Output(\n TemplateFile => 'AdminLog.tt',\n Data => \\%Param,\n AJAX => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTML = $LayoutObject->Output(\n TemplateFile => 'AdminLog.tt',\n Data => \\%Param,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PageNavBar" : {
@@ -5109,7 +5793,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Permission" : {
@@ -5117,7 +5802,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PopupClose" : {
@@ -5125,13 +5811,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"# reload main window\n$LayoutObject->PopupClose(\n Reload => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Redirect" : {
@@ -5139,13 +5827,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $HTML = $LayoutObject->Redirect(\n OP => \"Action=AdminUserGroup;Subaction=User;ID=$UserID\",\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RichText2Ascii" : {
@@ -5153,7 +5843,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RichTextDocumentComplete" : {
@@ -5161,7 +5852,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RichTextDocumentServe" : {
@@ -5169,7 +5861,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SkinValidate" : {
@@ -5177,14 +5870,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TimeUnits" : {
"my $TimeUnitsBlock = $LayoutObject->TimeUnits(\n ID => 'TimeUnits', # (optional) the HTML ID for this element, if not provided, the name will be used as ID as well\n Name => 'TimeUnits', # name of element\n TimeUnits => '123',\n TimeUnitsRequired => '1',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserInitialsGet" : {
@@ -5192,7 +5887,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5204,7 +5900,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"LinkAdd" : {
@@ -5212,7 +5909,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkCleanup" : {
@@ -5220,7 +5918,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkDelete" : {
@@ -5228,7 +5927,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkDeleteAll" : {
@@ -5236,7 +5936,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkKeyList" : {
@@ -5244,7 +5945,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkKeyListWithData" : {
@@ -5252,7 +5954,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkList" : {
@@ -5260,7 +5963,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LinkListWithData" : {
@@ -5268,7 +5972,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectDescriptionGet" : {
@@ -5276,7 +5981,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectLookup" : {
@@ -5284,13 +5990,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$ObjectID = $LinkObject->ObjectLookup(\n Name => 'Ticket',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectPermission" : {
@@ -5298,7 +6006,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectSearch" : {
@@ -5306,7 +6015,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PossibleLinkList" : {
@@ -5314,7 +6024,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PossibleObjectsList" : {
@@ -5322,7 +6033,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PossibleType" : {
@@ -5330,7 +6042,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PossibleTypesList" : {
@@ -5338,7 +6051,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateList" : {
@@ -5346,7 +6060,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateLookup" : {
@@ -5354,13 +6069,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$StateID = $LinkObject->StateLookup(\n Name => 'Valid',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeGet" : {
@@ -5368,7 +6085,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeGroupList" : {
@@ -5376,7 +6094,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeList" : {
@@ -5384,7 +6103,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeLookup" : {
@@ -5392,13 +6112,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$TypeID = $LinkObject->TypeLookup(\n Name => 'Normal',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5410,7 +6132,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CacheDelete" : {
@@ -5418,7 +6141,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CacheGenerate" : {
@@ -5426,7 +6150,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetMinifiedFile" : {
@@ -5434,21 +6159,24 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsCSSMinifierXSAvailable" : {
"my $IsCSSMinifierXSAvailable = $LoaderObject->IsCSSMinifierXSAvailable();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsJavaScriptMinifierXSAvailable" : {
"my $IsJavaScriptMinifierXSAvailable = $LoaderObject->IsJavaScriptMinifierXSAvailable();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MinifyCSS" : {
@@ -5456,7 +6184,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MinifyFiles" : {
@@ -5464,7 +6193,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MinifyJavaScript" : {
@@ -5472,7 +6202,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5484,7 +6215,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"LockList" : {
@@ -5492,7 +6224,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LockLookup" : {
@@ -5500,13 +6233,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $LockID = $LockObject->LockLookup( Lock => 'lock' );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LockViewableLock" : {
@@ -5514,13 +6249,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @ListID = $LockObject->LockViewableLock(\n Type => 'ID', # ID|Name\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5532,7 +6269,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CleanUp" : {
@@ -5540,7 +6278,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Dumper" : {
@@ -5548,13 +6287,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$LogObject->Dumper(@Array);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetLog" : {
@@ -5562,7 +6303,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetLogEntry" : {
@@ -5570,7 +6312,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5582,14 +6325,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GetAuthenticationTypes" : {
"my %AuthenticationTypes = $MailAccountObject->GetAuthenticationTypes();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountAdd" : {
@@ -5599,7 +6344,8 @@
"my $MailAccountID = $MailAccountObject->MailAccountAdd(\n Login => 'mail',\n Password => 'SomePassword',\n Host => 'pop3.example.com',\n Type => 'POP3',\n IMAPFolder => 'Some Folder', # optional, only valid for IMAP-type accounts\n ValidID => $ValidID,\n Trusted => 0,\n AuthenticationType => 'oauth2_token', # optional; defaults to 'password'\n OAuth2TokenConfigID => $OAuth2TokenConfigID, # optional\n DispatchingBy => 'Queue', # Queue|From\n QueueID => $QueueID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountBackendList" : {
@@ -5607,7 +6353,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountCheck" : {
@@ -5615,7 +6362,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountDelete" : {
@@ -5623,7 +6371,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountFetch" : {
@@ -5631,7 +6380,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountGet" : {
@@ -5639,7 +6389,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountGetAll" : {
@@ -5647,7 +6398,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountList" : {
@@ -5655,7 +6407,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailAccountUpdate" : {
@@ -5665,7 +6418,8 @@
"my $Success = $MailAccountObject->MailAccountUpdate(\n ID => 1,\n Login => 'mail',\n Password => 'SomePassword',\n Host => 'pop3.example.com',\n Type => 'POP3',\n IMAPFolder => 'Some Folder', # optional, only valid for IMAP-type accounts\n ValidID => $ValidID,\n Trusted => 0,\n AuthenticationType => 'oauth2_token', # optional; defaults to 'password'\n OAuth2TokenConfigID => $OAuth2TokenConfigID, # optional\n DispatchingBy => 'Queue', # Queue|From\n QueueID => $QueueID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5677,7 +6431,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Create" : {
@@ -5685,7 +6440,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Delete" : {
@@ -5693,7 +6449,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Get" : {
@@ -5701,7 +6458,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"List" : {
@@ -5709,7 +6467,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Send" : {
@@ -5717,7 +6476,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Update" : {
@@ -5725,7 +6485,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5737,7 +6498,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Die" : {
@@ -5745,7 +6507,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DirectoryRead" : {
@@ -5753,31 +6516,36 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @FilesInDirectory = $MainObject->DirectoryRead(\n Directory => $Path,\n Filter => '*',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @FilesInDirectory = $MainObject->DirectoryRead(\n Directory => '/special/optional/directory/',\n Filter => '*',\n Silent => 1, # will not log errors if the directory does not exist\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @FilesInDirectory = $MainObject->DirectoryRead(\n Directory => '/tmp',\n Filter => 'Filenam*',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @FilesInDirectory = $MainObject->DirectoryRead(\n Directory => '/tmp',\n Filter => \\@MyFilters,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Dump" : {
@@ -5785,19 +6553,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Dump = $MainObject->Dump(\n $SomeVariable,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Dump = $MainObject->Dump(\n {\n Key1 => $SomeVariable,\n },\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FileDelete" : {
@@ -5805,7 +6576,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FileGetMTime" : {
@@ -5813,7 +6585,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FileRead" : {
@@ -5821,19 +6594,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ContentSCALARRef = $MainObject->FileRead(\n Directory => 'c:\\some\\location',\n Filename => 'file2read.txt',\n # or Location\n Location => 'c:\\some\\location\\file2read.txt',\n\n Mode => 'binmode', # optional - binmode|utf8\n Type => 'Local', # optional - Local|Attachment|MD5\n Result => 'SCALAR', # optional - SCALAR|ARRAY\n DisableWarnings => 1, # optional\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ContentSCALARRef = $MainObject->FileRead(\n Directory => 'c:\\some\\location',\n Filename => 'file2read.txt',\n # or Location\n Location => 'c:\\some\\location\\file2read.txt',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FileWrite" : {
@@ -5841,13 +6617,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $FileLocation = $MainObject->FileWrite(\n Directory => 'c:\\some\\location',\n Filename => 'file2write.txt',\n # or Location\n Location => 'c:\\some\\location\\file2write.txt',\n\n Content => \\$Content,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FilenameCleanUp" : {
@@ -5855,13 +6633,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Filename = $MainObject->FilenameCleanUp(\n Filename => 'some:file.xml',\n Type => 'MD5', # Local|Attachment|MD5\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateRandomString" : {
@@ -5869,19 +6649,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $String = $MainObject->GenerateRandomString(\n Length => 32,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $String = $MainObject->GenerateRandomString();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MD5sum" : {
@@ -5889,19 +6672,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $MD5Sum = $MainObject->MD5sum(\n Filename => '/path/to/me_to_alal.xml',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $MD5Sum = $MainObject->MD5sum(\n String => \\$SomeString,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Require" : {
@@ -5909,7 +6695,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RequireBaseClass" : {
@@ -5917,7 +6704,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -5928,69 +6716,79 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AddMention" : {
"my $Success = $MentionObject->AddMention(\n TicketID => $TicketID,\n ArticleID => $ArticleID,\n MentionedUserID => $MentionedUserID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CanUserRemoveMention" : {
"my $UserCanRemoveMention = $MentionObject->CanUserRemoveMention(\n TicketID => $TicketID,\n MentionedUserID => $MentionedUserID,\n UserID => $UserID, # user who wants to remove the mention\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetDashboardWidgetTicketData" : {
"my $Data = $MentionObject->GetDashboardWidgetTicketData(\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetMentionedUserIDsFromString" : {
"my $MentionedUserIDs = $MentionObject->GetMentionedUserIDsFromString(\n HTMLString => '...@root@localhost<\\/a>...',\n\n # optional\n # plain text string must be given if mentions in quoted text should be ignored.\n # they are not reliably parsable from the HTML string.\n PlainTextString => '...@root@localhost...',\n\n # optional\n # Limit for number of returned user IDs. The rest will silently be ignored.\n Limit => 5,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTicketMentions" : {
"my $Mentions = $MentionObject->GetTicketMentions(\n TicketID => $TicketID,\n OrderBy => 'create_time', # optional; default\n SortOrder => 'ASC', # or 'DESC', optional; default\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetUserMentions" : {
"my $Mentions = $MentionObject->GetUserMentions(\n UserID => $UserID,\n\n # optional, defaults to 0 and then means that all mentions of all articles per ticket are\n # counted as one combined mention;\n # if set to 1, all mentions of every article count separately\n PerArticle => 0,\n\n OrderBy => 'create_time', # optional; default\n SortOrder => 'ASC', # or 'DESC', optional; default\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsGroupBlocked" : {
"my $GroupIsBlocked = $MentionObject->IsGroupBlocked(\n Group => 'users',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RemoveAllMentions" : {
"my $Success = $MentionObject->RemoveAllMentions(\n TicketID => $TicketID,\n);" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RemoveMention" : {
"my $Success = $MentionObject->RemoveMention(\n TicketID => $TicketID,\n MentionedUserID => $MentionedUserID,\n UserID => $UserID, # user who wants to remove the mention\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6002,7 +6800,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"NotificationAdd" : {
@@ -6010,7 +6809,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationBodyCheck" : {
@@ -6018,7 +6818,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationDelete" : {
@@ -6026,7 +6827,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationEventCheck" : {
@@ -6034,7 +6836,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationGet" : {
@@ -6042,13 +6845,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Notification = $NotificationEventObject->NotificationGet(\n Name => 'NotificationName',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationImport" : {
@@ -6056,7 +6861,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationList" : {
@@ -6064,7 +6870,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationUpdate" : {
@@ -6072,7 +6879,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6083,70 +6891,80 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DataAdd" : {
"my $Success = $OAuth2TokenConfigObject->DataAdd(\n ID => '...',\n Name => '...',\n Config => '...',\n ValidID => $ValidID,\n CreateTime => '...',\n CreateBy => '...',\n ChangeTime => '...',\n ChangeBy => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataDelete" : {
"my $Success = $OAuth2TokenConfigObject->DataDelete(\n ID => '...', # optional\n Name => '...', # optional\n Config => '...', # optional\n ValidID => $ValidID, # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataGet" : {
"my %Data = $OAuth2TokenConfigObject->DataGet(\n ID => '...', # optional\n Name => '...', # optional\n Config => '...', # optional\n ValidID => $ValidID, # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataListGet" : {
"my @Data = $OAuth2TokenConfigObject->DataListGet(\n ID => '...', # optional\n Name => '...', # optional\n Config => '...', # optional\n ValidID => $ValidID, # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataSearch" : {
"my %Data = $OAuth2TokenConfigObject->DataSearch(\n Search => 'test*test',\n ID => '...', # optional\n Name => '...', # optional\n Config => '...', # optional\n ValidID => $ValidID, # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataUpdate" : {
"my $Success = $OAuth2TokenConfigObject->DataUpdate(\n ID => 1234,\n UserID => $UserID,\n\n # all other attributes are optional\n Name => '...',\n Config => '...',\n ValidID => $ValidID,\n CreateTime => '...',\n CreateBy => '...',\n ChangeTime => '...',\n ChangeBy => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InitConfig" : {
"my $Success = $OAuth2TokenConfigObject->InitConfig();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsOAuth2TokenConfigInUse" : {
"my $IsInUse = $OAuth2TokenConfigObject->IsOAuth2TokenConfigInUse(\n ID => 3,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UsedOAuth2TokenConfigListGet" : {
"my @UsedOAuth2TokenConfigListGet = $OAuth2TokenConfigObject->UsedOAuth2TokenConfigListGet(\n Scope => 'MailAccount' # optional, default 'undef', (MailAccount);\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6157,126 +6975,144 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AssembleSASLAuthString" : {
"my $SASLAuthString = $OAuth2TokenObject->AssembleSASLAuthString(\n Username => 'user2',\n OAuth2Token => 'the token',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataAdd" : {
"my $Success = $OAuth2TokenObject->DataAdd(\n ID => '...',\n TokenConfigID => $TokenConfigID,\n AuthorizationCode => '...',\n Token => '...',\n TokenExpirationDate => '...',\n RefreshToken => '...',\n RefreshTokenExpirationDate => '...',\n ErrorMessage => '...',\n ErrorDescription => '...',\n ErrorCode => '...',\n CreateTime => '...',\n CreateBy => '...',\n ChangeTime => '...',\n ChangeBy => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataDelete" : {
"my $Success = $OAuth2TokenObject->DataDelete(\n ID => '...', # optional\n TokenConfigID => $TokenConfigID, # optional\n AuthorizationCode => '...', # optional\n Token => '...', # optional\n TokenExpirationDate => '...', # optional\n RefreshToken => '...', # optional\n RefreshTokenExpirationDate => '...', # optional\n ErrorMessage => '...', # optional\n ErrorDescription => '...', # optional\n ErrorCode => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataGet" : {
"my %Data = $OAuth2TokenObject->DataGet(\n ID => '...', # optional\n TokenConfigID => $TokenConfigID, # optional\n AuthorizationCode => '...', # optional\n Token => '...', # optional\n TokenExpirationDate => '...', # optional\n RefreshToken => '...', # optional\n RefreshTokenExpirationDate => '...', # optional\n ErrorMessage => '...', # optional\n ErrorDescription => '...', # optional\n ErrorCode => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataListGet" : {
"my @Data = $OAuth2TokenObject->DataListGet(\n ID => '...', # optional\n TokenConfigID => $TokenConfigID, # optional\n AuthorizationCode => '...', # optional\n Token => '...', # optional\n TokenExpirationDate => '...', # optional\n RefreshToken => '...', # optional\n RefreshTokenExpirationDate => '...', # optional\n ErrorMessage => '...', # optional\n ErrorDescription => '...', # optional\n ErrorCode => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataSearch" : {
"my %Data = $OAuth2TokenObject->DataSearch(\n Search => 'test*test',\n ID => '...', # optional\n TokenConfigID => $TokenConfigID, # optional\n AuthorizationCode => '...', # optional\n Token => '...', # optional\n TokenExpirationDate => '...', # optional\n RefreshToken => '...', # optional\n RefreshTokenExpirationDate => '...', # optional\n ErrorMessage => '...', # optional\n ErrorDescription => '...', # optional\n ErrorCode => '...', # optional\n CreateTime => '...', # optional\n CreateBy => '...', # optional\n ChangeTime => '...', # optional\n ChangeBy => '...', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataUpdate" : {
"my $Success = $OAuth2TokenObject->DataUpdate(\n ID => 1234,\n UserID => $UserID,\n\n # all other attributes are optional\n TokenConfigID => $TokenConfigID,\n AuthorizationCode => '...',\n Token => '...',\n TokenExpirationDate => '...',\n RefreshToken => '...',\n RefreshTokenExpirationDate => '...',\n ErrorMessage => '...',\n ErrorDescription => '...',\n ErrorCode => '...',\n CreateTime => '...',\n CreateBy => '...',\n ChangeTime => '...',\n ChangeBy => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateAuthorizationCodeRequestURL" : {
"my $URL = $OAuth2TokenObject->GenerateAuthorizationCodeRequestURL(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAuthorizationCodeParameters" : {
"my %AuthorizationCodeParameters = $OAuth2TokenObject->GetAuthorizationCodeParameters(\n ParamObject => $ParamObject,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAuthorizationCodeRequestRedirectURL" : {
"my $RedirectURL = $OAuth2TokenObject->GetAuthorizationCodeRequestRedirectURL();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetToken" : {
"my $Token = $OAuth2TokenObject->GetToken(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTokenErrorMessage" : {
"my $TokenErrorMessage = $OAuth2TokenObject->GetTokenErrorMessage(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HasRefreshTokenExpired" : {
"my $HasExpired = $OAuth2TokenObject->HasRefreshTokenExpired(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HasTokenExpired" : {
"my $HasExpired = $OAuth2TokenObject->HasTokenExpired(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InitConfig" : {
"my $Success = $OAuth2TokenObject->InitConfig();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RequestTokenByAuthorizationCode" : {
"my %Token = $OAuth2TokenObject->RequestTokenByAuthorizationCode(\n TokenConfigID => $TokenConfigID,\n AuthorizationCode => '...',\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RequestTokenByRefreshToken" : {
"my %Token = $OAuth2TokenObject->RequestTokenByRefreshToken(\n TokenConfigID => $TokenConfigID,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6288,7 +7124,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"HandleError" : {
@@ -6296,7 +7133,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Run" : {
@@ -6304,7 +7142,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6316,7 +7155,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DimGet" : {
@@ -6324,7 +7164,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DimSet" : {
@@ -6332,7 +7173,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DocumentNew" : {
@@ -6340,7 +7182,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DocumentOutput" : {
@@ -6348,7 +7191,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HLine" : {
@@ -6356,7 +7200,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Image" : {
@@ -6364,7 +7209,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PageBlankNew" : {
@@ -6372,7 +7218,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PageNew" : {
@@ -6380,7 +7227,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PositionGet" : {
@@ -6388,7 +7236,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PositionSet" : {
@@ -6396,7 +7245,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Table" : {
@@ -6404,7 +7254,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Text" : {
@@ -6412,7 +7263,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6424,7 +7276,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"PIDCreate" : {
@@ -6432,19 +7285,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$PIDObject->PIDCreate(\n Name => 'PostMasterPOP3',\n TTL => 60 * 60 * 24 * 3, # for 3 days, per default 1h is used\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$PIDObject->PIDCreate(\n Name => 'PostMasterPOP3',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PIDDelete" : {
@@ -6452,13 +7308,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"or to force delete even if the PID is registered by another host\nmy $Success = $PIDObject->PIDDelete(\n Name => 'PostMasterPOP3',\n Force => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PIDGet" : {
@@ -6466,7 +7324,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PIDUpdate" : {
@@ -6474,7 +7333,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6486,7 +7346,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AnalyzePackageFrameworkRequirements" : {
@@ -6494,14 +7355,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CheckVersion" : {
" my $CheckOk = $PackageObject->CheckVersion(\n VersionNew => '1.3.92',\n VersionInstalled => '1.3.91',\n Type => 'Min', # 'Min' or 'Max'\n ExternalPackage => 1, # optional\n )\n\n" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CloudFileGet" : {
@@ -6513,7 +7376,8 @@
"my %RepositoryList = $PackageObject->ConfiguredRepositoryListGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DeployCheck" : {
@@ -6521,7 +7385,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DeployCheckInfo" : {
@@ -6529,7 +7394,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRequiredModules" : {
@@ -6541,7 +7407,8 @@
"my $PackageRequired = $PackageObject->GetRequiredPackages(\n Structure => \\%Structure, # return of PackageParse()\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageBuild" : {
@@ -6549,7 +7416,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageExport" : {
@@ -6557,7 +7425,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageFileGetMD5Sum" : {
@@ -6565,7 +7434,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageInstall" : {
@@ -6575,7 +7445,8 @@
"$PackageObject->PackageInstall(\n String => $FileString,\n Force => 1, # optional 1 or 0, for to install package even if validation fails\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageInstallDefaultFiles" : {
@@ -6583,14 +7454,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageInstallOrderListGet" : {
"my %Result = $PackageObject->PackageInstallOrderListGet(\n InstalledPackages => \\@PackageList, # as returned from RepositoryList(Result => 'short')\n OnlinePackages => \\@PackageList, # as returned from PackageOnlineList()\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Result = $PackageObject->PackageInstallOrderListGet(\n InstalledPackages => \\@PakageList, # as returned from RepositoryList(Result => 'short')\n OnlinePackages => \\@PakageList, # as returned from PackageOnlineList()\n);" : [
"6.0"
@@ -6601,7 +7474,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageOnlineGet" : {
@@ -6611,7 +7485,8 @@
"$PackageObject->PackageOnlineGet(\n Source => 'http://host.example.com/', # or the name of a configured repository in Package::RepositoryList\n File => 'SomePackage-1.0.opm',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageOnlineList" : {
@@ -6629,7 +7504,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageReinstall" : {
@@ -6637,7 +7513,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageUninstall" : {
@@ -6645,7 +7522,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageUpgrade" : {
@@ -6653,7 +7531,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageUpgradeAll" : {
@@ -6661,7 +7540,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageUpgradeAllDataDelete" : {
@@ -6669,7 +7549,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageUpgradeAllIsRunning" : {
@@ -6677,7 +7558,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PackageVerify" : {
@@ -6705,7 +7587,8 @@
"$PackageObject->RepositoryAdd(\n String => $FileString,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RepositoryCloudList" : {
@@ -6718,13 +7601,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $PackageScalar = $PackageObject->RepositoryGet(\n Name => 'Application A',\n Version => '1.0',\n Result => 'SCALAR',\n DisableWarnings => 1, # optional\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RepositoryList" : {
@@ -6732,20 +7617,23 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @List = $PackageObject->RepositoryList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RepositoryPackageListGet" : {
"my @List = $PackageObject->RepositoryPackageListGet(\n Source => 'Example repository 1', # the value of key 'Name' in item of SysConfig option Package::RepositoryList or a direct download URL\n Lang => 'en',\n Cache => 0, # (optional) use cached data\n IncludeSameVersion => 1, # (optional) also get packages already installed and with the same version\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RepositoryRemove" : {
@@ -6753,14 +7641,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RootRepositoryListGet" : {
"my %List = $PackageObject->RootRepositoryListGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6772,7 +7662,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Error" : {
@@ -6780,14 +7671,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetArray" : {
"my @Param = $ParamObject->GetArray(\n Param => 'ID',\n Raw => 1, # optional, input data is not changed\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetCookie" : {
@@ -6795,7 +7688,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetParam" : {
@@ -6803,7 +7697,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetParamNames" : {
@@ -6814,14 +7709,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetParams" : {
"my %Params = $ParamObject->GetParams(\n Params => [ 'TicketID', 'Queue', ] # optional, only these parameters are fetched and returned\n Raw => 1, # optional, input data is not changed\n JSONDecodeParams => ['ParamNameWithJSONData1',] # optional, this JSON-decodes the given parameters\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetUploadAll" : {
@@ -6829,7 +7726,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsAJAXRequest" : {
@@ -6837,7 +7735,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LoadFormDraft" : {
@@ -6845,7 +7744,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SaveFormDraft" : {
@@ -6853,7 +7753,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetCookie" : {
@@ -6861,7 +7762,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6873,7 +7775,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GetAttachments" : {
@@ -6881,7 +7784,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetCharset" : {
@@ -6889,7 +7793,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetContentDisposition" : {
@@ -6897,7 +7802,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetContentType" : {
@@ -6905,7 +7811,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetEmailAddress" : {
@@ -6913,7 +7820,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetMessageBody" : {
@@ -6921,7 +7829,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetParam" : {
@@ -6929,7 +7838,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPlainEmail" : {
@@ -6937,7 +7847,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetRealname" : {
@@ -6945,7 +7856,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetReferences" : {
@@ -6953,7 +7865,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetReturnCharset" : {
@@ -6961,7 +7874,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetReturnContentType" : {
@@ -6969,7 +7883,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SplitAddressLine" : {
@@ -6977,7 +7892,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -6989,7 +7905,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CheckFollowUp" : {
@@ -6997,7 +7914,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetEmailParams" : {
@@ -7005,7 +7923,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Run" : {
@@ -7013,7 +7932,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7025,12 +7945,14 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"PriorityAdd" : {
"my $True = $PriorityObject->PriorityAdd(\n Name => 'Prio',\n ValidID => $ValidID,\n Color => '#FF8A25',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
],
"my $True = $PriorityObject->PriorityAdd(\n Name => 'Prio',\n ValidID => $ValidID,\n UserID => $UserID,\n);" : [
"6.0",
@@ -7043,7 +7965,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PriorityList" : {
@@ -7051,7 +7974,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PriorityLookup" : {
@@ -7059,13 +7983,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $PriorityID = $PriorityObject->PriorityLookup(\n Priority => '3 normal',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PriorityUpdate" : {
@@ -7075,7 +8001,8 @@
"6.5"
],
"my $True = $PriorityObject->PriorityUpdate(\n PriorityID => $PriorityID,\n Name => 'New Prio',\n ValidID => $ValidID,\n Color => '#FF8A25',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7087,7 +8014,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ProcessGet" : {
@@ -7095,7 +8023,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProcessList" : {
@@ -7103,7 +8032,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProcessStartpointGet" : {
@@ -7111,7 +8041,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProcessTicketActivitySet" : {
@@ -7119,7 +8050,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProcessTicketProcessSet" : {
@@ -7127,7 +8059,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ProcessTransition" : {
@@ -7135,7 +8068,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7147,7 +8081,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Run" : {
@@ -7155,7 +8090,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7167,7 +8103,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GetAllCustomQueues" : {
@@ -7175,7 +8112,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAllQueues" : {
@@ -7183,13 +8121,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queues = $QueueObject->GetAllQueues();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFollowUpLockOption" : {
@@ -7197,7 +8137,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFollowUpOption" : {
@@ -7205,7 +8146,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFollowUpOptionList" : {
@@ -7213,7 +8155,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetQueueGroupID" : {
@@ -7221,7 +8164,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSignature" : {
@@ -7229,7 +8173,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSystemAddress" : {
@@ -7237,7 +8182,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NameExistsCheck" : {
@@ -7245,7 +8191,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueAdd" : {
@@ -7253,7 +8200,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueGet" : {
@@ -7261,13 +8209,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queue = $QueueObject->QueueGet(\n Name => 'Some::Queue',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueList" : {
@@ -7275,13 +8225,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queues = $QueueObject->QueueList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueLookup" : {
@@ -7289,13 +8241,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $QueueID = $QueueObject->QueueLookup( Queue => $Queue );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueuePreferencesGet" : {
@@ -7303,7 +8257,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueuePreferencesSet" : {
@@ -7311,7 +8266,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueStandardTemplateMemberAdd" : {
@@ -7319,7 +8275,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueStandardTemplateMemberList" : {
@@ -7327,19 +8284,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Responses = $QueueObject->QueueStandardTemplateMemberList(\n QueueID => $QueueID,\n TemplateTypes => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Templates = $QueueObject->QueueStandardTemplateMemberList( QueueID => $QueueID );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"QueueUpdate" : {
@@ -7347,7 +8307,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7359,7 +8320,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CountryList" : {
@@ -7367,7 +8329,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7379,7 +8342,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Run" : {
@@ -7387,7 +8351,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7399,14 +8364,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SLAAdd" : {
"my $SLAID = $SLAObject->SLAAdd(\n ServiceIDs => [ 1, 5, 7 ], # (optional)\n Name => 'SLA Name',\n Calendar => 'Calendar1', # (optional)\n FirstResponseTime => 120, # (optional)\n FirstResponseNotify => 60, # (optional) notify agent if first response escalation is 60% reached\n UpdateTime => 180, # (optional)\n UpdateNotify => 80, # (optional) notify agent if update escalation is 80% reached\n SolutionTime => 580, # (optional)\n SolutionNotify => 80, # (optional) notify agent if solution escalation is 80% reached\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n\n # ITSMCore (if installed)\n TypeID => $TypeID,\n MinTimeBetweenIncidents => 3443, # (optional)\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SLAID = $SLAObject->SLAAdd(\n ServiceIDs => [ 1, 5, 7 ], # (optional)\n Name => 'SLA Name',\n Calendar => 'Calendar1', # (optional)\n FirstResponseTime => 120, # (optional)\n FirstResponseNotify => 60, # (optional) notify agent if first response escalation is 60% reached\n UpdateTime => 180, # (optional)\n UpdateNotify => 80, # (optional) notify agent if update escalation is 80% reached\n SolutionTime => 580, # (optional)\n SolutionNotify => 80, # (optional) notify agent if solution escalation is 80% reached\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n);" : [
"6.0",
@@ -7419,7 +8386,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SLAList" : {
@@ -7427,7 +8395,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SLALookup" : {
@@ -7435,13 +8404,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SLAName = $SLAObject->SLALookup(\n SLAID => $SLAID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SLAPreferencesGet" : {
@@ -7449,7 +8420,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SLAPreferencesSet" : {
@@ -7457,14 +8429,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SLAUpdate" : {
"my $True = $SLAObject->SLAUpdate(\n SLAID => $SLAID,\n ServiceIDs => [ 1, 2, 3 ], # (optional)\n Name => 'Service Name',\n Calendar => 'Calendar1', # (optional)\n FirstResponseTime => 120, # (optional)\n FirstResponseNotify => 60, # (optional) notify agent if first response escalation is 60% reached\n UpdateTime => 180, # (optional)\n UpdateNotify => 80, # (optional) notify agent if update escalation is 80% reached\n SolutionTime => 580, # (optional)\n SolutionNotify => 80, # (optional) notify agent if solution escalation is 80% reached\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n\n # ITSMCore\n TypeID => $TypeID,\n MinTimeBetweenIncidents => 3443, # (optional)\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $True = $SLAObject->SLAUpdate(\n SLAID => $SLAID,\n ServiceIDs => [ 1, 2, 3 ], # (optional)\n Name => 'Service Name',\n Calendar => 'Calendar1', # (optional)\n FirstResponseTime => 120, # (optional)\n FirstResponseNotify => 60, # (optional) notify agent if first response escalation is 60% reached\n UpdateTime => 180, # (optional)\n UpdateNotify => 80, # (optional) notify agent if update escalation is 80% reached\n SolutionTime => 580, # (optional)\n SolutionNotify => 80, # (optional) notify agent if solution escalation is 80% reached\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n);" : [
"6.0",
@@ -7481,7 +8455,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SalutationAdd" : {
@@ -7489,7 +8464,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SalutationGet" : {
@@ -7497,7 +8473,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SalutationList" : {
@@ -7505,13 +8482,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $SalutationObject->SalutationList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SalutationUpdate" : {
@@ -7519,7 +8498,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7531,7 +8511,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CronTaskCleanup" : {
@@ -7539,7 +8520,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CronTaskSummary" : {
@@ -7547,7 +8529,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CronTaskToExecute" : {
@@ -7555,7 +8538,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskAdd" : {
@@ -7563,7 +8547,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskDelete" : {
@@ -7571,7 +8556,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskGet" : {
@@ -7579,7 +8565,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskList" : {
@@ -7587,7 +8574,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskSummary" : {
@@ -7595,7 +8583,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskToExecute" : {
@@ -7603,7 +8592,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenericAgentTaskCleanup" : {
@@ -7611,7 +8601,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenericAgentTaskSummary" : {
@@ -7619,7 +8610,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenericAgentTaskToExecute" : {
@@ -7627,7 +8619,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskDelete" : {
@@ -7635,7 +8628,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskExecute" : {
@@ -7643,7 +8637,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskGet" : {
@@ -7651,7 +8646,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskList" : {
@@ -7659,7 +8655,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskSummary" : {
@@ -7667,7 +8664,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskUnlockExpired" : {
@@ -7675,7 +8673,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RecurrentTaskWorkerInfoSet" : {
@@ -7683,7 +8682,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskAdd" : {
@@ -7691,7 +8691,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskCleanup" : {
@@ -7699,7 +8700,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskDelete" : {
@@ -7707,7 +8709,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskGet" : {
@@ -7715,7 +8718,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskList" : {
@@ -7723,7 +8727,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskListUnlocked" : {
@@ -7731,7 +8736,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskLock" : {
@@ -7739,7 +8745,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskLockUpdate" : {
@@ -7747,7 +8754,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskSummary" : {
@@ -7755,7 +8763,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskUnlockExpired" : {
@@ -7763,7 +8772,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7775,7 +8785,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"FutureTaskDelete" : {
@@ -7783,7 +8794,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FutureTaskList" : {
@@ -7791,7 +8803,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskAdd" : {
@@ -7799,7 +8812,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TaskList" : {
@@ -7807,7 +8821,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7819,7 +8834,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SearchProfileAdd" : {
@@ -7827,7 +8843,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchProfileDelete" : {
@@ -7835,7 +8852,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchProfileGet" : {
@@ -7843,7 +8861,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchProfileList" : {
@@ -7851,7 +8870,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchProfileUpdateUserLogin" : {
@@ -7859,7 +8879,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -7871,63 +8892,72 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AJAXCompleted" : {
"$SeleniumObject->AJAXCompleted();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AgentInterface" : {
"$SeleniumObject->AgentInterface(\n Action => 'AgentTicketZoom',\n WaitForAJAX => 0, # optional, default 1\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AgentLogin" : {
"my %UserData = $SeleniumObject->AgentLogin(\n Groups => ['admin', 'users'], # optional, list of groups to add this user to (rw rights)\n Language => 'de' # optional, defaults to 'en' if not set\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AgentRequest" : {
"$SeleniumObject->AgentRequest(\n Action => 'CustomerUserSearch',\n Param => {\n Term => 'test-customer-user'\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreateScreenshot" : {
"my $Success = $SeleniumObject->CreateScreenshot();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerInterface" : {
"$SeleniumObject->CustomerInterface(\n Action => 'CustomerTicketMessage',\n WaitForAJAX => 0, # optional, default 1\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerRequest" : {
"$SeleniumObject->CustomerRequest(\n Action => 'CustomerUserSearch',\n Param => {\n Term => 'test-customer-user'\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserLogin" : {
"my %CustomerUserData = $SeleniumObject->CustomerUserLogin(\n Language => 'de' # optional, defaults to 'en' if not set\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DragAndDrop" : {
@@ -7935,49 +8965,56 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ElementExists" : {
"$SeleniumObject->ElementExists(\n Selector => '#GroupID',\n SelectorType => 'css', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ElementExistsNot" : {
"$SeleniumObject->ElementExistsNot(\n Selector => '#GroupID',\n SelectorType => 'css', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FindElementSave" : {
"my $Element = $SeleniumObject->FindElementSave(\n Selector => '#GroupID',\n SelectorType => 'css', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetScreenshotDirectory" : {
"my %ScreenshotDirectory = $SeleniumObject->GetScreenshotDirectory(\n Directory => 'Captured',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetScreenshotFileName" : {
"my $ScreenshotFileName = $SeleniumObject->GetScreenshotFileName(\n Filename => 'ZnunyRocks',\n # or\n Line => '359',\n Function => 'InputFieldID',\n Hook => 'BEFORE',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetScreenshotURL" : {
"my $ScreenshotURL = $SeleniumObject->GetScreenshotURL(\n WebPath = '/otrs-web/SeleniumScreenshots/ZnunyRocks/',\n Filename = 'AgentTicketZoom',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSeleniumHome" : {
@@ -7986,7 +9023,8 @@
"6.5"
],
"my $SeleniumHome = $SeleniumObject->GetSeleniumHome(\n Directory => '/opt/znuny',\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HandleError" : {
@@ -7994,33 +9032,38 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputExists" : {
"my $Result = $SeleniumObject->InputExists(\n Attribute => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputFieldID" : {
"my $Result = $SeleniumObject->InputFieldID(\n Attribute => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputFieldIDMapping" : {
"my $Result = $SeleniumObject->InputFieldIDMapping(\n Action => 'AgentTicketZoom',\n Mapping => {\n # ...\n QueueID => $QueueID,\n # ...\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $SeleniumObject->InputFieldIDMapping(\n Action => 'AgentTicketZoom',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputFieldValueSet" : {
@@ -8028,71 +9071,82 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputGet" : {
"my $Result = $SeleniumObject->InputGet(\n Attribute => 'QueueID',\n Options => { # optional\n KeyOrValue => 'Value', # default is 'Key'\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputHide" : {
"my $Result = $SeleniumObject->InputHide(\n Attribute => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputMandatory" : {
"my $Result = $SeleniumObject->InputMandatory(\n Attribute => 'QueueID',\n Mandatory => 1, # 1 or 0\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $SeleniumObject->InputMandatory(\n Attribute => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputModule" : {
"my $Result = $SeleniumObject->InputModule(\n Action => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputSet" : {
"my $Result = $SeleniumObject->InputSet(\n Attribute => 'DynamicField_ExampleCheckbox',\n WaitForAJAX => 0, # optional, default 1\n Content => undef, # optional, none removes content\n Options => { # optional\n TriggerChange => 1, # default is 1\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $SeleniumObject->InputSet(\n Attribute => 'QueueID',\n WaitForAJAX => 0, # optional, default 1\n Content => 'Misc', # optional, none removes content\n Options => { # optional\n KeyOrValue => 'Value', # default is 'Key'\n TriggerChange => 0, # default is 1\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $SeleniumObject->InputSet(\n Attribute => 'DynamicField_NameOfYourDateOrDateTimeField',\n Content => {\n Year => '2016',\n Month => '08',\n Day => '30',\n Hour => '00',\n Minute => '00',\n Second => '00',\n Used => 1, # THIS ONE IS IMPORTANT -\n # if not set to 1 field will not get activated and though not transmitted\n },\n WaitForAJAX => 1,\n Options => {\n TriggerChange => 1,\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputShow" : {
"my $Result = $SeleniumObject->InputShow(\n Attribute => 'QueueID',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InputType" : {
"my $Result = $SeleniumObject->InputType(\n FieldID => $FieldID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Login" : {
@@ -8100,42 +9154,48 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PageContains" : {
"$SeleniumObject->PageContains(\n String => 'Ticked locked.',\n Message => \"Page contains 'Ticket locked.'\" # optional - default\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PageContainsNot" : {
"$SeleniumObject->PageContainsNot(\n String => 'Ticked locked.',\n Message => \"Page does not contain 'Ticket locked.'\" # optional - default\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PublicInterface" : {
"$SeleniumObject->PublicInterface(\n Action => 'PublicFAQ',\n WaitForAJAX => 0, # optional, default 1\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"PublicRequest" : {
"$SeleniumObject->PublicRequest(\n Action => 'PublicUserSearch',\n Param => {\n Term => 'test-customer-user'\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RequestURLBuild" : {
"my $RequestURL = $SeleniumObject->RequestURLBuild(\n Interface => 'Agent', # or Customer or Public\n Param => { # optional\n Action => AgentTicketZoom,\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RunTest" : {
@@ -8143,21 +9203,24 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SelectOption" : {
"my $Success = $SeleniumObject->SelectOption(\n Selector => 'li.ui-menu-item',\n Content => 'ABCDEFG',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SendKeys" : {
"my $Success = $SeleniumObject->SendKeys(\n Selector => '#DynamicField_Test',\n SelectorType => 'css', # optional\n Content => 'ABCDEFG',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SwitchToFrame" : {
@@ -8165,21 +9228,24 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SwitchToMainWindow" : {
"$SeleniumObject->SwitchToMainWindow(\n WaitForAJAX => 0, # optional, default 1\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SwitchToPopUp" : {
"$SeleniumObject->SwitchToPopUp(\n WaitForAJAX => 0, # optional, default 1\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"VerifiedClick" : {
@@ -8187,7 +9253,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"VerifiedGet" : {
@@ -8195,7 +9262,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"VerifiedRefresh" : {
@@ -8203,7 +9271,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"VerifiedSubmit" : {
@@ -8211,7 +9280,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WaitFor" : {
@@ -8221,7 +9291,8 @@
"my $Success = $SeleniumObject->WaitFor(\n AlertPresent => 1, # Wait until an alert, confirm or prompt dialog is present\n Callback => sub { ... } # Wait until function returns true\n ElementExists => 'xpath-selector', # Wait until an element is present\n ElementExists => ['css-selector', 'css'],\n ElementMissing => 'xpath-selector', # Wait until an element is not present\n ElementMissing => ['css-selector', 'css'],\n JavaScript => 'return $(\".someclass\").length', # JavaScript code that checks condition\n WindowCount => 2, # Wait until this many windows are open\n Time => 20, # optional, wait time in seconds (default 20)\n SkipDie => 1, # Instead of a dying process do return the result of the wait for\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WaitForjQueryEventBound" : {
@@ -8229,7 +9300,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"get" : {
@@ -8237,7 +9309,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"get_alert_text" : {
@@ -8245,7 +9318,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -8257,7 +9331,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CustomerUserServiceMemberAdd" : {
@@ -8265,7 +9340,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CustomerUserServiceMemberList" : {
@@ -8273,13 +9349,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$ServiceObject->CustomerUserServiceMemberList(\n ServiceID => $ServiceID,\n Result => 'HASH',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAllCustomServices" : {
@@ -8287,14 +9365,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceAdd" : {
"my $ServiceID = $ServiceObject->ServiceAdd(\n Name => 'Service Name',\n ParentID => $ParentID, # (optional)\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n\n # ITSMCore (if installed)\n TypeID => $TypeID,\n Criticality => '3 normal',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ServiceID = $ServiceObject->ServiceAdd(\n Name => 'Service Name',\n ParentID => $ParentID, # (optional)\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n);" : [
"6.0",
@@ -8306,19 +9386,22 @@
"# With installed ITSM:\nmy %ServiceData = $ServiceObject->ServiceGet(\n ServiceID => $ServiceID,\n IncidentState => 1, # Optional, returns CurInciState etc.\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %ServiceData = $ServiceObject->ServiceGet(\n Name => 'Service::SubService',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %ServiceData = $ServiceObject->ServiceGet(\n ServiceID => $ServiceID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceList" : {
@@ -8326,7 +9409,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceListGet" : {
@@ -8334,7 +9418,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceLookup" : {
@@ -8342,13 +9427,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ServiceName = $ServiceObject->ServiceLookup(\n ServiceID => $ServiceID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceParentsGet" : {
@@ -8356,7 +9443,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServicePreferencesGet" : {
@@ -8364,7 +9452,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServicePreferencesSet" : {
@@ -8372,14 +9461,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServiceSearch" : {
"my @ServiceList = $ServiceObject->ServiceSearch(\n Name => 'Service Name', # (optional)\n Limit => 122, # (optional) default 1000\n UserID => $UserID,\n\n # ITSMCore (if installed)\n TypeIDs => 2,\n Criticalities => [ '2 low', '3 normal' ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @ServiceList = $ServiceObject->ServiceSearch(\n Name => 'Service Name', # (optional)\n Limit => 122, # (optional) default 1000\n UserID => $UserID,\n);" : [
"6.0",
@@ -8391,7 +9482,8 @@
"my $True = $ServiceObject->ServiceUpdate(\n ServiceID => $ServiceID,\n ParentID => $ParentID, # (optional)\n Name => 'Service Name',\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n\n # ITSMCore (if installed)\n TypeID => $TypeID,\n Criticality => '3 normal',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $True = $ServiceObject->ServiceUpdate(\n ServiceID => $ServiceID,\n ParentID => $ParentID, # (optional)\n Name => 'Service Name',\n ValidID => $ValidID,\n Comment => 'Comment', # (optional)\n UserID => $UserID,\n);" : [
"6.0",
@@ -8408,7 +9500,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CheckAgentSessionLimitPriorWarning" : {
@@ -8423,7 +9516,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CleanUp" : {
@@ -8431,7 +9525,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreateSessionID" : {
@@ -8439,7 +9534,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetActiveSessions" : {
@@ -8447,7 +9543,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAllSessionIDs" : {
@@ -8455,7 +9552,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetExpiredSessionIDs" : {
@@ -8463,12 +9561,14 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetOrphanedSessionIDs" : {
"my @Sessions = $SessionObject->GetOrphanedSessionIDs();" : [
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSessionIDData" : {
@@ -8476,7 +9576,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RemoveSessionByUser" : {
@@ -8484,7 +9585,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"RemoveSessionID" : {
@@ -8492,7 +9594,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SessionIDErrorMessage" : {
@@ -8500,7 +9603,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UpdateSessionID" : {
@@ -8508,7 +9612,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -8520,7 +9625,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SignatureAdd" : {
@@ -8528,7 +9634,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SignatureGet" : {
@@ -8536,7 +9643,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SignatureList" : {
@@ -8544,7 +9652,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SignatureUpdate" : {
@@ -8552,7 +9661,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -8564,7 +9674,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"NameExistsCheck" : {
@@ -8572,7 +9683,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StandardTemplateAdd" : {
@@ -8581,6 +9693,9 @@
"6.4",
"6.5",
"7.0"
+ ],
+ "my $ID = $StandardTemplateObject->StandardTemplateAdd(\n Name => 'New Standard Template',\n Template => 'Thank you for your email.',\n ContentType => 'text/plain; charset=utf-8',\n TemplateType => 'Answer,Forward',\n ValidID => $ValidID,\n UserID => $UserID,\n);" : [
+ "7.1"
]
},
"StandardTemplateDelete" : {
@@ -8588,7 +9703,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StandardTemplateGet" : {
@@ -8596,7 +9712,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StandardTemplateList" : {
@@ -8604,13 +9721,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %StandardTemplates = $StandardTemplateObject->StandardTemplateList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StandardTemplateLookup" : {
@@ -8618,13 +9737,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $StandardTemplateName = $StandardTemplateObject->StandardTemplateLookup(\n StandardTemplateID => $StandardTemplateID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StandardTemplateUpdate" : {
@@ -8633,6 +9754,9 @@
"6.4",
"6.5",
"7.0"
+ ],
+ "$StandardTemplateObject->StandardTemplateUpdate(\n ID => 123,\n Name => 'New Standard Template',\n Template => 'Thank you for your email.',\n ContentType => 'text/plain; charset=utf-8',\n TemplateType => 'Answer,Forward',\n ValidID => $ValidID,\n UserID => $UserID,\n);" : [
+ "7.1"
]
}
},
@@ -8644,12 +9768,14 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"StateAdd" : {
"my $ID = $StateObject->StateAdd(\n Name => 'New State',\n Comment => 'some comment',\n ValidID => $ValidID,\n TypeID => $TypeID,\n Color => '#FF8A25',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ID = $StateObject->StateAdd(\n Name => 'New State',\n Comment => 'some comment',\n ValidID => $ValidID,\n TypeID => $TypeID,\n UserID => $UserID,\n);" : [
"6.0",
@@ -8662,13 +9788,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %State = $StateObject->StateGet(\n Name => 'New State',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateGetStatesByType" : {
@@ -8676,13 +9804,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @List = $StateObject->StateGetStatesByType(\n StateType => ['open', 'new'],\n Result => 'ID', # HASH|ID|Name\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateList" : {
@@ -8690,19 +9820,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $StateObject->StateList(\n UserID => $UserID,\n Valid => 1, # is default\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $StateObject->StateList(\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateLookup" : {
@@ -8710,13 +9843,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $StateID = $StateObject->StateLookup(\n State => 'closed successful',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateTypeList" : {
@@ -8724,7 +9859,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateTypeLookup" : {
@@ -8732,13 +9868,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $StateTypeID = $StateObject->StateTypeLookup(\n StateType => 'pending auto',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StateUpdate" : {
@@ -8748,7 +9886,8 @@
"6.5"
],
"$StateObject->StateUpdate(\n ID => 123,\n Name => 'New State',\n Comment => 'some comment',\n ValidID => $ValidID,\n TypeID => $TypeID,\n Color => '#FF8A25',\n UserID => $UserID,\n);" : [
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -8760,7 +9899,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Export" : {
@@ -8768,7 +9908,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetDynamicFiles" : {
@@ -8776,7 +9917,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetObjectBehaviours" : {
@@ -8784,7 +9926,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetObjectName" : {
@@ -8792,7 +9935,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetParams" : {
@@ -8800,7 +9944,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetStaticFiles" : {
@@ -8808,7 +9953,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetStatsList" : {
@@ -8816,7 +9962,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetStatsObjectAttributes" : {
@@ -8824,7 +9971,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Import" : {
@@ -8832,7 +9980,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectFileCheck" : {
@@ -8840,7 +9989,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ObjectModuleCheck" : {
@@ -8848,7 +9998,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatNumber2StatID" : {
@@ -8856,7 +10007,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsAdd" : {
@@ -8864,7 +10016,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsCleanUp" : {
@@ -8872,7 +10025,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsDelete" : {
@@ -8880,7 +10034,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsGet" : {
@@ -8888,7 +10043,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsInstall" : {
@@ -8896,7 +10052,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsListGet" : {
@@ -8904,7 +10061,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsResultCacheCompute" : {
@@ -8912,7 +10070,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsResultCacheGet" : {
@@ -8920,7 +10079,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsRun" : {
@@ -8928,7 +10088,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsUninstall" : {
@@ -8936,7 +10097,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StatsUpdate" : {
@@ -8944,7 +10106,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StringAndTimestamp2Filename" : {
@@ -8952,7 +10115,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SumBuild" : {
@@ -8960,7 +10124,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -8972,7 +10137,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"StdAttachmentAdd" : {
@@ -8980,7 +10146,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentDelete" : {
@@ -8988,7 +10155,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentGet" : {
@@ -8996,7 +10164,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentList" : {
@@ -9004,7 +10173,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentLookup" : {
@@ -9012,13 +10182,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Name = $StdAttachmentObject->StdAttachmentLookup(\n StdAttachmentID => $StdAttachmentID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentStandardTemplateMemberAdd" : {
@@ -9026,7 +10198,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentStandardTemplateMemberList" : {
@@ -9034,13 +10207,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"or\nmy %List = $StdAttachmentObject->StdAttachmentStandardTemplateMemberList(\n StandardTemplateID => $StandardTemplateID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"StdAttachmentUpdate" : {
@@ -9048,7 +10223,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9060,7 +10236,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Clone" : {
@@ -9068,7 +10245,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Deserialize" : {
@@ -9076,7 +10254,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Serialize" : {
@@ -9084,7 +10263,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9096,7 +10276,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Generate" : {
@@ -9104,7 +10285,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateConfigurationDump" : {
@@ -9112,7 +10294,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateCustomFilesArchive" : {
@@ -9120,7 +10303,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GeneratePackageList" : {
@@ -9128,7 +10312,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenerateRegistrationInfo" : {
@@ -9143,7 +10328,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9155,7 +10341,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CleanupAsynchronous" : {
@@ -9163,7 +10350,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Collect" : {
@@ -9171,7 +10359,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CollectAsynchronous" : {
@@ -9179,7 +10368,13 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
+ ]
+ },
+ "DeleteCache" : {
+ "$SupportDataCollectorObject->DeleteCache();" : [
+ "7.1"
]
}
},
@@ -9191,7 +10386,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ConfigurationCategoriesGet" : {
@@ -9199,7 +10395,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeploy" : {
@@ -9207,7 +10404,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeployCleanup" : {
@@ -9215,7 +10413,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeployGet" : {
@@ -9223,7 +10422,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeployGetLast" : {
@@ -9231,7 +10431,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeployList" : {
@@ -9239,7 +10440,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDeploySettingsListGet" : {
@@ -9247,7 +10449,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDirtySettingsList" : {
@@ -9255,7 +10458,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationDump" : {
@@ -9263,13 +10467,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ConfigurationDumpYAML = $SysConfigObject->ConfigurationDump(\n OnlyValues => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationEntitiesGet" : {
@@ -9277,7 +10483,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationEntityCheck" : {
@@ -9285,7 +10492,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationInvalidList" : {
@@ -9293,7 +10501,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationIsDirtyCheck" : {
@@ -9301,7 +10510,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationList" : {
@@ -9309,7 +10519,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationListGet" : {
@@ -9317,7 +10528,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationLoad" : {
@@ -9325,7 +10537,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationLockedSettingsList" : {
@@ -9333,7 +10546,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationNavigationTree" : {
@@ -9341,7 +10555,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationSearch" : {
@@ -9349,7 +10564,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationTranslatableStrings" : {
@@ -9357,7 +10573,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationTranslatedGet" : {
@@ -9365,7 +10582,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ConfigurationXML2DB" : {
@@ -9373,21 +10591,24 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CreateZZZAAutoBackup" : {
"my $Success = $SysConfigObject->CreateZZZAAutoBackup();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DeleteZZZAAutoBackup" : {
"my $Success = $SysConfigObject->DeleteZZZAAutoBackup();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ForbiddenValueTypesGet" : {
@@ -9395,7 +10616,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GlobalEffectiveValueGet" : {
@@ -9403,7 +10625,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OverriddenFileNameGet" : {
@@ -9411,7 +10634,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingAddItem" : {
@@ -9419,7 +10643,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingEffectiveValueCheck" : {
@@ -9427,7 +10652,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingEffectiveValueGet" : {
@@ -9435,7 +10661,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingGet" : {
@@ -9443,7 +10670,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingLock" : {
@@ -9451,7 +10679,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingLockCheck" : {
@@ -9459,7 +10688,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingNavigationToPath" : {
@@ -9467,7 +10697,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingRender" : {
@@ -9475,7 +10706,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingReset" : {
@@ -9483,7 +10715,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingUnlock" : {
@@ -9491,7 +10724,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingUpdate" : {
@@ -9499,7 +10733,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingsSet" : {
@@ -9507,7 +10742,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SettingsUpdatedList" : {
@@ -9515,7 +10751,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValueAttributeList" : {
@@ -9523,7 +10760,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9535,7 +10773,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"NameExistsCheck" : {
@@ -9543,7 +10782,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressAdd" : {
@@ -9551,7 +10791,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressGet" : {
@@ -9559,7 +10800,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressIsLocalAddress" : {
@@ -9567,7 +10809,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressIsUsed" : {
@@ -9575,7 +10818,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressList" : {
@@ -9583,7 +10827,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressLookup" : {
@@ -9591,13 +10836,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $SystemAddressID = $SystemAddressObject->SystemAddressLookup(\n Name => 'info@znuny.com',\n # or\n SystemAddress => 'info@znuny.com',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressQueueID" : {
@@ -9605,7 +10852,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressQueueList" : {
@@ -9613,7 +10861,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemAddressUpdate" : {
@@ -9621,7 +10870,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9633,7 +10883,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SystemDataAdd" : {
@@ -9641,13 +10892,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Result = $SystemDataObject->SystemDataAdd(\n Key => 'SystemRegistration::Version',\n Value => 'Some Value',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemDataDelete" : {
@@ -9655,7 +10908,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemDataGet" : {
@@ -9663,7 +10917,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemDataGroupGet" : {
@@ -9671,7 +10926,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemDataUpdate" : {
@@ -9679,7 +10935,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9691,7 +10948,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"SystemMaintenanceAdd" : {
@@ -9699,7 +10957,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceDelete" : {
@@ -9707,7 +10966,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceGet" : {
@@ -9715,7 +10975,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceIsActive" : {
@@ -9723,7 +10984,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceIsComing" : {
@@ -9731,7 +10993,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceList" : {
@@ -9739,7 +11002,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceListGet" : {
@@ -9747,7 +11011,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemMaintenanceUpdate" : {
@@ -9755,7 +11020,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9767,7 +11033,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Attributes" : {
@@ -9775,7 +11042,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"AutoResponse" : {
@@ -9783,7 +11051,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GenericAgentArticle" : {
@@ -9791,7 +11060,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"NotificationEvent" : {
@@ -9799,13 +11069,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %NotificationEvent = $TemplateGeneratorObject->NotificationEvent(\n TicketData => $TicketDataHashRef,\n Recipient => $UserDataHashRef, # Agent or Customer data get result\n Notification => $NotificationDataHashRef,\n CustomerMessageParams => $ArticleHashRef, # optional\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Salutation" : {
@@ -9813,7 +11085,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Sender" : {
@@ -9821,7 +11094,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Signature" : {
@@ -9829,13 +11103,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Signature = $TemplateGeneratorObject->Signature(\n TicketID => $TicketID,\n UserID => $UserID,\n Data => $ArticleHashRef,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Template" : {
@@ -9843,7 +11119,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9854,49 +11131,56 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AddTicketAttributeRelations" : {
"my $ID = $TicketAttributeRelationsObject->AddTicketAttributeRelations(\n Filename => 'csv-filename.csv',\n Data => 'Data from CSV or Excel file',\n DynamicFieldConfigUpdate => 1, # optional, this option will create dynamic field values for the CSV file\n Priority => 123,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DeleteTicketAttributeRelations" : {
"my $Success = $TicketAttributeRelationsObject->DeleteTicketAttributeRelations(\n ID => 123,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ExistsTicketAttributeRelationsFilename" : {
"my $ID = $TicketAttributeRelationsObject->ExistsTicketAttributeRelationsFilename(\n Filename => 'test1.csv',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetAllTicketAttributeRelations" : {
"my $TicketAttributeRelations = $TicketAttributeRelationsObject->GetAllTicketAttributeRelations(\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTicketAttributeRelations" : {
"my $TicketAttributeRelations = $TicketAttributeRelationsObject->GetTicketAttributeRelations(\n ID => 123,\n # or\n # Filename => 'test.csv',\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UpdateTicketAttributeRelations" : {
"my $Success = $TicketAttributeRelationsObject->UpdateTicketAttributeRelations(\n ID => 123,\n Filename => 'csv-filename.csv',\n Data => 'Data from CSV or Excel file',\n DynamicFieldConfigUpdate => 1, # optional, this option will create dynamic field values for the csv file\n Priority => 123,\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -9908,7 +11192,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GetSubscribedUserIDsByQueueID" : {
@@ -9916,7 +11201,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetSubscribedUserIDsByServiceID" : {
@@ -9924,7 +11210,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTNByString" : {
@@ -9932,7 +11219,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryAdd" : {
@@ -9940,7 +11228,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryDelete" : {
@@ -9948,7 +11237,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryGet" : {
@@ -9956,7 +11246,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryTicketGet" : {
@@ -9964,7 +11255,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryTicketStatusGet" : {
@@ -9972,7 +11264,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryTypeLookup" : {
@@ -9980,7 +11273,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OwnerCheck" : {
@@ -9988,13 +11282,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my ($OwnerID, $Owner) = $TicketObject->OwnerCheck(\n TicketID => $TicketID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchUnknownTicketCustomers" : {
@@ -10002,7 +11298,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAccountTime" : {
@@ -10010,7 +11307,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAccountedTimeGet" : {
@@ -10018,7 +11316,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAcl" : {
@@ -10026,13 +11325,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketAcl(\n Data => { # Values to restrict\n 1 => AgentTicketZoom,\n # ...\n },\n\n Action => 'AgentTicketZoom', # Optional\n TicketID => $TicketID, # Optional\n DynamicField => { # Optional\n DynamicField_NameX => 123,\n DynamicField_NameZ => 'some value',\n },\n\n QueueID => $QueueID, # Optional\n Queue => 'some queue name', # Optional\n NewQueueID => $NewQueueID, # Optional, QueueID or NewQueueID can be\n # used and they both refers to QueueID\n\n ServiceID => $ServiceID, # Optional\n Service => 'some service name', # Optional\n\n TypeID => $TypeID,\n Type => 'some ticket type name', # Optional\n\n PriorityID => $PriorityID, # Optional\n NewPriorityID => $NewPriorityID, # Optional, PriorityID or NewPriorityID can be\n # used and they both refers to PriorityID\n Priority => 'some priority name', # Optional\n\n SLAID => $SLAID,\n SLA => 'some SLA name', # Optional\n\n StateID => $StateID, # Optional\n NextStateID => $NextStateID, # Optional, StateID or NextStateID can be\n # used and they both refers to StateID\n State => 'some ticket state name', # Optional\n\n OwnerID => $OwnerID, # Optional\n NewOwnerID => $NewOwnerID, # Optional, OwnerID or NewOwnerID can be\n # used and they both refers to OwnerID\n Owner => 'some user login', # Optional\n\n ResponsibleID => $ResponsibleID, # Optional\n NewResponsibleID => $NewResponsibleID, # Optional, ResponsibleID or NewResposibleID\n # can be used and they both refers to\n # ResponsibleID\n Responsible => 'some user login', # Optional\n\n ReturnType => 'Action', # To match Possible, PossibleAdd or\n # PossibleNot key in ACL\n ReturnSubType => '-', # To match Possible, PossibleAdd or\n # PossibleNot sub-key in ACL\n\n UserID => $UserID, # UserID => 1 is not affected by this function\n CustomerUserID => $CustomerUserID, # UserID or CustomerUserID are mandatory\n\n # Process Management Parameters\n ProcessEntityID => $ProcessEntityID, # Optional\n ActivityEntityID => $ActivityEntityID, # Optional\n ActivityDialogEntityID => $ActivityDialogEntityID, # Optional\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAclActionData" : {
@@ -10040,7 +11341,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketAclData" : {
@@ -10048,7 +11350,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketArchiveFlagGet" : {
@@ -10056,7 +11359,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketArchiveFlagSet" : {
@@ -10064,7 +11368,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketArticleStorageSwitch" : {
@@ -10072,7 +11377,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCalendarGet" : {
@@ -10080,7 +11386,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCheckForProcessType" : {
@@ -10088,7 +11395,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCheckNumber" : {
@@ -10096,7 +11404,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCountByAttribute" : {
@@ -10104,7 +11413,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCreate" : {
@@ -10112,13 +11422,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TicketID = $TicketObject->TicketCreate(\n Title => 'Some Ticket Title',\n Queue => 'Raw', # or QueueID => $QueueID,\n Lock => 'unlock',\n Priority => '3 normal', # or PriorityID => $PriorityID,\n State => 'new', # or StateID => $StateID,\n CustomerID => $CustomerID,\n CustomerUser => 'customer@example.com',\n OwnerID => $OwnerID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCreateNumber" : {
@@ -10126,7 +11438,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCustomerPermission" : {
@@ -10134,13 +11447,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Access = $TicketObject->TicketCustomerPermission(\n Type => 'ro',\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketCustomerSet" : {
@@ -10148,14 +11463,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketDeepGet" : {
"my %Ticket = $TicketObject->TicketDeepGet(\n TicketID => $TicketID,\n ArticleID => $ArticleID, # optional\n UserID => $UserID,\n\n # Also fetch all attachments for all articles of the given ticket.\n GetAllArticleAttachments => 1, # defaults to 0\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketDelete" : {
@@ -10163,7 +11480,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketEscalationDateCalculation" : {
@@ -10171,7 +11489,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketEscalationIndexBuild" : {
@@ -10179,7 +11498,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketEscalationPreferences" : {
@@ -10187,7 +11507,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketFlagDelete" : {
@@ -10195,13 +11516,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketFlagDelete(\n TicketID => $TicketID,\n Key => 'Seen',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketFlagGet" : {
@@ -10209,13 +11532,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @Flags = $TicketObject->TicketFlagGet(\n TicketID => $TicketID,\n AllUsers => 1, # to get flags of all users\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketFlagSet" : {
@@ -10223,7 +11548,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketGet" : {
@@ -10231,13 +11557,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Ticket = $TicketObject->TicketGet(\n TicketID => $TicketID,\n UserID => $UserID,\n Extended => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketIDLookup" : {
@@ -10245,7 +11573,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketInvolvedAgentsList" : {
@@ -10253,7 +11582,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketLockGet" : {
@@ -10261,7 +11591,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketLockSet" : {
@@ -10269,13 +11600,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketLockSet(\n LockID => $LockID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketMerge" : {
@@ -10283,7 +11616,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketMergeDynamicFields" : {
@@ -10291,7 +11625,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketMergeLinkedObjects" : {
@@ -10299,7 +11634,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketMoveList" : {
@@ -10307,25 +11643,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queues = $TicketObject->TicketMoveList(\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queues = $TicketObject->TicketMoveList(\n Type => 'create',\n CustomerUserID => $CustomerUserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Queues = $TicketObject->TicketMoveList(\n Type => 'create',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketMoveQueueList" : {
@@ -10333,13 +11673,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @QueueList = $TicketObject->TicketMoveQueueList(\n TicketID => $TicketID,\n Type => 'Name',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketNumberLookup" : {
@@ -10347,7 +11689,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketOwnerList" : {
@@ -10355,7 +11698,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketOwnerSet" : {
@@ -10363,13 +11707,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketOwnerSet(\n TicketID => $TicketID,\n NewUser => 'some-user-login',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketPendingTimeSet" : {
@@ -10377,31 +11723,36 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketPendingTimeSet(\n String => '0000-00-00 00:00:00',\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketPendingTimeSet(\n String => '2003-08-14 22:05:00',\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketPendingTimeSet(\n Year => 0000,\n Month => 00,\n Day => 00,\n Hour => 00,\n Minute => 00,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketPendingTimeSet(\n Year => 2003,\n Month => 08,\n Day => 14,\n Hour => 22,\n Minute => 05,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketPermission" : {
@@ -10409,13 +11760,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Access = $TicketObject->TicketPermission(\n Type => 'ro',\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketPriorityList" : {
@@ -10423,19 +11776,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Priorities = $TicketObject->TicketPriorityList(\n TicketID => $TicketID,\n CustomerUserID => $CustomerUserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Priorities = $TicketObject->TicketPriorityList(\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketPrioritySet" : {
@@ -10443,13 +11799,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketPrioritySet(\n TicketID => $TicketID,\n Priority => 'low',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketQueueID" : {
@@ -10457,7 +11815,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketQueueSet" : {
@@ -10465,19 +11824,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketQueueSet(\n Queue => 'Some Queue Name',\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketQueueSet(\n QueueID => $QueueID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketResponsibleList" : {
@@ -10485,7 +11847,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketResponsibleSet" : {
@@ -10493,13 +11856,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketResponsibleSet(\n TicketID => $TicketID,\n NewUserID => $NewUserID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketSLAList" : {
@@ -10507,25 +11872,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %SLAs = $TicketObject->TicketSLAList(\n ServiceID => $ServiceID,\n CustomerUserID => $CustomerUserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %SLAs = $TicketObject->TicketSLAList(\n ServiceID => $ServiceID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %SLAs = $TicketObject->TicketSLAList(\n TicketID => $TicketID,\n ServiceID => $ServiceID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketSLASet" : {
@@ -10533,13 +11902,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketSLASet(\n SLAID => $SLAID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketSearch" : {
@@ -10547,7 +11918,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketServiceList" : {
@@ -10555,19 +11927,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Services = $TicketObject->TicketServiceList(\n CustomerUserID => $CustomerUserID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Services = $TicketObject->TicketServiceList(\n QueueID => $QueueID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketServiceSet" : {
@@ -10575,13 +11950,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketServiceSet(\n ServiceID => $ServiceID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketStateList" : {
@@ -10589,25 +11966,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %States = $TicketObject->TicketStateList(\n TicketID => $TicketID,\n CustomerUserID => $CustomerUserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %States = $TicketObject->TicketStateList(\n TicketID => $TicketID,\n Type => 'open',\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %States = $TicketObject->TicketStateList(\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketStateSet" : {
@@ -10615,13 +11996,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketStateSet(\n StateID => $StateID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketSubjectBuild" : {
@@ -10629,25 +12012,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $NewSubject = $TicketObject->TicketSubjectBuild(\n TicketNumber => $TicketNumber,\n Subject => $OldSubject,\n Action => 'Reply',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $NewSubject = $TicketObject->TicketSubjectBuild(\n TicketNumber => $TicketNumber,\n Subject => $OldSubject,\n Type => 'New',\n Action => 'Reply',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $NewSubject = $TicketObject->TicketSubjectBuild(\n TicketNumber => $TicketNumber,\n Subject => $OldSubject,\n Type => 'New',\n NoCleanup => 1,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketSubjectClean" : {
@@ -10655,7 +12042,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketTitleUpdate" : {
@@ -10663,7 +12051,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketTypeList" : {
@@ -10671,25 +12060,29 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Types = $TicketObject->TicketTypeList(\n QueueID => $QueueID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Types = $TicketObject->TicketTypeList(\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Types = $TicketObject->TicketTypeList(\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketTypeSet" : {
@@ -10697,13 +12090,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $TicketObject->TicketTypeSet(\n TypeID => $TypeID,\n TicketID => $TicketID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketUnlockTimeoutUpdate" : {
@@ -10711,7 +12106,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketWatchGet" : {
@@ -10719,19 +12115,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Watch = $TicketObject->TicketWatchGet(\n TicketID => $TicketID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @Watch = $TicketObject->TicketWatchGet(\n TicketID => $TicketID,\n Result => 'ARRAY',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketWatchSubscribe" : {
@@ -10739,7 +12138,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TicketWatchUnsubscribe" : {
@@ -10747,7 +12147,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -10758,63 +12159,72 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CreateUnitTest" : {
"my $Output = $TicketToUnitTestObject->CreateUnitTest(\n TicketID => $TicketID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetCreateObjects" : {
"my $Output = $TicketToUnitTestObject->GetCreateObjects();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetFooter" : {
"my $Output = $TicketToUnitTestObject->GetFooter();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetHeader" : {
"my $Output = $TicketToUnitTestObject->GetHeader();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetNeededObjects" : {
"my $Output = $TicketToUnitTestObject->GetNeededObjects();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetTicketAttributes" : {
"my %TicketAttributes = $TicketToUnitTestObject->GetTicketAttributes(\n TicketAttributes => \\%TicketAttributes,\n HistoryTicket => \\%HistoryTicket,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"HistoryTicketGet" : {
"my %HistoryData = $TicketToUnitTestObject->HistoryTicketGet(\n StopYear => 2003,\n StopMonth => 12,\n StopDay => 24,\n StopHour => 10, (optional, default 23)\n StopMinute => 0, (optional, default 59)\n StopSecond => 0, (optional, default 59)\n TicketID => $TicketID,\n Force => 0, # 1: don't use cache\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemTimeTicketGet" : {
"my %HistoryData = $TicketToUnitTestObject->SystemTimeTicketGet(\n SystemTime => 19435456436,\n TicketID => $TicketID,\n Force => 0, # cache\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -10825,14 +12235,16 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"TimeAccountingSearch" : {
"my @TimeAccountingEntries = $TimeAccountingWebserviceObject->TimeAccountingSearch(\n Start => '2017-01-01 10:00:00',\n End => '2018-01-01 10:00:00',\n UserID => $UserID,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -10844,7 +12256,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CurrentTimestamp" : {
@@ -10852,7 +12265,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Date2SystemTime" : {
@@ -10860,7 +12274,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DestinationTime" : {
@@ -10868,13 +12283,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $DestinationTime = $TimeObject->DestinationTime(\n StartTime => $Created,\n Time => 60*60*24*2,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailTimeStamp" : {
@@ -10882,7 +12299,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ServerLocalTimeOffsetSeconds" : {
@@ -10890,7 +12308,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemTime" : {
@@ -10898,7 +12317,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemTime2Date" : {
@@ -10906,7 +12326,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SystemTime2TimeStamp" : {
@@ -10914,13 +12335,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TimeStamp = $TimeObject->SystemTime2TimeStamp(\n SystemTime => $SystemTime,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TimeStamp2SystemTime" : {
@@ -10928,7 +12351,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"VacationCheck" : {
@@ -10936,13 +12360,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$TimeObject->VacationCheck(\n Year => 2005,\n Month => 7 || '07',\n Day => 13,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WorkingTime" : {
@@ -10950,13 +12376,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $WorkingTime = $TimeObject->WorkingTime(\n StartTime => $Created,\n StopTime => $TimeObject->SystemTime(),\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -10968,7 +12396,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"TransitionActionGet" : {
@@ -10976,7 +12405,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TransitionActionList" : {
@@ -10984,7 +12414,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -10996,7 +12427,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"TransitionCheck" : {
@@ -11004,7 +12436,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TransitionGet" : {
@@ -11012,26 +12445,30 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TransitionValidationTypeList" : {
"my %TransitionValidationTypeList = $TransitionObject->TransitionValidationTypeList();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %TransitionValidationTypeList = TransitionValidationTypeList(\n 'String' => 'String',\n 'Regexp' => 'Regular expression',\n 'Module' => 'Transition validation module',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TransitionValidationTypeListGet" : {
"my %TransitionValidationTypeListGet = $TransitionObject->TransitionValidationTypeListGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11043,7 +12480,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"NameExistsCheck" : {
@@ -11051,7 +12489,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeAdd" : {
@@ -11059,7 +12498,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeGet" : {
@@ -11067,13 +12507,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Type = $TypeObject->TypeGet(\n Name => 'default',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeList" : {
@@ -11081,13 +12523,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $TypeObject->TypeList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeLookup" : {
@@ -11095,13 +12539,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TypeID = $TypeObject->TypeLookup( Type => $Type );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TypeUpdate" : {
@@ -11109,7 +12555,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11120,49 +12567,56 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"EmailGet" : {
"my @Emails = $UnitTestEmailObject->EmailGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EmailSentCount" : {
"$UnitTestEmailObject->EmailSentCount(\n UnitTestObject => $Self,\n Count => 3, # Expected number of sent emails\n Message => '3 emails must have been sent.', # Message printed for unit test\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"EmailValidate" : {
"my $Success = $UnitTestEmailObject->EmailValidate(\n UnitTestObject => $Self,\n UnitTestFalse => 1, # optional, validation should get negated\n Message => 'Sent emails must contain expected data.', # Message printed for unit test\n Email => \\@Emails, # optional, result of EmailGet() will be used by default\n Header => qr{To\\:\\sto\\@test.com}xms, # Regex or array of regexes that the headers of the sent emails have to match\n # example: [ qr{To\\:\\sto\\@test.com}xms, qr{To\\:\\scc\\@test.com}xms, ],\n Body => qr{Hello [ ] World}xms, # Regex or string that the body of the sent emails have to match\n ToArray => 'email1realrecipient1@test.com', # Array of strings, string, array of regexes or regex with recipients the sent emails have to match\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailBackendSetup" : {
"my $Success = $UnitTestEmailObject->MailBackendSetup();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailCleanup" : {
"my $Success = $UnitTestEmailObject->MailCleanup();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MailObjectDiscard" : {
"my $Success = $UnitTestEmailObject->MailObjectDiscard();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11173,14 +12627,16 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ConfigItemCreate" : {
"my $VersionRef = $UnitTestITSMConfigItemObject->ConfigItemCreate(\n Name => 'Znuny Rack 42',\n ClassName => 'Server',\n DeplStateName => 'Production',\n InciStateName => 'Operational',\n XMLData => {\n OtherEquipment => '...',\n Note => '...',\n SerialNumber => '...',\n WarrantyExpirationDate => '2016-01-01',\n InstallDate => '2016-01-01',\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11192,7 +12648,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"AttachSeleniumScreenshot" : {
@@ -11200,37 +12657,43 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"False" : {
"$Self->False(\n $TestValue,\n 'Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->False($ParamA, 'Test Name');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->False(1, 'Test Name');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Is" : {
"$Self->Is(\n $ValueFromFunction, # test data\n 1, # expected value\n 'Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->Is($A, $B, 'Test Name');" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $IsResult = $Self->Is(\n $ValueFromFunction, # test data\n 1, # expected value\n 'Test Name',\n);" : [
"6.0"
@@ -11240,13 +12703,15 @@
"$Self->IsDeeply(\n \\%ResultHash, # test data\n \\%ExpectedHash, # expected value\n 'Dummy Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->IsDeeply($ParamA, $ParamB, 'Test Name');" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $IsDeeplyResult = $Self->IsDeeply(\n \\%ResultHash, # test data\n \\%ExpectedHash, # expected value\n 'Dummy Test Name',\n);" : [
"6.0"
@@ -11256,30 +12721,35 @@
"$Self->IsNot(\n $ValueFromFunction, # test data\n 1, # expected value\n 'Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->IsNot($A, $B, 'Test Name');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsNotDeeply" : {
"$Self->IsNotDeeply(\n \\%ResultHash, # test data\n \\%ExpectedHash, # expected value\n 'Dummy Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->IsNotDeeply($ParamA, $ParamB, 'Test Name');" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Run" : {
"$Self->Run(\n Tests => ['JSON', 'User'], # optional, execute certain test files\n Directory => ['Selenium', 'User'], # optional, execute tests in subdirectory\n Package => ['ITSMCore'], # optional, execute tests of installed package\n ExcludeDirectory => ['Selenium/Agent/Admin'], # optional, all test files in the specified directory will be Excluded.\n SOPMFile => ['ITSMCore.sopm'], # optional, execute all test files which are defined in these sopm.\n Verbose => 1, # optional (default 0), only show result details for all tests, not just failing\n SubmitURL => $URL, # optional, send results to unit test result server\n SubmitAuth => $SubmitAuth, # optional authentication string for unit test result server\n SubmitResultAsExitCode => 1, # optional, specify if exit code should not indicate if tests were ok/not ok, but if submission was successful instead\n JobID => $JobID, # optional job ID for unit test submission to server\n Scenario => 'Znuny 6 git', # optional scenario identifier for unit test submission to server\n PostTestScripts => ['...'], # Script(s) to execute after a test has been run.\n # You can specify %File%, %TestOk% and %TestNotOk% as dynamic arguments.\n PreSubmitScripts => ['...'], # Script(s) to execute after all tests have been executed\n # and the results are about to be sent to the server.\n NumberOfTestRuns => 10, # optional (default 1), number of successive runs for every single unit test\n);" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->Run(\n Tests => ['JSON', 'User'], # optional, execute certain test files only\n Directory => ['Selenium', 'User'], # optional, execute tests in subdirectory\n ExcludeDirectory => ['Selenium/Agent/Admin'], # optional, all test files in the specified directory will be Excluded.\n SOPMFile => ['ITSMCore.sopm'], # optional, execute all test files which are defined in these sopm.\n Verbose => 1, # optional (default 0), only show result details for all tests, not just failing\n SubmitURL => $URL, # optional, send results to unit test result server\n SubmitAuth => $SubmitAuth, # optional authentication string for unit test result server\n SubmitResultAsExitCode => 1, # optional, specify if exit code should not indicate if tests were ok/not ok, but if submission was successful instead\n JobID => $JobID, # optional job ID for unit test submission to server\n Scenario => 'Znuny 6 git', # optional scenario identifier for unit test submission to server\n PostTestScripts => ['...'], # Script(s) to execute after a test has been run.\n # You can specify %File%, %TestOk% and %TestNotOk% as dynamic arguments.\n PreSubmitScripts => ['...'], # Script(s) to execute after all tests have been executed\n # and the results are about to be sent to the server.\n NumberOfTestRuns => 10, # optional (default 1), number of successive runs for every single unit test\n);" : [
"6.0",
@@ -11291,19 +12761,22 @@
"$Self->True(\n $TestValue,\n 'Test Name',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->True($ParamA, 'Test Name');" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$Self->True(1, 'Test Name');" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $TrueResult = $Self->True(\n $TestValue,\n 'Test Name',\n);" : [
"6.0"
@@ -11317,21 +12790,24 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ParamSet" : {
"my $Success = $UnitTestParamObject->ParamSet(\n Name => 'Upload',\n Value => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ParamUploadSet" : {
"my $Success = $UnitTestParamObject->ParamUploadSet(\n Name => 'Upload',\n Location => '...',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11342,28 +12818,32 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CheckCount" : {
"my $Success = $UnitTestSchedulerObject->CheckCount(\n UnitTestObject => $Self,\n Count => '2',\n Message => \"2 'AsynchronousExecutor' tasks added\", # optional\n Type => 'AsynchronousExecutor', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"CleanUp" : {
"my $Success = $UnitTestSchedulerObject->CleanUp(\n Type => 'AsynchronousExecutor', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Execute" : {
"my $Success = $UnitTestSchedulerObject->Execute(\n Type => 'AsynchronousExecutor', # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11374,35 +12854,40 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"LastRequestGet" : {
"my %Request = $UnitTestWebUserAgentObject->LastRequestGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"LastResponseGet" : {
"my %Response = $UnitTestWebUserAgentObject->LastResponseGet();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Mock" : {
"my $Success = $UnitTestWebUserAgentObject->Mock(\n URL => qr/testserver\\/success/,\n Status => 'OK',\n StatusCode => '200',\n Header => [ 'Content-Type' => 'application/json' ],\n Body => '{ \"access_token\": \"123\", \"token_type\": \"ABC\" }',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Reset" : {
"my $Success = $UnitTestWebUserAgentObject->Reset();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11413,102 +12898,118 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"CreateGenericInterfaceMappingObject" : {
"my $MappingObject = $UnitTestWebserviceObject->CreateGenericInterfaceMappingObject(\n UnitTestObject => $Self,\n WebserviceName => 'MyWebservice',\n CommunicationType => 'Provider',\n MappingConfig => {\n Type => 'MyMapping', # name of mapping module\n Config => {\n # ...\n },\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"InvokerFunctionCall" : {
"my $Success = $UnitTestWebserviceObject->InvokerFunctionCall(\n Webservice => 'webservice-name',\n Invoker => 'invoker-name',\n Function => 'function',\n Data => {},\n ObjectModifyFunction => sub {\n my (%Params) = @_;\n\n $Params{Object}->{BackendObject}->{MessageName} = 'SEND_UPDATE';\n\n return 1;\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $UnitTestWebserviceObject->InvokerFunctionCall(\n Webservice => 'webservice-name',\n Invoker => 'invoker-name',\n Function => 'function',\n Data => {},\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Mock" : {
"my $Result = $UnitTestWebserviceObject->Mock(\n InvokerName123 => [\n {\n Data => {\n OutgoingData => 'Value'\n },\n Result => {\n Success => 1,\n ErrorMessage => '',\n Data => {\n YAY => 'so true',\n },\n }\n },\n # ...\n ],\n # ...\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"MockFromFile" : {
"$UnitTestWebserviceObject->MockFromFile(\n Location => $ConfigObject->Get('Home') . \"/misc/mocks/WebserviceName/SomeInvoker.json\";\n Invoker => 'SomeInvoker',\n Data => {\n\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$UnitTestWebserviceObject->MockFromFile(\n Webservice => 'ExampleWebservice',\n Invoker => 'SomeInvoker',\n Data => {\n\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"OperationFunctionCall" : {
"my $Success = $UnitTestWebserviceObject->OperationFunctionCall(\n Webservice => 'webservice-name',\n Operation => 'operation-name',\n Function => 'function',\n Data => {},\n ObjectModifyFunction => sub {\n my (%Params) = @_;\n\n $Params{Object}->{BackendObject}->{MessageName} = 'SEND_UPDATE';\n\n return 1;\n },\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $UnitTestWebserviceObject->OperationFunctionCall(\n Webservice => 'webservice-name',\n Operation => 'operation-name',\n Function => 'function',\n Data => {},\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Process" : {
"my $Response = $UnitTestWebserviceObject->Process(\n UnitTestObject => $Self,\n Webservice => 'Name123', # or\n WebserviceID => $WebserviceID,\n Operation => 'DesiredOperation',\n Payload => {\n # ...\n },\n Response => { # optional, you can validate the response manually in the unit test via $Self->IsDeeply()\n Success => 1,\n ErrorMessage => '',\n Data => {\n # ...\n },\n }\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Result" : {
"my $Result = $UnitTestWebserviceObject->Result();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SchedulerCleanUp" : {
"my $Success = $UnitTestWebserviceObject->SchedulerCleanUp(\n UnitTestObject => $Self,\n Type => 'AsynchronousExecutor', # optional, default is 'GenericInterface'\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $UnitTestWebserviceObject->SchedulerCleanUp(\n UnitTestObject => $Self,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SchedulerRunAll" : {
"my $Success = $UnitTestWebserviceObject->SchedulerRunAll(\n UnitTestObject => $Self,\n Type => 'AsynchronousExecutor', # optional, default is 'GenericInterface'\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Success = $UnitTestWebserviceObject->SchedulerRunAll(\n UnitTestObject => $Self,\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValidateResult" : {
"my $Result = $UnitTestWebserviceObject->ValidateResult(\n UnitTestObject => $Self,\n RequestCount => 1, # default, defines the number of requests that should have been processed\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11520,7 +13021,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"GenerateRandomPassword" : {
@@ -11528,13 +13030,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Password = $UserObject->GenerateRandomPassword();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetPreferences" : {
@@ -11542,7 +13046,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetUserData" : {
@@ -11550,13 +13055,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %User = $UserObject->GetUserData(\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SearchPreferences" : {
@@ -11564,7 +13071,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetPassword" : {
@@ -11572,7 +13080,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"SetPreferences" : {
@@ -11580,7 +13089,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TokenCheck" : {
@@ -11588,7 +13098,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"TokenGenerate" : {
@@ -11596,7 +13107,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserAdd" : {
@@ -11604,7 +13116,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserList" : {
@@ -11612,7 +13125,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserLoginExistsCheck" : {
@@ -11620,7 +13134,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserLookup" : {
@@ -11628,13 +13143,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $UserLogin = $UserObject->UserLookup(\n UserID => $UserID,\n Silent => 1, # optional, don't generate log entry if user was not found\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserName" : {
@@ -11642,13 +13159,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Name = $UserObject->UserName(\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserSearch" : {
@@ -11656,19 +13175,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $UserObject->UserSearch(\n Search => '*some*', # also 'hans+huber' possible\n Valid => 1, # not required\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %List = $UserObject->UserSearch(\n UserLogin => '*some*',\n Limit => 50,\n Valid => 1, # not required\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"UserUpdate" : {
@@ -11676,7 +13198,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11687,48 +13210,55 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Base64DeepEncode" : {
"my $Base64EncodedData = $UtilObject->Base64DeepEncode(\n # Data can be a scalar, hash or array\n Data => {\n Article => {\n # ...\n },\n # ...\n },\n HashKeys => [\n # All 'Body' elements of array $Hash->{Articles} will be base-64 encoded.\n # Also can mean: $Hash->{Articles}->{Body}, if 'Articles' is a hash.\n # Will encode nothing if last key ('Body') cannot be reached or is not a scalar/string.\n 'Articles->Body',\n\n 'QueueData->Comment',\n # ...\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DataStructureRemoveElements" : {
"my $Data = $UtilObject->DataStructureRemoveElements(\n # Data can be a scalar, hash or array\n Data => {\n Article => {\n # ...\n },\n # ...\n },\n HashKeys => [\n # All 'Body' elements of array $Hash->{Articles} will be removed.\n # Also can mean: $Hash->{Articles}->{Body}, if 'Articles' is a hash.\n # Will remove nothing if last key ('Body') cannot be reached or is not a scalar/string.\n 'Articles->Body',\n\n 'QueueData->Comment',\n # ...\n ],\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"GetInstalledDBCRUDObjects" : {
"my $DBCRUDObjects = $UtilObject->GetInstalledDBCRUDObjects();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsFrontendContext" : {
"my $IsFrontendContext = $UtilObject->IsFrontendContext();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsITSMIncidentProblemManagementInstalled" : {
"my $IsITSMIncidentProblemManagementInstalled = $UtilObject->IsITSMIncidentProblemManagementInstalled();" : [
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"IsITSMInstalled" : {
"my $IsITSMInstalled = $UtilObject->IsITSMInstalled();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11740,7 +13270,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"ValidIDsGet" : {
@@ -11748,7 +13279,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValidList" : {
@@ -11756,7 +13288,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"ValidLookup" : {
@@ -11764,13 +13297,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $ValidID = $ValidObject->ValidLookup(\n Valid => 'valid',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11782,7 +13317,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Delete" : {
@@ -11790,7 +13326,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Find" : {
@@ -11798,19 +13335,22 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @List = $VirtualFSObject->Find(\n Filename => '/Object/some_what/*.txt',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @List = $VirtualFSObject->Find(\n Preferences => {\n ContentType => 'text/plain',\n },\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Read" : {
@@ -11818,7 +13358,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Write" : {
@@ -11826,7 +13367,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11838,7 +13380,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"FormIDAddFile" : {
@@ -11846,13 +13389,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"$WebUploadCacheObject->FormIDAddFile(\n FormID => $FormID,\n Filename => 'somefile.html',\n Content => $FileInString,\n ContentType => 'text/html',\n Disposition => 'inline', # optional\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDCleanUp" : {
@@ -11860,7 +13405,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDCreate" : {
@@ -11868,7 +13414,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDGetAllFilesData" : {
@@ -11876,7 +13423,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDGetAllFilesMeta" : {
@@ -11884,7 +13432,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDRemove" : {
@@ -11892,7 +13441,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"FormIDRemoveFile" : {
@@ -11900,7 +13450,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -11912,14 +13463,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Request" : {
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n Credentials => {\n User => 'otrs_user',\n Password => 'otrs_password',\n Realm => 'OTRS Unittests',\n Location => 'download.znuny.org:80',\n },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n\n # Returns the response content (if available) if the request was not successful.\n # Otherwise only the status will be returned (default behavior).\n ReturnResponseContentOnError => 1, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n Credentials => {\n User => 'otrs_user',\n Password => 'otrs_password',\n Realm => 'OTRS Unittests',\n Location => 'download.znuny.org:80',\n },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n);" : [
"6.0"
@@ -11927,7 +13480,8 @@
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n Header => {\n Authorization => 'Basic xxxx',\n Content_Type => 'text/json',\n },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n\n # Returns the response content (if available) if the request was not successful.\n # Otherwise only the status will be returned (default behavior).\n ReturnResponseContentOnError => 1, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n Header => {\n Authorization => 'Basic xxxx',\n Content_Type => 'text/json',\n },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n);" : [
"6.0"
@@ -11935,7 +13489,8 @@
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n\n # Returns the response content (if available) if the request was not successful.\n # Otherwise only the status will be returned (default behavior).\n ReturnResponseContentOnError => 1, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => [ Attribute => 'Value', Attribute => 'OtherValue' ],\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n);" : [
"6.0"
@@ -11943,7 +13498,8 @@
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => { Attribute1 => 'Value', Attribute2 => 'Value2' },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n\n # Returns the response content (if available) if the request was not successful.\n # Otherwise only the status will be returned (default behavior).\n ReturnResponseContentOnError => 1, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/someurl',\n Type => 'POST',\n Data => { Attribute1 => 'Value', Attribute2 => 'Value2' },\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n);" : [
"6.0"
@@ -11951,7 +13507,8 @@
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/somedata.xml',\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n\n # Returns the response content (if available) if the request was not successful.\n # Otherwise only the status will be returned (default behavior).\n ReturnResponseContentOnError => 1, # optional\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my %Response = $WebUserAgentObject->Request(\n URL => 'http://example.com/somedata.xml',\n SkipSSLVerification => 1, # (optional)\n NoLog => 1, # (optional)\n);" : [
"6.0"
@@ -11966,7 +13523,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"WebserviceHistoryAdd" : {
@@ -11974,7 +13532,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceHistoryDelete" : {
@@ -11982,7 +13541,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceHistoryGet" : {
@@ -11990,7 +13550,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceHistoryList" : {
@@ -11998,7 +13559,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceHistoryUpdate" : {
@@ -12006,7 +13568,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -12018,7 +13581,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"WebserviceAdd" : {
@@ -12026,14 +13590,16 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceConfigReplace" : {
"my $Data = '';\nmy $Result = $WebserviceObject->WebserviceConfigReplace($Data);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceDelete" : {
@@ -12041,7 +13607,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceGet" : {
@@ -12049,7 +13616,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceList" : {
@@ -12057,13 +13625,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $List = $WebserviceObject->WebserviceList();" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"WebserviceUpdate" : {
@@ -12071,7 +13641,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -12082,21 +13653,24 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"IsSupported" : {
"my $X509CertificateObjectIsSupported = $X509CertificateObject->IsSupported();" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Parse" : {
"my $X509Certificate = $X509CertificateObject->Parse(\n\n # String or FilePath\n String => '...',\n FilePath => '/home/user1/cert.pem',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -12108,7 +13682,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"XMLHash2D" : {
@@ -12116,7 +13691,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHash2XML" : {
@@ -12124,7 +13700,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashAdd" : {
@@ -12132,13 +13709,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my $Key = $XMLObject->XMLHashAdd(\n Type => 'SomeType',\n Key => '123',\n XMLHash => \\@XMLHash,\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashDelete" : {
@@ -12146,7 +13725,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashGet" : {
@@ -12154,13 +13734,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @XMLHash = $XMLObject->XMLHashGet(\n Type => 'SomeType',\n Key => '123',\n);" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashList" : {
@@ -12168,7 +13750,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashMove" : {
@@ -12176,7 +13759,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashSearch" : {
@@ -12184,7 +13768,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLHashUpdate" : {
@@ -12192,7 +13777,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLParse" : {
@@ -12200,13 +13786,15 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"my @XMLStructure = $XMLObject->XMLParse( String => \\$FileStringScalar );" : [
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLParse2XMLHash" : {
@@ -12214,7 +13802,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"XMLStructure2XMLHash" : {
@@ -12222,7 +13811,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -12234,7 +13824,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"Dump" : {
@@ -12242,7 +13833,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"Load" : {
@@ -12250,7 +13842,8 @@
"6.0",
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},
@@ -12261,21 +13854,24 @@
"FrameworkVersion" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
],
"Functions" : {
"DynamicFieldFieldOrderAfterFieldGet" : {
"my $FieldOrder = $ZnunyHelperObject->DynamicFieldFieldOrderAfterFieldGet(\n Name => 'TestDynamicField1',\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
},
"DynamicFieldValueCreate" : {
"my $Success = $ZnunyHelperObject->DynamicFieldValueCreate(\n Name => 'DynamicFieldName',\n Key => 'ValueDropdown',\n Value => 'ValueDropdown', # optional (Parameter \"Key\" is default)\n);" : [
"6.4",
"6.5",
- "7.0"
+ "7.0",
+ "7.1"
]
}
},