You've already forked OpenIntegrations
							
							
				mirror of
				https://github.com/Bayselonarrend/OpenIntegrations.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	Main build (Jenkins)
This commit is contained in:
		
							
								
								
									
										20
									
								
								ci/clitesten
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								ci/clitesten
									
									
									
									
									
								
							| @@ -86,6 +86,11 @@ pipeline { | ||||
|                 test_slack() | ||||
|              } | ||||
|           } | ||||
|           stage('sqlite'){ | ||||
|              steps{ | ||||
|                 test_sqlite() | ||||
|              } | ||||
|           } | ||||
|           stage('tcp'){ | ||||
|              steps{ | ||||
|                 test_tcp() | ||||
| @@ -1952,6 +1957,20 @@ def test_slack(){ | ||||
| } | ||||
|  | ||||
|  | ||||
| def test_sqlite(){ | ||||
| 					 | ||||
|  | ||||
|                catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {    | ||||
| 					powershell encoding: 'UTF-8', script:'./oint.exe sqlite ExecuteSQLQuery --sql "test" --params "test" --force "test" --db "test" --debug --test ' | ||||
|                } | ||||
|  | ||||
|                catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {    | ||||
| 					powershell encoding: 'UTF-8', script:'./oint.exe sqlite CreateTable --table "test" --cols "test" --noex "test" --db "test" --debug --test ' | ||||
|                } | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
| def test_tcp(){ | ||||
| 					 | ||||
|  | ||||
| @@ -2748,6 +2767,7 @@ test_notion() | ||||
| test_ozon() | ||||
| test_s3() | ||||
| test_slack() | ||||
| test_sqlite() | ||||
| test_tcp() | ||||
| test_telegram() | ||||
| test_twitter() | ||||
|   | ||||
							
								
								
									
										20
									
								
								ci/clitestru
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								ci/clitestru
									
									
									
									
									
								
							| @@ -86,6 +86,11 @@ pipeline { | ||||
|                 test_slack() | ||||
|              } | ||||
|           } | ||||
|           stage('sqlite'){ | ||||
|              steps{ | ||||
|                 test_sqlite() | ||||
|              } | ||||
|           } | ||||
|           stage('tcp'){ | ||||
|              steps{ | ||||
|                 test_tcp() | ||||
| @@ -1952,6 +1957,20 @@ def test_slack(){ | ||||
| } | ||||
|  | ||||
|  | ||||
| def test_sqlite(){ | ||||
| 					 | ||||
|  | ||||
|                catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {    | ||||
| 					powershell encoding: 'UTF-8', script:'./oint.exe sqlite ВыполнитьЗапросSQL --sql "test" --params "test" --force "test" --db "test" --debug --test ' | ||||
|                } | ||||
|  | ||||
|                catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {    | ||||
| 					powershell encoding: 'UTF-8', script:'./oint.exe sqlite СоздатьТаблицу --table "test" --cols "test" --noex "test" --db "test" --debug --test ' | ||||
|                } | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
| def test_tcp(){ | ||||
| 					 | ||||
|  | ||||
| @@ -2748,6 +2767,7 @@ test_notion() | ||||
| test_ozon() | ||||
| test_s3() | ||||
| test_slack() | ||||
| test_sqlite() | ||||
| test_tcp() | ||||
| test_telegram() | ||||
| test_twitter() | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Token | --token | String | ✔ | Token | | ||||
|   | Base | --base | String | ✔ | Base identifier | | ||||
|   | Table | --table | String | ✔ | Table identifier | | ||||
|   | FieldStructure | --fielddata | Structure of KeyAndValue | ✔ | Description of the new field | | ||||
|   | FieldStructure | --fielddata | Structure Of KeyAndValue | ✔ | Description of the new field | | ||||
|  | ||||
|    | ||||
|   Returns:  Map Of KeyAndValue - serialized JSON response from Airtable | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | ChatStructure | --fields | Structure of KeyAndValue | ✔ | Chat fields structure. See GetChatStructure | | ||||
|   | ChatStructure | --fields | Structure Of KeyAndValue | ✔ | Chat fields structure. See GetChatStructure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty values, False > field types at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Name | --fieldname | String | ✔ | Text identifier (name) of the field | | ||||
|   | ExternalID | --externalid | String | ✖ | Text identifier for external integration | | ||||
|   | Title | --title | String | ✖ | Field title | | ||||
|   | Signature | --label | Structure of KeyAndValue | ✖ | Form label. Key: en or ru, Value: Lable text | | ||||
|   | Signature | --label | Structure Of KeyAndValue | ✖ | Form label. Key: en or ru, Value: Lable text | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | FieldID | --fieldid | String, Number | ✔ | Field ID for updating | | ||||
|   | ExternalID | --externalid | String | ✖ | Text identifier for external integration | | ||||
|   | Title | --title | String | ✖ | Field title | | ||||
|   | Signature | --label | Structure of KeyAndValue | ✖ | Form label. Key: en or ru, Value: Lable text | | ||||
|   | Signature | --label | Structure Of KeyAndValue | ✖ | Form label. Key: en or ru, Value: Lable text | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Deal fields structure (see. GetDealStructure) | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Deal fields structure (see. GetDealStructure) | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | DealID | --deal | Number, String | ✔ | Deal ID | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Deal fields structure | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Deal fields structure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Lead fields structure (see GetLeadStructure) | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Lead fields structure (see GetLeadStructure) | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | LeadID | --lead | Number, String | ✔ | Lead ID | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Structure of lead fields | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Structure of lead fields | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Task fields structure (see GetTaskFieldsStructure) | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Task fields structure (see GetTaskFieldsStructure) | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | AsMap | --map | Boolean | ✖ | True > returns the filter fields as a map | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | TaskID | --task | Number, String | ✔ | Task ID | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | Task fields structure | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | Task fields structure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | New user data. See. GetUserFieldsStructure | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | New user data. See. GetUserFieldsStructure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | FilterStructure | --filter | Structure of KeyAndValue | ✔ | Filter. See GetUserFilterStructure | | ||||
|   | FilterStructure | --filter | Structure Of KeyAndValue | ✔ | Filter. See GetUserFilterStructure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | URL | --url | String | ✔ | URL of webhook or a Bitrix24 domain, when token used | | ||||
|   | UserID | --userid | String, Number | ✔ | User ID | | ||||
|   | FieldsStructure | --fields | Structure of KeyAndValue | ✔ | New user data. See. GetUserFieldsStructure | | ||||
|   | FieldsStructure | --fields | Structure Of KeyAndValue | ✔ | New user data. See. GetUserFieldsStructure | | ||||
|   | Token | --token | String | ✖ | Access token, when app auth method used | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Office filter. See GetOfficeFilterDescription | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Office filter. See GetOfficeFilterDescription | | ||||
|   | TestAPI | --testapi | Boolean | ✖ | Flag to use test API for requests | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | InvitationDescription | --intake | Structure of KeyAndValue | ✔ | Invitations description. See GetCourierInvitationsDescription | | ||||
|   | InvitationDescription | --intake | Structure Of KeyAndValue | ✔ | Invitations description. See GetCourierInvitationsDescription | | ||||
|   | TestAPI | --testapi | Boolean | ✖ | Flag to use test API for requests | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | RequiredOnly | --required | Boolean | ✖ | True > only required fields will be in the set | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | RequiredOnly | --required | Boolean | ✖ | True > only required fields will be in the set | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | Appointment | --appt | Structure of KeyAndValue | ✔ | Appointment description. See GetAppointmentDescription | | ||||
|   | Appointment | --appt | Structure Of KeyAndValue | ✔ | Appointment description. See GetAppointmentDescription | | ||||
|   | TestAPI | --testapi | Boolean | ✖ | Flag to use test API for requests | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | OrderDescription | --order | Structure of KeyAndValue | ✔ | Set of order fields. See GetOrderDescription | | ||||
|   | OrderDescription | --order | Structure Of KeyAndValue | ✔ | Set of order fields. See GetOrderDescription | | ||||
|   | OnlineStore | --ostore | Boolean | ✖ | Flag of Online store order type | | ||||
|   | TestAPI | --testapi | Boolean | ✖ | Flag to use test API for requests | | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | OnlineStore | --ostore | Boolean | ✖ | Flag of including fields in the layout exclusively for online store orders | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | UUID | --uuid | String | ✔ | Order UUID for updating | | ||||
|   | OrderDescription | --order | Structure of KeyAndValue | ✔ | Set of changing order fields | | ||||
|   | OrderDescription | --order | Structure Of KeyAndValue | ✔ | Set of changing order fields | | ||||
|   | TestAPI | --testapi | Boolean | ✖ | Flag to use test API for requests | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | ConnectionString | --connect | String | ✔ | Connection string to MongoDB server | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from MongoDB server | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from MongoDB server | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | RemoteFolder | --remote | String | ✖ | Remote receiver catalog. Root by default | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - synchronization error information | ||||
|   Returns:  Structure Of KeyAndValue - synchronization error information | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,8 +16,8 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | ClientID | --clientid | String | ✔ | Client identifier | | ||||
|   | APIKey | --apikey | String | ✔ | API key | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Shipments filter. See GetShipmentsFilterStructure | | ||||
|   | AddFields | --with | Structure of KeyAndValue | ✖ | Include additional fields in the response. See GetShipmentAdditionalFields | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Shipments filter. See GetShipmentsFilterStructure | | ||||
|   | AddFields | --with | Structure Of KeyAndValue | ✖ | Include additional fields in the response. See GetShipmentAdditionalFields | | ||||
|   | Indent | --offset | Number | ✖ | Offset of the result items | | ||||
|   | Traslit | --trlt | Boolean | ✖ | If Cyrillic to Latin address transliteration is enabled > True | | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Filter structure | ||||
|   Returns:  Structure Of KeyAndValue - Filter structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Filter fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Filter fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Filter fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Filter fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | ClientID | --clientid | String | ✔ | Client identifier | | ||||
|   | APIKey | --apikey | String | ✔ | API key | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | LastID | --last | String, Number | ✖ | ID of the last value (last_id) from the previous response | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | ClientID | --clientid | String | ✔ | Client identifier | | ||||
|   | APIKey | --apikey | String | ✔ | API key | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | LastID | --last | String, Number | ✖ | ID of the last value (last_id) from the previous response | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | URL | --url | String | ✔ | URL of the video cover | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Structure of product fields with added video | ||||
|   Returns:  Structure Of KeyAndValue - Structure of product fields with added video | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Name | --title | String | ✔ | Technical name of the video | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Structure of product fields with added video | ||||
|   Returns:  Structure Of KeyAndValue - Structure of product fields with added video | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Product fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Product fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | ClientID | --clientid | String | ✔ | Client identifier | | ||||
|   | APIKey | --apikey | String | ✔ | API key | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | LastID | --last | String, Number | ✖ | ID of the last value (last_id) from the previous response | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Product fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Product fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | ClientID | --clientid | String | ✔ | Client identifier | | ||||
|   | APIKey | --apikey | String | ✔ | API key | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | Product selection filter. See GetProductsFilterStructure | | ||||
|   | LastID | --last | String, Number | ✖ | ID of the last value (last_id) from the previous response | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Filter fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Filter fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Product fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Product fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | AccountID | --account | String | ✖ | Account ID to verify that hes the bucket owner | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -14,14 +14,14 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Prefix | --prefix | String | ✖ | Filtering by prefix, if necessary | | ||||
|   | Region | --region | String | ✖ | Selection by bucket region, if necessary | | ||||
|   | PageToken | --ctoken | String | ✖ | Page token if pagination is used | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | XmlConfig | --conf | String | ✔ | XML string or file of encryption configuration | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Tags | --tagset | Structure of KeyAndValue | ✔ | Set of tags (key and value) | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Tags | --tagset | Structure Of KeyAndValue | ✔ | Set of tags (key and value) | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,14 +15,14 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Status | --status | Boolean | ✖ | Enable and disable versioning, if necessary | | ||||
|   | MFADelete | --mfad | Boolean | ✖ | Enable and disable MFA deletion, if necessary | | ||||
|   | Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -21,7 +21,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Service | --service | String | ✖ | Type of service, if different from s3 | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Basic request data structure | ||||
|   Returns:  Structure Of KeyAndValue - Basic request data structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Method | --method | String | ✔ | HTTP method | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data (with full URL). See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data (with full URL). See GetBasicDataStructure | | ||||
|   | Body | --body | String, BinaryData | ✔ | Binary data or file of request body data | | ||||
|   | ExpectedBinary | --binary | Boolean | ✖ | Disables an attempt to convert the response to JSON | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,12 +15,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Method | --method | String | ✔ | HTTP method | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data (with full URL). See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data (with full URL). See GetBasicDataStructure | | ||||
|   | ExpectedBinary | --binary | Boolean | ✖ | Disables an attempt to convert the response to JSON | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | UploadID | --upload | String | ✔ | Upload ID. See InitPartsUpload | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -18,11 +18,11 @@ import TabItem from '@theme/TabItem'; | ||||
|   | DestinationBucket | --sbucket | String | ✔ | Source bucket name | | ||||
|   | DestinationPath | --name | String | ✔ | Path (name) in the destination bucket | | ||||
|   | SourceBucket | --bucket | String | ✔ | Destination bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Object name | | ||||
|   | Bucket | --bucket | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Version | --ver | String | ✖ | Token for deleting data of a specific version of an object | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Version | --ver | String | ✖ | Token for deleting a specific version of an object | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,13 +16,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | UploadID | --upload | String | ✔ | Upload ID. See InitPartsUpload | | ||||
|   | TagsArray | --tags | Array Of String | ✔ | An array of tags (Etag) from the uploads responses of each part | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Expire | --expires | String, Number | ✖ | Link lifetime in seconds. 604800 max. | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Object name | | ||||
|   | Bucket | --bucket | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Version | --ver | String | ✖ | Token for retrieving data of a specific version of an object | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Expire | --expires | String, Number | ✖ | Link lifetime in seconds. 604800 max. | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket in which the object is stored | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Version | --ver | String | ✖ | Token for receiving a specific version of an object | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|   | SavePath | --out | String | ✖ | Path to directly write a file to disk | | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket in which the object is stored | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Version | --ver | String | ✖ | Token for receiving a specific version of an object | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,11 +16,11 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Bucket | --bucket | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Prefix | --prefix | String | ✖ | Filtering by prefix, if necessary | | ||||
|   | Version | --ver | String | ✖ | Version ID for the beginning of the list | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,13 +15,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Bucket | --bucket | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Prefix | --prefix | String | ✖ | Filtering by prefix, if necessary | | ||||
|   | PageToken | --ctoken | String | ✖ | Page token if pagination is used | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Object name | | ||||
|   | Bucket | --bucket | String | ✔ | Bucket name | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Tags | --tagset | Structure of KeyAndValue | ✔ | Set of tags (key and value) | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Tags | --tagset | Structure Of KeyAndValue | ✔ | Set of tags (key and value) | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,11 +17,11 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | Entity | --data | String, BinaryData | ✔ | File path or binary data of the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,11 +17,11 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | Entity | --data | String, BinaryData | ✔ | File path or binary data of the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -16,13 +16,13 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Name | --name | String | ✔ | Name of the object in the bucket | | ||||
|   | Bucket | --bucket | String | ✔ | Name of the bucket to put the object | | ||||
|   | BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | BasicData | --basic | Structure Of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure | | ||||
|   | UploadID | --upload | String | ✔ | Upload ID. See InitPartsUpload | | ||||
|   | PartNumber | --part | Number, String | ✔ | Number of the object part from 1 to 10000 | | ||||
|   | Data | --content | BinaryData, String | ✔ | Part content for uploading | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - serialized JSON response from storage | ||||
|   Returns:  Structure Of KeyAndValue - serialized JSON response from storage | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
							
								
								
									
										39
									
								
								docs/en/md/SQLite/Common-methods/Create-connection.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								docs/en/md/SQLite/Common-methods/Create-connection.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,39 @@ | ||||
| --- | ||||
| sidebar_position: 1 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Create connection  | ||||
|  Creates a connection to the specified base | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function CreateConnection(Val Base = "") Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Base | - | String | ✖ | Path to database. In memory, if not filled | | ||||
|  | ||||
|    | ||||
|   Returns:  Arbitrary - Connector object or structure with error information | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
| :::caution | ||||
| **NOCLI:** this method is not available in CLI version | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										43
									
								
								docs/en/md/SQLite/Common-methods/Execute-sql-query.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								docs/en/md/SQLite/Common-methods/Execute-sql-query.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | ||||
| --- | ||||
| sidebar_position: 2 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Execute SQL query | ||||
|  Executes an arbitrary SQL query | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function ExecuteSQLQuery(Val QueryText, Val Parameters = "", Val ForceResult = False,Val Connection = "") Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | QueryText | --sql | String | ✔ | Database query text | | ||||
|   | Parameters | --params | Array Of Arbitrary | ✖ | Array of positional parameters of the request | | ||||
|   | ForceResult | --force | Boolean | ✖ | Includes an attempt to retrieve the result, even for nonSELECT queries | | ||||
|   | Connection | --db | String | ✖ | Existing connection or path to the base. In memory, if not filled | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue - Result of query execution | ||||
|  | ||||
| <br/> | ||||
|  | ||||
| :::tip | ||||
| Available parameter types: String, Number, Date, Boolean, BinaryData | ||||
|  | ||||
| Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword For other queries, result:true or false with error text is returned | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										4
									
								
								docs/en/md/SQLite/Common-methods/_category_.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/en/md/SQLite/Common-methods/_category_.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| "label": "Common methods", | ||||
| "position": "2" | ||||
| } | ||||
							
								
								
									
										37
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| --- | ||||
| sidebar_position: 1 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Create table | ||||
|  Creates an empty table in the database | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function CreateTable(Val Table, Val ColoumnsStruct, Val NotExecute = False, Val Connection = "") Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Table | --table | String | ✔ | Table name | | ||||
|   | ColoumnsStruct | --cols | Structure Of KeyAndValue | ✔ | Column structure: Key > Name, Value > Data type | | ||||
|   | NotExecute | --noex | Boolean | ✖ | True > Does not execute the query, but returns SQL text | | ||||
|   | Connection | --db | String | ✖ | Existing connection or database path | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										4
									
								
								docs/en/md/SQLite/Orm/_category_.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/en/md/SQLite/Orm/_category_.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| "label": "Orm", | ||||
| "position": "3" | ||||
| } | ||||
| @@ -0,0 +1,40 @@ | ||||
| --- | ||||
| sidebar_position: 6 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Process Telegram Mini App data  | ||||
|  Processes Telegram Mini App data and determines its validity | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function ProcessTMAData(Val DataString, Val Token) Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | DataString | - | String | ✔ | query from Telegram.WebApp.initData | | ||||
|   | Token | - | String | ✔ | Bot token | | ||||
|  | ||||
|    | ||||
|   Returns:  Map of String - Map of data with the result of verification in the passed field | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
| :::caution | ||||
| **NOCLI:** this method is not available in CLI version | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --Key) | String | ✔ | token | | ||||
|   | AccountID | --business | String, Number | ✔ | Business ID | | ||||
|   | Filters | --filters | Structure of KeyAndValue | ✖ | Product filters | | ||||
|   | Filters | --filters | Structure Of KeyAndValue | ✖ | Product filters | | ||||
|   | PageToken | --page | String | ✖ | Next page token in case of a large selection | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --Key) | String | ✔ | token | | ||||
|   | CampaignID | --business | String, Number | ✔ | Campaign ID | | ||||
|   | Filters | --filters | Structure of KeyAndValue | ✖ | Product filters | | ||||
|   | Filters | --filters | Structure Of KeyAndValue | ✖ | Product filters | | ||||
|   | PageToken | --page | String | ✖ | Next page token in case of a large selection | | ||||
|  | ||||
|    | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Product fields structure | ||||
|   Returns:  Structure Of KeyAndValue - Product fields structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | CounterStructure | --fields | Structure of KeyAndValue | ✔ | Counter structure. See GetCounterStructure | | ||||
|   | CounterStructure | --fields | Structure Of KeyAndValue | ✔ | Counter structure. See GetCounterStructure | | ||||
|  | ||||
|    | ||||
|   Returns:  Map Of KeyAndValue - serialized JSON response from Yandex | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Counter field structure | ||||
|   Returns:  Structure Of KeyAndValue - Counter field structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure of KeyAndValue - Counter field structure | ||||
|   Returns:  Structure Of KeyAndValue - Counter field structure | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | Filter | --filter | Structure of KeyAndValue | ✖ | List filter. See GetCounterFilterStructure | | ||||
|   | Filter | --filter | Structure Of KeyAndValue | ✖ | List filter. See GetCounterFilterStructure | | ||||
|  | ||||
|    | ||||
|   Returns:  Map Of KeyAndValue - serialized JSON response from Yandex | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   |-|-|-|-|-| | ||||
|   | Token | --token | String | ✔ | Auth token | | ||||
|   | CounterID | --counter | String, Number | ✔ | Counter ID to change | | ||||
|   | CounterStructure | --fields | Structure of KeyAndValue | ✔ | Structure of fields to be changed. See GetCounterStructure | | ||||
|   | CounterStructure | --fields | Structure Of KeyAndValue | ✔ | Structure of fields to be changed. See GetCounterStructure | | ||||
|  | ||||
|    | ||||
|   Returns:  Map Of KeyAndValue - serialized JSON response from Yandex | ||||
|   | ||||
							
								
								
									
										39
									
								
								docs/ru/md/SQLite/Common-methods/Create-connection.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								docs/ru/md/SQLite/Common-methods/Create-connection.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,39 @@ | ||||
| --- | ||||
| sidebar_position: 1 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Создать подключение  | ||||
|  Создает подключение к указанной базе | ||||
|  | ||||
|  | ||||
|  | ||||
| `Функция СоздатьПодключение(Знач База = "") Экспорт` | ||||
|  | ||||
|   | Параметр | CLI опция | Тип | Обяз. | Назначение | | ||||
|   |-|-|-|-|-| | ||||
|   | База | - | Строка | ✖ | Путь к базе. In memory, если не заполнено | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Произвольный - Объект коннектора или структура с информацией об ошибке | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
| :::caution | ||||
| **NOCLI:** данный метод недоступен для использования в CLI версии | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="Пример использования для 1С:Предприятие/OneScript" | ||||
|  | ||||
| ``` | ||||
|      | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										43
									
								
								docs/ru/md/SQLite/Common-methods/Execute-sql-query.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								docs/ru/md/SQLite/Common-methods/Execute-sql-query.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | ||||
| --- | ||||
| sidebar_position: 2 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Выполнить запрос SQL | ||||
|  Выполняет произвольный SQL запрос | ||||
|  | ||||
|  | ||||
|  | ||||
| `Функция ВыполнитьЗапросSQL(Знач ТекстЗапроса, Знач Параметры = "", Знач ФорсироватьРезультат = Ложь,Знач Соединение = "") Экспорт` | ||||
|  | ||||
|   | Параметр | CLI опция | Тип | Обяз. | Назначение | | ||||
|   |-|-|-|-|-| | ||||
|   | ТекстЗапроса | --sql | Строка | ✔ | Текст запроса к базе | | ||||
|   | Параметры | --params | Массив Из Произвольный | ✖ | Массив позиционных параметров запроса | | ||||
|   | ФорсироватьРезультат | --force | Булево | ✖ | Включает попытку получения результата, даже для не SELECT запросов | | ||||
|   | Соединение | --db | Строка | ✖ | Существующее соединение или путь к базе. In memory, если не заполнено | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение - Результат выполнения запроса | ||||
|  | ||||
| <br/> | ||||
|  | ||||
| :::tip | ||||
| Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные | ||||
|  | ||||
| Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT` Для остальных запросов возвращается result:true или false с текстом ошибки | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="Пример использования для 1С:Предприятие/OneScript" | ||||
|  | ||||
| ``` | ||||
|      | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										4
									
								
								docs/ru/md/SQLite/Common-methods/_category_.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/ru/md/SQLite/Common-methods/_category_.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| "label": "Основные методы", | ||||
| "position": "2" | ||||
| } | ||||
							
								
								
									
										37
									
								
								docs/ru/md/SQLite/Orm/Create-table.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								docs/ru/md/SQLite/Orm/Create-table.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| --- | ||||
| sidebar_position: 1 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Создать таблицу | ||||
|  Создает пустую таблицу в базе | ||||
|  | ||||
|  | ||||
|  | ||||
| `Функция СоздатьТаблицу(Знач Таблица, Знач СтруктураКолонок, Знач НеВыполнять = Ложь, Знач Соединение = "") Экспорт` | ||||
|  | ||||
|   | Параметр | CLI опция | Тип | Обяз. | Назначение | | ||||
|   |-|-|-|-|-| | ||||
|   | Таблица | --table | Строка | ✔ | Имя таблицы | | ||||
|   | СтруктураКолонок | --cols | Структура Из КлючИЗначение | ✔ | Структура колонок: Ключ > имя, Значение > Тип данных | | ||||
|   | НеВыполнять | --noex | Булево | ✖ | Истина > Не выполняет запрос, а возвращает текст SQL | | ||||
|   | Соединение | --db | Строка | ✖ | Существующее соединение или путь к базе | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение, Строка - Результат выполнения запроса или его текст | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="Пример использования для 1С:Предприятие/OneScript" | ||||
|  | ||||
| ``` | ||||
|      | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										4
									
								
								docs/ru/md/SQLite/Orm/_category_.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/ru/md/SQLite/Orm/_category_.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| "label": "Orm", | ||||
| "position": "3" | ||||
| } | ||||
| @@ -0,0 +1,40 @@ | ||||
| --- | ||||
| sidebar_position: 6 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Обработать данные Telegram Mini App  | ||||
|  Обрабатывает данные Telegram Mini App и опредеяет их достоверность | ||||
|  | ||||
|  | ||||
|  | ||||
| `Функция ОбработатьДанныеTMA(Знач СтрокаДанных, Знач Токен) Экспорт` | ||||
|  | ||||
|   | Параметр | CLI опция | Тип | Обяз. | Назначение | | ||||
|   |-|-|-|-|-| | ||||
|   | СтрокаДанных | - | Строка | ✔ | query из Telegram.WebApp.initData | | ||||
|   | Токен | - | Строка | ✔ | Токен бота | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Соответствие из Строка - Соответствие данных с результатом проверки в поле passed | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
| :::caution | ||||
| **NOCLI:** данный метод недоступен для использования в CLI версии | ||||
| ::: | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="Пример использования для 1С:Предприятие/OneScript" | ||||
|  | ||||
| ``` | ||||
|      | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user